Tidy up EXE_EXT patches to MM_Unix.pm
[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 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
35         Log: Jeffrey is trying very hard to avoid working on his
36              book, it would seem :-) (better naming, better comments
37              in the files)
38      Branch: perl
39            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
40            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
41            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
42            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
43            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
44            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
45            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
46            - lib/unicore/Is/IDStart.pl
47            ! (edit 200 files)
48 ____________________________________________________________________________
49 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
50         Log: Some protection against spaces in directory names.
51              (Tru64 still has some makedepend problems in such
52              cases but that looks like Tru64's problem.)
53      Branch: perl
54            ! Configure Makefile.SH
55 ____________________________________________________________________________
56 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
57         Log: Should have been in #14285 but I have sausages for fingers.
58      Branch: perl
59            + lib/ExtUtils/MM_BeOS.pm
60 ____________________________________________________________________________
61 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
62         Log: MM_BeOS from Tels.
63      Branch: perl
64            + lib/ExtUtils/t/MM_BeOS.t
65            ! MANIFEST
66 ____________________________________________________________________________
67 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
68         Log: Integrate perlio;
69              
70              (reintroduce #14251) Slab allocator for ops
71              - moved the statics to intrpvar.h
72              - implemented Slab_Free()
73              - uses PerlMemShared (for now) if distinction exists.
74              
75              Slab allocator submit after resolve -ay to keep it!
76              
77              Hand merge of non slab allocator stuff
78              
79              const-ness fix in savepv's passing of NULL
80              
81              Typo in #else branch of PL_SLAB_ALLOC
82              
83              Integrate rest of mainline
84              
85              Regen embed enable slab for PERL_IMPLICIT_SYS
86              
87              Correct name of PL_OP_SLAB_ALLOC
88              
89              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
90              e.g. -Duse64bitint on a 32-bit platform.
91              Now uses I32 for use-count and is more careful with its casts.
92      Branch: perl
93           !> (integrate 28 files)
94 ____________________________________________________________________________
95 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
96         Log: Subject: [PATCH] Socket::sockaddr_family
97              From: Gisle Aas <gisle@ActiveState.com> 
98              Date: 15 Jan 2002 06:35:28 -0800
99              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
100      Branch: perl
101            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
102 ____________________________________________________________________________
103 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
104         Log: Subject: [PATCH perldiag] Style issue
105              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
106              Date: Tue, 15 Jan 2002 15:36:30 +0100                
107              Message-ID: <20020115153630.A11568@rafael>
108      Branch: perl
109            ! pod/perldiag.pod
110 ____________________________________________________________________________
111 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
112         Log: NetWare tweak from Ananth Kesari.
113      Branch: perl
114            ! lib/ExtUtils/MakeMaker.pm
115 ____________________________________________________________________________
116 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
117         Log: Throwback.
118      Branch: perl
119            ! MANIFEST
120 ____________________________________________________________________________
121 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
122         Log: A couple of additional character classes from Jeffrey,
123              hopefully useful in future for internal use for implementing
124              some special cases of casing.
125              
126              Also regenerate once more all the character classes,
127              now without the timestamp.  A timestamp would be kind of
128              nice but it's not: having a timestamp in a file means that
129              even if the effective contents of file really didn't
130              change, the file looks as if it changed.
131      Branch: perl
132            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
133            + lib/unicore/Is/CombAbov.pl
134            ! (edit 304 files)
135 ____________________________________________________________________________
136 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
137         Log: Make the test harder.
138      Branch: perl
139            ! t/op/pat.t
140 ____________________________________________________________________________
141 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
142         Log: Additional utf8_heavy.pl tweak from Jeffrey.
143      Branch: perl
144            ! lib/utf8_heavy.pl
145 ____________________________________________________________________________
146 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
147         Log: Pod nits.
148      Branch: perl
149            ! lib/Unicode/UCD.pm pod/perlunicode.pod
150 ____________________________________________________________________________
151 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
152         Log: The Unicode categories doc patch to go with #14254,
153              from Jeffrey.
154      Branch: perl
155            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
156 ____________________________________________________________________________
157 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
158         Log: There isn't going to be perl.third.exe.
159      Branch: perl
160            ! Makefile.SH
161 ____________________________________________________________________________
162 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
163         Log: Subject: [PATCH] small coredump correction
164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
165              Date: Tue, 15 Jan 2002 00:22:52 +0100
166              Message-ID: <20020115002252.I691@rafael>
167      Branch: perl
168            ! op.c
169 ____________________________________________________________________________
170 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
171         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
172              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
173              Date: Mon, 14 Jan 2002 23:03:04 +0100
174              Message-ID: <20020114230304.A691@rafael>   
175              
176              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
178              Date: Mon, 14 Jan 2002 23:18:43 +0100
179              Message-ID: <20020114231843.E691@rafael>   
180      Branch: perl
181            ! pod/perlsub.pod t/op/override.t toke.c
182 ____________________________________________________________________________
183 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
184         Log: Update Changes.
185      Branch: perl
186            ! Changes patchlevel.h
187 ____________________________________________________________________________
188 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
189         Log: Retract #14251 (the op slab allocator from perlio)
190              until we figure out why 2.2.19 x86 debian gets
191              a circular sibling chain and therefore hangs in
192              the Perl_ck_subr() sibling for-loop.
193      Branch: perl
194            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
195            ! perlapi.c perlapi.h proto.h
196 ____________________________________________________________________________
197 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
198         Log: Big mktables rewrite from Jeffrey;
199              documentation not yet updated.
200      Branch: perl
201            + (add 171 files)
202            - (delete 182 files)
203            ! (edit 135 files)
204 ____________________________________________________________________________
205 [ 14253] By: ams                                   on 2002/01/14  03:15:05
206         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
207              From: Michael G Schwern <schwern@pobox.com>
208              Date: Sun, 13 Jan 2002 21:00:07 -0500
209              Message-Id: <20020114020007.GB2877@blackrider>
210      Branch: perl
211            ! lib/Cwd.pm
212 ____________________________________________________________________________
213 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
214         Log: Subject: Re: Win32 status - progress !
215              From: Abe Timmerman <abe@ztreet.demon.nl>       
216              Date: Mon, 14 Jan 2002 02:29:51 +0100
217              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
218      Branch: perl
219            ! lib/ExtUtils/t/MM_Win32.t
220 ____________________________________________________________________________
221 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
222         Log: Integrate perlio.
223              
224              Slab allocator for ops
225              - moved the statics to intrpvar.h
226              - implemented Slab_Free()
227              - uses PerlMemShared (for now) if distinction exists.
228      Branch: perl
229           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
230           !> perlapi.c perlapi.h proto.h
231 ____________________________________________________________________________
232 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
233         Log: Start a new test category: uni.  Much of t/op/pat
234              should probably be moved here, but holding on that
235              until Jeffrey finishes his big mktables rewrite.
236              Bits and pieces of op/split, op/pack, op/append,
237              op/join, could probably be moved to respective uni
238              tests, too.
239      Branch: perl
240            + t/uni/fold.t t/uni/sprintf.t
241            - t/op/unifold.t t/op/unisprintf.t
242            ! MANIFEST t/TEST t/harness
243 ____________________________________________________________________________
244 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
245         Log: Subject: [PATCH] enable Win32 to build again
246              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
247              Date: Sun, 13 Jan 2002 21:49:24 +0100
248              Message-ID: <3C4200E4.15926.23F6131@localhost>
249              
250              miniperl.exe.exe does not exe that well.
251      Branch: perl
252            ! lib/ExtUtils/MM_Unix.pm
253 ____________________________________________________________________________
254 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
255         Log: Mention some of the load-affected tests.
256      Branch: perl
257            ! INSTALL
258 ____________________________________________________________________________
259 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
260         Log: Move the UTF-8 conversion code earlier so that
261              op/ver is happy.
262      Branch: perl
263            ! sv.c t/op/ver.t
264 ____________________________________________________________________________
265 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
266         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
267              have diverged quite a bit so no updates there.
268      Branch: perl
269            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
270            ! ext/List/Util/lib/List/Util.pm
271            ! ext/List/Util/lib/Scalar/Util.pm
272 ____________________________________________________________________________
273 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
274         Log: Make the crypt() pickier: if downgrading doesn't work,
275              croak.
276      Branch: perl
277            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
278 ____________________________________________________________________________
279 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
280         Log: Grow the buffer in case Unicode caused size changes
281              (and it very probably did).
282      Branch: perl
283            ! sv.c
284 ____________________________________________________________________________
285 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
286         Log: Future-proofing from Jeffrey Friedl (for conflicting
287              In* and Is* names).
288      Branch: perl
289            ! lib/utf8_heavy.pl
290 ____________________________________________________________________________
291 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
292         Log: Subject: [PATCH] Re: Warning in B.xs
293              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
294              Date: Sun, 13 Jan 2002 19:39:52 +0100
295              Message-ID: <3C41E288.20562.1C8C895@localhost>
296      Branch: perl
297            ! ext/B/B.xs
298 ____________________________________________________________________________
299 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
300         Log: Subject: Re: lookbehind broken with latest bleedperl
301              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
302              Date: Sun, 13 Jan 2002 18:06:22 +0000
303              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
304      Branch: perl
305            ! regexec.c t/op/re_tests
306 ____________________________________________________________________________
307 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
308         Log: Subject: [PATCH] more MM_Unix.t tests
309              From: Tels <perl_dummy@bloodgate.com>
310              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
311              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
312              
313              Subject: [PATCH] 14220 misunderstood, I bet          
314              From: andreas.koenig@anima.de (Andreas J. Koenig)
315              Date: 12 Jan 2002 21:31:58 +0100
316              Message-ID: <m3k7un8g5d.fsf@anima.de>
317      Branch: perl
318            ! lib/ExtUtils/t/MM_Unix.t
319 ____________________________________________________________________________
320 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
321         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
322              From: Tels <perl_dummy@bloodgate.com>
323              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
324              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
325              
326              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
327              From: Tels <perl_dummy@bloodgate.com>
328              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
329              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
330      Branch: perl
331            ! lib/ExtUtils/MM_Unix.pm
332 ____________________________________________________________________________
333 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
334         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
335              From: Nicholas Clark <nick@unfortu.net> 
336              Date: Sun, 13 Jan 2002 15:58:34 +0000
337              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
338      Branch: perl
339            ! lib/Benchmark.t
340 ____________________________________________________________________________
341 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
342         Log: Anton Berezin did more reading and the uid setting story
343              gets more complex.
344      Branch: perl
345            ! pod/perltodo.pod utils/perldoc.PL
346 ____________________________________________________________________________
347 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
348         Log: Integrate perlio;
349              
350              Win32 fixes:
351              - vmem.h hack to handle free-by-wrong-thread after eval "".
352              - Initialize timerid 
353      Branch: perl
354           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
355 ____________________________________________________________________________
356 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
357         Log: Subject: Re: HiRes
358              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
359              Date: Sun, 13 Jan 2002 10:18:46 +0100
360              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
361              
362              Give up on socketpair in HP-UX.
363      Branch: perl
364            ! ext/Socket/socketpair.t
365 ____________________________________________________________________________
366 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
367         Log: *groan*
368      Branch: perl
369            ! t/op/pat.t
370 ____________________________________________________________________________
371 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
372         Log: One more sharp s case found by Jeffrey.
373      Branch: perl
374            ! regexec.c t/op/pat.t
375 ____________________________________________________________________________
376 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
377         Log: Comment tweak.
378      Branch: perl
379            ! regexec.c
380 ____________________________________________________________________________
381 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
382         Log: Don't bother checking for the Greek special
383              cases if the node is too short.
384      Branch: perl
385            ! regcomp.c
386 ____________________________________________________________________________
387 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
388         Log: Update Changes.
389      Branch: perl
390            ! Changes patchlevel.h
391 ____________________________________________________________________________
392 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
393         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
394              From: Jonathan Stowe <gellyfish@gellyfish.com>
395              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
396              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
397      Branch: perl
398            ! Configure config_h.SH
399 ____________________________________________________________________________
400 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
401         Log: Quick reformat using indent -kr -nce, as requested
402              by Dan Kogai and suggest by NI-S.
403      Branch: perl
404            ! ext/Encode/encengine.c
405 ____________________________________________________________________________
406 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
407         Log: Couple more Unicode lookbehind tests.
408      Branch: perl
409            ! t/op/pat.t
410 ____________________________________________________________________________
411 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
412         Log: Sharp S as a special treat for our German UTF-8 testers :-)
413      Branch: perl
414            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
415 ____________________________________________________________________________
416 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
417         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
418              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
419              Date: Sat, 12 Jan 2002 20:37:32 +0100
420              Message-ID: <3C409E8C.16203.196C2D3@localhost>
421      Branch: perl
422            ! ext/B/B/Deparse.pm
423 ____________________________________________________________________________
424 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
425         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
426              really worth the bits it's printed on?
427      Branch: perl
428            ! lib/ExtUtils/t/MM_Unix.t
429 ____________________________________________________________________________
430 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
431         Log: Special treatment for U+03B0 and U+0390 in //i,
432              this means that we can remove the minlen pessimisations
433              introduced by the #14096.
434      Branch: perl
435            ! pp_hot.c regcomp.c regexec.c
436 ____________________________________________________________________________
437 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
438         Log: Integrate perlio;
439              
440              Abstract out the cloning of SvPVX and handle shared pv in a 
441              safe (if suboptimal) manner. Does not fix op/fork.t :-(
442              
443              Win32-ize socketpair test
444              - Win32 can fork even though $Config{d_fork} is undef
445              - SOCK_DGRAM does not work - skip those tests.
446      Branch: perl
447           !> ext/Socket/socketpair.t sv.c
448 ____________________________________________________________________________
449 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
450         Log: One should first drop the real uid, not the effective uid.
451              [ID 20020110.003]
452      Branch: perl
453            ! utils/perldoc.PL
454 ____________________________________________________________________________
455 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
456         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
457              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
458              Date: Fri, 11 Jan 2002 23:29:48 +0100
459              Message-ID: <3C3F756C.4581.2E2A938@localhost>
460      Branch: perl
461            + ext/B/C/C.xs ext/B/C/Makefile.PL
462            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
463            ! utils/perlcc.PL
464 ____________________________________________________________________________
465 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
466         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
467              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
468              Date: Fri, 11 Jan 2002 14:29:30 -0800
469              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
470      Branch: perl
471            ! ext/B/t/concise.t
472 ____________________________________________________________________________
473 [ 14212] By: ams                                   on 2002/01/12  06:10:52
474         Log: Subject: [PATCH] More fixes for Stratus VOS
475              From: "Green, Paul" <Paul.Green@stratus.com>
476              Date: Fri, 11 Jan 2002 17:30:37 -0500
477              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
478      Branch: perl
479            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
480 ____________________________________________________________________________
481 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
482         Log: Upgrade to CGI.pm 2.80.
483      Branch: perl
484            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
485 ____________________________________________________________________________
486 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
487         Log: FAQ sync.
488      Branch: perl
489            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
490            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
491            ! pod/perlfaq8.pod
492 ____________________________________________________________________________
493 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
494         Log: This is getting embarrassing.
495      Branch: perl
496            ! t/op/pat.t
497 ____________________________________________________________________________
498 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
499         Log: Doc tweaks.
500      Branch: perl
501            ! pod/perlunicode.pod
502 ____________________________________________________________________________
503 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
504         Log: Updating the test count is good; also rephrasing
505              so that there is no ok output containing "not".
506      Branch: perl
507            ! t/op/pat.t
508 ____________________________________________________________________________
509 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
510         Log: Andreas is busy :-)
511      Branch: perl
512            ! doop.c t/op/unisprintf.t
513 ____________________________________________________________________________
514 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
515         Log: Unicode lookbehind looked bad.
516      Branch: perl
517            ! regexec.c t/op/pat.t
518 ____________________________________________________________________________
519 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
520         Log: Garbage collection.
521      Branch: perl
522            ! t/run/kill_perl.t
523 ____________________________________________________________________________
524 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
525         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
526              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
527              Date: Fri, 11 Jan 2002 23:29:48 +0100
528              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
529      Branch: perl
530            ! embed.fnc global.sym makedef.pl
531 ____________________________________________________________________________
532 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
533         Log: Subject: [PATCH] perldelta nit?
534              From: Robert Spier <rspier@pobox.com>
535              Date: Fri, 11 Jan 2002 15:19:16 -0800
536              Message-ID: <15423.29428.164185.251700@rls.cx>
537      Branch: perl
538            ! pod/perldelta.pod
539 ____________________________________________________________________________
540 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
541         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
542              From: Michael G Schwern <schwern@pobox.com>
543              Date: Fri, 11 Jan 2002 17:08:17 -0500
544              Message-ID: <20020111220817.GG2838@blackrider>
545      Branch: perl
546            ! t/run/kill_perl.t t/test.pl
547 ____________________________________________________________________________
548 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
549         Log: Subject: [PATCH] Correct misleading error message
550              From: Mike Guy <mjtg@cam.ac.uk>
551              Date: Fri, 11 Jan 2002 18:36:33 +0000
552              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
553              
554              hash assignment -> anonymous hash
555      Branch: perl
556            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
557 ____________________________________________________________________________
558 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
559         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
560              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
561              Date: Fri, 11 Jan 2002 16:58:14 +0100
562              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
563      Branch: perl
564            ! ext/Unicode/Normalize/mkheader
565 ____________________________________________________________________________
566 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
567         Log: Add a new test for is-sprintf-preserving Unicodeness:
568              #14194 and an old one from kill_perl.t (I could have used
569              sprintf.t, but it's format was quite fixed, and I didn't
570              feel like breaking the format)
571      Branch: perl
572            + t/op/unisprintf.t
573            ! MANIFEST t/run/kill_perl.t
574 ____________________________________________________________________________
575 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
576         Log: Integrate perlio;
577              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
578      Branch: perl
579           !> win32/win32.c
580 ____________________________________________________________________________
581 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
582         Log: Integrate perlio;
583              A mostly-stable version of "new" Win32 signal/kill support.
584      Branch: perl
585           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
586           !> win32/config.gc win32/config.vc win32/config_H.bc
587           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
588           !> win32/makefile.mk win32/win32.c win32/win32.h
589 ____________________________________________________________________________
590 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
591         Log: Fix for
592              
593              Subject: UTF-8 sprintf bug in bleadperl
594              From: andreas.koenig@anima.de (Andreas J. Koenig)
595              Date: 11 Jan 2002 15:47:15 +0100
596              Message-ID: <m3vge99c7g.fsf@anima.de>
597              
598              I have tests, have just to figure out where to put them
599              since op/sprintf looks a bit unfriendly for tests of
600              somewhat freer form.
601      Branch: perl
602            ! doop.c sv.c
603 ____________________________________________________________________________
604 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
605         Log: Update Changes.
606      Branch: perl
607            ! Changes patchlevel.h
608 ____________________________________________________________________________
609 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
610         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
611              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
612              Date: Thu, 10 Jan 2002 18:21:34 -0800
613              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
614      Branch: perl
615            + ext/B/t/concise.t
616            ! MANIFEST
617 ____________________________________________________________________________
618 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
619         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
620              necessary in form.t and html.t @INC setups.
621      Branch: perl
622            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
623 ____________________________________________________________________________
624 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
625         Log: Yet another twist.
626      Branch: perl
627            ! t/test.pl
628 ____________________________________________________________________________
629 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
630         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
632              Date: Fri, 11 Jan 2002 13:04:15 +0100      
633              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
634      Branch: perl
635            ! hints/aix.sh
636 ____________________________________________________________________________
637 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
638         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
639              From: Jonathan Stowe <gellyfish@gellyfish.com> 
640              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
641              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
642      Branch: perl
643            ! lib/AnyDBM_File.t
644 ____________________________________________________________________________
645 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
646         Log: Arguments were being mangled.
647      Branch: perl
648            ! t/test.pl
649 ____________________________________________________________________________
650 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
651         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
652              From: Jonathan Stowe <gellyfish@gellyfish.com>
653              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
654              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
655      Branch: perl
656            ! lib/AnyDBM_File.t
657 ____________________________________________________________________________
658 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
659         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
660              From: Michael G Schwern <schwern@pobox.com> 
661              Date: Fri, 11 Jan 2002 04:26:27 -0500
662              Message-ID: <20020111092626.GA16544@blackrider>
663      Branch: perl
664            ! t/run/kill_perl.t t/test.pl
665 ____________________________________________________________________________
666 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
667         Log: Subject: [PATCH] Test::Harness 2.01
668              From: Michael G Schwern <schwern@pobox.com> 
669              Date: Thu, 10 Jan 2002 21:11:24 -0500
670              Message-ID: <20020111021123.GA30666@blackrider>
671      Branch: perl
672            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
673            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
674            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
675            + lib/Test/Harness/t/nonumbers.t
676            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
677            + t/lib/sample-tests/lone_not_bug
678            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
679            + t/lib/sample-tests/vms_nit
680            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
681            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
682 ____________________________________________________________________________
683 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
684         Log: patch is silly when creating new files: don't run
685              patch more than once.
686      Branch: perl
687            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
688 ____________________________________________________________________________
689 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
690         Log: Forgot from #14179.
691      Branch: perl
692            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
693 ____________________________________________________________________________
694 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
695         Log: Subject: [PATCH] is() undef/'' behavior change
696              From: Michael G Schwern <schwern@pobox.com> 
697              Date: Fri, 11 Jan 2002 03:35:51 -0500
698              Message-ID: <20020111083551.GC30666@blackrider>
699              
700              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
701              From: Michael G Schwern <schwern@pobox.com> 
702              Date: Fri, 11 Jan 2002 03:37:44 -0500
703              Message-ID: <20020111083744.GD30666@blackrider>
704      Branch: perl
705            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
706            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
707            ! lib/Pod/t/InputObjects.t lib/blib.t
708 ____________________________________________________________________________
709 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
710         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
711              From: Michael G Schwern <schwern@pobox.com> 
712              Date: Thu, 10 Jan 2002 19:56:23 -0500
713              Message-ID: <20020111005623.GA13192@blackrider>
714      Branch: perl
715            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
716            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
717            ! lib/Test/Simple.pm lib/Test/Simple/Changes
718            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
719            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
720            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
721            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
722            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
723            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
724            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
725            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
726            ! lib/Test/Simple/t/plan_is_noplan.t
727            ! lib/Test/Simple/t/plan_no_plan.t
728            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
729            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
730            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
731            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
732            ! lib/Test/Tutorial.pod
733 ____________________________________________________________________________
734 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
735         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
736              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
737              
738              turns out even the malloc() was never really needed to begin with,
739              so get rid of it
740      Branch: perl
741            ! sv.c
742 ____________________________________________________________________________
743 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
744         Log: Small doc tweaks.
745      Branch: perl
746            ! pod/perluniintro.pod
747 ____________________________________________________________________________
748 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
749         Log: support using the CRT's malloc() family of functions instead of
750              the internal one when ithreads is enabled; allocate large blocks
751              using VirtualAlloc() since the Heap*() functions may only be tuned
752              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
753              
754              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
755              also see comments at the top of win32/vmem.h for other options that
756              can be set
757      Branch: perl
758            ! win32/vmem.h
759 ____________________________________________________________________________
760 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
761         Log: Subject: micropatch
762              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
763              Date: Thu, 10 Jan 2002 18:20:58 +0000
764              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
765      Branch: perl
766            ! regcomp.c
767 ____________________________________________________________________________
768 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
769         Log: Subject: [PATCH] Embed.t on Win32
770              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
771              Date: Thu, 10 Jan 2002 18:56:21 +0100
772              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
773      Branch: perl
774            ! lib/ExtUtils/t/Embed.t
775 ____________________________________________________________________________
776 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
777         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
778              From: Gisle Aas <gisle@ActiveState.com>
779              Date: 10 Jan 2002 08:56:05 -0800
780              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
781      Branch: perl
782            ! toke.c
783 ____________________________________________________________________________
784 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
785         Log: Subject: [PATCH] doc fixes
786              From: "Brendan O'Dea" <bod@debian.org>
787              Date: Fri, 11 Jan 2002 03:49:54 +1100
788              Message-ID: <20020110164954.GA21891@compusol.com.au>
789      Branch: perl
790            ! lib/I18N/Collate.pm pod/perlfunc.pod
791 ____________________________________________________________________________
792 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
793         Log: Integrate perlio; More signal hackery.
794      Branch: perl
795           !> win32/win32.c
796 ____________________________________________________________________________
797 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
798         Log: No need to show internal encodings, or return them
799              in random order.
800      Branch: perl
801            ! ext/Encode/Encode.pm
802 ____________________________________________________________________________
803 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
804         Log: I think we can claim to be supporting Unicode
805              "loose matching" now.
806      Branch: perl
807            ! pod/perlunicode.pod
808 ____________________________________________________________________________
809 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
810         Log: Subject: doc patch
811              From: mjd@plover.com
812              Date: 10 Jan 2002 15:12:27 -0000
813              Message-ID: <20020110151227.14850.qmail@plover.com>
814      Branch: perl
815            ! pod/perlrun.pod
816 ____________________________________________________________________________
817 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
818         Log: Subject: Re: [ID 20011223.001] accept leaks memory
819              From: Andy Dougherty <doughera@lafayette.edu>
820              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
821              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
822      Branch: perl
823            ! hints/linux.sh
824 ____________________________________________________________________________
825 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
826         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
827      Branch: perl
828           !> win32/win32.c
829 ____________________________________________________________________________
830 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
831         Log: Subject: [PATCH] Magic numbers in B::Concise
832              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
833              Date: Wed, 9 Jan 2002 23:04:01 -0800
834              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
835      Branch: perl
836            ! ext/B/B/Concise.pm ext/B/O.pm
837 ____________________________________________________________________________
838 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
839         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
840              From: Gisle Aas <gisle@ActiveState.com>
841              Date: 09 Jan 2002 21:52:40 -0800
842              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
843      Branch: perl
844            ! t/lib/strict/vars toke.c
845 ____________________________________________________________________________
846 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
847         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
848              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
849              Date: Wed, 9 Jan 2002 23:24:32 +0100
850              Message-ID: <20020109232432.A692@rafael>
851      Branch: perl
852            ! ext/B/B/Deparse.pm
853 ____________________________________________________________________________
854 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
855         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
856              From: Jonathan Stowe <gellyfish@gellyfish.com>
857              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
858              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
859      Branch: perl
860            ! t/run/kill_perl.t
861 ____________________________________________________________________________
862 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
863         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
864              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
865              Date: Wed, 09 Jan 2002 20:16:54 +0000
866              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
867      Branch: perl
868            ! regexec.c
869 ____________________________________________________________________________
870 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
871         Log: Subject: [Patch @14129] fixes Unicode::Normalize
872              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
873              Date: Thu, 10 Jan 2002 01:08:56 +0900
874              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
875      Branch: perl
876            - ext/Unicode/Normalize/Normalize.pod
877            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
878            ! ext/Unicode/Normalize/Normalize.pm
879            ! ext/Unicode/Normalize/Normalize.xs
880            ! ext/Unicode/Normalize/mkheader
881 ____________________________________________________________________________
882 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
883         Log: Integrate perlio; (Re-)implement alarm() for Win32.
884      Branch: perl
885           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
886           !> win32/win32iop.h
887 ____________________________________________________________________________
888 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
889         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
890              From: Nicholas Clark <nick@unfortu.net>
891              Date: Wed, 9 Jan 2002 17:56:04 +0000
892              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
893      Branch: perl
894            ! t/op/readdir.t
895 ____________________________________________________________________________
896 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
897         Log: Update Changes.
898      Branch: perl
899            ! Changes patchlevel.h
900 ____________________________________________________________________________
901 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
902         Log: Thinko.
903      Branch: perl
904            ! ext/threads/t/stress_re.t
905 ____________________________________________________________________________
906 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
907         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
908              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
909              Date: Wed, 09 Jan 2002 13:37:17 +0000                
910              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
911      Branch: perl
912            ! regexec.c t/op/re_tests
913 ____________________________________________________________________________
914 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
915         Log: Subject: Re: Weird Malformed warning in bleadperl    
916              From: andreas.koenig@anima.de (Andreas J. Koenig)    
917              Date: 09 Jan 2002 11:12:37 +0100
918              Message-ID: <m3itabbzoq.fsf@anima.de>
919      Branch: perl
920            ! regexec.c t/op/pat.t
921 ____________________________________________________________________________
922 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
923         Log: Forgot stress_re.t from MANIFEST.
924      Branch: perl
925            ! MANIFEST
926 ____________________________________________________________________________
927 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
928         Log: In dumping use isPRINT() instead of isprint() so that locale
929              does not come into play.
930      Branch: perl
931            ! utf8.c
932 ____________________________________________________________________________
933 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
934         Log: Add a threads stress test for regular expressions
935              (mostly just a modified stress_string.t) and doesn't
936              test that much of regular expressions, just that $1
937              doesn't get stomped by competing threads (as it does
938              in the 5005threads of old).
939      Branch: perl
940            + ext/threads/t/stress_re.t
941            ! MANIFEST
942 ____________________________________________________________________________
943 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
944         Log: Subject: Re: [ID 20010912.007] substr reference core dump
945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
946              Date: Tue, 08 Jan 2002 19:17:50 +0000
947              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
948      Branch: perl
949            ! scope.c t/run/kill_perl.t
950 ____________________________________________________________________________
951 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
952         Log: SANY (. with /s) wasn't happy on Unicode.
953      Branch: perl
954            ! regexec.c t/op/pat.t
955 ____________________________________________________________________________
956 [ 14142] By: ams                                   on 2002/01/08  22:42:10
957         Log: Subject: [PATCH] perldebug nit
958              From: Tels <tels@bloodgate.com>
959              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
960      Branch: perl
961            ! pod/perldebug.pod
962 ____________________________________________________________________________
963 [ 14141] By: ams                                   on 2002/01/08  21:32:59
964         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
965              From: "Green, Paul" <Paul.Green@stratus.com>
966              Date: Tue, 8 Jan 2002 17:31:35 -0500
967              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
968      Branch: perl
969            ! Makefile.SH
970 ____________________________________________________________________________
971 [ 14140] By: ams                                   on 2002/01/08  21:27:57
972         Log: Subject: [PATCH] Re: Slight chokage from Deparse
973              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
974              Date: Tue, 8 Jan 2002 23:04:45 +0100
975              Message-Id: <20020108230445.A4798@rafael>
976      Branch: perl
977            ! ext/B/B/Deparse.pm
978 ____________________________________________________________________________
979 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
980         Log: Subject: [patch] peep() is rude
981              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
982              Date: Tue, 08 Jan 2002 19:17:50 +0000            
983              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
984      Branch: perl
985            ! op.c t/run/kill_perl.t
986 ____________________________________________________________________________
987 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
988         Log: unifold is really an op test since it requires
989              no external modules for its actual testing:
990              only the unicore CaseFold.txt file, and File::Spec
991              to portably access that file.
992      Branch: perl
993            + t/op/unifold.t
994            - lib/unifold.t
995            ! MANIFEST
996 ____________________________________________________________________________
997 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
998         Log: Subject: [patch] save a test 
999              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1000              Date: Tue, 08 Jan 2002 16:18:47 +0000
1001              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
1002      Branch: perl
1003            ! regcomp.c
1004 ____________________________________________________________________________
1005 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
1006         Log: Subject: Not OK 13843 
1007              From: andreas.koenig@anima.de (Andreas J. Koenig)
1008              Date: 08 Jan 2002 14:12:29 +0100
1009              Message-ID: <m38zb9c7gi.fsf@anima.de>
1010      Branch: perl
1011            ! op.c t/op/subst.t
1012 ____________________________________________________________________________
1013 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
1014         Log: Missed one variant of the fold testing, noticed bu Hugo.
1015      Branch: perl
1016            ! lib/unifold.t
1017 ____________________________________________________________________________
1018 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
1019         Log: Enchance the Storable magic description.
1020      Branch: perl
1021            ! ext/Storable/Storable.pm
1022 ____________________________________________________________________________
1023 [ 14132] By: ams                                   on 2002/01/08  09:16:12
1024         Log: Subject: [PATCH] don't installperl pods
1025              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1026              Date: Tue, 08 Jan 2002 10:36:01 +0100
1027              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
1028      Branch: perl
1029            ! installperl
1030 ____________________________________________________________________________
1031 [ 14131] By: ams                                   on 2002/01/08  03:38:40
1032         Log: Subject: Math-BigInt v1.49 released
1033              From: Tels <perl_dummy@bloodgate.com>
1034              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
1035      Branch: perl
1036            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
1037            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
1038            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1039            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
1040            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1041            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
1042            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
1043            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1044            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
1045            ! t/lib/Math/BigInt/Subclass.pm
1046 ____________________________________________________________________________
1047 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
1048         Log: A little better comments.
1049      Branch: perl
1050            ! regexec.c
1051 ____________________________________________________________________________
1052 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
1053         Log: No normalization form DNF.
1054      Branch: perl
1055            ! ext/Unicode/Normalize/Normalize.pm
1056 ____________________________________________________________________________
1057 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
1058         Log: Extension nits found by -Wall (several from threads
1059              and threads::shared, but leaving them to Arthur).
1060      Branch: perl
1061            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
1062            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
1063            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
1064            ! ext/Unicode/Normalize/mkheader x2p/str.c
1065 ____________________________________________________________________________
1066 [ 14125] By: ams                                   on 2002/01/07  22:03:22
1067         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
1068              From: Nicholas Clark (sans From field in mail header)
1069              Date: Mon, 7 Jan 2002 16:18:23 +0000
1070              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
1071      Branch: perl
1072            ! lib/Exporter.pm
1073 ____________________________________________________________________________
1074 [ 14124] By: ams                                   on 2002/01/07  21:46:11
1075         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
1076              From: "Green, Paul" <Paul.Green@stratus.com>
1077              Date: Mon, 7 Jan 2002 16:59:38 -0500
1078              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
1079      Branch: perl
1080            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
1081 ____________________________________________________________________________
1082 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
1083         Log: Update Changes.
1084      Branch: perl
1085            ! Changes patchlevel.h
1086 ____________________________________________________________________________
1087 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
1088         Log: Subject: [PATCH] Correct module name in perldelta*                 
1089              From: Mike Guy <mjtg@cam.ac.uk>
1090              Date: Mon, 07 Jan 2002 17:02:43 +0000
1091              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
1092      Branch: perl
1093            ! pod/perl561delta.pod pod/perl56delta.pod
1094 ____________________________________________________________________________
1095 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
1096         Log: AUTHORS update.
1097      Branch: perl
1098            ! AUTHORS
1099 ____________________________________________________________________________
1100 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
1101         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
1102      Branch: perl
1103            ! ext/Storable/Storable.pm
1104 ____________________________________________________________________________
1105 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
1106         Log: perldelta updates.
1107      Branch: perl
1108            ! pod/perldelta.pod
1109 ____________________________________________________________________________
1110 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
1111         Log: Document the flags of pv_uni_display().
1112      Branch: perl
1113            ! pod/perlapi.pod utf8.c
1114 ____________________________________________________________________________
1115 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
1116         Log: Forgot from #14115.
1117      Branch: perl
1118            ! t/op/re_tests
1119 ____________________________________________________________________________
1120 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
1121         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
1122              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
1123              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
1124              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
1125      Branch: perl
1126            ! regcomp.c
1127 ____________________________________________________________________________
1128 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
1129         Log: More regex and utf8 debug dumping.
1130      Branch: perl
1131            ! dump.c regcomp.c regexec.c utf8.c utf8.h
1132 ____________________________________________________________________________
1133 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
1134         Log: Unused variable.
1135      Branch: perl
1136            ! regcomp.c
1137 ____________________________________________________________________________
1138 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
1139         Log: Regen toc.
1140      Branch: perl
1141            ! pod/perltoc.pod
1142 ____________________________________________________________________________
1143 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
1144         Log: capitalize correctly, noticed by David Dyck.
1145      Branch: perl
1146            ! lib/sort.pm
1147 ____________________________________________________________________________
1148 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
1149         Log: No need to overqualify.
1150      Branch: perl
1151            ! lib/sort.pm
1152 ____________________________________________________________________________
1153 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
1154         Log: PL_debug_pad wasn't initialized to zeroes which broke
1155              ithreads + DEBUGGING.
1156      Branch: perl
1157            ! sv.c
1158 ____________________________________________________________________________
1159 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
1160         Log: Update Changes.
1161      Branch: perl
1162            ! Changes patchlevel.h
1163 ____________________________________________________________________________
1164 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
1165         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
1166              From: Jonathan Stowe <gellyfish@gellyfish.com>
1167              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
1168              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
1169      Branch: perl
1170            ! pp_sys.c
1171 ____________________________________________________________________________
1172 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
1173         Log: DB_File sync from Paul Marquess.
1174      Branch: perl
1175            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1176            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
1177            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
1178 ____________________________________________________________________________
1179 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
1180         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
1181              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
1182              Date: Sun, 6 Jan 2002 11:44:30 +0100
1183              Message-ID: <3C38389E.7831.493570@localhost>
1184      Branch: perl
1185            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
1186            ! utils/perlcc.PL
1187 ____________________________________________________________________________
1188 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
1189         Log: Tests for #14098.
1190      Branch: perl
1191            ! t/op/lc.t
1192 ____________________________________________________________________________
1193 [ 14101] By: ams                                   on 2002/01/06  04:52:50
1194         Log: Subject: [PATCH] Bad prototype detection now an optional warning
1195              From: Sam Tregar <sam@tregar.com>
1196              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
1197              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
1198      Branch: perl
1199            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
1200            ! t/comp/proto.t toke.c
1201 ____________________________________________________________________________
1202 [ 14100] By: ams                                   on 2002/01/06  01:56:59
1203         Log: Subject: [PATCH] Correct several Stratus VOS build issues
1204              From: "Green, Paul" <Paul.Green@stratus.com>
1205              Date: Sat, 5 Jan 2002 21:30:56 -0500
1206              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
1207      Branch: perl
1208            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
1209 ____________________________________________________________________________
1210 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
1211         Log: Further perl.org URL elaboration from Ask.
1212      Branch: perl
1213            ! pod/perlfaq1.pod pod/perlfaq2.pod
1214 ____________________________________________________________________________
1215 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
1216         Log: The same problem with To{Lower,Title,Upper}
1217              as earlier with ToFold.
1218      Branch: perl
1219            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
1220            ! lib/unicore/To/Upper.pl lib/unicore/mktables
1221 ____________________________________________________________________________
1222 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
1223         Log: Retract #14057 for now; the alarm/setitimer timers
1224              seen to be the same in many systems, which leads into
1225              hangups.
1226      Branch: perl
1227            ! ext/Time/HiRes/HiRes.t
1228 ____________________________________________________________________________
1229 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
1230         Log: Finish up (ha!) the Unicode case folding;
1231              enhance regex dumping code.
1232      Branch: perl
1233            + lib/unifold.t
1234            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
1235            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
1236 ____________________________________________________________________________
1237 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
1238         Log: Use the perl.org news gw instead of the perl.com one
1239              (from Ask).
1240      Branch: perl
1241            ! pod/perlfaq1.pod pod/perlfaq2.pod
1242 ____________________________________________________________________________
1243 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
1244         Log: Zero() wasn't documented.
1245      Branch: perl
1246            ! pod/perlclib.pod
1247 ____________________________________________________________________________
1248 [ 14093] By: ams                                   on 2002/01/05  17:58:35
1249         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
1250              From: Nicholas Clark <nick@unfortu.net>
1251              Date: Sat, 5 Jan 2002 18:55:39 +0000
1252              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
1253      Branch: perl
1254            ! lib/Memoize/t/tie_ndbm.t
1255 ____________________________________________________________________________
1256 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
1257         Log: Also UNICOS/mk has deviant socketpair().
1258      Branch: perl
1259            ! ext/Socket/socketpair.t
1260 ____________________________________________________________________________
1261 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
1262         Log: Ooops.  Retract the regex parts of #14090.
1263      Branch: perl
1264            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
1265 ____________________________________________________________________________
1266 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
1267         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
1268              From: Nicholas Clark <nick@unfortu.net> 
1269              Date: Sat, 5 Jan 2002 18:10:13 +0000
1270              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
1271      Branch: perl
1272            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
1273            ! regcomp.h regexec.c
1274 ____________________________________________________________________________
1275 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
1276         Log: Integrate perlio; a missing aTHX.
1277      Branch: perl
1278           !> op.c
1279 ____________________________________________________________________________
1280 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
1281         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
1282              found by Marc Lehmann.
1283      Branch: perl
1284            ! pp.c
1285 ____________________________________________________________________________
1286 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
1287         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
1288              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1289              Date: Sat, 5 Jan 2002 00:31:12 +0100
1290              Message-ID: <20020105003112.E1850@rafael>              
1291      Branch: perl
1292            ! t/comp/proto.t
1293 ____________________________________________________________________________
1294 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
1295         Log: A bit of "perl.com" cleanup.
1296      Branch: perl
1297            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
1298            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1299            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
1300            ! pod/perlmodlib.PL pod/perlmodlib.pod
1301 ____________________________________________________________________________
1302 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
1303         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
1304              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1305              Date: Fri, 4 Jan 2002 23:35:19 +0100
1306              Message-ID: <20020104233519.A1850@rafael>
1307      Branch: perl
1308            ! op.c
1309 ____________________________________________________________________________
1310 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
1311         Log: Integrate change #14062 from macperl;
1312              Define setbuf, setvbuf for Mac OS
1313      Branch: perl
1314           !> ext/IO/IO.xs
1315 ____________________________________________________________________________
1316 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
1317         Log: Display the native pwd command.
1318      Branch: perl
1319            ! ext/Cwd/t/cwd.t
1320 ____________________________________________________________________________
1321 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
1322         Log: Under Mac OS X /dev/stdout is normally a symlink,
1323              but when running the test it seems to become a socket.
1324              So let's extend our censorship.
1325      Branch: perl
1326            ! t/op/stat.t
1327 ____________________________________________________________________________
1328 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
1329         Log: If we do have socketpair(), make my_socketpair()
1330              just call the real socketpair().  This way we always
1331              have real code behind my_socketpair() and a symbol
1332              corresponding to the my_socketpair in global.sym.
1333      Branch: perl
1334            ! embed.fnc embed.h makedef.pl proto.h util.c
1335 ____________________________________________________________________________
1336 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
1337         Log: Spread the good word of "env".
1338      Branch: perl
1339            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
1340 ____________________________________________________________________________
1341 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
1342         Log: Till the system tests do something non-Win*, better rename
1343              the test so that people on other platforms don't get confused.
1344              (Not win32system, because assumedly there's win64, too.)
1345      Branch: perl
1346            + t/op/winsystem.t
1347            - t/op/system.t
1348            ! MANIFEST
1349 ____________________________________________________________________________
1350 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
1351         Log: Some tweaks.
1352      Branch: perl
1353            ! lib/Pod/t/Functions.t
1354 ____________________________________________________________________________
1355 [ 14057] By: ams                                   on 2002/01/04  17:40:31
1356         Log: (retracted by #14057)
1357              
1358              Subject: [PATCH] Time/HiRes/HiRes.t
1359              From: Nicholas Clark <nick@unfortu.net>
1360              Date: Fri, 4 Jan 2002 17:28:46 +0000
1361              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
1362      Branch: perl
1363            ! ext/Time/HiRes/HiRes.t
1364 ____________________________________________________________________________
1365 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
1366         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
1367              From: Abe Timmerman <abe@ztreet.demon.nl>
1368              Date: Fri, 04 Jan 2002 18:42:33 +0100
1369              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
1370      Branch: perl
1371            + lib/Pod/t/Functions.t
1372            ! MANIFEST lib/Pod/Functions.pm
1373 ____________________________________________________________________________
1374 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
1375         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
1376              From: "Craig A. Berry" <craigberry@mac.com>
1377              Date: Thu, 3 Jan 2002 17:32:20 -0600
1378              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
1379      Branch: perl
1380            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
1381 ____________________________________________________________________________
1382 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
1383         Log: Document the U+0085, U+2028, and U+2029.
1384      Branch: perl
1385            ! pod/perlre.pod pod/perlretut.pod
1386 ____________________________________________________________________________
1387 [ 14053] By: ams                                   on 2002/01/04  03:27:44
1388         Log: Subject: [PATCH] warn if not CORE::dump
1389              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1390              Date: Thu, 3 Jan 2002 22:04:00 +0100
1391              Message-Id: <20020103220400.A13958@rafael>
1392      Branch: perl
1393            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
1394 ____________________________________________________________________________
1395 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
1396         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
1397      Branch: perl
1398            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
1399 ____________________________________________________________________________
1400 [ 14051] By: ams                                   on 2002/01/04  03:00:12
1401         Log: Subject: [PATCH] File::Compare::VERSION
1402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1403              Date: Thu, 3 Jan 2002 23:42:52 +0100
1404              Message-Id: <20020103234252.G13958@rafael>
1405      Branch: perl
1406            ! lib/File/Compare.pm
1407 ____________________________________________________________________________
1408 [ 14050] By: ams                                   on 2002/01/04  02:58:05
1409         Log: Subject: [PATCH @14042] threads::shared doc
1410              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
1411              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
1412              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
1413      Branch: perl
1414            ! ext/threads/shared/shared.pm
1415 ____________________________________________________________________________
1416 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
1417         Log: #14048 exposed few false positives, to be fixed soonish.
1418      Branch: perl
1419            ! t/op/pat.t
1420 ____________________________________________________________________________
1421 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
1422         Log: Do not add the first characters of multicharacter foldings
1423              into character classes.
1424      Branch: perl
1425            ! regcomp.c
1426 ____________________________________________________________________________
1427 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
1428         Log: A bit of testing for #14046.
1429      Branch: perl
1430            ! t/op/pat.t
1431 ____________________________________________________________________________
1432 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
1433         Log: Allow emitting the foldcased version of "\x{df}", "ss"
1434              (among others, another example would be \x{fb00} -> "ff")
1435      Branch: perl
1436            ! regcomp.c
1437 ____________________________________________________________________________
1438 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
1439         Log: Subject: [PATCH] File::Spec & NetWare
1440              From: Dave Rolsky <autarch@urth.org>
1441              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
1442              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
1443      Branch: perl
1444            - lib/File/Spec/NW5.pm
1445            ! MANIFEST lib/File/Spec.pm
1446 ____________________________________________________________________________
1447 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
1448         Log: FAQ sync (RCS Ids only?)
1449      Branch: perl
1450            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
1451 ____________________________________________________________________________
1452 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
1453         Log: AUTHORs updates.
1454      Branch: perl
1455            ! AUTHORS
1456 ____________________________________________________________________________
1457 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
1458         Log: Update Changes.
1459      Branch: perl
1460            ! Changes patchlevel.h
1461 ____________________________________________________________________________
1462 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
1463         Log: Missed the =head1 additions.
1464      Branch: perl
1465            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
1466            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
1467            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
1468            ! util.c
1469 ____________________________________________________________________________
1470 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
1471         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
1472              From: Robin Barker <rmb1@cise.npl.co.uk>
1473              Date: Thu, 3 Jan 2002 15:26:20 GMT
1474              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
1475      Branch: perl
1476            ! lib/Carp.t lib/Carp/Heavy.pm
1477 ____________________________________________________________________________
1478 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
1479         Log: Subject: [PATCH hv.c] 
1480              From: Robin Barker <rmb1@cise.npl.co.uk>
1481              Date: Thu, 3 Jan 2002 14:49:06 GMT
1482              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
1483              
1484              -Wformat check.
1485      Branch: perl
1486            ! hv.c
1487 ____________________________________________________________________________
1488 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
1489         Log: NetWare tweaks from Ananth Kesari.
1490      Branch: perl
1491            ! NetWare/t/NWScripts.pl lib/File/Find.pm
1492 ____________________________________________________________________________
1493 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
1494         Log: Cast.
1495      Branch: perl
1496            ! regexec.c
1497 ____________________________________________________________________________
1498 [ 14036] By: ams                                   on 2002/01/03  12:12:31
1499         Log: Grammar fix suggested by Gwyn Judd.
1500      Branch: perl
1501            ! pod/perldiag.pod
1502 ____________________________________________________________________________
1503 [ 14033] By: ams                                   on 2002/01/03  08:24:24
1504         Log: Subject: Not ok 14031: PPPort Makefile.PL
1505              From: andreas.koenig@anima.de (Andreas J. Koenig)
1506              Date: 03 Jan 2002 10:17:46 +0100
1507              Message-Id: <m3sn9n94jp.fsf@anima.de>
1508      Branch: perl
1509            ! ext/Devel/PPPort/Makefile.PL
1510 ____________________________________________________________________________
1511 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
1512         Log: Off-by-one is my middle name.
1513      Branch: perl
1514            ! regexec.c
1515 ____________________________________________________________________________
1516 [ 14030] By: ams                                   on 2002/01/02  23:56:37
1517         Log: Subject: [PATCH @14015] threads::shared disabling
1518              From: Andy Bussey <andybussey@yahoo.co.uk>
1519              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
1520              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
1521      Branch: perl
1522            + ext/threads/shared/t/no_share.t
1523            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
1524 ____________________________________________________________________________
1525 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
1526         Log: Simon's new perlapi scheme, I hope I got all the pieces.
1527      Branch: perl
1528            + autodoc.pl embed.fnc
1529            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
1530 ____________________________________________________________________________
1531 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
1532         Log: Integrate perlio; more PPPort Makefile source dependence removal
1533      Branch: perl
1534           !> ext/Devel/PPPort/Makefile.PL perl.h
1535 ____________________________________________________________________________
1536 [ 14027] By: ams                                   on 2002/01/02  21:42:50
1537         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
1538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1539              Date: Wed, 2 Jan 2002 23:09:13 +0100
1540              Message-Id: <20020102230913.A17373@rafael>
1541      Branch: perl
1542            ! pod/perldiag.pod
1543 ____________________________________________________________________________
1544 [ 14026] By: ams                                   on 2002/01/02  21:38:34
1545         Log: Subject: Re: PATCH: lib/Term/Cap.pm
1546              From: Jonathan Stowe <gellyfish@gellyfish.com>
1547              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
1548              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
1549      Branch: perl
1550            ! lib/Term/Cap.pm
1551 ____________________________________________________________________________
1552 [ 14025] By: ams                                   on 2002/01/02  18:34:26
1553         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
1554              From: Sam Tregar <sam@tregar.com>
1555              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
1556              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
1557      Branch: perl
1558            ! pod/perldiag.pod t/comp/proto.t toke.c
1559 ____________________________________________________________________________
1560 [ 14024] By: ams                                   on 2002/01/02  18:16:12
1561         Log: Subject: PATCH: lib/Term/Cap.pm
1562              From: Norton Allen <allen@huarp.harvard.edu>
1563              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
1564              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
1565      Branch: perl
1566            ! lib/Term/Cap.pm
1567 ____________________________________________________________________________
1568 [ 14023] By: ams                                   on 2002/01/02  18:12:31
1569         Log: Subject: PATCH: lib/Cwd.pm for QNX4
1570              From: Norton Allen <allen@huarp.harvard.edu>
1571              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
1572              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
1573      Branch: perl
1574            ! lib/Cwd.pm
1575 ____________________________________________________________________________
1576 [ 14020] By: ams                                   on 2002/01/02  17:06:27
1577         Log: Fix misplaced application of #14016.
1578      Branch: perl
1579            ! op.c
1580 ____________________________________________________________________________
1581 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
1582         Log: Integrate perlio; avoid uninit debug_pad.
1583      Branch: perl
1584           !> sv.c
1585 ____________________________________________________________________________
1586 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
1587         Log: makedepend VOS fix from Paul Green.
1588      Branch: perl
1589            ! makedepend.SH
1590 ____________________________________________________________________________
1591 [ 14016] By: ams                                   on 2002/01/02  15:58:11
1592         Log: Subject: [PATCH] random crash in B::LISTOP::last
1593              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1594              Date: Wed, 2 Jan 2002 17:37:28 +0100
1595              Message-Id: <3C334558.3906.19CB98D@localhost>
1596      Branch: perl
1597            ! op.c
1598 ____________________________________________________________________________
1599 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
1600         Log: Update Changes.
1601      Branch: perl
1602            ! Changes patchlevel.h
1603 ____________________________________________________________________________
1604 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
1605         Log: One more iteration of the ibcmp_utf8() interface,
1606              hopefully this is a convergent iteration...
1607      Branch: perl
1608            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
1609 ____________________________________________________________________________
1610 [ 14013] By: ams                                   on 2002/01/02  13:43:58
1611         Log: Upgrade to podlators-1.19.
1612      Branch: perl
1613            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
1614            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
1615            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
1616            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
1617            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
1618 ____________________________________________________________________________
1619 [ 14012] By: ams                                   on 2002/01/02  09:48:51
1620         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
1621              From: martyn@inpharmatica.co.uk
1622              Date: Wed, 19 Dec 2001 19:05:00 +0000
1623              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
1624      Branch: perl
1625            ! lib/Pod/Usage.pm
1626 ____________________________________________________________________________
1627 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
1628         Log: Make ibcmp_utf8() optionally progress in either string for
1629              as long as it takes and optionally record how far it got.
1630      Branch: perl
1631            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
1632 ____________________________________________________________________________
1633 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
1634         Log: Once more try to get the PPPort Makefile right.
1635      Branch: perl
1636            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
1637 ____________________________________________________________________________
1638 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
1639         Log: -Wall silencing.
1640      Branch: perl
1641            ! utf8.c
1642 ____________________________________________________________________________
1643 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
1644         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
1645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1646              Date: Tue, 1 Jan 2002 22:45:21 +0100       
1647              Message-ID: <20020101224521.A691@rafael>
1648      Branch: perl
1649            ! ext/B/B/Deparse.pm
1650 ____________________________________________________________________________
1651 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
1652         Log: VOS tweak from Paul Green: VOS has different O_BINARY
1653              and O_TEXT, but VOS always uses LF, never CRLF.
1654      Branch: perl
1655            ! perl.h
1656 ____________________________________________________________________________
1657 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
1658         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
1659      Branch: perl
1660            ! regexec.c utf8.c
1661 ____________________________________________________________________________
1662 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
1663         Log: Now that to_utf8_fold() was fixed.
1664      Branch: perl
1665            ! regcomp.c regexec.c
1666 ____________________________________________________________________________
1667 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
1668         Log: Integrate perlio; experimental binmode() re-coding.
1669      Branch: perl
1670           !> perlio.c
1671 ____________________________________________________________________________
1672 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
1673         Log: Document the to_utf8_*() functions.
1674      Branch: perl
1675            ! embed.pl pod/perlapi.pod utf8.c
1676 ____________________________________________________________________________
1677 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
1678         Log: Better support for multicharacter foldings.
1679              Now all but two of the CaseFold.txt cases work-- but
1680              only when the target string is single-character, more
1681              debugging needed.
1682      Branch: perl
1683            ! regexec.c
1684 ____________________________________________________________________________
1685 [ 14000] By: ams                                   on 2002/01/01  15:59:43
1686         Log: Subject: [PATCH] don't installperl pods
1687              From: Nicholas Clark <nick@unfortu.net>
1688              Date: Tue, 1 Jan 2002 16:44:12 +0000
1689              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
1690      Branch: perl
1691            ! installperl
1692 ____________________________________________________________________________
1693 [ 13999] By: ams                                   on 2002/01/01  14:34:04
1694         Log: Subject: [PATCH] perldiag.pod transposition
1695              From: Nicholas Clark <nick@unfortu.net>
1696              Date: Tue, 1 Jan 2002 15:03:52 +0000
1697              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
1698      Branch: perl
1699            ! pod/perldiag.pod
1700 ____________________________________________________________________________
1701 [ 13998] By: ams                                   on 2002/01/01  13:36:49
1702         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
1703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1704              Date: Tue, 1 Jan 2002 15:12:36 +0100
1705              Message-Id: <20020101151236.A951@rafael>
1706      Branch: perl
1707            ! pod/perldiag.pod
1708 ____________________________________________________________________________
1709 [ 13997] By: ams                                   on 2002/01/01  13:33:06
1710         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
1711              From: Nicholas Clark <nick@unfortu.net>
1712              Date: Tue, 1 Jan 2002 13:13:17 +0000
1713              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
1714      Branch: perl
1715            ! ext/Socket/socketpair.t
1716 ____________________________________________________________________________
1717 [ 13996] By: ams                                   on 2002/01/01  04:44:28
1718         Log: Subject: [PATCH @13746] Leaner exporter
1719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1720              Date: Mon, 31 Dec 2001 18:16:08 -0500
1721              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
1722      Branch: perl
1723            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
1724 ____________________________________________________________________________
1725 [ 13995] By: ams                                   on 2002/01/01  04:29:44
1726         Log: Subject: [PATCH @13746] h2xs broken
1727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1728              Date: Mon, 31 Dec 2001 17:48:55 -0500
1729              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
1730      Branch: perl
1731            ! utils/h2xs.PL
1732 ____________________________________________________________________________
1733 [ 13994] By: ams                                   on 2002/01/01  04:25:46
1734         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
1735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1736              Date: Mon, 31 Dec 2001 17:42:25 -0500
1737              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
1738      Branch: perl
1739            ! lib/ExtUtils/MM_Unix.pm
1740 ____________________________________________________________________________
1741 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
1742         Log: Rename the variables to be a bit more consistent.
1743      Branch: perl
1744            ! utf8.c
1745 ____________________________________________________________________________
1746 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
1747         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
1748              (found by Jeffrey Friedl)
1749      Branch: perl
1750            ! regexec.c t/op/pat.t utf8.c
1751 ____________________________________________________________________________
1752 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
1753         Log: Update Changes.
1754      Branch: perl
1755            ! Changes patchlevel.h
1756 ____________________________________________________________________________
1757 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
1758         Log: Less unused ones.
1759      Branch: perl
1760            ! regexec.c
1761 ____________________________________________________________________________
1762 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
1763         Log: Unused variable.
1764      Branch: perl
1765            ! regcomp.c
1766 ____________________________________________________________________________
1767 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
1768         Log: Forgotten file.
1769      Branch: perl
1770            ! MANIFEST
1771 ____________________________________________________________________________
1772 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
1773         Log: Subject: Re: Cygwin: one down one to go 
1774              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1775              Date: Mon, 31 Dec 2001 18:34:36 +0100
1776              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
1777      Branch: perl
1778            ! cygwin/Makefile.SHs
1779 ____________________________________________________________________________
1780 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
1781         Log: Add some comments to the recent Unicode case-folding saga.
1782      Branch: perl
1783            ! regcomp.c regexec.c
1784 ____________________________________________________________________________
1785 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
1786         Log: Slight comment tweakage.
1787      Branch: perl
1788            ! ext/I18N/Langinfo/Langinfo.t
1789 ____________________________________________________________________________
1790 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
1791         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
1792      Branch: perl
1793            ! perl.h
1794 ____________________________________________________________________________
1795 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
1796         Log: Subject: [ PATCH] Cygwin: one down one to go
1797              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1798              Date: Mon, 31 Dec 2001 17:03:40 +0100
1799              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
1800      Branch: perl
1801            ! lib/Pod/t/basic.t
1802 ____________________________________________________________________________
1803 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
1804         Log: Tweak the dependencies not to recompile everytime,
1805              as suggested by NI-S.
1806      Branch: perl
1807            ! ext/Devel/PPPort/Makefile.PL
1808 ____________________________________________________________________________
1809 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
1810         Log: Planning still not right.
1811      Branch: perl
1812            ! lib/User/grent.t
1813 ____________________________________________________________________________
1814 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
1815         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
1816              From: Michael G Schwern <schwern@pobox.com>
1817              Date: Sun, 30 Dec 2001 18:07:55 -0500
1818              Message-ID: <20011230230755.GG12840@blackrider>
1819              
1820              (lib/User/grent, really)
1821      Branch: perl
1822            ! lib/User/grent.t
1823 ____________________________________________________________________________
1824 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
1825         Log: Integrate perlio; cleanup, in particular avoid accidental
1826              PerlIO_flush(NULL) if PerlIONext is NULL.
1827      Branch: perl
1828           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
1829 ____________________________________________________________________________
1830 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
1831         Log: Subject: typo in IO::Socket::INET.pm
1832              From: mjd@plover.com
1833              Date: 31 Dec 2001 14:31:10 -0000
1834              Message-ID: <20011231143110.4989.qmail@plover.com>
1835      Branch: perl
1836            ! ext/IO/lib/IO/Socket/INET.pm
1837 ____________________________________________________________________________
1838 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
1839         Log: Subject: Re: [PATCH] Basic bad prototype detection
1840              From: Sam Tregar <sam@tregar.com>
1841              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
1842              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
1843      Branch: perl
1844            ! t/comp/proto.t toke.c
1845 ____________________________________________________________________________
1846 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
1847         Log: Subject: [PATCH] configure.com / scriptdirexp
1848              From: "Craig A. Berry" <craigberry@mac.com>
1849              Date: Sun, 30 Dec 2001 15:47:28 -0600
1850              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
1851      Branch: perl
1852            ! configure.com
1853 ____________________________________________________________________________
1854 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
1855         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
1856              From: Abe Timmerman <abe@ztreet.demon.nl>
1857              Date: Mon, 31 Dec 2001 03:55:27 +0100
1858              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
1859      Branch: perl
1860            ! lib/ExtUtils/t/MM_Win32.t
1861 ____________________________________________________________________________
1862 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
1863         Log: Subject: [PATCH] Basic bad prototype detection
1864              From: Sam Tregar <sam@tregar.com> 
1865              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
1866              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
1867      Branch: perl
1868            ! pod/perldiag.pod t/comp/proto.t toke.c
1869 ____________________________________________________________________________
1870 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
1871         Log: Makefiles are sloppy about the exe suffix
1872              (from Paul Green)
1873      Branch: perl
1874            ! Makefile.SH x2p/Makefile.SH
1875 ____________________________________________________________________________
1876 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
1877         Log: Delay folding until necessary; start of handling
1878              folding into several characters.
1879      Branch: perl
1880            ! regcomp.c regexec.c
1881 ____________________________________________________________________________
1882 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
1883         Log: gcc -Wall dewhine.
1884      Branch: perl
1885            ! regexec.c
1886 ____________________________________________________________________________
1887 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
1888         Log: More Unicode folding tweaks, avoid potential false matches.
1889      Branch: perl
1890            ! regexec.c
1891 ____________________________________________________________________________
1892 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
1893         Log: Make that six wrongs.
1894      Branch: perl
1895            ! regexec.c utf8.c
1896 ____________________________________________________________________________
1897 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
1898         Log: Four wrongs can make a right.
1899      Branch: perl
1900            ! regexec.c utf8.c
1901 ____________________________________________________________________________
1902 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
1903         Log: Fix all the I case foldings as per CaseFold.txt.
1904      Branch: perl
1905            ! regcomp.c regexec.c
1906 ____________________________________________________________________________
1907 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
1908         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
1909      Branch: perl
1910            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
1911            ! regexec.c utf8.c
1912 ____________________________________________________________________________
1913 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
1914         Log: Integrate perlio; more win32 stuff:
1915              
1916              A. Use Perl_my_socketpair()
1917              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
1918              load winsock.
1919              C. (In passing) work round fact that $$ is now SvREADONLY
1920              so we need to take special measures to set it during
1921              pseudo-fork.
1922      Branch: perl
1923           !> util.c win32/perlhost.h
1924 ____________________________________________________________________________
1925 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
1926         Log: Fix ppport.h for Unix.
1927      Branch: perl
1928            + ext/Devel/PPPort/ppport_h.PL
1929            - ext/Devel/PPPort/ppport.h.PL
1930            ! MANIFEST ext/Devel/PPPort/Makefile.PL
1931 ____________________________________________________________________________
1932 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
1933         Log: Integrate perlio; win32 kicking.
1934      Branch: perl
1935           +> ext/Devel/PPPort/ppport.h.PL
1936           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
1937           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
1938           !> proto.h
1939 ____________________________________________________________________________
1940 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
1941         Log: Must look for cat also in $PATH (noticed by Philip Newton).
1942      Branch: perl
1943            ! Configure
1944 ____________________________________________________________________________
1945 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
1946         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
1947              From: Blair Zajac <blair@orcaware.com>
1948              Date: Sat, 29 Dec 2001 22:37:03 -0800
1949              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
1950      Branch: perl
1951            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1952 ____________________________________________________________________________
1953 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
1954         Log: Regen files.
1955      Branch: perl
1956            ! embed.h global.sym pod/perlapi.pod uconfig.h
1957 ____________________________________________________________________________
1958 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
1959         Log: Subject: [PATCH] -t without -w 
1960              From: Michael G Schwern <schwern@pobox.com>
1961              Date: Sat, 29 Dec 2001 23:46:25 -0500
1962              Message-ID: <20011230044625.GA14386@blackrider>
1963      Branch: perl
1964            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
1965            ! warnings.pl
1966 ____________________________________________________________________________
1967 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
1968         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
1969              From: Dave Rolsky <autarch@urth.org>               
1970              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
1971              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
1972              
1973              $^O is NetWare, not Netware.
1974      Branch: perl
1975            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
1976 ____________________________________________________________________________
1977 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
1978         Log: Sarathy thinks undoing C++ comments from C++ files
1979              is a bit too zealous.
1980      Branch: perl
1981            ! win32/perlhost.h win32/vmem.h
1982 ____________________________________________________________________________
1983 [ 13947] By: nick                                  on 2001/12/30  11:35:51
1984         Log: More Cwd tidy up
1985      Branch: perl
1986            ! MANIFEST installperl
1987 ____________________________________________________________________________
1988 [ 13946] By: nick                                  on 2001/12/30  11:12:42
1989         Log: Undo a mess trying Cwd.pm in its ext directory
1990      Branch: perl
1991            + lib/Cwd.pm
1992            - ext/Cwd/Cwd.pm
1993 ____________________________________________________________________________
1994 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
1995         Log: Update Changes.
1996      Branch: perl
1997            ! Changes patchlevel.h
1998 ____________________________________________________________________________
1999 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
2000         Log: Subject: [PATCH] cleaner close on tests, take 2
2001              From: andreas.koenig@anima.de (Andreas J. Koenig)
2002              Date: 29 Dec 2001 21:42:37 +0100
2003              Message-ID: <m33d1tvjuq.fsf@anima.de>
2004              
2005              (the DB_File patches)
2006      Branch: perl
2007            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2008            ! ext/DB_File/t/db-recno.t
2009 ____________________________________________________________________________
2010 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
2011         Log: Integrate perlio; regen'ed config_H.?c
2012      Branch: perl
2013           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2014 ____________________________________________________________________________
2015 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
2016         Log: Subject: [PATCH] cleaner close on tests, take 2             
2017              From: andreas.koenig@anima.de (Andreas J. Koenig)
2018              Date: 29 Dec 2001 21:42:37 +0100
2019              Message-ID: <m33d1tvjuq.fsf@anima.de>
2020              
2021              (except for the three DB_File patch fragments)
2022      Branch: perl
2023            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
2024            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
2025            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
2026            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
2027            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
2028            ! t/op/runlevel.t t/op/write.t t/run/switches.t
2029 ____________________________________________________________________________
2030 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
2031         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
2032              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2033              Date: Sat, 29 Dec 2001 20:38:59 +0100
2034              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
2035              
2036              (NetWare tree not touched because it's very //)
2037      Branch: perl
2038            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
2039            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
2040            ! wince/include/errno.h wince/include/netdb.h
2041            ! wince/include/sys/socket.h wince/include/sys/stat.h
2042            ! wince/perllib.c wince/perlmain.c wince/win32.h
2043            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
2044            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
2045 ____________________________________________________________________________
2046 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
2047         Log: Give up on serious testing of langinfo().  Leave the old
2048              code in place, though.
2049      Branch: perl
2050            ! ext/I18N/Langinfo/Langinfo.t
2051 ____________________________________________________________________________
2052 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
2053         Log: Integrate perlio;
2054              
2055              Define the two socket error numbers in terms of WSAEXXXXX equivalents
2056              
2057              Fudge Config.pm so File::Spec does not croak.
2058      Branch: perl
2059           !> win32/FindExt.pm win32/win32.h
2060 ____________________________________________________________________________
2061 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
2062         Log: VOS tweaks from Paul Green.
2063              
2064              The Configure tweaks: the _exe needs to be
2065              set after the init; VOS has fd 3 hardwired to /dev/tty;
2066              the grep/ln/make substitutions really need to stick.
2067      Branch: perl
2068            ! Configure hints/vos.sh perl.h util.c vos/build.cm
2069            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2070            ! vos/config.ga.h vos/vosish.h
2071 ____________________________________________________________________________
2072 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
2073         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
2074              From: coral@eekeek.org
2075              Date: Fri, 28 Dec 2001 19:58:22 -0500      
2076              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
2077      Branch: perl
2078            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
2079            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
2080            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
2081            ! pod/perlunicode.pod pod/perlxs.pod util.c
2082 ____________________________________________________________________________
2083 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
2084         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
2085      Branch: perl
2086            ! t/op/exec.t
2087 ____________________________________________________________________________
2088 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
2089         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
2090              From: Abe Timmerman <abe@ztreet.demon.nl>
2091              Date: Sat, 29 Dec 2001 13:10:06 +0100
2092              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
2093      Branch: perl
2094            + lib/Pod/t/InputObjects.t
2095 ____________________________________________________________________________
2096 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
2097         Log: Integrate perlio;
2098              
2099              Quick fix (after couple of clever fixes failed) for
2100              "accept leaks memory" fail [ID 20011223.001]
2101              
2102              Nick Clark's embed.pl fix for my_socketpair
2103      Branch: perl
2104           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
2105 ____________________________________________________________________________
2106 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
2107         Log: Slight tweaks on the MM_Win32.t.
2108      Branch: perl
2109            ! lib/ExtUtils/t/MM_Win32.t
2110 ____________________________________________________________________________
2111 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
2112         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
2113              From: Abe Timmerman <abe@ztreet.demon.nl>
2114              Date: Sat, 29 Dec 2001 12:51:36 +0100
2115              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
2116      Branch: perl
2117            + lib/ExtUtils/t/MM_Win32.t
2118            ! MANIFEST
2119 ____________________________________________________________________________
2120 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
2121         Log: Subject: [PATCH] Module names and other nits
2122              From: Autrijus Tang <autrijus@autrijus.org>                 
2123              Date: Sat, 29 Dec 2001 01:59:28 +0800
2124              Message-ID: <20011229015928.A29712@geb.elixus.org>              
2125      Branch: perl
2126            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
2127            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
2128            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
2129            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
2130            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
2131 ____________________________________________________________________________
2132 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
2133         Log: socketpair tweaks from Nicholas Clark.
2134      Branch: perl
2135            ! ext/Socket/socketpair.t util.c
2136 ____________________________________________________________________________
2137 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
2138         Log: Retract #13917.
2139      Branch: perl
2140            ! doop.c
2141 ____________________________________________________________________________
2142 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
2143         Log: Subject: provisional MakeMaker patch for VMS
2144              From: "Craig A. Berry" <craigberry@mac.com> 
2145              Date: Thu, 27 Dec 2001 22:29:37 -0600
2146              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
2147      Branch: perl
2148            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2149 ____________________________________________________________________________
2150 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
2151         Log: (retracted by #13919)
2152      Branch: perl
2153            ! doop.c
2154 ____________________________________________________________________________
2155 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
2156         Log: Remove debris in any case.
2157      Branch: perl
2158            ! Configure
2159 ____________________________________________________________________________
2160 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
2161         Log: Subject: [PATCH] Re: B::walksymtable oddness
2162              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2163              Date: Thu, 27 Dec 2001 19:14:24 +0100
2164              Message-ID: <3C2B7310.861.18820D0@localhost>
2165      Branch: perl
2166            ! ext/B/B.pm
2167 ____________________________________________________________________________
2168 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
2169         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
2170              From: Nicholas Clark <nick@unfortu.net> 
2171              Date: Fri, 28 Dec 2001 00:43:02 +0000
2172              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
2173      Branch: perl
2174            ! ext/Socket/socketpair.t
2175 ____________________________________________________________________________
2176 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
2177         Log: Fast Latin1<->UTF-8 conversion for older Perls.
2178      Branch: perl
2179            ! pod/perluniintro.pod
2180 ____________________________________________________________________________
2181 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
2182         Log: Update Changes.
2183      Branch: perl
2184            ! Changes patchlevel.h
2185 ____________________________________________________________________________
2186 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
2187         Log: More wait status trickery for BeOS.
2188      Branch: perl
2189            ! ext/POSIX/POSIX.xs
2190 ____________________________________________________________________________
2191 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
2192         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
2193      Branch: perl
2194            ! Configure
2195 ____________________________________________________________________________
2196 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
2197         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
2198              From: gbarr@monty.mutatus.co.uk
2199              Date: 27 Dec 2001 14:41:36 -0000
2200              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
2201      Branch: perl
2202            ! lib/ExtUtils/t/Embed.t
2203 ____________________________________________________________________________
2204 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
2205         Log: Subject: [PATCH] Re: socketpair emulation
2206              From: Nicholas Clark <nick@unfortu.net> 
2207              Date: Wed, 26 Dec 2001 20:08:14 +0000
2208              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
2209      Branch: perl
2210            ! ext/Socket/socketpair.t
2211 ____________________________________________________________________________
2212 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
2213         Log: Subject: [DOC PATCH] left is right and right is left
2214              From: Philip Newton <Philip.Newton@gmx.net>
2215              Date: Thu, 27 Dec 2001 10:04:17 +0100
2216              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
2217      Branch: perl
2218            ! pod/perlfunc.pod pod/perlport.pod
2219 ____________________________________________________________________________
2220 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
2221         Log: Subject: [PATCH] check return of close
2222              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2223              Date: 27 Dec 2001 09:47:30 +0100
2224              Message-ID: <m3ellhgicd.fsf@anima.de> 
2225              
2226              Subject: [PATCH] improve error reporting
2227              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2228              Date: 27 Dec 2001 09:54:55 +0100
2229              Message-ID: <m3adw5gi00.fsf@anima.de> 
2230              
2231              Subject: [PATCH] check return value of close
2232              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2233              Date: 27 Dec 2001 10:03:55 +0100
2234              Message-ID: <m3666tghl0.fsf@anima.de> 
2235              
2236              Subject: [PATCH] return of close
2237              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2238              Date: 27 Dec 2001 10:22:15 +0100
2239              Message-ID: <m31yhhggqg.fsf@anima.de> 
2240      Branch: perl
2241            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
2242            ! t/io/fflush.t
2243 ____________________________________________________________________________
2244 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
2245         Log: Subject: [PATCH] check return of close
2246              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2247              Date: 27 Dec 2001 09:47:30 +0100
2248              Message-ID: <m3ellhgicd.fsf@anima.de> 
2249      Branch: perl
2250            ! t/base/rs.t
2251 ____________________________________________________________________________
2252 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
2253         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
2254              From: andreas.koenig@anima.de (Andreas J. Koenig)
2255              Date: 27 Dec 2001 09:21:16 +0100
2256              Message-ID: <m3n105gjk3.fsf@anima.de>
2257      Branch: perl
2258            ! t/op/sysio.t
2259 ____________________________________________________________________________
2260 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
2261         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
2262              From: "Gerrit P. Haase" <gp@familiehaase.de>
2263              Date: Thu, 27 Dec 2001 09:23:55 +0100 
2264              Message-ID: <98211521662.20011227092355@familiehaase.de>
2265      Branch: perl
2266            ! lib/ExtUtils/t/MM_Cygwin.t
2267 ____________________________________________________________________________
2268 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
2269         Log: Replace the awful (most likely generated and not very persistent)
2270              URL with something tangible.
2271      Branch: perl
2272            ! README.hpux
2273 ____________________________________________________________________________
2274 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
2275         Log: Naughty /dev/printer (ls -l, really) of IRIX.
2276      Branch: perl
2277            ! t/op/stat.t
2278 ____________________________________________________________________________
2279 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
2280         Log: Upgrade to Net::Ping 2.10.
2281      Branch: perl
2282            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
2283            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
2284            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
2285            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
2286 ____________________________________________________________________________
2287 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
2288         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
2289              (this showed up in Benchmark.t)
2290      Branch: perl
2291            ! pp_sys.c
2292 ____________________________________________________________________________
2293 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
2294         Log: BeOS updates.
2295      Branch: perl
2296            ! README.beos beos/beos.c
2297 ____________________________________________________________________________
2298 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
2299         Log: Subject: Re: bleadperl doesn't compile
2300              From: "Gerrit P. Haase" <gp@familiehaase.de>
2301              Date: Wed, 26 Dec 2001 21:29:08 +0100
2302              Message-ID: <22168634623.20011226212908@familiehaase.de>
2303              
2304              Cygwin with multiplicity.
2305      Branch: perl
2306            ! perlio.c
2307 ____________________________________________________________________________
2308 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
2309         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
2310              From: Nicholas Clark <nick@ccl4.org>
2311              Date: Wed, 26 Dec 2001 19:07:33 +0000
2312              Message-ID: <20011226190732.J48842@plum.flirble.org>            
2313              
2314              socketpair() (un)signedness nit.
2315      Branch: perl
2316            ! util.c
2317 ____________________________________________________________________________
2318 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
2319         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
2320              From: Nicholas Clark <nick@ccl4.org>
2321              Date: Wed, 26 Dec 2001 19:19:47 +0000
2322              Message-ID: <20011226191946.K48842@plum.flirble.org>
2323              
2324              Use report_evil_fh().
2325      Branch: perl
2326            ! doio.c
2327 ____________________________________________________________________________
2328 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
2329         Log: Bad $? assumptions.
2330      Branch: perl
2331            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
2332 ____________________________________________________________________________
2333 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
2334         Log: Net::Ping isn't going to work much without
2335              the Socket extension; fail more gracefully.
2336      Branch: perl
2337            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2338            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2339            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
2340            ! lib/Net/Ping/t/300_ping_stream.t
2341 ____________________________________________________________________________
2342 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
2343         Log: test -d /system is a bit too generic test for VOS
2344              (false hit in BeOS)
2345      Branch: perl
2346            ! Configure
2347 ____________________________________________________________________________
2348 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
2349         Log: No AF_UNIX in BeOS.
2350      Branch: perl
2351            ! util.c
2352 ____________________________________________________________________________
2353 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
2354         Log: FAQ sync.
2355      Branch: perl
2356            ! pod/perlfaq5.pod
2357 ____________________________________________________________________________
2358 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
2359         Log: Update Changes.
2360      Branch: perl
2361            ! Changes patchlevel.h
2362 ____________________________________________________________________________
2363 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
2364         Log: Make -t equal -tw.
2365      Branch: perl
2366            ! perl.c pod/perlrun.pod
2367 ____________________________________________________________________________
2368 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
2369         Log: Subject: Re: Not OK 13881
2370              From: John Peacock <jpeacock@rowman.com>
2371              Date: Tue, 25 Dec 2001 06:02:12 -0500
2372              Message-ID: <3C285CB4.8040006@rowman.com>
2373      Branch: perl
2374            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
2375 ____________________________________________________________________________
2376 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
2377         Log: Subject: Re: Not OK 13881
2378              From: andreas.koenig@anima.de (Andreas J. Koenig)
2379              Date: 25 Dec 2001 07:33:23 +0100
2380              Message-ID: <m3bsgnajws.fsf@anima.de>
2381      Branch: perl
2382            ! op.c
2383 ____________________________________________________________________________
2384 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
2385         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
2386              From: Mark-Jason Dominus <mjd@plover.com>    
2387              Date: Mon, 24 Dec 2001 18:14:48 -0500
2388              Message-ID: <20011224231448.25826.qmail@plover.com>
2389      Branch: perl
2390            ! op.c t/op/eval.t
2391 ____________________________________________________________________________
2392 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
2393         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
2394              From: Dave Rolsky <autarch@urth.org>
2395              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
2396              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
2397      Branch: perl
2398            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
2399            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
2400            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2401            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2402            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
2403 ____________________________________________________________________________
2404 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
2405         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
2406              From: Jeffrey Friedl <jfriedl@yahoo.com>
2407              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
2408              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
2409              
2410              The rest of the tests for plus few extras.
2411      Branch: perl
2412            ! t/op/pat.t
2413 ____________________________________________________________________________
2414 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
2415         Log: No-op.
2416      Branch: perl
2417            ! Configure
2418 ____________________________________________________________________________
2419 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
2420         Log: More constant casting.
2421      Branch: perl
2422            ! regexec.c
2423 ____________________________________________________________________________
2424 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
2425         Log: Subject: perlhack.pod 
2426              From: "John P. Linderman" <jpl@research.att.com>
2427              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
2428              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
2429      Branch: perl
2430            ! pod/perlhack.pod
2431 ____________________________________________________________________________
2432 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
2433         Log: File::Find patch patches from Thomas Wegner.
2434      Branch: perl
2435            ! lib/File/Find.pm
2436 ____________________________________________________________________________
2437 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
2438         Log: Subject: Re: socketpair emulation 
2439              From: Nicholas Clark <nick@unfortu.net>                 
2440              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
2441              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
2442      Branch: perl
2443            ! ext/Socket/socketpair.t
2444 ____________________________________________________________________________
2445 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
2446         Log: Must cast constants if they can be quads.
2447      Branch: perl
2448            ! regcomp.c
2449 ____________________________________________________________________________
2450 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
2451         Log: Promote the e/uid to wide enough un/signed integers
2452              and printf them as such.
2453      Branch: perl
2454            ! taint.c
2455 ____________________________________________________________________________
2456 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
2457         Log: The U32 alignment test wasn't really working, noticed
2458              by Paul Green.  Now the test works, but this means that
2459              we may see coredumps from the test.   I sure hope MMUless
2460              places don't crash on the test.
2461      Branch: perl
2462            ! Configure
2463 ____________________________________________________________________________
2464 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
2465         Log: More VOS tweaks.
2466      Branch: perl
2467            ! Configure
2468 ____________________________________________________________________________
2469 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
2470         Log: The funky final sigma casefolding.
2471      Branch: perl
2472            ! regcomp.c regexec.c t/op/pat.t utf8.h
2473 ____________________________________________________________________________
2474 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
2475         Log: Update Changes.
2476      Branch: perl
2477            ! Changes patchlevel.h
2478 ____________________________________________________________________________
2479 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
2480         Log: Move the \C and \X to pat.t.
2481      Branch: perl
2482            ! t/op/pat.t t/op/re_tests
2483 ____________________________________________________________________________
2484 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
2485         Log: More logical test ordering.
2486      Branch: perl
2487            ! perl.h
2488 ____________________________________________________________________________
2489 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
2490         Log: Integrate perlio;
2491              
2492              Add at least the "important" PerlIO_xxxx functions to embed.pl
2493              so that they get implicit pTHX_ and we can avoid slow dTHX.
2494              
2495              Put PerlIO stuff inside EXTERN C
2496              
2497              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
2498      Branch: perl
2499           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
2500           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
2501           !> win32/win32.c
2502 ____________________________________________________________________________
2503 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
2504         Log: Even more \X fixing.
2505      Branch: perl
2506            ! regexec.c t/op/pat.t
2507 ____________________________________________________________________________
2508 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
2509         Log: More \X fixing.
2510      Branch: perl
2511            ! regexec.c t/op/pat.t
2512 ____________________________________________________________________________
2513 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
2514         Log: Fix encoding pragma.
2515      Branch: perl
2516            ! regcomp.c
2517 ____________________________________________________________________________
2518 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
2519         Log: Subject: socketpair emulation
2520              From: Nicholas Clark <nick@unfortu.net>
2521              Date: Sat, 22 Dec 2001 18:38:18 +0000
2522              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
2523      Branch: perl
2524            + ext/Socket/socketpair.t
2525            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
2526            ! pp_sys.c proto.h util.c
2527 ____________________________________________________________________________
2528 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
2529         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
2530              From: Jeffrey Friedl <jfriedl@yahoo.com>
2531              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
2532              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
2533              
2534              (partially applied, most of the new tests need to be rethought)
2535      Branch: perl
2536            ! regcomp.c t/op/re_tests
2537 ____________________________________________________________________________
2538 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
2539         Log: Small tweaks.
2540      Branch: perl
2541            ! handy.h regexec.c
2542 ____________________________________________________________________________
2543 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
2544         Log: Unicode casefolding continues.
2545              (lib/encoding.t still failing.)
2546      Branch: perl
2547            ! regexec.c t/op/pat.t
2548 ____________________________________________________________________________
2549 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
2550         Log: Rework the make logic (again).
2551      Branch: perl
2552            ! Configure
2553 ____________________________________________________________________________
2554 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
2555         Log: Integrate perlio;
2556              Fix mis-parse of autoloaded usage code by declaring the sub
2557              Correct checking code which Ilya spotted was tripped by CR at EOF.
2558              The CR at EOF fix earlier broke CR at end-of-buffer.
2559      Branch: perl
2560            ! regexec.c
2561           !> ext/POSIX/POSIX.pm perlio.c sv.c
2562 ____________________________________________________________________________
2563 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
2564         Log: More Unicode casing fixes.
2565      Branch: perl
2566            ! regexec.c t/op/pat.t
2567 ____________________________________________________________________________
2568 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
2569         Log: Unicode casefolding fixes.
2570      Branch: perl
2571            ! op.c regcomp.c regexec.c t/op/pat.t
2572 ____________________________________________________________________________
2573 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
2574         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
2575              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
2576              Date: Sat, 22 Dec 2001 00:01:29 +0100
2577              Message-ID: <20011222000129.A713@rafael>
2578      Branch: perl
2579            ! ext/B/B/Deparse.pm
2580 ____________________________________________________________________________
2581 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
2582         Log: VOS config from Paul Green.
2583      Branch: perl
2584            ! hints/vos.sh
2585 ____________________________________________________________________________
2586 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
2587         Log: Subject: [PATCH @13746] CreateTTY on OS/2
2588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2589              Date: Fri, 21 Dec 2001 15:59:45 -0500
2590              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
2591      Branch: perl
2592            ! lib/perl5db.pl
2593 ____________________________________________________________________________
2594 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
2595         Log: Subject: [PATCH @13746] uninstalled build of modules broken
2596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2597              Date: Fri, 21 Dec 2001 15:49:09 -0500
2598              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
2599      Branch: perl
2600            ! lib/ExtUtils/MM_Unix.pm
2601 ____________________________________________________________________________
2602 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
2603         Log: Subject: [PATCH @13746] OS/2 File::* modules
2604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2605              Date: Fri, 21 Dec 2001 15:43:24 -0500
2606              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
2607      Branch: perl
2608            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
2609 ____________________________________________________________________________
2610 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
2611         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
2612              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2613              Date: Fri, 21 Dec 2001 17:29:07 +0100
2614              Message-ID: <3C236353.6625C4C0@alcatel.at>
2615      Branch: perl
2616            ! pod/perltie.pod
2617 ____________________________________________________________________________
2618 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
2619         Log: Further VOS tweaks: the _exe needs to be introduced
2620              in the very beginning, and the make/gmake needs special
2621              VOS logic.
2622      Branch: perl
2623            ! Configure Makefile.SH
2624 ____________________________________________________________________________
2625 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
2626         Log: Update Changes.
2627      Branch: perl
2628            ! Changes patchlevel.h
2629 ____________________________________________________________________________
2630 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
2631         Log: Also the search for cat needs to be _exe-aware.
2632      Branch: perl
2633            ! Configure
2634 ____________________________________________________________________________
2635 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
2636         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
2637              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2638              Date: Fri, 21 Dec 2001 14:02:01 +0100
2639              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
2640      Branch: perl
2641            ! ext/B/B/Xref.pm
2642 ____________________________________________________________________________
2643 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
2644         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
2645      Branch: perl
2646            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
2647            ! ext/B/t/assembler.t
2648 ____________________________________________________________________________
2649 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
2650         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
2651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2652              Date: Fri, 21 Dec 2001 11:15:38 +0100
2653              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
2654      Branch: perl
2655            ! hv.c
2656 ____________________________________________________________________________
2657 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
2658         Log: A plan is good.
2659      Branch: perl
2660            ! ext/re/re.t
2661 ____________________________________________________________________________
2662 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
2663         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
2664              From: chromatic <chromatic@rmci.net>
2665              Date: Thu, 20 Dec 2001 16:16:48 -0700
2666              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
2667      Branch: perl
2668            + ext/re/re.t
2669            ! MANIFEST
2670 ____________________________________________________________________________
2671 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
2672         Log: Synchronize the skippage message.
2673      Branch: perl
2674            ! lib/ExtUtils/t/MM_OS2.t
2675 ____________________________________________________________________________
2676 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
2677         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
2678              From: chromatic <chromatic@rmci.net>
2679              Date: Thu, 20 Dec 2001 16:09:10 -0700
2680              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
2681      Branch: perl
2682            + lib/ExtUtils/t/MM_OS2.t
2683            ! MANIFEST
2684 ____________________________________________________________________________
2685 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
2686         Log: Subject: perlfunc.pod patch re flock via fcntl
2687              From: "Tye McQueen" <tye@metronet.com>
2688              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
2689              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
2690      Branch: perl
2691            ! pod/perlfunc.pod
2692 ____________________________________________________________________________
2693 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
2694         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
2695              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
2696              (the Unicode maximum code point) warnable offenses.
2697      Branch: perl
2698            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
2699            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
2700 ____________________________________________________________________________
2701 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
2702         Log: Sterner admonishment on -t.
2703      Branch: perl
2704            ! pod/perlrun.pod
2705 ____________________________________________________________________________
2706 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
2707         Log: Subject: [PATCH B::Dpparse] minor qr// fix
2708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2709              Date: Thu, 20 Dec 2001 22:53:34 +0100
2710              Message-ID: <20011220225334.A735@rafael>
2711      Branch: perl
2712            ! ext/B/B/Deparse.pm
2713 ____________________________________________________________________________
2714 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
2715         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
2716              From: Robert Spier <rspier@pobox.com>
2717              Date: Thu, 20 Dec 2001 08:10:00 -0800
2718              Message-ID: <15394.3416.693353.107334@rls.cx>
2719      Branch: perl
2720            ! lib/Carp/Heavy.pm
2721 ____________________________________________________________________________
2722 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
2723         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
2724      Branch: perl
2725           !> win32/win32io.c
2726 ____________________________________________________________________________
2727 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
2728         Log: Subject: Re: [PATCH pod/perliol.pod] resend
2729              From: Stas Bekman <stas@stason.org>
2730              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
2731              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
2732      Branch: perl
2733            ! pod/perliol.pod
2734 ____________________________________________________________________________
2735 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
2736         Log: Fix up the APIs noone hopefully uses.
2737      Branch: perl
2738            ! utf8.c
2739 ____________________________________________________________________________
2740 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
2741         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
2742              Date: Wed, 19 Dec 2001 14:13:38 -0800
2743              From: Robert Spier <rspier@pobox.com>
2744              Message-ID: <15393.4370.605214.548582@rls.cx>
2745      Branch: perl
2746            ! lib/Carp.t lib/Carp/Heavy.pm
2747 ____________________________________________________________________________
2748 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
2749         Log: Some bincompat clawbacks.
2750      Branch: perl
2751            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
2752            ! wince/perldll.def
2753 ____________________________________________________________________________
2754 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
2755         Log: gcc pacifying (RH 7.1/ia64).
2756      Branch: perl
2757            ! pp.c
2758 ____________________________________________________________________________
2759 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
2760         Log: Update Changes.
2761      Branch: perl
2762            ! Changes patchlevel.h
2763 ____________________________________________________________________________
2764 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
2765         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
2766              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2767              Date: Wed, 19 Dec 2001 12:35:07 +0100
2768              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
2769              
2770              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
2771              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2772              Date: Wed, 19 Dec 2001 17:34:51 +0000
2773              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
2774      Branch: perl
2775            ! pod/perlre.pod
2776 ____________________________________________________________________________
2777 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
2778         Log: Integrate perlio.
2779      Branch: perl
2780           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2781           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
2782 ____________________________________________________________________________
2783 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
2784         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
2785      Branch: perl
2786            ! ext/B/B/Assembler.pm
2787 ____________________________________________________________________________
2788 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
2789         Log: Reword the alarm explanation.
2790      Branch: perl
2791            ! pod/perlfunc.pod
2792 ____________________________________________________________________________
2793 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
2794         Log: Subject: [PATCH @13746] OS/2 build
2795              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
2796              Date: Wed, 19 Dec 2001 02:45:41 -0500
2797              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
2798              
2799              (skipped the t/TEST change)
2800      Branch: perl
2801            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
2802            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
2803            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
2804 ____________________________________________________________________________
2805 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
2806         Log: Upgrade to Net::Ping 2.09.
2807      Branch: perl
2808            + lib/Net/Ping/CHANGES lib/Net/Ping/README
2809            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2810            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2811            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
2812            + lib/Net/Ping/t/300_ping_stream.t
2813            ! MANIFEST lib/Net/Ping.pm
2814 ____________________________________________________________________________
2815 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
2816         Log: B::Assembler/B::Disassembler patches and test;
2817              from Wolfgang Laun.
2818              
2819              TODO: getting perlcc working.
2820      Branch: perl
2821            + ext/B/t/assembler.t
2822            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
2823 ____________________________________________________________________________
2824 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
2825         Log: Can't printf U8s as UVs.
2826      Branch: perl
2827            ! utf8.c
2828 ____________________________________________________________________________
2829 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
2830         Log: Subject: Re: [PATCH] ...while $var = glob(...)
2831              From: Robin Houston <robin@kitsite.com> 
2832              Date: Wed, 19 Dec 2001 13:48:55 +0000
2833              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
2834              
2835              Not exactly a glob test but internal-logically correct.
2836      Branch: perl
2837            ! t/op/glob.t
2838 ____________________________________________________________________________
2839 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
2840         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
2841              From: Michael G Schwern <schwern@pobox.com> 
2842              Date: Wed, 19 Dec 2001 07:42:54 -0500
2843              Message-ID: <20011219124254.GF8630@blackrider>
2844      Branch: perl
2845            + lib/lib.t
2846            ! MANIFEST lib/lib_pm.PL
2847 ____________________________________________________________________________
2848 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
2849         Log: Integrate with perlio.
2850      Branch: perl
2851           !> hv.c hv.h scope.c util.c
2852 ____________________________________________________________________________
2853 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
2854         Log: Regen toc.
2855      Branch: perl
2856            ! pod/perltoc.pod
2857 ____________________________________________________________________________
2858 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
2859         Log: FAQ sync.
2860      Branch: perl
2861            ! pod/perlfaq5.pod
2862 ____________________________________________________________________________
2863 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
2864         Log: Reformat round.
2865      Branch: perl
2866            ! pod/perlunicode.pod
2867 ____________________________________________________________________________
2868 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
2869         Log: Subject: [PATCH] pod/perlunicode.pod
2870              From: Jeffrey Friedl <jfriedl@yahoo.com>
2871              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
2872              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
2873      Branch: perl
2874            ! pod/perlunicode.pod
2875 ____________________________________________________________________________
2876 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
2877         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2878              From: Jeffrey Friedl <jfriedl@yahoo.com>
2879              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
2880              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
2881      Branch: perl
2882            ! pod/perluniintro.pod
2883 ____________________________________________________________________________
2884 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
2885         Log: Slight pod reformatting.
2886      Branch: perl
2887            ! pod/perluniintro.pod
2888 ____________________________________________________________________________
2889 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
2890         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2891              From: Jeffrey Friedl <jfriedl@yahoo.com>    
2892              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
2893              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
2894      Branch: perl
2895            ! pod/perluniintro.pod
2896 ____________________________________________________________________________
2897 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
2898         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
2899              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2900              Date: Wed, 19 Dec 2001 01:45:23 +0000
2901              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
2902      Branch: perl
2903            ! sv.c
2904 ____________________________________________________________________________
2905 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
2906         Log: Subject: Porting/checkURL.pl
2907              From: abigail@foad.org
2908              Date: Tue, 18 Dec 2001 19:03:22 +0100          
2909              Message-ID: <20011218180322.8278.qmail@foad.org> 
2910      Branch: perl
2911            ! Porting/checkURL.pl
2912 ____________________________________________________________________________
2913 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
2914         Log: A bit too oversweeping matching in #13778.
2915      Branch: perl
2916            ! Configure
2917 ____________________________________________________________________________
2918 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
2919         Log: Re-gen Configure based on #13778..13781.
2920      Branch: perl
2921            ! Configure config_h.SH
2922 ____________________________________________________________________________
2923 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
2924         Log: Subject: Re: Benchmark.t failure on Linux
2925              From: Nicholas Clark <nick@ccl4.org>
2926              Date: Tue, 18 Dec 2001 22:51:25 +0000
2927              Message-ID: <20011218225124.N21702@plum.flirble.org>
2928      Branch: perl
2929            ! lib/Benchmark.t
2930 ____________________________________________________________________________
2931 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
2932         Log: Re-applying #13752 until a better solution can be found.
2933      Branch: perl
2934            ! lib/ExtUtils/t/MM_Unix.t
2935 ____________________________________________________________________________
2936 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
2937         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
2938              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
2939              Date: Tue, 18 Dec 2001 12:05:40 -0500
2940              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
2941      Branch: perl
2942            ! lib/Exporter.pm
2943 ____________________________________________________________________________
2944 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
2945         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2946              findings -- some of the warnings I can't explain except
2947              by NVgf being detected wrong, though.
2948      Branch: perl
2949            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
2950 ____________________________________________________________________________
2951 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
2952         Log: Subject: [PATCH] pod/perluniintro.pod
2953              From: Jeffrey Friedl <jfriedl@yahoo.com>
2954              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
2955              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
2956      Branch: perl
2957            ! pod/perluniintro.pod
2958 ____________________________________________________________________________
2959 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
2960         Log: ".pm" is the native executable suffix in VOS.
2961      Branch: perl
2962            ! hints/vos.sh
2963 ____________________________________________________________________________
2964 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
2965         Log: Integrate perlio;
2966              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
2967      Branch: perl
2968           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
2969 ____________________________________________________________________________
2970 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
2971         Log: (Undone by #13766.)
2972              Retract #13752.
2973      Branch: perl
2974            ! lib/ExtUtils/t/MM_Unix.t
2975 ____________________________________________________________________________
2976 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
2977         Log: Echoes of #13757.
2978      Branch: perl
2979            ! t/lib/warnings/utf8
2980 ____________________________________________________________________________
2981 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
2982         Log: Make the utf8 malformedness messages more verbose.
2983      Branch: perl
2984            ! lib/utf8.t utf8.c
2985 ____________________________________________________________________________
2986 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
2987         Log: README.aix updates from Jens-Uwe Mager.
2988      Branch: perl
2989            ! README.aix
2990 ____________________________________________________________________________
2991 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
2992         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
2993              From: Michael G Schwern <schwern@pobox.com>
2994              Date: Tue, 18 Dec 2001 00:58:18 -0500
2995              Message-ID: <20011218055818.GC4362@blackrider>
2996      Branch: perl
2997            ! lib/Benchmark.t
2998 ____________________________________________________________________________
2999 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
3000         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
3001              From: Michael G Schwern <schwern@pobox.com>
3002              Date: Tue, 18 Dec 2001 00:40:38 -0500
3003              Message-ID: <20011218054038.GB4362@blackrider>
3004      Branch: perl
3005            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
3006 ____________________________________________________________________________
3007 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
3008         Log: (reintroduced by #13766)
3009              (retracted by #13759)
3010              
3011              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
3012              From: Michael G Schwern <schwern@pobox.com>  
3013              Date: Tue, 18 Dec 2001 00:00:23 -0500
3014              Message-ID: <20011218050023.GA27893@blackrider>
3015      Branch: perl
3016            ! lib/ExtUtils/t/MM_Unix.t
3017 ____________________________________________________________________________
3018 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
3019         Log: Re-patch #13749.
3020      Branch: perl
3021            ! t/op/glob.t
3022 ____________________________________________________________________________
3023 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
3024         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
3025              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3026              Date: Tue, 18 Dec 2001 12:55:43 +0000
3027              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
3028      Branch: perl
3029            ! ext/Devel/Peek/Peek.pm
3030 ____________________________________________________________________________
3031 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
3032         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
3033              From: Robin Houston <robin@kitsite.com> 
3034              Date: Tue, 18 Dec 2001 14:54:33 +0000
3035              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
3036      Branch: perl
3037            ! t/op/glob.t
3038 ____________________________________________________________________________
3039 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
3040         Log: Subject: [PATCH] slightly more for Exporter.pm
3041              From: Nicholas Clark <nick@ccl4.org>
3042              Date: Tue, 18 Dec 2001 00:22:03 +0000
3043              Message-ID: <20011218002203.M21702@plum.flirble.org>
3044      Branch: perl
3045            ! lib/Exporter.pm
3046 ____________________________________________________________________________
3047 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
3048         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
3049              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3050              Date: Mon, 17 Dec 2001 16:37:18 +0100
3051              Message-ID: <20011217163718.A2292@rafael>
3052              
3053              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
3054              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3055              Date: Mon, 17 Dec 2001 23:17:06 +0100
3056              Message-ID: <20011217231706.A730@rafael>
3057      Branch: perl
3058            ! pod/perlsub.pod pp.c toke.c
3059 ____________________________________________________________________________
3060 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
3061         Log: Update Changes.
3062      Branch: perl
3063            ! Changes patchlevel.h
3064 ____________________________________________________________________________
3065 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
3066         Log: New test warrants a MANIFEST entry.
3067      Branch: perl
3068            ! MANIFEST
3069 ____________________________________________________________________________
3070 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
3071         Log: Subject: Re: [PATCH] ...while $var = glob(...)
3072              From: Robin Houston <robin@kitsite.com>
3073              Date: Mon, 17 Dec 2001 20:27:30 +0000
3074              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
3075              
3076              Can't portably unlink open files.
3077      Branch: perl
3078            ! t/op/glob.t
3079 ____________________________________________________________________________
3080 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
3081         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
3082      Branch: perl
3083            ! pod/perluniintro.pod
3084 ____________________________________________________________________________
3085 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
3086         Log: Move typeglob test from glob.t to gv.t.
3087      Branch: perl
3088            ! t/op/glob.t t/op/gv.t
3089 ____________________________________________________________________________
3090 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
3091         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
3092              From: Robin Houston <robin@kitsite.com> 
3093              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
3094              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
3095      Branch: perl
3096            ! t/op/glob.t
3097 ____________________________________________________________________________
3098 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
3099         Log: Demote the surrogate and non-character errors to warnings.
3100      Branch: perl
3101            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
3102 ____________________________________________________________________________
3103 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
3104         Log: Subject: [PATCH] more POSIX tests, and more autoloading
3105              From: Nicholas Clark <nick@ccl4.org>
3106              Date: Mon, 17 Dec 2001 18:27:47 +0000
3107              Message-ID: <20011217182747.D21702@plum.flirble.org>
3108      Branch: perl
3109            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
3110 ____________________________________________________________________________
3111 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
3112         Log: Subject: [PATCH] ...while $var = glob(...)
3113              From: Robin Houston <robin@kitsite.com> 
3114              Date: Mon, 17 Dec 2001 15:51:54 +0000
3115              Message-ID: <20011217155153.A311@robin.kitsite.com>
3116      Branch: perl
3117            ! op.c
3118 ____________________________________________________________________________
3119 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
3120         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
3121              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3122              Date: Mon, 17 Dec 2001 15:23:01 +0100
3123              Message-ID: <20011217152301.A704@rafael>
3124      Branch: perl
3125            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
3126 ____________________________________________________________________________
3127 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
3128         Log: The system() vs $SIG{ARLM} is no more a todo.
3129      Branch: perl
3130            ! t/op/alarm.t
3131 ____________________________________________________________________________
3132 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
3133         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
3134              From: Michael G Schwern <schwern@pobox.com>
3135              Date: Sun, 16 Dec 2001 23:59:01 -0500
3136              Message-ID: <20011217045901.GL17232@blackrider>
3137      Branch: perl
3138            + t/op/alarm.t
3139            ! MANIFEST
3140 ____________________________________________________________________________
3141 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
3142         Log: s/UNIX/Unix/
3143      Branch: perl
3144            ! MANIFEST
3145 ____________________________________________________________________________
3146 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
3147         Log: Move ExtUtils tests to lib/ExtUtils/t.
3148      Branch: perl
3149            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
3150            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
3151            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
3152            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
3153            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
3154            + lib/ExtUtils/t/testlib.t
3155            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
3156            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
3157            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
3158            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
3159            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
3160            ! MANIFEST
3161 ____________________________________________________________________________
3162 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
3163         Log: Subject: [PATCH] MM_Unix tests, and some questions
3164              From: Tels <perl_dummy@bloodgate.com>
3165              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
3166              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
3167              
3168              Subject: Re: [PATCH] MM_Unix tests, and some questions
3169              From: Tels <perl_dummy@bloodgate.com>
3170              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
3171              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
3172      Branch: perl
3173            + lib/ExtUtils/MM_Unix.t
3174            ! MANIFEST lib/ExtUtils/MM_Unix.pm
3175 ____________________________________________________________________________
3176 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
3177         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
3178              From: Michael G Schwern <schwern@pobox.com>
3179              Date: Sun, 16 Dec 2001 17:53:55 -0500
3180              Message-ID: <20011216225354.GE8900@blackrider>
3181      Branch: perl
3182            ! lib/ExtUtils/MM_Unix.pm
3183 ____________________________________________________________________________
3184 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
3185         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
3186              From: Michael G Schwern <schwern@pobox.com>                
3187              Date: Sun, 16 Dec 2001 16:12:55 -0500
3188              Message-ID: <20011216211255.GV8900@blackrider>
3189      Branch: perl
3190            ! ext/B/B/Deparse.pm
3191 ____________________________________________________________________________
3192 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
3193         Log: Subject: [PATCH] Exporter.pm
3194              From: Nicholas Clark <nick@ccl4.org>
3195              Date: Sun, 16 Dec 2001 19:24:25 +0000
3196              Message-ID: <20011216192425.R21702@plum.flirble.org>
3197      Branch: perl
3198            ! lib/Exporter.pm
3199 ____________________________________________________________________________
3200 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
3201         Log: Subject: [PATCH] Exporter.t (and question)
3202              From: Nicholas Clark <nick@ccl4.org>
3203              Date: Sun, 16 Dec 2001 17:24:55 +0000
3204              Message-ID: <20011216172455.P21702@plum.flirble.org>
3205      Branch: perl
3206            ! lib/Exporter.t
3207 ____________________________________________________________________________
3208 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
3209         Log: Subject: Re: perl@13661
3210              From: "John P. Linderman" <jpl@research.att.com>              
3211              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
3212              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
3213      Branch: perl
3214            ! pp_sort.c
3215 ____________________________________________________________________________
3216 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
3217         Log: Subject: Will the real Unicode encoding please stand up?
3218              From: Jeffrey Friedl <jfriedl@yahoo.com>
3219              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
3220              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
3221      Branch: perl
3222            ! pod/perluniintro.pod
3223 ____________________________________________________________________________
3224 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
3225         Log: Integrate perlio; interruptable system().
3226      Branch: perl
3227           !> util.c
3228 ____________________________________________________________________________
3229 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
3230         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
3231              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
3232              and characters beyond 0x10FFF should be disallowed, too,
3233              but some tests would need changing, but more importantly some
3234              APIs would need remodeling since one can easily generate such
3235              characters either by bitwise complements, tr complements, or
3236              v-strings.
3237      Branch: perl
3238            ! pod/perldiag.pod utf8.c
3239 ____________________________________________________________________________
3240 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
3241         Log: Make surrogates illegal also on EBCDIC.
3242      Branch: perl
3243            ! utf8.c
3244 ____________________________________________________________________________
3245 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
3246         Log: Subject: [patch @13687] Unicode::Collate 0.10
3247              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
3248              Date: Sun, 16 Dec 2001 21:22:12 +0900
3249              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
3250      Branch: perl
3251            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3252            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3253 ____________________________________________________________________________
3254 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
3255         Log: More documentation for the encoding pragma.
3256      Branch: perl
3257            ! lib/encoding.pm
3258 ____________________________________________________________________________
3259 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
3260         Log: Subject: [PATCH] lib/open.pm 
3261              From: Jeffrey Friedl <jfriedl@yahoo.com>
3262              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
3263              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
3264      Branch: perl
3265            ! lib/open.pm
3266 ____________________________________________________________________________
3267 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
3268         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
3269              From: chromatic <chromatic@rmci.net>
3270              Date: Sat, 15 Dec 2001 23:24:40 -0700
3271              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
3272      Branch: perl
3273            + lib/ExtUtils/Installed.t
3274            ! MANIFEST
3275 ____________________________________________________________________________
3276 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
3277         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
3278              From: Michael G Schwern <schwern@pobox.com>
3279              Date: Sun, 16 Dec 2001 01:14:00 -0500
3280              Message-ID: <20011216061400.GC8900@blackrider>
3281      Branch: perl
3282            ! lib/diagnostics.pm
3283 ____________________________________________________________________________
3284 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
3285         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
3286              From: Michael G Schwern <schwern@pobox.com>
3287              Date: Sun, 16 Dec 2001 01:12:42 -0500
3288              Message-ID: <20011216061242.GB8900@blackrider>
3289      Branch: perl
3290            ! t/test.pl
3291 ____________________________________________________________________________
3292 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
3293         Log: I sometimes outsmart myself.
3294      Branch: perl
3295            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
3296 ____________________________________________________________________________
3297 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
3298         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
3299              From: Michael G Schwern <schwern@pobox.com>
3300              Date: Sat, 15 Dec 2001 15:08:29 -0500
3301              Message-ID: <20011215200829.GK1548@blackrider>
3302      Branch: perl
3303            ! lib/AutoSplit.pm
3304 ____________________________________________________________________________
3305 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
3306         Log: perlunicode enchancements suggested by Jeffrey Friedl.
3307      Branch: perl
3308            ! pod/perlunicode.pod
3309 ____________________________________________________________________________
3310 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
3311         Log: Subject: [PATCH] perlunicode.pod
3312              From: Jeffrey Friedl <jfriedl@yahoo.com>
3313              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
3314              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
3315      Branch: perl
3316            ! pod/perlunicode.pod
3317 ____________________________________________________________________________
3318 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
3319         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
3320              From: Jeffrey Friedl <jfriedl@yahoo.com>
3321              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
3322              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
3323      Branch: perl
3324            ! lib/utf8_heavy.pl
3325 ____________________________________________________________________________
3326 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
3327         Log: Can't create surrogates; so can't match them, either.
3328      Branch: perl
3329            ! pod/perlunicode.pod
3330 ____________________________________________________________________________
3331 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
3332         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
3333              From: Michael G Schwern <schwern@pobox.com>
3334              Date: Sat, 15 Dec 2001 21:20:35 -0500
3335              Message-ID: <20011216022035.GE5672@blackrider>
3336      Branch: perl
3337            ! t/test.pl
3338 ____________________________________________________________________________
3339 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
3340         Log: Make creating UTF-8 surrogates a punishable act.
3341      Branch: perl
3342            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
3343 ____________________________________________________________________________
3344 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
3345         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
3346      Branch: perl
3347            + lib/unicore/In/172.pl lib/unicore/In/173.pl
3348            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
3349            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
3350            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
3351            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
3352            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
3353 ____________________________________________________________________________
3354 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
3355         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
3356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3357              Date: Sat, 15 Dec 2001 23:21:43 +0100
3358              Message-ID: <20011215232143.A11790@rafael>
3359      Branch: perl
3360            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3361 ____________________________________________________________________________
3362 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
3363         Log: Make charnames more robust.
3364      Branch: perl
3365            ! lib/charnames.pm
3366 ____________________________________________________________________________
3367 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
3368         Log: The hoops one has to jump through.
3369      Branch: perl
3370            ! ext/I18N/Langinfo/Langinfo.pm
3371 ____________________________________________________________________________
3372 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
3373         Log: Subject: [PATCH] perlstyle.pod nit on warnings
3374              From: Autrijus Tang <autrijus@egb.elixus.org>
3375              Date: Sat, 15 Dec 2001 04:24:34 -0800
3376              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
3377      Branch: perl
3378            ! pod/perlstyle.pod
3379 ____________________________________________________________________________
3380 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
3381         Log: I don't think we are in FooOS, Toto.
3382      Branch: perl
3383            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
3384 ____________________________________________________________________________
3385 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
3386         Log: Subject: Re: Untested modules update:  There's more than we thought
3387              From: chromatic <chromatic@rmci.net>
3388              Date: Fri, 14 Dec 2001 17:20:24 -0700
3389              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
3390      Branch: perl
3391            + lib/ExtUtils/MM_Cygwin.t
3392            ! MANIFEST
3393 ____________________________________________________________________________
3394 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
3395         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
3396              From: Michael G Schwern <schwern@pobox.com> 
3397              Date: Fri, 14 Dec 2001 20:59:42 -0500
3398              Message-ID: <20011215015942.GF28596@blackrider>
3399      Branch: perl
3400            ! t/TEST
3401 ____________________________________________________________________________
3402 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
3403         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
3404              From: Michael G Schwern <schwern@pobox.com> 
3405              Date: Fri, 14 Dec 2001 20:03:46 -0500
3406              Message-ID: <20011215010346.GD28596@blackrider>
3407      Branch: perl
3408            + ext/B/t/bblock.t
3409            ! MANIFEST
3410 ____________________________________________________________________________
3411 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
3412         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
3413              From: Michael G Schwern <schwern@pobox.com> 
3414              Date: Fri, 14 Dec 2001 19:59:13 -0500
3415              Message-ID: <20011215005913.GC28596@blackrider>
3416      Branch: perl
3417            ! ext/B/B/Bblock.pm
3418 ____________________________________________________________________________
3419 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
3420         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
3421              From: Michael G Schwern <schwern@pobox.com> 
3422              Date: Fri, 14 Dec 2001 19:36:12 -0500
3423              Message-ID: <20011215003611.GA28596@blackrider>
3424      Branch: perl
3425            + ext/B/t/asmdata.t
3426            ! MANIFEST
3427 ____________________________________________________________________________
3428 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
3429         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
3430              From: Michael G Schwern <schwern@pobox.com> 
3431              Date: Fri, 14 Dec 2001 19:14:14 -0500
3432              Message-ID: <20011215001414.GA25077@blackrider>
3433      Branch: perl
3434            ! bytecode.pl ext/B/B/Asmdata.pm
3435 ____________________________________________________________________________
3436 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
3437         Log: Permissions.
3438      Branch: perl
3439            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
3440            ! ext/Devel/PPPort/module3.c
3441 ____________________________________________________________________________
3442 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
3443         Log: Benchmark test from Nicholas Clark.
3444      Branch: perl
3445            + lib/Benchmark.t
3446            ! MANIFEST lib/Benchmark.pm
3447 ____________________________________________________________________________
3448 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
3449         Log: Mithing.
3450      Branch: perl
3451            + lib/Attribute/Handlers/demo/demo2.pl
3452            + lib/Attribute/Handlers/demo/demo3.pl
3453            + lib/Attribute/Handlers/demo/demo4.pl
3454 ____________________________________________________________________________
3455 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
3456         Log: Silence compiler worries found by Schwern/Digital cc.
3457      Branch: perl
3458            ! perlio.c sv.c x2p/str.c
3459 ____________________________________________________________________________
3460 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
3461         Log: User may not have a valid home directory even if
3462              getpwuid() succedds.
3463      Branch: perl
3464            ! ext/File/Glob/t/basic.t
3465 ____________________________________________________________________________
3466 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
3467         Log: Integrate with perlio.  (No changes, but that's okay.)
3468      Branch: perl
3469           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
3470 ____________________________________________________________________________
3471 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
3472         Log: Add a Configure hints file for VOS: the POSIX support
3473              of VOS is getting close to the point where it can run
3474              Configure (some Configure tweaks will be required).
3475      Branch: perl
3476            + hints/vos.sh
3477            ! MANIFEST
3478 ____________________________________________________________________________
3479 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
3480         Log: Update Changes.
3481      Branch: perl
3482            ! Changes patchlevel.h
3483 ____________________________________________________________________________
3484 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
3485         Log: Reintroduce Attribute::Handlers with Spider's fixes.
3486      Branch: perl
3487            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
3488            + lib/Attribute/Handlers/README
3489            + lib/Attribute/Handlers/demo/Demo.pm
3490            + lib/Attribute/Handlers/demo/Descriptions.pm
3491            + lib/Attribute/Handlers/demo/MyClass.pm
3492            + lib/Attribute/Handlers/demo/demo.pl
3493            + lib/Attribute/Handlers/demo/demo_call.pl
3494            + lib/Attribute/Handlers/demo/demo_chain.pl
3495            + lib/Attribute/Handlers/demo/demo_cycle.pl
3496            + lib/Attribute/Handlers/demo/demo_hashdir.pl
3497            + lib/Attribute/Handlers/demo/demo_phases.pl
3498            + lib/Attribute/Handlers/demo/demo_range.pl
3499            + lib/Attribute/Handlers/demo/demo_rawdata.pl
3500            + lib/Attribute/Handlers/t/multi.t
3501            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
3502 ____________________________________________________________________________
3503 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
3504         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
3505              From: Michael G Schwern <schwern@pobox.com> 
3506              Date: Thu, 13 Dec 2001 19:27:08 -0500
3507              Message-ID: <20011214002707.GA10532@blackrider>
3508              
3509              (reword the perlrun -t description a bit,
3510              and move the Itaint_warn to the bottom of
3511              the intrpvar.h for binary compatibility)
3512      Branch: perl
3513            + t/run/switcht.t
3514            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
3515            ! perlapi.h pod/perlrun.pod t/TEST taint.c
3516 ____________________________________________________________________________
3517 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
3518         Log: Detypo.
3519      Branch: perl
3520            ! utf8.c
3521 ____________________________________________________________________________
3522 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
3523         Log: Buffer overflow checks.
3524      Branch: perl
3525            ! utf8.c
3526 ____________________________________________________________________________
3527 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
3528         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
3529              From: Spider Boardman <spider@leggy.zk3.dec.com>
3530              Date: Thu, 13 Dec 2001 15:32:51 -0500
3531              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
3532      Branch: perl
3533            ! lib/ExtUtils/Embed.t
3534 ____________________________________________________________________________
3535 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
3536         Log: More on the Unicode "line" definition.
3537      Branch: perl
3538            ! pod/perlunicode.pod
3539 ____________________________________________________________________________
3540 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
3541         Log: Open-ended VERSION?
3542      Branch: perl
3543            ! lib/ExtUtils/Install.pm
3544 ____________________________________________________________________________
3545 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
3546         Log: Subject: [PATCH] Better make distclean
3547              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3548              Date: Thu, 13 Dec 2001 21:10:18 +0100
3549              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
3550      Branch: perl
3551            ! Makefile.SH
3552 ____________________________________________________________________________
3553 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
3554         Log: Remove Memoize::Saves as requested by mjd.
3555      Branch: perl
3556            - lib/Memoize/Saves.pm
3557            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
3558 ____________________________________________________________________________
3559 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
3560         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
3561              From: Michael G Schwern <schwern@pobox.com>
3562              Date: Tue, 11 Dec 2001 23:17:32 -0500
3563              Message-ID: <20011212041732.GS17250@blackrider>
3564      Branch: perl
3565            ! lib/ExtUtils/Install.pm
3566 ____________________________________________________________________________
3567 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
3568         Log: Subject: [PATCH] Re: use utf8; with bad utf8
3569              From: Nicholas Clark <nick@ccl4.org>
3570              Date: Thu, 13 Dec 2001 17:09:39 +0000
3571              Message-ID: <20011213170939.L21702@plum.flirble.org>
3572      Branch: perl
3573            ! t/lib/1_compile.t
3574 ____________________________________________________________________________
3575 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
3576         Log: Subject: (LONG!) Sort benchmarks and patch
3577              From: "John P. Linderman" <jpl@research.att.com>
3578              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
3579              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
3580      Branch: perl
3581            ! pp_sort.c
3582 ____________________________________________________________________________
3583 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
3584         Log: Unadorned numbers evil.
3585      Branch: perl
3586            ! pp.c regcomp.c regexec.c utf8.c utf8.h
3587 ____________________________________________________________________________
3588 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
3589         Log: "preprocessing directive not recognized within macro arg"
3590      Branch: perl
3591            ! ext/Data/Dumper/Dumper.xs
3592 ____________________________________________________________________________
3593 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
3594         Log: Subject: Clarifying the documentation of goto            
3595              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
3596              Date: Thu, 13 Dec 2001 08:57:38 -0500
3597              Message-ID: <3C18BD8B@operamail.com>
3598      Branch: perl
3599            ! pod/perlfunc.pod
3600 ____________________________________________________________________________
3601 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
3602         Log: It could be possible for the case-insensitive
3603              Unicode-aware string comparison to wander off
3604              to the la-la land.
3605      Branch: perl
3606            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
3607            ! regexec.c utf8.c
3608 ____________________________________________________________________________
3609 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
3610         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
3611              From: Michael G Schwern <schwern@pobox.com> 
3612              Date: Wed, 12 Dec 2001 21:53:46 -0500
3613              Message-ID: <20011213025346.GH25129@blackrider>
3614      Branch: perl
3615            ! lib/Net/hostent.t t/op/stat.t t/test.pl
3616 ____________________________________________________________________________
3617 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
3618         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
3619              From: Michael G Schwern <schwern@pobox.com> 
3620              Date: Wed, 12 Dec 2001 20:33:42 -0500
3621              Message-ID: <20011213013342.GX25129@blackrider>
3622      Branch: perl
3623            ! t/io/fs.t
3624 ____________________________________________________________________________
3625 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
3626         Log: Subject: Re: [PATCH] use utf8; tests
3627              From: Nicholas Clark <nick@ccl4.org>
3628              Date: Thu, 13 Dec 2001 00:16:58 +0000
3629              Message-ID: <20011213001658.I21702@plum.flirble.org>
3630      Branch: perl
3631            ! lib/utf8.t
3632 ____________________________________________________________________________
3633 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
3634         Log: EPOC fixes from Olaf Flebbe.
3635      Branch: perl
3636            ! README.epoc epoc/config.sh epoc/createpkg.pl
3637            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
3638 ____________________________________________________________________________
3639 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
3640         Log: Subject: [PATCH perl@13661] VMS test fix-ups
3641              From: "Craig A. Berry" <craigberry@mac.com>
3642              Date: Wed, 12 Dec 2001 16:27:48 -0600
3643              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
3644      Branch: perl
3645            ! lib/Net/hostent.t t/io/fs.t
3646 ____________________________________________________________________________
3647 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
3648         Log: Subject: Re: Next cygwin round.
3649              From: "Gerrit P. Haase" <gp@familiehaase.de>
3650              Date: Wed, 12 Dec 2001 21:59:00 +0100
3651              Message-ID: <122343874595.20011212215900@familiehaase.de>
3652      Branch: perl
3653            ! t/io/fs.t
3654 ____________________________________________________________________________
3655 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
3656         Log: Subject: [PATCH] use utf8; tests
3657              From: Nicholas Clark <nick@ccl4.org>
3658              Date: Wed, 12 Dec 2001 20:07:04 +0000
3659              Message-ID: <20011212200704.E21702@plum.flirble.org>
3660      Branch: perl
3661            ! lib/utf8.t t/test.pl
3662 ____________________________________________________________________________
3663 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
3664         Log: Update Changes.
3665      Branch: perl
3666            ! Changes patchlevel.h
3667 ____________________________________________________________________________
3668 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
3669         Log: Subject: [PATCH] Passing in env to perl_parse did not work
3670              From: Gisle Aas <gisle@ActiveState.com>
3671              Date: 11 Dec 2001 20:52:57 -0800
3672              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
3673      Branch: perl
3674            ! perl.c perl.h
3675 ____________________________________________________________________________
3676 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
3677         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
3678              mostly gcc -Wall complaining about the argument of %p not
3679              being a void *.
3680      Branch: perl
3681            ! perlio.c regcomp.c taint.c toke.c
3682 ____________________________________________________________________________
3683 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
3684         Log: Try YP/NIS also from /usr/lib/yp.
3685      Branch: perl
3686            ! Configure
3687 ____________________________________________________________________________
3688 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
3689         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
3690              From: Michael G Schwern <schwern@pobox.com>                
3691              Date: Wed, 12 Dec 2001 05:27:02 -0500      
3692              Message-ID: <20011212102702.GW17250@blackrider>
3693              
3694              (the op/grent part)
3695      Branch: perl
3696            ! t/op/grent.t
3697 ____________________________________________________________________________
3698 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
3699         Log: Weed out .files from ls and readdir() results.
3700      Branch: perl
3701            ! t/op/stat.t
3702 ____________________________________________________________________________
3703 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
3704         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
3705              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3706              Date: Wed, 12 Dec 2001 10:52:21 +0100
3707              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
3708      Branch: perl
3709            ! lib/File/Find.pm
3710 ____________________________________________________________________________
3711 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
3712         Log: Subject: [PATCH] doio fatal on cygwin for 13651
3713              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
3714              Date: Wed, 12 Dec 2001 11:28:13 +0100      
3715              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
3716      Branch: perl
3717            ! doio.c
3718 ____________________________________________________________________________
3719 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
3720         Log: Get the whole line of ls, makes debugging easier
3721              (from Schwern)
3722      Branch: perl
3723            ! t/op/stat.t
3724 ____________________________________________________________________________
3725 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
3726         Log: rename() must be tested even without link()
3727              or the utime() and rename-directory tests fail.
3728              (Also got the BeOS utime atime/time the wrong way round.)
3729      Branch: perl
3730            ! t/io/fs.t
3731 ____________________________________________________________________________
3732 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
3733         Log: Now that the beos.c is compiled at the main level
3734              the header is in the beos/
3735      Branch: perl
3736            ! beos/beos.c
3737 ____________________________________________________________________________
3738 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
3739         Log: Must remember to require Socket.
3740      Branch: perl
3741            ! ext/Sys/Syslog/syslog.t
3742 ____________________________________________________________________________
3743 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
3744         Log: In BeOS Errno must resort to actual compilation
3745              and execution for some of the error constants.
3746      Branch: perl
3747            ! ext/Errno/Errno_pm.PL
3748 ____________________________________________________________________________
3749 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
3750         Log: BeOS still has no good sockets.
3751      Branch: perl
3752            ! ext/IO/lib/IO/t/io_sel.t
3753 ____________________________________________________________________________
3754 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
3755         Log: BeOS sockets are not true sockets.
3756      Branch: perl
3757            ! ext/IO/lib/IO/t/io_poll.t
3758 ____________________________________________________________________________
3759 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
3760         Log: No Socket, no Syslog.
3761      Branch: perl
3762            ! ext/Sys/Syslog/syslog.t
3763 ____________________________________________________________________________
3764 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
3765         Log: (On some platforms) missing truncate FH.
3766      Branch: perl
3767            ! pod/perltodo.pod
3768 ____________________________________________________________________________
3769 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
3770         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
3771              and vms would be muchly appreciated.
3772      Branch: perl
3773            ! t/io/fs.t
3774 ____________________________________________________________________________
3775 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
3776         Log: utime() updates only the mtime in BeOS. 
3777      Branch: perl
3778            ! pod/perlport.pod
3779 ____________________________________________________________________________
3780 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
3781         Log: No link(), no need to dSP.
3782      Branch: perl
3783            ! pp_sys.c
3784 ____________________________________________________________________________
3785 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
3786         Log: Missing argument.
3787      Branch: perl
3788            ! utf8.c
3789 ____________________________________________________________________________
3790 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
3791         Log: (1) To assume any setuid programs is silly.
3792              (2) Chaining tests with booleans means that some
3793              of them may not get run which means getting out
3794              of test count sync.
3795      Branch: perl
3796            ! t/op/stat.t
3797 ____________________________________________________________________________
3798 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
3799         Log: The beos.c needs to be in the main directory.
3800      Branch: perl
3801            ! hints/beos.sh
3802 ____________________________________________________________________________
3803 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
3804         Log: Detypo and rename.
3805      Branch: perl
3806            ! doio.c perl.h perlio.c perliol.h
3807 ____________________________________________________________________________
3808 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
3809         Log: This time I test compiled.  Honest.
3810      Branch: perl
3811            ! beos/beos.c
3812 ____________________________________________________________________________
3813 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
3814         Log: Subject: [PATCH] slightly more pack tests
3815              From: Nicholas Clark <nick@ccl4.org>
3816              Date: Tue, 11 Dec 2001 23:41:23 +0000
3817              Message-ID: <20011211234123.Y21702@plum.flirble.org>
3818      Branch: perl
3819            ! t/op/pack.t
3820 ____________________________________________________________________________
3821 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
3822         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
3823              From: "Craig A. Berry" <craigberry@mac.com>
3824              Date: Tue, 11 Dec 2001 16:39:13 -0600
3825              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
3826      Branch: perl
3827            ! configure.com
3828 ____________________________________________________________________________
3829 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
3830         Log: Subject: $Config{perlpath} and -Dversiononly
3831              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3832              Date: Tue, 11 Dec 2001 23:32:33 +0100
3833              Message-ID: <20011211233233.A11587@rafael>
3834      Branch: perl
3835            ! Configure
3836 ____________________________________________________________________________
3837 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
3838         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
3839              From: Nicholas Clark <nick@ccl4.org>
3840              Date: Tue, 11 Dec 2001 21:59:36 +0000
3841              Message-ID: <20011211215935.W21702@plum.flirble.org>
3842      Branch: perl
3843            ! t/op/pack.t
3844 ____________________________________________________________________________
3845 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
3846         Log: More UTF-8 API docs.
3847      Branch: perl
3848            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
3849 ____________________________________________________________________________
3850 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
3851         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
3852              From: Nicholas Clark <nick@ccl4.org>
3853              Date: Tue, 11 Dec 2001 20:08:59 +0000
3854              Message-ID: <20011211200859.S21702@plum.flirble.org>
3855      Branch: perl
3856            ! t/op/pack.t
3857 ____________________________________________________________________________
3858 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
3859         Log: Subject: Re: use utf8; with bad utf8
3860              From: Nicholas Clark <nick@ccl4.org>
3861              Date: Tue, 11 Dec 2001 19:49:21 +0000
3862              Message-ID: <20011211194921.R21702@plum.flirble.org>
3863      Branch: perl
3864            ! lib/utf8.t
3865 ____________________________________________________________________________
3866 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
3867         Log: Can't spell worth a dam.  (Try Three Gorges.)
3868      Branch: perl
3869            ! beos/beos.c
3870 ____________________________________________________________________________
3871 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
3872         Log: We need DWIM cpps.
3873      Branch: perl
3874            ! perlio.c
3875 ____________________________________________________________________________
3876 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
3877         Log: The unixish.h needs to be found and the waitpid wrapper
3878              could use a proto.
3879      Branch: perl
3880            ! beos/beosish.h
3881 ____________________________________________________________________________
3882 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
3883         Log: The BeOS waitpid() seems to be broken,
3884              have a wrapper for it.
3885      Branch: perl
3886            + beos/beos.c beos/beosish.h
3887            ! MANIFEST hints/beos.sh perl.h
3888 ____________________________________________________________________________
3889 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
3890         Log: Unlean the leaning tower of Babel.
3891      Branch: perl
3892            ! perl.h
3893 ____________________________________________________________________________
3894 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
3895         Log: Retract #13607 until we figure out what to do with autouse.
3896      Branch: perl
3897            ! lib/Carp.pm
3898 ____________________________________________________________________________
3899 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
3900         Log: Try to handle platforms that have O_TEXT != O_BINARY but
3901              which are not DOSish, BeOS being one of such platforms.
3902              Ideally this should be a Configure test, not a hardwired
3903              cpp symbol test... 
3904      Branch: perl
3905            ! doio.c perl.h perlio.c perliol.h
3906 ____________________________________________________________________________
3907 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
3908         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
3909              From: Jonathan Stowe <gellyfish@gellyfish.com>
3910              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
3911              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
3912      Branch: perl
3913            ! lib/Term/Cap.pm lib/Term/Cap.t
3914 ____________________________________________________________________________
3915 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
3916         Log: Subject: [patch perlio.c] test for NULL before derefencing
3917              From: Stas Bekman <stas@stason.org>
3918              Date: Tue, 11 Dec 2001 16:17:55 +0800
3919              Message-ID: <3C15C133.8@stason.org>
3920      Branch: perl
3921            ! perlio.c
3922 ____________________________________________________________________________
3923 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
3924         Log: BeOS has socket() but not enough to build a working Socket.
3925              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
3926              new networking implementation, which is rumored to fix the
3927              non-standardness of sockets, but it's apparently not publicly
3928              available, and anything to do with BeOS has become quite
3929              complicated with the sale of the Be assets to Palm.)
3930      Branch: perl
3931            ! Configure
3932 ____________________________________________________________________________
3933 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
3934         Log: Subject: Exporter's documentation shouldn't lie               
3935              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3936              Date: Mon, 10 Dec 2001 21:30:20 -0500
3937              Message-ID: <3C4AA201@operamail.com>
3938      Branch: perl
3939            ! lib/Exporter.pm
3940 ____________________________________________________________________________
3941 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
3942         Log: Make Errno better in BeOS (the second hunk is
3943              good on any platform).  Still not working in BeOS
3944              are the E constants that refer BeOS native error
3945              constants (B_...) which are enums (*groan*).
3946      Branch: perl
3947            ! ext/Errno/Errno_pm.PL
3948 ____________________________________________________________________________
3949 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
3950         Log: The BeOS linker seems to link the last seen symbol,
3951              not the first (so the symbols of op.o from libperl.so
3952              would get linked to miniperl instead of the symbols of
3953              opmini.o)-- use the same trick as for NeXT4 for linking
3954              miniperl.
3955      Branch: perl
3956            ! Makefile.SH
3957 ____________________________________________________________________________
3958 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
3959         Log: Subject: Re: [PATCH] tests for hash assignment
3960              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3961              Date: Tue, 11 Dec 2001 01:48:55 +0000
3962              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
3963      Branch: perl
3964            ! utf8.c
3965 ____________________________________________________________________________
3966 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
3967         Log: (retracted by #13622)
3968              
3969              Subject: RE: More verbose POD for Carp
3970              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3971              Date: Mon, 10 Dec 2001 20:23:20 -0500
3972              Message-ID: <3C4A3566@operamail.com>
3973      Branch: perl
3974            ! lib/Carp.pm
3975 ____________________________________________________________________________
3976 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
3977         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
3978              From: "Craig A. Berry" <craigberry@mac.com>
3979              Date: Mon, 10 Dec 2001 18:25:37 -0600
3980              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
3981      Branch: perl
3982            ! t/op/write.t t/test.pl
3983 ____________________________________________________________________________
3984 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
3985         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
3986              From: Michael G Schwern <schwern@pobox.com>
3987              Date: Mon, 10 Dec 2001 08:00:01 -0500
3988              Message-ID: <20011210130000.GK1770@blackrider>
3989      Branch: perl
3990            ! t/comp/multiline.t
3991 ____________________________________________________________________________
3992 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
3993         Log: Subject: Re: [PATCH] tests for hash assignment
3994              From: Nicholas Clark <nick@ccl4.org>
3995              Date: Mon, 10 Dec 2001 23:22:28 +0000
3996              Message-ID: <20011210232228.M21702@plum.flirble.org>
3997      Branch: perl
3998            + t/op/hashassign.t
3999            ! MANIFEST t/op/each.t t/test.pl
4000 ____________________________________________________________________________
4001 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
4002         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
4003              From: "Craig A. Berry" <craigberry@mac.com>
4004              Date: Mon, 10 Dec 2001 16:38:14 -0600
4005              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
4006      Branch: perl
4007            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
4008 ____________________________________________________________________________
4009 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
4010         Log: Subject: [PATCH perl@13600] configure.com fixes
4011              From: "Craig A. Berry" <craigberry@mac.com>
4012              Date: Mon, 10 Dec 2001 14:40:20 -0600
4013              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
4014      Branch: perl
4015            ! configure.com
4016 ____________________________________________________________________________
4017 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
4018         Log: Silence BeOS compilation moaning.
4019      Branch: perl
4020            ! perl.h
4021 ____________________________________________________________________________
4022 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
4023         Log: Update Changes.
4024      Branch: perl
4025            ! Changes patchlevel.h
4026 ____________________________________________________________________________
4027 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
4028         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
4029              From: Michael G Schwern <schwern@pobox.com>
4030              Date: Mon, 10 Dec 2001 01:21:03 -0500
4031              Message-ID: <20011210062103.GC1770@blackrider>
4032      Branch: perl
4033            ! lib/ExtUtils/Command.t
4034 ____________________________________________________________________________
4035 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
4036         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
4037              From: Michael G Schwern <schwern@pobox.com>
4038              Date: Mon, 10 Dec 2001 01:10:57 -0500
4039              Message-ID: <20011210061057.GB1770@blackrider>
4040      Branch: perl
4041            ! t/op/groups.t
4042 ____________________________________________________________________________
4043 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
4044         Log: Retract #13596, #13593 should do the trick.
4045      Branch: perl
4046            ! t/op/stat.t
4047 ____________________________________________________________________________
4048 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
4049         Log: (retracted by #13597, #13593 does the job better)
4050              
4051              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
4052              From: Michael G Schwern <schwern@pobox.com>
4053              Date: Mon, 10 Dec 2001 00:53:16 -0500
4054              Message-ID: <20011210055316.GA1770@blackrider>
4055      Branch: perl
4056            ! t/op/stat.t
4057 ____________________________________________________________________________
4058 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
4059         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
4060              From: Michael G Schwern <schwern@pobox.com> 
4061              Date: Mon, 10 Dec 2001 02:19:14 -0500
4062              Message-ID: <20011210071914.GF1770@blackrider>
4063      Branch: perl
4064            ! lib/AutoSplit.t
4065 ____________________________________________________________________________
4066 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
4067         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
4068              From: Michael G Schwern <schwern@pobox.com>
4069              Date: Mon, 10 Dec 2001 02:47:40 -0500
4070              Message-ID: <20011210074739.GH1770@blackrider>
4071      Branch: perl
4072            ! t/op/pack.t
4073 ____________________________________________________________________________
4074 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
4075         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
4076              From: Michael G Schwern <schwern@pobox.com>
4077              Date: Mon, 10 Dec 2001 02:54:22 -0500
4078              Message-ID: <20011210075422.GI1770@blackrider>
4079      Branch: perl
4080            ! t/test.pl
4081 ____________________________________________________________________________
4082 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
4083         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
4084              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4085              Date: Mon, 10 Dec 2001 08:45:20 +0100
4086              Message-ID: <3C146810.60B5B7C0@alcatel.at>
4087      Branch: perl
4088            ! pp_pack.c
4089 ____________________________________________________________________________
4090 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
4091         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
4092              From: Michael G Schwern <schwern@pobox.com>
4093              Date: Mon, 10 Dec 2001 03:27:02 -0500
4094              Message-ID: <20011210082702.GN1770@blackrider>
4095      Branch: perl
4096            ! t/io/openpid.t
4097 ____________________________________________________________________________
4098 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
4099         Log: More chmod +w.
4100      Branch: perl
4101            ! Porting/makerel
4102 ____________________________________________________________________________
4103 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
4104         Log: Just skip the readability test if running as root.
4105      Branch: perl
4106            ! lib/Net/t/netrc.t
4107 ____________________________________________________________________________
4108 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
4109         Log: Tell about the downside of safe signals.
4110      Branch: perl
4111            ! pod/perldelta.pod
4112 ____________________________________________________________________________
4113 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
4114         Log: Make the whole -lperl thing NetBSD only until we
4115              find some other platform that needs the same.
4116      Branch: perl
4117            ! lib/ExtUtils/MM_Unix.pm
4118 ____________________________________________________________________________
4119 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
4120         Log: Subject: [PATCH t/op/pack.t] Cleanup
4121              From: Michael G Schwern <schwern@pobox.com> 
4122              Date: Sun, 9 Dec 2001 23:08:26 -0500
4123              Message-ID: <20011210040826.GD660@blackrider>
4124      Branch: perl
4125            ! t/op/pack.t
4126 ____________________________________________________________________________
4127 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
4128         Log: Add threads support for NetBSD.
4129              
4130              This is also the first (I think) Perl threads build with
4131              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
4132              NetBSD does not as of yet have true kernel POSIX threads,
4133              but the user-level pth seems to be doing pretty well--
4134              the only failure is that threads/t/basic okays 6 and 7
4135              consistently seem be arriving in the reverse order.
4136              Well, gdbm.t is also failing: 'Undefined PLT symbol
4137              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
4138              guessing that GDBM would need a threaded rebuild.
4139      Branch: perl
4140            ! hints/netbsd.sh
4141 ____________________________________________________________________________
4142 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
4143         Log: Update the ithreads selection info in Configure,
4144              as suggested by Michael Schwern.
4145      Branch: perl
4146            ! Configure
4147 ____________________________________________________________________________
4148 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
4149         Log: Clearing locale environment simply doesn't seem to
4150              guarantee that (nl_)langinfo(CODESET) would return nil.
4151              (I for example get "ISO8859-1", so <guess>maybe there can
4152              be per-system default settings at work</guess>.)
4153      Branch: perl
4154            ! lib/open.t
4155 ____________________________________________________________________________
4156 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
4157         Log: Subject: RE: Exporter fixes reversed in 13540?
4158              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4159              Date: Sun, 9 Dec 2001 12:55:15 -0500
4160              Message-ID: <3C13F455@operamail.com>
4161      Branch: perl
4162            ! lib/open.pm
4163 ____________________________________________________________________________
4164 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
4165         Log: Root is the lizard king.
4166      Branch: perl
4167            ! lib/Net/t/netrc.t
4168 ____________________________________________________________________________
4169 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
4170         Log: Telling how many tests we are expecting helps.
4171      Branch: perl
4172            ! ext/POSIX/t/waitpid.t
4173 ____________________________________________________________________________
4174 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
4175         Log: Add a test case for waitpid(): from Rocco Caputo.
4176      Branch: perl
4177            + ext/POSIX/t/waitpid.t
4178            ! MANIFEST
4179 ____________________________________________________________________________
4180 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
4181         Log: Subject: [PATCH] Term::ReadLine tweaks and test
4182              From: Richard Clamp <richardc@unixbeard.net>
4183              Date: Mon, 10 Dec 2001 00:51:47 +0000
4184              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
4185      Branch: perl
4186            + lib/Term/ReadLine.t
4187            ! MANIFEST lib/Term/ReadLine.pm
4188 ____________________________________________________________________________
4189 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
4190         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
4191              From: Rocco Caputo <troc@netrus.net>
4192              Date: Sun, 9 Dec 2001 18:12:38 -0500
4193              Message-ID: <20011209181238.A803@eyrie.homenet>
4194      Branch: perl
4195            ! win32/win32.c
4196 ____________________________________________________________________________
4197 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
4198         Log: make sure that va_start() has matching va_end();
4199              from OpenBSD 3.0.
4200      Branch: perl
4201            ! x2p/util.c
4202 ____________________________________________________________________________
4203 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
4204         Log: h2ph updates from OpenBSD 3.0.
4205      Branch: perl
4206            ! utils/h2ph.PL
4207 ____________________________________________________________________________
4208 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
4209         Log: OpenBSD hints update from OpenBSD 3.0.
4210      Branch: perl
4211            ! hints/openbsd.sh
4212 ____________________________________________________________________________
4213 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
4214         Log: DJGPP tweaks from Laszlo Molnar.
4215      Branch: perl
4216            ! djgpp/config.over lib/File/Find/t/find.t
4217            ! lib/File/Find/t/taint.t t/pod/find.t
4218 ____________________________________________________________________________
4219 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
4220         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
4221              From: Michael G Schwern <schwern@pobox.com> 
4222              Date: Sun, 9 Dec 2001 19:28:12 -0500
4223              Message-ID: <20011210002812.GF13586@blackrider>
4224      Branch: perl
4225            ! README.cygwin
4226 ____________________________________________________________________________
4227 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
4228         Log: README.cygwin update from Gerrit P. Haase.
4229      Branch: perl
4230            ! README.cygwin
4231 ____________________________________________________________________________
4232 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
4233         Log: Apply NetBSD patch-ag: shared/static linking,
4234              but make the change less intrusive on non-NetBSD.
4235      Branch: perl
4236            ! lib/ExtUtils/MM_Unix.pm
4237 ____________________________________________________________________________
4238 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
4239         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
4240      Branch: perl
4241            ! lib/ExtUtils/Liblist.pm
4242 ____________________________________________________________________________
4243 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
4244         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
4245      Branch: perl
4246            ! regcomp.c
4247 ____________________________________________________________________________
4248 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
4249         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
4250      Branch: perl
4251            ! pp.c
4252 ____________________________________________________________________________
4253 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
4254         Log: Apply NetBSD patch-ac.
4255              (the fix has already been done: change #9706, fully qualified
4256              pathnames in packlists)
4257      Branch: perl
4258            ! lib/ExtUtils/Install.pm
4259 ____________________________________________________________________________
4260 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
4261         Log: Apply NetBSD patch-ab: NetBSD hints update.
4262      Branch: perl
4263            ! hints/netbsd.sh
4264 ____________________________________________________________________________
4265 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
4266         Log: NetBSD has <ieeefp.h> but hidden.
4267      Branch: perl
4268            ! hints/netbsd.sh
4269 ____________________________________________________________________________
4270 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
4271         Log: Implement NetBSD patch-aa.
4272      Branch: perl
4273            ! Configure
4274 ____________________________________________________________________________
4275 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
4276         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
4277              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
4278              Date: Sun, 09 Dec 2001 13:40:58 +0100
4279              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
4280              
4281              (The lstat()s were there in 5.6.1: what happened to them?)
4282      Branch: perl
4283            ! lib/File/Find.pm
4284 ____________________________________________________________________________
4285 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
4286         Log: Quickie documentation of the C UTF-8 API.
4287      Branch: perl
4288            ! pod/perlunicode.pod
4289 ____________________________________________________________________________
4290 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
4291         Log: Subject: bleadperl on cygwin weirdness...
4292              From: "Gerrit P. Haase" <gp@familiehaase.de>
4293              Date: Sun, 9 Dec 2001 20:31:28 +0100
4294              Message-ID: <13779422183.20011209203128@familiehaase.de>          
4295              
4296              (plus libperl*.dll version portability tweaks)
4297      Branch: perl
4298            ! lib/ExtUtils/Embed.t
4299 ____________________________________________________________________________
4300 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
4301         Log: Instead of muting symbol export error if under eval,
4302              delay the errors until the croak().
4303              
4304              (replaces #13408)
4305      Branch: perl
4306            ! lib/Exporter/Heavy.pm
4307 ____________________________________________________________________________
4308 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
4309         Log: Basegroup 0 is a cygwin_nt thing.
4310      Branch: perl
4311            ! t/op/groups.t
4312 ____________________________________________________________________________
4313 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
4314         Log: Also WinME is LoseLink.
4315      Branch: perl
4316            ! t/op/stat.t
4317 ____________________________________________________________________________
4318 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
4319         Log: Forgotten checkin.
4320      Branch: perl
4321            ! lib/User/grent.t
4322 ____________________________________________________________________________
4323 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
4324         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
4325              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4326              Date: Sun, 09 Dec 2001 13:45:06 +0100
4327              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
4328      Branch: perl
4329            ! lib/File/Find.pm
4330 ____________________________________________________________________________
4331 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
4332         Log: Tweakback.
4333      Branch: perl
4334            ! lib/Net/hostent.t
4335 ____________________________________________________________________________
4336 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
4337         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
4338              From: Michael G Schwern <schwern@pobox.com>
4339              Date: Sat, 8 Dec 2001 14:48:38 -0500
4340              Message-ID: <20011208194838.GA8650@blackrider>
4341      Branch: perl
4342            ! t/op/grent.t
4343 ____________________________________________________________________________
4344 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
4345         Log: Subject: [README.cygwin] Removing old expected test failures
4346              From: Michael G Schwern <schwern@pobox.com>
4347              Date: Sat, 8 Dec 2001 15:38:28 -0500
4348              Message-ID: <20011208203828.GB9017@blackrider>
4349      Branch: perl
4350            ! README.cygwin
4351 ____________________________________________________________________________
4352 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
4353         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
4354              From: Michael G Schwern <schwern@pobox.com>                
4355              Date: Sat, 8 Dec 2001 15:26:59 -0500
4356              Message-ID: <20011208202659.GA9017@blackrider> 
4357      Branch: perl
4358            ! lib/Net/hostent.t
4359 ____________________________________________________________________________
4360 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
4361         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
4362              From: Michael G Schwern <schwern@pobox.com> 
4363              Date: Sat, 8 Dec 2001 15:06:16 -0500
4364              Message-ID: <20011208200616.GA8915@blackrider>
4365      Branch: perl
4366            ! t/op/stat.t
4367 ____________________________________________________________________________
4368 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
4369         Log: Developer deprecations and an incompatibility.
4370      Branch: perl
4371            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
4372 ____________________________________________________________________________
4373 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
4374         Log: Shoo.
4375      Branch: perl
4376            - lib/Attribute/Handlers.pm
4377 ____________________________________________________________________________
4378 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
4379         Log: Remove Attribute::Handlers, as per Damian's request.
4380              (Because of fixing the my variables to be now handled
4381              in run-time, the whole internals of the A::H needs to
4382              be rewritten and Damian will not have time for that
4383              for months.)
4384      Branch: perl
4385            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
4386            - lib/Attribute/Handlers/demo/Demo.pm
4387            - lib/Attribute/Handlers/demo/Descriptions.pm
4388            - lib/Attribute/Handlers/demo/MyClass.pm
4389            - lib/Attribute/Handlers/demo/demo.pl
4390            - lib/Attribute/Handlers/demo/demo2.pl
4391            - lib/Attribute/Handlers/demo/demo3.pl
4392            - lib/Attribute/Handlers/demo/demo4.pl
4393            - lib/Attribute/Handlers/demo/demo_call.pl
4394            - lib/Attribute/Handlers/demo/demo_chain.pl
4395            - lib/Attribute/Handlers/demo/demo_cycle.pl
4396            - lib/Attribute/Handlers/demo/demo_hashdir.pl
4397            - lib/Attribute/Handlers/demo/demo_phases.pl
4398            - lib/Attribute/Handlers/demo/demo_range.pl
4399            - lib/Attribute/Handlers/demo/demo_rawdata.pl
4400            - lib/Attribute/Handlers/t/multi.t
4401            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
4402            ! pod/perlmodlib.pod pod/perltoc.pod
4403 ____________________________________________________________________________
4404 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
4405         Log: Subject: Re: attributes are broken
4406              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4407              Date: Sun, 09 Dec 2001 00:09:23 -0500
4408              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
4409      Branch: perl
4410            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
4411            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
4412            ! xsutils.c
4413 ____________________________________________________________________________
4414 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
4415         Log: Forgotten checkin.
4416      Branch: perl
4417            ! lib/Pod/Text.pm
4418 ____________________________________________________________________________
4419 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
4420         Log: uconfig.h update.
4421      Branch: perl
4422            ! uconfig.h
4423 ____________________________________________________________________________
4424 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
4425         Log: Update Changes.
4426      Branch: perl
4427            ! Changes patchlevel.h
4428 ____________________________________________________________________________
4429 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
4430         Log: Note that some of the Unicode features are
4431              dependent on perlio.
4432      Branch: perl
4433            ! pod/perluniintro.pod
4434 ____________________________________________________________________________
4435 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
4436         Log: Regen perlapi, regen toc.
4437      Branch: perl
4438            ! pod/perlapi.pod pod/perltoc.pod
4439 ____________________________________________________________________________
4440 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
4441         Log: FAQ sync.
4442      Branch: perl
4443            ! pod/perlfaq4.pod pod/perlfaq6.pod
4444 ____________________________________________________________________________
4445 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
4446         Log: Subject: [PATCH] Fix odd language in an sv.c comment
4447              From: coral@eekeek.org
4448              Date: Sat, 8 Dec 2001 12:19:39 -0500
4449              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
4450      Branch: perl
4451            ! sv.c
4452 ____________________________________________________________________________
4453 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
4454         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
4455              From: Michael G Schwern <schwern@pobox.com>
4456              Date: Fri, 7 Dec 2001 20:03:45 -0500
4457              Message-ID: <20011208010345.GD642@blackrider>
4458              
4459              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
4460              From: Michael G Schwern <schwern@pobox.com>
4461              Date: Fri, 7 Dec 2001 20:13:54 -0500
4462              Message-ID: <20011208011354.GE642@blackrider>
4463              
4464              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
4465              From: Michael G Schwern <schwern@pobox.com>
4466              Date: Fri, 7 Dec 2001 21:47:36 -0500
4467              Message-ID: <20011208024736.GH642@blackrider>
4468              
4469              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
4470              From: Michael G Schwern <schwern@pobox.com>
4471              Date: Fri, 7 Dec 2001 23:09:43 -0500
4472              Message-ID: <20011208040943.GK642@blackrider>
4473              
4474              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
4475              Message-Id: <a05101004b83754903506@[172.16.52.1]>
4476              Date: Fri, 7 Dec 2001 23:28:15 -0600
4477              From: "Craig A. Berry" <craigberry@mac.com>
4478      Branch: perl
4479            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
4480 ____________________________________________________________________________
4481 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
4482         Log: Integrate perlio.
4483      Branch: perl
4484           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
4485           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
4486 ____________________________________________________________________________
4487 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
4488         Log: Retract #11156 since Sarathy has found that it breaks code:
4489              http://bugs.ActiveState.com/show_bug.cgi?id=18457
4490              http://bugs.ActiveState.com/show_bug.cgi?id=18858
4491      Branch: perl
4492            ! op.c sv.c t/op/pos.t
4493 ____________________________________________________________________________
4494 [ 13532] By: nick                                  on 2001/12/08  14:11:12
4495         Log: Integrate mainline
4496      Branch: perlio
4497           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
4498           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
4499 ____________________________________________________________________________
4500 [ 13531] By: nick                                  on 2001/12/08  13:48:21
4501         Log: Tweak multi-arg open error messages
4502      Branch: perlio
4503            ! perlio.c
4504 ____________________________________________________________________________
4505 [ 13530] By: nick                                  on 2001/12/08  10:20:06
4506         Log: Allow multi-arg open() if opening layer declares this legal.
4507      Branch: perlio
4508            ! doio.c perlio.c perliol.h
4509 ____________________________________________________________________________
4510 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
4511         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
4512              From: Michael G Schwern <schwern@pobox.com>       
4513              Date: Fri, 7 Dec 2001 19:41:31 -0500
4514              Message-ID: <20011208004131.GC642@blackrider>
4515      Branch: perl
4516            ! t/run/switches.t t/test.pl
4517 ____________________________________________________________________________
4518 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
4519         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
4520              From: Michael G Schwern <schwern@pobox.com>       
4521              Date: Fri, 7 Dec 2001 19:12:44 -0500
4522              Message-ID: <20011208001244.GB642@blackrider>
4523      Branch: perl
4524            ! t/op/stat.t
4525 ____________________________________________________________________________
4526 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
4527         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
4528              From: Michael G Schwern <schwern@pobox.com>
4529              Date: Fri, 7 Dec 2001 17:28:57 -0500
4530              Message-ID: <20011207222857.GI23210@blackrider>
4531      Branch: perl
4532            ! t/op/magic.t
4533 ____________________________________________________________________________
4534 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
4535         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
4536      Branch: perl
4537            ! t/test.pl
4538 ____________________________________________________________________________
4539 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
4540         Log: which_perl: delay as much a possible till runtime.
4541      Branch: perl
4542            ! t/test.pl
4543 ____________________________________________________________________________
4544 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
4545         Log: Further tweakage to which_perl().
4546      Branch: perl
4547            ! t/test.pl
4548 ____________________________________________________________________________
4549 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
4550         Log: perluniintro tweaks.
4551      Branch: perl
4552            ! pod/perluniintro.pod
4553 ____________________________________________________________________________
4554 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
4555         Log: Tweak the $Perl computation.
4556      Branch: perl
4557            ! t/test.pl
4558 ____________________________________________________________________________
4559 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
4560         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
4561              From: Nicholas Clark <nick@ccl4.org>
4562              Date: Fri, 7 Dec 2001 17:06:56 +0000
4563              Message-ID: <20011207170656.G21702@plum.flirble.org>
4564      Branch: perl
4565            ! doop.c t/op/chop.t
4566 ____________________________________________________________________________
4567 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
4568         Log: Update Changes.
4569      Branch: perl
4570            ! Changes patchlevel.h
4571 ____________________________________________________________________________
4572 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
4573         Log: Missing ).
4574      Branch: perl
4575            ! t/test.pl
4576 ____________________________________________________________________________
4577 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
4578         Log: Allow several arguments to display().
4579      Branch: perl
4580            ! t/test.pl
4581 ____________________________________________________________________________
4582 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
4583         Log: /dev/stdout could be either a character special file
4584              or a named pipe, so let's pretend it doesn't exist.
4585      Branch: perl
4586            ! t/op/stat.t
4587 ____________________________________________________________________________
4588 [ 13516] By: nick                                  on 2001/12/07  15:09:23
4589         Log: Integrate again - can I catch up ?
4590      Branch: perlio
4591           !> t/test.pl
4592 ____________________________________________________________________________
4593 [ 13515] By: nick                                  on 2001/12/07  15:08:17
4594         Log: Integrate mainline some more
4595      Branch: perlio
4596           !> README.hpux hints/linux.sh pod/perlfunc.pod
4597 ____________________________________________________________________________
4598 [ 13514] By: nick                                  on 2001/12/07  15:07:15
4599         Log: Integrate mainline
4600      Branch: perlio
4601           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
4602           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
4603           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
4604           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
4605           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
4606           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
4607           +> t/lib/Math/BigInt/BareCalc.pm
4608            - ext/Devel/PPPort/harness/Harness.pm
4609            - ext/Devel/PPPort/harness/Harness.xs
4610            - ext/Devel/PPPort/harness/Makefile.PL
4611            - ext/Devel/PPPort/harness/module2.c
4612            - ext/Devel/PPPort/harness/module3.c
4613            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
4614            - lib/File/Spec/Functions.t
4615           !> (integrate 103 files)
4616 ____________________________________________________________________________
4617 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
4618         Log: Add display() for displaying icky scalars.
4619      Branch: perl
4620            ! t/test.pl
4621 ____________________________________________________________________________
4622 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
4623         Log: Subject: [ID 20011207.001] documentation bug for waitpid
4624              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
4625              Date: Fri, 7 Dec 2001 12:44:56 +0100
4626              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
4627      Branch: perl
4628            ! pod/perlfunc.pod
4629 ____________________________________________________________________________
4630 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
4631         Log: gcc version matching didn't.
4632      Branch: perl
4633            ! hints/linux.sh
4634 ____________________________________________________________________________
4635 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
4636         Log: Subject: HP renamed their servers              
4637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4638              Date: Fri, 07 Dec 2001 12:07:22 +0100
4639              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
4640      Branch: perl
4641            ! README.hpux
4642 ____________________________________________________________________________
4643 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
4644         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
4645              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4646              Date: Fri, 7 Dec 2001 00:24:55 -0500
4647              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
4648      Branch: perl
4649            ! pod/perlport.pod
4650 ____________________________________________________________________________
4651 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
4652         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
4653              From: Michael G Schwern <schwern@pobox.com> 
4654              Date: Thu, 6 Dec 2001 22:56:34 -0500
4655              Message-ID: <20011207035634.GO22648@blackrider>
4656      Branch: perl
4657            ! t/base/lex.t t/op/exec.t
4658 ____________________________________________________________________________
4659 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
4660         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
4661              From: Michael G Schwern <schwern@pobox.com>
4662              Date: Thu, 6 Dec 2001 22:45:44 -0500
4663              Message-ID: <20011207034544.GN22648@blackrider>
4664              
4665              (plus op/ref tweak)
4666      Branch: perl
4667            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
4668            ! t/run/kill_perl.t t/test.pl
4669 ____________________________________________________________________________
4670 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
4671         Log: Upgrade to Math::BigInt 1.48.
4672      Branch: perl
4673            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
4674            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4675            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
4676            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
4677            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4678            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4679            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
4680 ____________________________________________________________________________
4681 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
4682         Log: Mention also perl56delta in case somone is upgrading from
4683              Perl 5.005_03.
4684      Branch: perl
4685            ! pod/perldelta.pod
4686 ____________________________________________________________________________
4687 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
4688         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
4689              From: Michael G Schwern <schwern@pobox.com>
4690              Date: Thu, 6 Dec 2001 15:15:28 -0500
4691              Message-ID: <20011206201528.GF16414@blackrider>
4692              
4693              (just the term.t, not the lex.t)
4694              
4695              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
4696              From: Michael G Schwern <schwern@pobox.com>
4697              Date: Thu, 6 Dec 2001 15:22:22 -0500
4698              Message-ID: <20011206202222.GG16414@blackrider>
4699              
4700              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
4701              From: Michael G Schwern <schwern@pobox.com>
4702              Date: Thu, 6 Dec 2001 15:31:58 -0500
4703              Message-ID: <20011206203158.GI16414@blackrider>
4704              
4705              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
4706              From: Michael G Schwern <schwern@pobox.com>
4707              Date: Thu, 6 Dec 2001 17:38:55 -0500
4708              Message-ID: <20011206223855.GC22648@blackrider>
4709      Branch: perl
4710            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
4711            ! t/test.pl
4712 ____________________________________________________________________________
4713 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
4714         Log: Update the thr5005 situation.
4715      Branch: perl
4716            ! pod/perldelta.pod
4717 ____________________________________________________________________________
4718 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
4719         Log: perldelta borrowings from perl561delta.
4720      Branch: perl
4721            ! pod/perldelta.pod
4722 ____________________________________________________________________________
4723 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
4724         Log: Add the 5.6.1 perldelta as perl561delta.
4725              (Makes it easier to steal stuff for perldelta :-)
4726      Branch: perl
4727            + pod/perl561delta.pod
4728            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4729 ____________________________________________________________________________
4730 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
4731         Log: Retract #13496 for now.
4732      Branch: perl
4733            ! t/base/lex.t t/base/term.t
4734 ____________________________________________________________________________
4735 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
4736         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
4737              From: "Craig A. Berry" <craigberry@mac.com>
4738              Date: Thu, 6 Dec 2001 14:54:36 -0600
4739              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
4740      Branch: perl
4741            ! vms/ext/filespec.t
4742 ____________________________________________________________________________
4743 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
4744         Log: (retracted by #13499)
4745              
4746              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
4747              From: Michael G Schwern <schwern@pobox.com>
4748              Date: Thu, 6 Dec 2001 15:15:28 -0500
4749              Message-ID: <20011206201528.GF16414@blackrider>
4750      Branch: perl
4751            ! t/base/lex.t t/base/term.t
4752 ____________________________________________________________________________
4753 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
4754         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
4755              From: Michael G Schwern <schwern@pobox.com>
4756              Date: Thu, 6 Dec 2001 13:54:48 -0500
4757              Message-ID: <20011206185448.GC16414@blackrider>
4758      Branch: perl
4759            ! t/op/stat.t
4760 ____________________________________________________________________________
4761 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
4762         Log: The #4 has nothing to do with Unicode.
4763      Branch: perl
4764            ! t/op/tr.t
4765 ____________________________________________________________________________
4766 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
4767         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
4768              From: Michael G Schwern <schwern@pobox.com>
4769              Date: Thu, 6 Dec 2001 13:45:48 -0500
4770              Message-ID: <20011206184548.GB16414@blackrider>
4771      Branch: perl
4772            ! t/op/tr.t
4773 ____________________________________________________________________________
4774 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
4775         Log: Update Changes.
4776      Branch: perl
4777            ! Changes patchlevel.h
4778 ____________________________________________________________________________
4779 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
4780         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
4781              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4782              Date: Thu, 6 Dec 2001 11:41:25 EST
4783              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
4784      Branch: perl
4785            ! vms/vms.c vms/vmsish.h
4786 ____________________________________________________________________________
4787 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
4788         Log: Subject: [PATCH] Re: weirdness in regexps
4789              From: Robin Houston <robin@kitsite.com> 
4790              Date: Thu, 6 Dec 2001 14:44:01 +0000
4791              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
4792      Branch: perl
4793            ! op.c t/lib/strict/subs
4794 ____________________________________________________________________________
4795 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
4796         Log: Make the -b -c -S tests count all of the /dev, not just
4797              check the first one, as suggested by Benjamin Goldberg.
4798      Branch: perl
4799            ! t/op/stat.t
4800 ____________________________________________________________________________
4801 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
4802         Log: Subject: Re: [PATCH: bleadperl] casefold backref
4803              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
4804              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
4805              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
4806      Branch: perl
4807            ! regexec.c
4808 ____________________________________________________________________________
4809 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
4810         Log: Nits noticed by Philip Newton, and de-tab DB.t.
4811      Branch: perl
4812            ! lib/DB.t
4813 ____________________________________________________________________________
4814 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
4815         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
4816              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4817              Date: 6 Dec 2001 11:06:01 -0000
4818              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
4819      Branch: perl
4820            ! op.c t/op/tr.t
4821 ____________________________________________________________________________
4822 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
4823         Log: Subject: [PATCH: bleadperl] casefold backref
4824              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4825              Date: Wed, 05 Dec 2001 17:27:05 +0000
4826              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
4827      Branch: perl
4828            ! regexec.c t/op/re_tests
4829 ____________________________________________________________________________
4830 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
4831         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
4832              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4833              Date: Wed, 5 Dec 2001 22:34:53 EST
4834              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
4835      Branch: perl
4836            ! mg.c vms/vms.c vms/vmsish.h
4837 ____________________________________________________________________________
4838 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
4839         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
4840              From: Michael G Schwern <schwern@pobox.com>
4841              Date: Wed, 5 Dec 2001 19:52:58 -0500
4842              Message-ID: <20011205195257.A903@blackrider>
4843      Branch: perl
4844            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
4845            + lib/File/Spec/t/rel2abs2rel.t
4846            - lib/File/Spec.t lib/File/Spec/Functions.t
4847            ! MANIFEST
4848 ____________________________________________________________________________
4849 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
4850         Log: Subject: Re: Silly stat() portability questions                
4851              From: Benjamin Goldberg <goldbb2@earthlink.net>
4852              Date: Wed, 05 Dec 2001 22:52:35 -0500
4853              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
4854      Branch: perl
4855            ! pod/perlport.pod
4856 ____________________________________________________________________________
4857 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
4858         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
4859              From: "Craig A. Berry" <craigberry@mac.com>
4860              Date: Wed, 05 Dec 2001 16:41:59 -0600
4861              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
4862      Branch: perl
4863            ! README.vms configure.com lib/File/Spec/VMS.pm
4864            ! vms/ext/filespec.t
4865 ____________________________________________________________________________
4866 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
4867         Log: $apply->('club', $glibc_maintainers);
4868              
4869              (Nick Clark just reported that <langinfo.h> YESSTR
4870              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
4871      Branch: perl
4872            ! ext/I18N/Langinfo/Langinfo.t
4873 ____________________________________________________________________________
4874 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
4875         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
4876      Branch: perl
4877            ! pod/perlport.pod
4878 ____________________________________________________________________________
4879 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
4880         Log: tweak change#13474 (pad entries can apparently be null in some
4881              situations)
4882      Branch: maint-5.6/perl
4883            ! op.c
4884 ____________________________________________________________________________
4885 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
4886         Log: Restore the /dev -b -c -S part of the test.
4887      Branch: perl
4888            ! t/op/stat.t
4889 ____________________________________________________________________________
4890 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
4891         Log: Retract #13475 until Arthur gets back to the mine.
4892      Branch: perl
4893            ! op.c t/run/kill_perl.t
4894 ____________________________________________________________________________
4895 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
4896         Log: (retracted by #13476)
4897              
4898              Manually apply #13474; fixes stale reference to dead
4899              CvOUTSIDE(); this can happen when anonymous subroutines
4900              that aren't closures are returned from an eval""
4901              
4902              (threads/shared/sv_refs.t is coredump-unhappy about this change)
4903      Branch: perl
4904            ! op.c t/run/kill_perl.t
4905 ____________________________________________________________________________
4906 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
4907         Log: replacement for change#10451
4908              
4909              fixes stale reference to dead CvOUTSIDE(); this can happen when
4910              anonymous subroutines that aren't closures are returned from an
4911              eval""
4912      Branch: maint-5.6/perl
4913            ! op.c t/op/misc.t
4914 ____________________________________________________________________________
4915 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
4916         Log: revert change#10451,10472; it was a naive fix that simply
4917              reintroduced the memory leak!
4918      Branch: maint-5.6/perl
4919            ! op.c t/op/misc.t
4920 ____________________________________________________________________________
4921 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
4922         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
4923              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4924              Date: Wed, 05 Dec 2001 10:49:20 +0100
4925              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
4926      Branch: perl
4927            ! lib/File/Basename.pm lib/File/Basename.t
4928 ____________________________________________________________________________
4929 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
4930         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
4931              From: Michael G Schwern <schwern@pobox.com> 
4932              Date: Wed, 5 Dec 2001 02:47:59 -0500
4933              Message-ID: <20011205024759.H14333@blackrider>
4934      Branch: perl
4935            ! t/op/magic.t
4936 ____________________________________________________________________________
4937 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
4938         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
4939              From: Michael G Schwern <schwern@pobox.com>              
4940              Date: Wed, 5 Dec 2001 02:22:05 -0500
4941              Message-ID: <20011205022205.F14333@blackrider>
4942      Branch: perl
4943            ! t/op/stat.t vms/test.com
4944 ____________________________________________________________________________
4945 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
4946         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4947              From: Michael G Schwern <schwern@pobox.com> 
4948              Date: Tue, 4 Dec 2001 23:40:10 -0500
4949              Message-ID: <20011204234010.B14333@blackrider>
4950      Branch: perl
4951            ! t/op/stat.t
4952 ____________________________________________________________________________
4953 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
4954         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4955              From: Michael G Schwern <schwern@pobox.com> 
4956              Date: Tue, 4 Dec 2001 21:09:18 -0500           
4957              Message-ID: <20011204210918.D13279@blackrider>
4958              
4959              t/test.
4960      Branch: perl
4961            ! t/test.pl
4962 ____________________________________________________________________________
4963 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
4964         Log: (accidentally empty check-in)
4965      Branch: perl
4966            ! t/op/stat.t
4967 ____________________________________________________________________________
4968 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
4969         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
4970              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4971              Date: Tue, 04 Dec 2001 23:40:27 +0100
4972              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
4973      Branch: perl
4974            ! mg.c
4975 ____________________________________________________________________________
4976 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
4977         Log: Subject: [PATCH] minor pod fix in Safe.pm
4978              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4979              Date: Tue, 4 Dec 2001 22:02:34 +0100
4980              Message-ID: <20011204220234.A17293@rafael>
4981      Branch: perl
4982            ! ext/Opcode/Safe.pm
4983 ____________________________________________________________________________
4984 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
4985         Log: CRLF GRRR.
4986      Branch: perl
4987            ! djgpp/configure.bat
4988 ____________________________________________________________________________
4989 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
4990         Log: DJGPP fixes from Laszlo Molnar.
4991      Branch: perl
4992            ! djgpp/configure.bat djgpp/djgpp.h
4993 ____________________________________________________________________________
4994 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
4995         Log: Update Changes.
4996      Branch: perl
4997            ! Changes patchlevel.h
4998 ____________________________________________________________________________
4999 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
5000         Log: Must wipe out the memory of real Socket before starting
5001              to use the new fake one.
5002      Branch: perl
5003            ! lib/Net/t/config.t
5004 ____________________________________________________________________________
5005 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
5006         Log: LC_ALL might trump LANG.
5007      Branch: perl
5008            ! lib/open.t
5009 ____________________________________________________________________________
5010 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
5011         Log: Make the eval runtime.
5012      Branch: perl
5013            ! lib/open.pm
5014 ____________________________________________________________________________
5015 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
5016         Log: Make the Langinfo test both more lenient (allow
5017              for any symbol not to exists) and stricter (add
5018              more symbols).
5019      Branch: perl
5020            ! ext/I18N/Langinfo/Langinfo.t
5021 ____________________________________________________________________________
5022 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
5023         Log: integrate change#13453 from maint-5.6
5024              
5025              tweak change#11399 to use an explicit flag rather than
5026              ass_u_ming w32_pseudo_id will only be zero for the real
5027              toplevel interpreter; avoids multiple hosts from diddling
5028              the environment at the same time
5029      Branch: perl
5030           !> win32/perlhost.h
5031 ____________________________________________________________________________
5032 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
5033         Log: Subject: [PATCH] VMS update for perldelta.pod
5034              From: "Craig A. Berry" <craigberry@mac.com> 
5035              Date: Tue, 4 Dec 2001 00:23:12 -0600
5036              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
5037      Branch: perl
5038            ! pod/perldelta.pod
5039 ____________________________________________________________________________
5040 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
5041         Log: NetWare tweak from Ananth Kesari.
5042      Branch: perl
5043            ! NetWare/Makefile
5044 ____________________________________________________________________________
5045 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
5046         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
5047              Not adding the test suite because of its many assumptions.
5048      Branch: perl
5049            ! lib/Net/Ping.pm
5050 ____________________________________________________________________________
5051 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
5052         Log: tweak change#11399 to use an explicit flag rather than
5053              ass_u_ming w32_pseudo_id will only be zero for the real
5054              toplevel interpreter; avoids multiple hosts from diddling
5055              the environment at the same time
5056      Branch: maint-5.6/perl
5057            ! win32/perlhost.h
5058 ____________________________________________________________________________
5059 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
5060         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
5061              from Len Makin.
5062      Branch: perl
5063            + hints/super-ux.sh
5064            ! MANIFEST
5065 ____________________________________________________________________________
5066 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
5067         Log: Add Mac OS X known failures to perldelta.
5068      Branch: perl
5069            ! pod/perldelta.pod
5070 ____________________________________________________________________________
5071 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
5072         Log: I think it's time to call the utf8 code non-test.
5073      Branch: perl
5074            ! utf8.c
5075 ____________________________________________________________________________
5076 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
5077         Log: Retract #13303, need rethink.
5078      Branch: perl
5079            ! utf8.c
5080 ____________________________________________________________________________
5081 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
5082         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
5083              From: "Craig A. Berry" <craigberry@mac.com>
5084              Date: Mon, 03 Dec 2001 16:28:06 -0600
5085              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
5086      Branch: perl
5087            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
5088 ____________________________________________________________________________
5089 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
5090         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
5091              From: Andy Dougherty <doughera@lafayette.edu>
5092              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
5093              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
5094      Branch: perl
5095            ! hints/solaris_2.sh
5096 ____________________________________________________________________________
5097 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
5098         Log: This test is not very robust on 8.3-constrained systems:
5099              all the "with truncated name" lines between "Autosplitting ..."
5100              and "some names are not unique" lines are unexpected,
5101              and the truncation message becomes:
5102              testtest.al, testtest.al truncate to testtest 
5103      Branch: perl
5104            ! lib/AutoSplit.t
5105 ____________________________________________________________________________
5106 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
5107         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
5108      Branch: perl
5109            ! ext/I18N/Langinfo/Langinfo.t
5110 ____________________________________________________________________________
5111 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
5112         Log: Test::Morify UCD.t
5113      Branch: perl
5114            ! lib/Unicode/UCD.t
5115 ____________________________________________________________________________
5116 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
5117         Log: If Socket has not been built (e.g. DJGPP) the libnet
5118              tests fall over with (too) much noise.
5119      Branch: perl
5120            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
5121            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
5122            ! lib/Net/t/smtp.t lib/Net/t/time.t
5123 ____________________________________________________________________________
5124 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
5125         Log: Subject: [PATCH] shared hash keys and ++/--
5126              From: Nicholas Clark <nick@ccl4.org>
5127              Date: Mon, 3 Dec 2001 16:37:16 +0000
5128              Message-ID: <20011203163716.C21702@plum.flirble.org>
5129      Branch: perl
5130            ! pp.c pp_hot.c sv.c t/op/inc.t
5131 ____________________________________________________________________________
5132 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
5133         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
5134              From: Jonathan Stowe <jns@gellyfish.com>
5135              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
5136              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
5137      Branch: perl
5138            ! lib/Term/Cap.pm
5139 ____________________________________________________________________________
5140 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
5141         Log: Update Changes.
5142      Branch: perl
5143            ! Changes patchlevel.h
5144 ____________________________________________________________________________
5145 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
5146         Log: perldelta tweaks.
5147      Branch: perl
5148            ! pod/perldelta.pod
5149 ____________________________________________________________________________
5150 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
5151         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
5152              From: Sam Tregar <sam@tregar.com> 
5153              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
5154              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
5155      Branch: perl
5156            ! pod/perlnewmod.pod
5157 ____________________________________________________________________________
5158 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
5159         Log: microperl casting nit.
5160      Branch: perl
5161            ! utf8.c
5162 ____________________________________________________________________________
5163 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
5164         Log: Make sharepvn a macro since all it does is a deref.
5165      Branch: perl
5166            ! embed.h embed.pl global.sym hv.c hv.h proto.h
5167 ____________________________________________________________________________
5168 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
5169         Log: perldelta updates.
5170      Branch: perl
5171            ! pod/perldelta.pod
5172 ____________________________________________________________________________
5173 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
5174         Log: PPPort update from Paul Marquess.
5175      Branch: perl
5176            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
5177            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
5178            + ext/Devel/PPPort/t/test.t
5179            - ext/Devel/PPPort/harness/Harness.pm
5180            - ext/Devel/PPPort/harness/Harness.xs
5181            - ext/Devel/PPPort/harness/Makefile.PL
5182            - ext/Devel/PPPort/harness/module2.c
5183            - ext/Devel/PPPort/harness/module3.c
5184            - ext/Devel/PPPort/harness/t/test.t
5185            ! MANIFEST ext/Devel/PPPort/MANIFEST
5186            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5187            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
5188            ! ext/Devel/PPPort/soak
5189 ____________________________________________________________________________
5190 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
5191         Log: No use talking about dynamic library search patch
5192              unless we are having a dynamic build.
5193      Branch: perl
5194            ! t/TEST
5195 ____________________________________________________________________________
5196 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
5197         Log: Be more explicit on the List::Util build trick,
5198              should also stop unneeded rebuilds on static builds.
5199      Branch: perl
5200            ! ext/List/Util/Makefile.PL
5201 ____________________________________________________________________________
5202 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
5203         Log: We need to replace the optimize (-O1) with
5204              the -h scalar0 -h vector0, not append them
5205              to the ccflags.
5206      Branch: perl
5207            ! hints/unicos.sh hints/unicosmk.sh
5208 ____________________________________________________________________________
5209 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
5210         Log: Subject: [PATCH] Shared hash keys 
5211              From: Nicholas Clark <nick@ccl4.org>
5212              Date: Sun, 2 Dec 2001 20:52:32 +0000
5213              Message-ID: <20011202205232.U21702@plum.flirble.org>
5214      Branch: perl
5215            ! doop.c t/op/tr.t
5216 ____________________________________________________________________________
5217 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
5218         Log: Better add new files to MANIFEST, too.
5219      Branch: perl
5220            ! MANIFEST
5221 ____________________________________________________________________________
5222 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
5223         Log: Subject: {PATCH] perlpacktut.pod
5224              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
5225              Date: Sun, 02 Dec 2001 19:55:06 +0100
5226              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
5227      Branch: perl
5228            ! pod/perlpacktut.pod
5229 ____________________________________________________________________________
5230 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
5231         Log: Various small nits found by DJGPP build.
5232      Branch: perl
5233            ! doio.c mg.c pp.c util.c
5234 ____________________________________________________________________________
5235 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
5236         Log: Subject: RE: More verbose POD for Carp
5237              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5238              Date: Sun, 2 Dec 2001 11:32:51 -0500
5239              Message-ID: <3C0A9748@operamail.com>
5240      Branch: perl
5241            ! lib/Carp.pm
5242 ____________________________________________________________________________
5243 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
5244         Log: Add a header for DJGPP with the function prototypes.
5245      Branch: perl
5246            + djgpp/djgpp.h
5247            ! MANIFEST djgpp/djgpp.c
5248 ____________________________________________________________________________
5249 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
5250         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
5251              From: Abe Timmerman <abe@ztreet.demon.nl>
5252              Date: Sun, 02 Dec 2001 02:41:25 +0100
5253              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
5254      Branch: perl
5255            ! pp_sys.c
5256 ____________________________________________________________________________
5257 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
5258         Log: There isn't PTR2INT(), there's PTR2IV().
5259      Branch: perl
5260            ! ext/Time/HiRes/HiRes.xs
5261 ____________________________________________________________________________
5262 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
5263         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
5264              From: Marc Lehmann <root@schmorp.de>
5265              Date: Sun, 02 Dec 2001 02:44:53 +0100
5266              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
5267      Branch: perl
5268            ! ext/Time/HiRes/HiRes.xs
5269 ____________________________________________________________________________
5270 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
5271         Log: encode()/decode() examples.
5272      Branch: perl
5273            ! ext/Encode/Encode.pm
5274 ____________________________________________________________________________
5275 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
5276         Log: DJGPP tweaks from Laszlo Molnar.
5277      Branch: perl
5278            ! djgpp/config.over djgpp/djgppsed.sh
5279 ____________________________________________________________________________
5280 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
5281         Log: Update Changes.
5282      Branch: perl
5283            ! Changes patchlevel.h
5284 ____________________________________________________________________________
5285 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
5286         Log: Integrate perlio;
5287              
5288              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
5289              which do not have file descriptors. Noticed a possibly
5290              worse problem in the process ...
5291      Branch: perl
5292           !> doio.c
5293 ____________________________________________________________________________
5294 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
5295         Log: Non-VMS-fixed and Win32-skipped version of
5296              
5297              Subject: [PATCH t/op/exec.t] Portabilty fix 
5298              From: Michael G Schwern <schwern@pobox.com> 
5299              Date: Fri, 30 Nov 2001 16:09:27 -0500
5300              Message-ID: <20011130160927.A10406@blackrider>
5301      Branch: perl
5302            ! t/op/exec.t
5303 ____________________________________________________________________________
5304 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
5305         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
5306              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5307              Date: Sat, 1 Dec 2001 07:01:09 -0500
5308              Message-ID: <3C0D2E39@operamail.com>
5309              
5310              Subject: More verbose POD for Carp
5311              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5312              Date: Sat, 1 Dec 2001 08:04:16 -0500
5313              Message-ID: <3C285C2B@operamail.com>
5314      Branch: perl
5315            ! lib/Carp.pm lib/Carp/Heavy.pm
5316 ____________________________________________________________________________
5317 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
5318         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
5319              From: chromatic <chromatic@rmci.net>
5320              Date: Sat, 01 Dec 2001 12:41:58 -0700
5321              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
5322      Branch: perl
5323            ! lib/DB.t
5324 ____________________________________________________________________________
5325 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
5326         Log: Try to make a missing RADIXCHAR a softer kinder error.
5327      Branch: perl
5328            ! ext/I18N/Langinfo/Langinfo.t
5329 ____________________________________________________________________________
5330 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
5331         Log: Have a little faith on nl_langinfo() itself.
5332      Branch: perl
5333            ! ext/I18N/Langinfo/Langinfo.xs
5334 ____________________________________________________________________________
5335 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
5336         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
5337              the max, not max plus one)
5338      Branch: perl
5339            ! ext/I18N/Langinfo/Langinfo.xs
5340 ____________________________________________________________________________
5341 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
5342         Log: Make reality agree with the comment.
5343      Branch: perl
5344            ! ext/I18N/Langinfo/Langinfo.xs
5345 ____________________________________________________________________________
5346 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
5347         Log: Try to protect against wild langinfo() arguments.
5348      Branch: perl
5349            ! ext/I18N/Langinfo/Langinfo.xs
5350 ____________________________________________________________________________
5351 [ 13409] By: nick                                  on 2001/12/01  18:19:59
5352         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
5353              have file descriptors. Noticed a possibly worse problem in the process ...
5354      Branch: perlio
5355            ! doio.c
5356 ____________________________________________________________________________
5357 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
5358         Log: If we are inside an eval, let's be silent about
5359              separate symbols and just croak() in the end.
5360      Branch: perl
5361            ! lib/Exporter/Heavy.pm
5362 ____________________________________________________________________________
5363 [ 13407] By: nick                                  on 2001/12/01  17:14:05
5364         Log: Integrate mainline
5365      Branch: perlio
5366           !> (integrate 26 files)
5367 ____________________________________________________________________________
5368 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
5369         Log: Subject: Fix for Exporter error reporting behaviour
5370              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5371              Date: Sat, 1 Dec 2001 06:34:48 -0500
5372              Message-ID: <3C0D1B9A@operamail.com>
5373      Branch: perl
5374            ! lib/Exporter.pm lib/Exporter/Heavy.pm
5375 ____________________________________________________________________________
5376 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
5377         Log: Need to hide behind an eval to avoid a warning
5378              about :utf8 on non-perlio configs.
5379      Branch: perl
5380            ! lib/open.t
5381 ____________________________________________________________________________
5382 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
5383         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
5384              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5385              Date: Fri, 30 Nov 2001 23:46:58 +0100
5386              Message-ID: <20011130234658.A717@rafael>
5387      Branch: perl
5388            ! op.c t/op/method.t
5389 ____________________________________________________________________________
5390 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
5391         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
5392              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5393              Date: Thu, 29 Nov 2001 22:46:12 +0100
5394              Message-ID: <20011129224612.A699@rafael>
5395      Branch: perl
5396            ! ext/B/B/Xref.pm
5397 ____________________________________________________________________________
5398 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
5399         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
5400              From: Tels <perl_dummy@bloodgate.com>
5401              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
5402              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
5403      Branch: perl
5404            ! pod/perlfunc.pod
5405 ____________________________________________________________________________
5406 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
5407         Log: Subject: [REPATCH] reference pointer comparison
5408              From: Nicholas Clark <nick@ccl4.org>
5409              Date: Sat, 1 Dec 2001 13:00:17 +0000
5410              Message-ID: <20011201130017.I21702@plum.flirble.org>
5411      Branch: perl
5412            ! pp.c
5413 ____________________________________________________________________________
5414 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
5415         Log: Upgrade to Storable 1.0.14.
5416      Branch: perl
5417            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5418 ____________________________________________________________________________
5419 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
5420         Log: Add simple caches for ::viacode() and ::vianame().
5421      Branch: perl
5422            ! lib/charnames.pm lib/charnames.t
5423 ____________________________________________________________________________
5424 [ 13398] By: nick                                  on 2001/12/01  10:36:24
5425         Log: Integrate mainline.
5426      Branch: perlio
5427           +> (branch 44 files)
5428            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5429            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5430            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
5431           !> (integrate 250 files)
5432 ____________________________________________________________________________
5433 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
5434         Log: Regen toc and modlib.
5435      Branch: perl
5436            ! pod/perlmodlib.pod pod/perltoc.pod
5437 ____________________________________________________________________________
5438 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
5439         Log: Upgrade to podlators-1.18.
5440      Branch: perl
5441            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
5442 ____________________________________________________________________________
5443 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
5444         Log: -h scalar0 -h vector0 seems to help for both
5445              UNICOS and UNICOS/mk on the unpack %65c problems.
5446              
5447              (replaces #13393)
5448      Branch: perl
5449            ! hints/unicos.sh hints/unicosmk.sh
5450 ____________________________________________________________________________
5451 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
5452         Log: More Socket constants.
5453      Branch: perl
5454            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
5455 ____________________________________________________________________________
5456 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
5457         Log: (replaced by #13395)
5458      Branch: perl
5459            ! hints/unicosmk.sh
5460 ____________________________________________________________________________
5461 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
5462         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
5463              From: Andy Dougherty <doughera@lafayette.edu>
5464              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
5465              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
5466              
5467              Simplify the test skippage criterion now that we are
5468              no more dependent on sed.
5469      Branch: perl
5470            ! t/comp/cpp.t t/run/switchPx.t
5471 ____________________________________________________________________________
5472 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
5473         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
5474              From: Michael G Schwern <schwern@pobox.com>
5475              Date: Fri, 30 Nov 2001 11:48:44 -0500
5476              Message-ID: <20011130114844.C1303@blackrider>
5477              
5478              (replaces #13381)
5479      Branch: perl
5480            ! t/op/stat.t
5481 ____________________________________________________________________________
5482 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
5483         Log: Let's not assume how much memory has been allocated
5484              to PVs.
5485      Branch: perl
5486            ! ext/Devel/Peek/Peek.t
5487 ____________________________________________________________________________
5488 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
5489         Log: VOS needs to know the modules, including pp_sort.
5490      Branch: perl
5491            ! vos/perl.bind
5492 ____________________________________________________________________________
5493 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
5494         Log: Unused variables.
5495      Branch: perl
5496            ! ext/Unicode/Normalize/Normalize.xs
5497 ____________________________________________________________________________
5498 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
5499         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
5500              From: John Peacock <jpeacock@rowman.com>     
5501              Date: Fri, 30 Nov 2001 10:24:00 -0500        
5502              Message-ID: <3C07A490.A22A76B0@rowman.com>   
5503      Branch: perl
5504            ! lib/ExtUtils/Embed.t
5505 ____________________________________________________________________________
5506 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
5507         Log: Tweak for the VOS building script from Paul Green.
5508      Branch: perl
5509            ! vos/configure_perl.cm
5510 ____________________________________________________________________________
5511 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
5512         Log: Update Changes.
5513      Branch: perl
5514            ! Changes patchlevel.h
5515 ____________________________________________________________________________
5516 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
5517         Log: Cannot test if cppstdin has not yet been installed.
5518      Branch: perl
5519            ! t/run/switchPx.t
5520 ____________________________________________________________________________
5521 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
5522         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
5523              From: Michael G Schwern <schwern@pobox.com> 
5524              Date: Thu, 29 Nov 2001 22:05:11 -0500
5525              Message-ID: <20011129220510.A18869@blackrider>
5526              
5527              TODO 1: if cppstdin is used and not yet installed,
5528              the Px.t will fail (must do the same as in cpp.t)
5529              
5530              TODO 2: does this work if no Perl whatsoever has
5531              yet been installed?  That is, we should be using
5532              the Perl we are building to execute the one-liner.
5533      Branch: perl
5534            + t/run/switchPx.aux t/run/switchPx.t
5535            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
5536            ! vms/test.com
5537 ____________________________________________________________________________
5538 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
5539         Log: Upgrade to Unicode::Normalize 0.12.
5540      Branch: perl
5541            ! ext/Unicode/Normalize/Changes
5542            ! ext/Unicode/Normalize/Normalize.pm
5543            ! ext/Unicode/Normalize/Normalize.xs
5544            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
5545            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
5546            ! ext/Unicode/Normalize/t/test.t
5547 ____________________________________________________________________________
5548 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
5549         Log: (replaced by #13391)
5550              
5551              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
5552              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
5553              Date: 30 Nov 2001 11:41:53 -0000             
5554              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
5555              
5556              No need to die if we have high-paranoia (non-chdirable)
5557              system directories.
5558      Branch: perl
5559            ! t/op/stat.t
5560 ____________________________________________________________________________
5561 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
5562         Log: Paragraph rewrapping.
5563      Branch: perl
5564            ! pod/perliol.pod
5565 ____________________________________________________________________________
5566 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
5567         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
5568              From: Stas Bekman <stas@stason.org>
5569              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
5570              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
5571      Branch: perl
5572            ! pod/perliol.pod
5573 ____________________________________________________________________________
5574 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
5575         Log: Whether select() gets restarted on signals is
5576              implementation dependent.
5577      Branch: perl
5578            ! ext/Time/HiRes/HiRes.t
5579 ____________________________________________________________________________
5580 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
5581         Log: More forgotten checkins.
5582      Branch: perl
5583            ! embed.h embed.pl proto.h
5584 ____________________________________________________________________________
5585 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
5586         Log: Add a note about folding vs lowercase.
5587      Branch: perl
5588            ! regexec.c
5589 ____________________________________________________________________________
5590 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
5591         Log: Use to_uni_fold (and add changed global.sym)
5592      Branch: perl
5593            ! global.sym utf8.c
5594 ____________________________________________________________________________
5595 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
5596         Log: Make to Unicode character functions to use UVs
5597              instead of U32s and add to_uni_fold().
5598      Branch: perl
5599            ! embed.pl proto.h utf8.c
5600 ____________________________________________________________________________
5601 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
5602         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
5603              From: Nicholas Clark <nick@ccl4.org>
5604              Date: Thu, 29 Nov 2001 22:47:32 +0000
5605              Message-ID: <20011129224732.W37621@plum.flirble.org>
5606      Branch: perl
5607            ! pod/perlpacktut.pod
5608 ____________________________________________________________________________
5609 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
5610         Log: README.vos updates from Paul Green.
5611      Branch: perl
5612            ! README.vos
5613 ____________________________________________________________________________
5614 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
5615         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
5616              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5617              Date: Thu, 29 Nov 2001 14:18:51 EST
5618              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
5619      Branch: perl
5620            ! mg.c vms/vms.c vms/vmsish.h
5621 ____________________________________________________________________________
5622 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
5623         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
5624              From: Michael G Schwern <schwern@pobox.com>
5625              Date: Thu, 29 Nov 2001 13:12:31 -0500
5626              Message-ID: <20011129131231.E11300@blackrider>
5627      Branch: perl
5628            ! README.vms
5629 ____________________________________________________________________________
5630 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
5631         Log: BGET_IV was missing.
5632      Branch: perl
5633            ! ext/ByteLoader/bytecode.h
5634 ____________________________________________________________________________
5635 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
5636         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
5637              From: Jonathan Stowe <gellyfish@gellyfish.com>
5638              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
5639              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
5640      Branch: perl
5641            ! lib/Term/Cap.pm
5642 ____________________________________________________________________________
5643 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
5644         Log: Porting/checkURL.pl was missing.
5645      Branch: perl
5646            ! MANIFEST
5647 ____________________________________________________________________________
5648 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
5649         Log: Subject: INSTALL and READMEs should be reviewed
5650              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5651              Date: Thu, 29 Nov 2001 16:49:36 +0100
5652              Message-ID: <20011129164936.A17492@rafael>         
5653      Branch: perl
5654            ! README.cygwin
5655 ____________________________________________________________________________
5656 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
5657         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
5658              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
5659              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
5660              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
5661      Branch: perl
5662            ! README.os390
5663 ____________________________________________________________________________
5664 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
5665         Log: Update Changes.
5666      Branch: perl
5667            ! Changes patchlevel.h
5668 ____________________________________________________________________________
5669 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
5670         Log: The changes to the curliffed files didn't stick in #13348.
5671      Branch: perl
5672            ! README.dos README.win32
5673 ____________________________________________________________________________
5674 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
5675         Log: Subject: Re: Found the rev where File::Glob broke
5676              From: Andy Dougherty <doughera@lafayette.edu>
5677              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
5678              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
5679      Branch: perl
5680            ! lib/ExtUtils/MM_Unix.pm
5681 ____________________________________________________________________________
5682 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
5683         Log: Use __DATA__ instead of __END__.
5684      Branch: perl
5685            ! lib/Term/Cap.pm
5686 ____________________________________________________________________________
5687 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
5688         Log: Subject: [PATCH toke.c] autosplit into @F fix
5689              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5690              Date: Thu, 29 Nov 2001 14:52:23 +0100
5691              Message-ID: <20011129145223.A25817@rafael>         
5692      Branch: perl
5693            ! toke.c
5694 ____________________________________________________________________________
5695 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
5696         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
5697              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5698              Date: Thu, 29 Nov 2001 15:48:15 +0100
5699              Message-ID: <20011129154815.C25817@rafael>         
5700      Branch: perl
5701            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
5702 ____________________________________________________________________________
5703 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
5704         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
5705              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5706              Date: Wed, 28 Nov 2001 20:35:29 +0100
5707              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
5708      Branch: perl
5709            ! pod/perlpacktut.pod
5710 ____________________________________________________________________________
5711 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
5712         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
5713              From: Stas Bekman <stas@stason.org>
5714              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
5715              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
5716              
5717              (with tweaks)
5718      Branch: perl
5719            ! pod/perlapio.pod
5720 ____________________________________________________________________________
5721 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
5722         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
5723              From: Tels <perl_dummy@bloodgate.com>
5724              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
5725              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
5726              
5727              (plus paragraph rewrapping)
5728      Branch: perl
5729            ! lib/Exporter.pm
5730 ____________________________________________________________________________
5731 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
5732         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
5733              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
5734              Date: Wed, 28 Nov 2001 21:47:59 +0000
5735              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
5736      Branch: perl
5737            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
5738 ____________________________________________________________________________
5739 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
5740         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
5741              From: Andy Dougherty <doughera@lafayette.edu>
5742              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
5743              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
5744      Branch: perl
5745            ! INSTALL ext/Time/HiRes/HiRes.t
5746 ____________________________________________________________________________
5747 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
5748         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
5749              From: Michael G Schwern <schwern@pobox.com> 
5750              Date: Wed, 28 Nov 2001 16:37:01 -0500
5751              Message-ID: <20011128163701.H676@blackrider>
5752      Branch: perl
5753            ! t/run/kill_perl.t
5754 ____________________________________________________________________________
5755 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
5756         Log: @INC tweak.
5757      Branch: perl
5758            ! t/op/ref.t
5759 ____________________________________________________________________________
5760 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
5761         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
5762              From: Nicholas Clark <nick@ccl4.org>
5763              Date: Wed, 28 Nov 2001 23:38:43 +0000
5764              Message-ID: <20011128233843.N37621@plum.flirble.org>  
5765      Branch: perl
5766            ! installman
5767 ____________________________________________________________________________
5768 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
5769         Log: Tweak the forking logic.
5770      Branch: perl
5771            ! Porting/checkURL.pl
5772 ____________________________________________________________________________
5773 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
5774         Log: Update perlmodlib.PL as per #13348.  The L<> got
5775              changed back because that is coming from ParseLink.pm.
5776      Branch: perl
5777            ! pod/perlmodlib.PL pod/perlmodlib.pod
5778 ____________________________________________________________________________
5779 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
5780         Log: URL fixups from Michael Schwern.
5781      Branch: perl
5782            ! README.cygwin README.dos README.hpux README.mint README.mpeix
5783            ! README.os390 README.qnx README.solaris README.vos README.win32
5784            ! pod/perlmodlib.pod
5785 ____________________________________________________________________________
5786 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
5787         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
5788              From: Barrie Slaymaker <barries@slaysys.com>
5789              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
5790              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
5791      Branch: perl
5792            ! lib/Exporter.pm
5793 ____________________________________________________________________________
5794 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
5795         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
5796      Branch: perl
5797            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
5798 ____________________________________________________________________________
5799 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
5800         Log: Subject: [PATCH] Re: $\ very broken
5801              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5802              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
5803              Message-ID: <20011128223308.E732@rafael>   
5804              
5805              Subject: Re: [PATCH] Re: $\ very broken     
5806              From: Nicholas Clark <nick@ccl4.org>
5807              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
5808              Message-ID: <20011128222859.K37621@plum.flirble.org>
5809      Branch: perl
5810            ! mg.c t/op/ref.t
5811 ____________________________________________________________________________
5812 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
5813         Log: Add Abigail's link checker with the following tweaks:
5814              - known dummy URLs (Peter Prymmer)
5815              - do also READMEs and INSTALL (Michael Schwern)
5816              - do also ftp URLs
5817              - add fork retry loop in case the allowed number
5818              of processes per user is low
5819      Branch: perl
5820            + Porting/checkURL.pl
5821            ! MANIFEST
5822 ____________________________________________________________________________
5823 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
5824         Log: Update Changes.
5825      Branch: perl
5826            ! Changes patchlevel.h
5827 ____________________________________________________________________________
5828 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
5829         Log: In Linux if we have modern enough gcc and supported
5830              enough CPU, crank up the optimization level to -O3.
5831      Branch: perl
5832            ! hints/linux.sh
5833 ____________________________________________________________________________
5834 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
5835         Log: Add perlpacktut from Wolfgang Laun; regen toc.
5836      Branch: perl
5837            + pod/perlpacktut.pod
5838            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
5839            ! pod/perltoc.pod
5840 ____________________________________________________________________________
5841 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
5842         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
5843              From: PPrymmer@factset.com
5844              Date: Wed, 28 Nov 2001 07:51:26 -0500
5845              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
5846      Branch: perl
5847            ! vms/test.com
5848 ____________________________________________________________________________
5849 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
5850         Log: Test cases for the first half of #13338.
5851      Branch: perl
5852            ! t/lib/h2ph.h t/lib/h2ph.pht
5853 ____________________________________________________________________________
5854 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
5855         Log: Subject: Re: h2ph confused by comments in an enum.
5856              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5857              Date: Wed, 28 Nov 2001 04:19:21 +0000
5858              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
5859              
5860              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
5861              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5862              Date: Wed, 28 Nov 2001 13:36:35 +0000
5863              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
5864      Branch: perl
5865            ! utils/h2ph.PL
5866 ____________________________________________________________________________
5867 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
5868         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
5869              From: Jonathan Stowe <gellyfish@gellyfish.com>
5870              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
5871              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
5872              
5873              (replace #13327)
5874      Branch: perl
5875            ! lib/Term/Cap.pm
5876 ____________________________________________________________________________
5877 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
5878         Log: Replace #13335 with
5879              
5880              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
5881              From: Russ Allbery <rra@stanford.edu>
5882              Date: 27 Nov 2001 20:42:49 -0800
5883              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
5884      Branch: perl
5885            ! lib/Pod/Text/Termcap.pm
5886 ____________________________________________________________________________
5887 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
5888         Log: (replaced by #13336)
5889              
5890              Subject: [PATCH perl@13323] Termcap.pm with no termios
5891              From: "Craig A. Berry" <craigberry@mac.com> 
5892              Date: Tue, 27 Nov 2001 22:28:50 -0600
5893              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
5894      Branch: perl
5895            ! lib/Pod/Text/Termcap.pm
5896 ____________________________________________________________________________
5897 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
5898         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
5899              From: "Craig A. Berry" <craigberry@mac.com> 
5900              Date: Tue, 27 Nov 2001 21:46:45 -0600
5901              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
5902      Branch: perl
5903            ! configure.com
5904 ____________________________________________________________________________
5905 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
5906         Log: Upgrade to podlators 1.17.
5907      Branch: perl
5908            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
5909            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5910 ____________________________________________________________________________
5911 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
5912         Log: Fix for "a\x{100}" =~ /A/i.
5913      Branch: perl
5914            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
5915            ! utf8.c
5916 ____________________________________________________________________________
5917 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
5918         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
5919              From: "Craig A. Berry" <craigberry@mac.com>
5920              Date: Tue, 27 Nov 2001 17:11:49 -0600
5921              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
5922      Branch: perl
5923            ! lib/DB.t
5924 ____________________________________________________________________________
5925 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
5926         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
5927              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5928              Date: Tue, 27 Nov 2001 14:55:23 -0500
5929              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
5930              
5931              Subject: [PATCH: perl@13324] updates to perldelta.pod 
5932              From: PPrymmer@factset.com
5933              Date: Tue, 27 Nov 2001 18:06:04 -0500
5934              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
5935              
5936              plus added some known problems.
5937      Branch: perl
5938            ! pod/perldelta.pod
5939 ____________________________________________________________________________
5940 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
5941         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
5942              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5943              Date: Tue, 27 Nov 2001 15:38:02 EST 
5944              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
5945      Branch: perl
5946            ! configure.com vms/vms.c vms/vmsish.h
5947 ____________________________________________________________________________
5948 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
5949         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
5950              From: Michael G Schwern <schwern@pobox.com> 
5951              Date: Tue, 27 Nov 2001 15:31:12 -0500
5952              Message-ID: <20011127153112.G20929@blackrider>
5953      Branch: perl
5954            ! t/run/kill_perl.t
5955 ____________________________________________________________________________
5956 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
5957         Log: (replaced by #13337)
5958              
5959              VMS can safely hardcode a termcap entry for VT100.
5960      Branch: perl
5961            ! lib/Term/Cap.pm
5962 ____________________________________________________________________________
5963 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
5964         Log: VMS piping fixes from Charles Lane (perl -P should
5965              be working now).
5966      Branch: perl
5967            ! vms/vms.c
5968 ____________________________________________________________________________
5969 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
5970         Log: Subject: [PATCH] perlvar.pod fix
5971              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5972              Date: Tue, 27 Nov 2001 13:11:47 -0500
5973              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
5974      Branch: perl
5975            ! pod/perlvar.pod
5976 ____________________________________________________________________________
5977 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
5978         Log: Update Changes.
5979      Branch: perl
5980            ! Changes patchlevel.h
5981 ____________________________________________________________________________
5982 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
5983         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
5984              From: "Craig A. Berry" <craigberry@mac.com> 
5985              Date: Tue, 27 Nov 2001 10:21:18 -0600
5986              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
5987      Branch: perl
5988            ! lib/ExtUtils/MM_VMS.pm
5989 ____________________________________________________________________________
5990 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
5991         Log: Protect against accumulating -options -options -options.
5992      Branch: perl
5993            ! hints/hpux.sh
5994 ____________________________________________________________________________
5995 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
5996         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
5997              From: Barrie Slaymaker <barries@slaysys.com>
5998              Date: Tue, 27 Nov 2001 10:58:54 -0500
5999              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
6000      Branch: perl
6001            ! lib/Benchmark.pm
6002 ____________________________________________________________________________
6003 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
6004         Log: Tiny fix from John P. Linderman.
6005      Branch: perl
6006            ! lib/sort.pm
6007 ____________________________________________________________________________
6008 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
6009         Log: The Story of sort(), from John P. Linderman.
6010      Branch: perl
6011            ! pod/perldelta.pod
6012 ____________________________________________________________________________
6013 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
6014         Log: Add information what to do if you are reading
6015              perluniintro but using some older Perl.
6016      Branch: perl
6017            ! pod/perluniintro.pod
6018 ____________________________________________________________________________
6019 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
6020         Log: Update the 'wide characters' FAQ entry.
6021      Branch: perl
6022            ! pod/perlfaq6.pod
6023 ____________________________________________________________________________
6024 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
6025         Log: Fix for
6026              
6027              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
6028              From: Marc Lehmann <root@schmorp.de>
6029              Date: Tue, 27 Nov 2001 14:27:14 +0100
6030              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
6031      Branch: perl
6032            ! ext/Encode.t ext/Encode/Encode.xs
6033 ____________________________________________________________________________
6034 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
6035         Log: Subject: [PATCH] DB_File 1.801
6036              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6037              Date: Tue, 27 Nov 2001 15:06:45 -0000
6038              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
6039      Branch: perl
6040            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6041            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
6042 ____________________________________________________________________________
6043 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
6044         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
6045      Branch: perl
6046            ! pod/perlmodlib.pod
6047 ____________________________________________________________________________
6048 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
6049         Log: sort() doc tweaks from John P. Linderman.
6050      Branch: perl
6051            ! pod/perlfunc.pod
6052 ____________________________________________________________________________
6053 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
6054         Log: Subject: [PATCH] More perldelta.pod nits
6055              From: Simon Glover <scog@roe.ac.uk>
6056              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
6057              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
6058      Branch: perl
6059            ! pod/perldelta.pod
6060 ____________________________________________________________________________
6061 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
6062         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
6063              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6064              Date: Tue, 27 Nov 2001 11:52:31 -0000
6065              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
6066      Branch: perl
6067            ! ext/Devel/PPPort/harness/Makefile.PL
6068 ____________________________________________________________________________
6069 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
6070         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
6071              From: Michael G Schwern <schwern@pobox.com>
6072              Date: Tue, 27 Nov 2001 03:38:24 -0500
6073              Message-ID: <20011127033824.A17775@blackrider>
6074      Branch: perl
6075            ! t/TEST
6076 ____________________________________________________________________________
6077 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
6078         Log: Subject: Re: perlcc very broken
6079              From: John Peacock <jpeacock@rowman.com>
6080              Date: Tue, 27 Nov 2001 06:48:01 -0500
6081              Message-ID: <3C037D71.4030508@rowman.com>
6082      Branch: perl
6083            ! utils/perlcc.PL
6084 ____________________________________________________________________________
6085 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
6086         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
6087              From: David Dyck <dcd@tc.fluke.com>
6088              Date: Mon, 26 Nov 2001 22:04:38 -0800
6089              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
6090      Branch: perl
6091            ! t/op/pack.t
6092 ____________________________________________________________________________
6093 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
6094         Log: Subject: [ID 20011126.149] t/op/split fails step 37
6095              From: David Dyck <dcd@tc.fluke.com>
6096              Date: Mon, 26 Nov 2001 21:52:35 -0800
6097              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
6098      Branch: perl
6099            ! t/op/split.t
6100 ____________________________________________________________________________
6101 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
6102         Log: incorporate last minute change from libnet 1.0901-tobe
6103      Branch: perl
6104            ! lib/Net/SMTP.pm
6105 ____________________________________________________________________________
6106 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
6107         Log: Pass 7 at perldelta - random edits.
6108      Branch: perl
6109            ! pod/perldelta.pod
6110 ____________________________________________________________________________
6111 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
6112         Log: Portability and skippage tweaks.
6113      Branch: perl
6114            ! t/op/split.t
6115 ____________________________________________________________________________
6116 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
6117         Log: (retracted by #13449)
6118              Try to make Unicode casemapping to work for EBCDIC, too.
6119      Branch: perl
6120            ! utf8.c
6121 ____________________________________________________________________________
6122 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
6123         Log: Just printing 1..0 is not quite enough...
6124      Branch: perl
6125            ! lib/Dumpvalue.t
6126 ____________________________________________________________________________
6127 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
6128         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
6129              Delay the match until runtime.
6130      Branch: perl
6131            ! t/op/append.t
6132 ____________________________________________________________________________
6133 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
6134         Log: UTF-EBCDIC.
6135      Branch: perl
6136            ! ext/Devel/Peek/Peek.t
6137 ____________________________________________________________________________
6138 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
6139         Log: Be UTF-EBCDIC aware.
6140      Branch: perl
6141            ! lib/bytes.t
6142 ____________________________________________________________________________
6143 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
6144         Log: Bad assumption which way digits and letters sort.
6145      Branch: perl
6146            ! lib/English.t
6147 ____________________________________________________________________________
6148 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
6149         Log: If in EBCDIC but no Convert::EBCDIC
6150              the libnet tests will all fail.
6151      Branch: perl
6152            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
6153            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
6154            ! lib/Net/t/smtp.t lib/Net/t/time.t
6155 ____________________________________________________________________________
6156 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
6157         Log: Just sorting to guarantee order is not enough.
6158              (Think EBCDIC.) 
6159      Branch: perl
6160            ! lib/ExtUtils/Manifest.t
6161 ____________________________________________________________________________
6162 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
6163         Log: OS/390 cleanable gunk.
6164      Branch: perl
6165            ! lib/ExtUtils/MM_Unix.pm
6166 ____________________________________________________________________________
6167 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
6168         Log: Update the EBCDIC MD5 checksums.
6169      Branch: perl
6170            ! ext/Digest/MD5/t/files.t
6171 ____________________________________________________________________________
6172 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
6173         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
6174              From: Nicholas Clark <nick@ccl4.org>
6175              Date: Mon, 26 Nov 2001 23:06:34 +0000
6176              Message-ID: <20011126230633.Q37621@plum.flirble.org>
6177      Branch: perl
6178            ! installman
6179 ____________________________________________________________________________
6180 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
6181         Log: sort tweaks from John P. Linderman.
6182      Branch: perl
6183            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
6184 ____________________________________________________________________________
6185 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
6186         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
6187              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
6188              Date: Mon, 26 Nov 2001 18:47:25 -0600
6189              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
6190              
6191              Craig Berry submitted half of this patch just yesterday.
6192              Spooky cosmic resonance.
6193      Branch: perl
6194            ! ext/Socket/Socket.xs
6195 ____________________________________________________________________________
6196 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
6197         Log: Subject: [PATCH] doio slightly smaller
6198              From: Nicholas Clark <nick@ccl4.org>
6199              Date: Tue, 27 Nov 2001 00:40:23 +0000      
6200              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
6201      Branch: perl
6202            ! doio.c
6203 ____________________________________________________________________________
6204 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
6205         Log: perldelta nits from Autrijus Tang and Ron Kimball.
6206      Branch: perl
6207            ! pod/perldelta.pod
6208 ____________________________________________________________________________
6209 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
6210         Log: Subject: [PATCH] unpack P* uses random length for item
6211              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
6212              Date: Mon, 26 Nov 2001 19:56:32 +0100
6213              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
6214      Branch: perl
6215            ! pod/perldiag.pod pp_pack.c t/op/pack.t
6216 ____________________________________________________________________________
6217 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
6218         Log: Subject: [PATCH current] system and taintedness
6219              From: Radu Greab <radu@netsoft.ro>
6220              Date: Mon, 26 Nov 2001 18:42:29 +0200
6221              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
6222      Branch: perl
6223            ! pp_sys.c t/op/taint.t
6224 ____________________________________________________________________________
6225 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
6226         Log: Subject: [PATCH @ 13283] Devel::PPPort
6227              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6228              Date: Mon, 26 Nov 2001 14:37:17 -0000
6229              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
6230      Branch: perl
6231            + ext/Devel/PPPort/MANIFEST
6232            ! MANIFEST ext/Devel/PPPort/Makefile.PL
6233            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
6234            ! ext/Devel/PPPort/harness/Harness.xs
6235            ! ext/Devel/PPPort/harness/Makefile.PL
6236            ! ext/Devel/PPPort/harness/module2.c
6237            ! ext/Devel/PPPort/harness/module3.c
6238            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
6239 ____________________________________________________________________________
6240 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
6241         Log: Update the test list.
6242      Branch: perl
6243            ! t/lib/1_compile.t
6244 ____________________________________________________________________________
6245 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
6246         Log: Sync-up tests with libnet distribution
6247      Branch: perl
6248            + lib/Net/t/netrc.t
6249            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
6250 ____________________________________________________________________________
6251 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
6252         Log: Update Changes.
6253      Branch: perl
6254            ! Changes patchlevel.h
6255 ____________________________________________________________________________
6256 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
6257         Log: Upgrade to podlators 1.16.
6258      Branch: perl
6259            + lib/Pod/t/basic.cap
6260            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
6261            ! lib/Pod/t/basic.t pod/pod2man.PL
6262 ____________________________________________________________________________
6263 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
6264         Log: Pass 6 at perldelta - sort enhancements, generic and
6265              platform specific bug fixes.
6266      Branch: perl
6267            ! pod/perldelta.pod
6268 ____________________________________________________________________________
6269 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
6270         Log: PROPAGATE documentation from Tony Cook.
6271      Branch: perl
6272            ! pod/perlfunc.pod
6273 ____________________________________________________________________________
6274 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
6275         Log: DJGPP cannot do signals that well.
6276      Branch: perl
6277            ! ext/POSIX/t/sigaction.t
6278 ____________________________________________________________________________
6279 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
6280         Log: Can't do subsecond alarms without ualarm; and break out
6281              early if alarms do not seem to be coming in as expected.
6282      Branch: perl
6283            ! ext/Time/HiRes/HiRes.t
6284 ____________________________________________________________________________
6285 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
6286         Log: No Socket, little Net.
6287      Branch: perl
6288            ! t/lib/1_compile.t
6289 ____________________________________________________________________________
6290 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
6291         Log: Take the taint brush to the getcwds.
6292      Branch: perl
6293            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
6294 ____________________________________________________________________________
6295 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
6296         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
6297              From: "Craig A. Berry" <craigberry@mac.com>
6298              Date: Sun, 25 Nov 2001 16:20:45 -0600
6299              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
6300      Branch: perl
6301            ! ext/Socket/Socket.xs
6302 ____________________________________________________________________________
6303 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
6304         Log: Since in some DOS filesystems the timestamp granularity
6305              may be only two seconds, better sleep for three to play safe.
6306              (Helps CygWin, at least.)
6307      Branch: perl
6308            ! lib/Memoize/t/expire_file.t
6309 ____________________________________________________________________________
6310 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
6311         Log: For some reason CygWin wasn't collapsing multiple
6312              slashes into one, which made some Spec.t tests to fail.
6313              Either CygWin was being too prudish or the collapsing
6314              logic needs to be rethunk.
6315      Branch: perl
6316            ! lib/File/Spec/Unix.pm
6317 ____________________________________________________________________________
6318 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
6319         Log: Cygwin needs to have libperl.dll around if trying to link
6320              with -lperl.  Note: this change cures the test but whether
6321              it cures CygPerl installation, I don't know: hopefully the
6322              libperl5_7_2.dll, or the version equivalent, gets installed
6323              also as libperl.dll to the proper place(s).
6324      Branch: perl
6325            ! lib/ExtUtils/Embed.t
6326 ____________________________________________________________________________
6327 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
6328         Log: -I../lib/.. and -L../lib/..?  Strange.
6329      Branch: perl
6330            ! lib/ExtUtils/Embed.t
6331 ____________________________________________________________________________
6332 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
6333         Log: $MM?
6334      Branch: perl
6335            ! lib/ExtUtils/Embed.pm
6336 ____________________________________________________________________________
6337 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
6338         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
6339              From: Dave Rolsky <autarch@urth.org>
6340              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
6341              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
6342      Branch: perl
6343            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
6344            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6345 ____________________________________________________________________________
6346 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
6347         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
6348              From: chromatic <chromatic@rmci.net>
6349              Date: Sat, 24 Nov 2001 14:56:57 -0700
6350              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
6351              
6352              plus a tweak for ithreads builds.
6353      Branch: perl
6354            + lib/DB.t
6355            ! MANIFEST lib/DB.pm
6356 ____________________________________________________________________________
6357 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
6358         Log: Win32 compilation tweaks for Blair Zajac.
6359      Branch: perl
6360            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
6361 ____________________________________________________________________________
6362 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
6363         Log: I don't think trying to bracket the hires time with lores
6364              times is going to be portable enough: Cygwin seems to be
6365              capable of getting hires ones rather consistently lower
6366              than the lores ones.  So let's try average difference instead.
6367      Branch: perl
6368            ! ext/Time/HiRes/HiRes.t
6369 ____________________________________________________________________________
6370 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
6371         Log: Subject: Re: benchmarks, sorts and reproducibility
6372              From: "John P. Linderman" <jpl@research.att.com>
6373              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
6374              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
6375              
6376              Randomize large partitions for quicksort to dodge the
6377              angry gods of quadratic.
6378      Branch: perl
6379            ! pp_sort.c
6380 ____________________________________________________________________________
6381 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
6382         Log: The joys of portable quoting.
6383      Branch: perl
6384            ! ext/Devel/PPPort/harness/Makefile.PL
6385 ____________________________________________________________________________
6386 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
6387         Log: sort pragma tweaks.
6388      Branch: perl
6389            ! lib/sort.pm
6390 ____________________________________________________________________________
6391 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
6392         Log: Skip the link= directives of utils.lst if no mandir
6393              (if no manpages).
6394      Branch: perl
6395            ! installman
6396 ____________________________________________________________________________
6397 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
6398         Log: integrate changes#8340,13260 from mainline
6399              
6400              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
6401              
6402              change#3373 introduced a handle leak in backticks and piped open()s
6403              that fail
6404      Branch: maint-5.6/perl
6405            ! t/io/pipe.t util.c
6406 ____________________________________________________________________________
6407 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
6408         Log: change#3373 introduced a handle leak in backticks and piped open()s
6409              that fail
6410      Branch: perl
6411            ! util.c
6412 ____________________________________________________________________________
6413 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
6414         Log: metaconfig unit change for #13258.
6415      Branch: metaconfig/U/perl
6416            ! d_procselfexe.U
6417 ____________________________________________________________________________
6418 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
6419         Log: Extraenous breaks noticed by David Dyck.
6420      Branch: perl
6421            ! Configure
6422 ____________________________________________________________________________
6423 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
6424         Log: Revert the /proc/self/auxv experiment for now.
6425      Branch: perl
6426            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
6427 ____________________________________________________________________________
6428 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
6429         Log: Also ExtUtils.t had $^X assumptions.
6430      Branch: perl
6431            ! lib/ExtUtils.t
6432 ____________________________________________________________________________
6433 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
6434         Log: Now is Solaris if you start the t/perl in the t/
6435              as "./perl", the $^X will be "../perl", not "./perl".
6436      Branch: perl
6437            ! t/lib/1_compile.t
6438 ____________________________________________________________________________
6439 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
6440         Log: The new way of finding out $^X in Solaris
6441              requires a little tweak if the executable
6442              pathname is *not* absolute: prepend "./"
6443              (otherwise `$^X ...` will start perl from PATH...)
6444      Branch: perl
6445            ! perl.c
6446 ____________________________________________________________________________
6447 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
6448         Log: Avoid "will not stay shared" warnings.
6449      Branch: perl
6450            ! lib/ExtUtils/MM_Unix.pm
6451 ____________________________________________________________________________
6452 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
6453         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
6454              From: Michael G Schwern <schwern@pobox.com>
6455              Date: Sat, 24 Nov 2001 19:56:18 -0500
6456              Message-ID: <20011124195618.A14614@blackrider>            
6457      Branch: perl
6458            ! perl.c pp_sys.c t/op/magic.t util.c
6459 ____________________________________________________________________________
6460 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
6461         Log: In the MakeMaker pm_to_blib target don't copy all
6462              the files in one fell swppo, deal with them hunkwise,
6463              helps for CLIs with limited line lengths.
6464              (This seems to help for DJGPP building Encode,
6465              where there are dozens of files to copy.)
6466      Branch: perl
6467            ! lib/ExtUtils/MM_Unix.pm
6468 ____________________________________________________________________________
6469 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
6470         Log: testsuite leaves stray files behind on windows
6471      Branch: perl
6472            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
6473 ____________________________________________________________________________
6474 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
6475         Log: xsubpp produces a spurious warning on directories called 'typemap'
6476      Branch: perl
6477            ! lib/ExtUtils/xsubpp
6478 ____________________________________________________________________________
6479 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
6480         Log: xsubpp treats invalid (indented) cpp directives as comments
6481      Branch: perl
6482            ! ext/IO/IO.xs
6483 ____________________________________________________________________________
6484 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
6485         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
6486      Branch: perl
6487            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
6488 ____________________________________________________________________________
6489 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
6490         Log: The debug_pag needs to be visible at all times
6491              because of the re extension.
6492      Branch: perl
6493            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
6494 ____________________________________________________________________________
6495 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
6496         Log: Subject: Re: [PATCH] Tests are good
6497              From: Philip Newton <Philip.Newton@gmx.net>
6498              Date: Sat, 24 Nov 2001 21:24:00 +0100
6499              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
6500      Branch: perl
6501            ! pod/perlhack.pod
6502 ____________________________________________________________________________
6503 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
6504         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
6505              From: "Craig A. Berry" <craigberry@mac.com> 
6506              Date: Sat, 24 Nov 2001 12:45:44 -0600
6507              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
6508              
6509              (with tweaks, and combined with Sarathy's #13242)
6510      Branch: perl
6511            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
6512 ____________________________________________________________________________
6513 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
6514         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
6515              From: John Peacock <jpeacock@rowman.com>
6516              Date: Sat, 24 Nov 2001 14:27:46 -0500
6517              Message-ID: <3BFFF4B2.40509@rowman.com> 
6518      Branch: perl
6519            ! lib/Exporter/Heavy.pm
6520 ____________________________________________________________________________
6521 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
6522         Log: use portable quotes
6523      Branch: perl
6524            ! ext/Devel/PPPort/harness/Makefile.PL
6525 ____________________________________________________________________________
6526 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
6527         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
6528              From: Nicholas Clark <nick@ccl4.org>
6529              Date: Sat, 24 Nov 2001 18:06:26 +0000
6530              Message-ID: <20011124180626.T37621@plum.flirble.org>
6531      Branch: perl
6532            ! installman
6533 ____________________________________________________________________________
6534 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
6535         Log: Subject: [PATCH] perl5005delta.pod L<>
6536              From: Nicholas Clark <nick@ccl4.org>
6537              Date: Sat, 24 Nov 2001 18:04:21 +0000
6538              Message-ID: <20011124180421.S37621@plum.flirble.org>
6539      Branch: perl
6540            ! pod/perl5005delta.pod
6541 ____________________________________________________________________________
6542 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
6543         Log: fix typo in config.vc; regenerate win32 config_H.* files
6544      Branch: perl
6545            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6546            ! win32/config_H.vc
6547 ____________________________________________________________________________
6548 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
6549         Log: Mention the charnames::vianame().
6550      Branch: perl
6551            ! pod/perluniintro.pod
6552 ____________________________________________________________________________
6553 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
6554         Log: Add charnames::vianame() in case people want to access
6555              the codes in run-time (as opposed to the compile-timeness
6556              of \N{...}).
6557      Branch: perl
6558            ! lib/charnames.pm lib/charnames.t
6559 ____________________________________________________________________________
6560 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
6561         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
6562              From: Nicholas Clark <nick@ccl4.org>
6563              Date: Sat, 24 Nov 2001 16:30:42 +0000
6564              Message-ID: <20011124163042.R37621@plum.flirble.org>
6565      Branch: perl
6566            ! regcomp.c regcomp.h
6567 ____________________________________________________________________________
6568 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
6569         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
6570              From: Nicholas Clark <nick@ccl4.org>
6571              Date: Sat, 24 Nov 2001 16:24:33 +0000
6572              Message-ID: <20011124162433.Q37621@plum.flirble.org>
6573              
6574              cmp fixes.
6575      Branch: perl
6576            ! pp.c
6577 ____________________________________________________________________________
6578 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
6579         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
6580              (It seems that "./perl" gets resolved to "perl" now.)
6581      Branch: perl
6582            ! perl.c
6583 ____________________________________________________________________________
6584 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
6585         Log: Subject: [PATCH] DB_File 1.800        
6586              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
6587              Date: Sat, 24 Nov 2001 11:41:41 -0000
6588              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
6589      Branch: perl
6590            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6591            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
6592            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6593            ! ext/DB_File/t/db-recno.t
6594 ____________________________________________________________________________
6595 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
6596         Log: Tweak the PUSHED documentation.
6597      Branch: perl
6598            ! ext/PerlIO/Via/Via.pm
6599 ____________________________________________________________________________
6600 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
6601         Log: Update 1_compile for new known tests.
6602      Branch: perl
6603            ! t/lib/1_compile.t
6604 ____________________________________________________________________________
6605 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
6606         Log: Move the MBF/MBI test modules to t/lib.
6607      Branch: perl
6608            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6609            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6610            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6611            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
6612            ! lib/Math/BigInt/t/sub_mbi.t
6613 ____________________________________________________________________________
6614 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
6615         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
6616              From: "Craig A. Berry" <craigberry@mac.com> 
6617              Date: Fri, 23 Nov 2001 18:05:35 -0600
6618              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
6619      Branch: perl
6620            ! configure.com
6621 ____________________________________________________________________________
6622 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
6623         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
6624              From: PPrymmer@factset.com 
6625              Date: Fri, 23 Nov 2001 17:03:07 -0500
6626              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
6627      Branch: perl
6628            ! ext/Unicode/Normalize/mkheader
6629 ____________________________________________________________________________
6630 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
6631         Log: Here are the right helper files.
6632      Branch: perl
6633            + t/lib/Filter/Simple/ExportTest.pm
6634            + t/lib/Filter/Simple/FilterOnlyTest.pm
6635            + t/lib/Filter/Simple/FilterTest.pm
6636            + t/lib/Filter/Simple/ImportTest.pm
6637            ! MANIFEST
6638 ____________________________________________________________________________
6639 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
6640         Log: Update Changes.
6641      Branch: perl
6642            ! Changes patchlevel.h
6643 ____________________________________________________________________________
6644 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
6645         Log: Never mind.
6646      Branch: perl
6647            - lib/Filter/Simple/lib/ExportTest.pm
6648            - lib/Filter/Simple/lib/ImportTest.pm
6649 ____________________________________________________________________________
6650 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
6651         Log: Mis-add.
6652      Branch: perl
6653            + lib/Filter/Simple/lib/ExportTest.pm
6654            + lib/Filter/Simple/lib/ImportTest.pm
6655 ____________________________________________________________________________
6656 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
6657         Log: Upgrade to Filter::Simple 0.77.
6658      Branch: perl
6659            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
6660            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
6661            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
6662            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
6663            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6664 ____________________________________________________________________________
6665 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
6666         Log: Missing p4 add.
6667      Branch: perl
6668            + lib/ExtUtils/MM_VMS.t
6669 ____________________________________________________________________________
6670 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
6671         Log: Pass 5 at perldelta - module and utility updates cleanup.
6672      Branch: perl
6673            ! pod/perldelta.pod
6674 ____________________________________________________________________________
6675 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
6676         Log: metaconfig unit change for #13219.
6677      Branch: metaconfig/U/perl
6678            ! d_procselfexe.U
6679 ____________________________________________________________________________
6680 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
6681         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
6682      Branch: perl
6683            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6684            ! pod/buildtoc.PL pod/perltoc.pod
6685 ____________________________________________________________________________
6686 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
6687         Log: Add procselfexe and d_dirfd to strange lands.
6688      Branch: perl
6689            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
6690            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6691            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6692            ! win32/config.gc win32/config.vc win32/config.win64
6693            ! wince/config.ce
6694 ____________________________________________________________________________
6695 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
6696         Log: metaconfig unit change for #13216.
6697      Branch: metaconfig/U/perl
6698            ! d_procselfexe.U
6699 ____________________________________________________________________________
6700 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
6701         Log: Better to "quote" the pathname.
6702      Branch: perl
6703            ! Configure config_h.SH
6704 ____________________________________________________________________________
6705 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
6706         Log: Use PROCSELFEXE_PATH.
6707      Branch: perl
6708            ! perl.c
6709 ____________________________________________________________________________
6710 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
6711         Log: metaconfig unit change for #13213.
6712      Branch: metaconfig/U/perl
6713            ! d_procselfexe.U
6714 ____________________________________________________________________________
6715 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
6716         Log: Add probing for BSD-like /proc/curpoc/file.
6717      Branch: perl
6718            ! Configure config_h.SH
6719 ____________________________________________________________________________
6720 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
6721         Log: metaconfig unit change for 13211.
6722      Branch: metaconfig/U/perl
6723            + d_dirfd.U
6724 ____________________________________________________________________________
6725 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
6726         Log: Add probing for dirfd() so that it can be added it IO::Dir.
6727      Branch: perl
6728            ! Configure config_h.SH perl.h
6729 ____________________________________________________________________________
6730 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
6731         Log: ...and update the test count.
6732      Branch: perl
6733            ! lib/Pod/t/basic.t
6734 ____________________________________________________________________________
6735 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
6736         Log: Must remove the cap test also from the test script.
6737      Branch: perl
6738            ! lib/Pod/t/basic.t
6739 ____________________________________________________________________________
6740 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
6741         Log: Subject: [PATCH] Tests are good
6742              From: Nicholas Clark <nick@ccl4.org>
6743              Date: Fri, 23 Nov 2001 18:12:21 +0000
6744              Message-ID: <20011123181220.F37621@plum.flirble.org>
6745      Branch: perl
6746            ! pod/perlhack.pod
6747 ____________________________________________________________________________
6748 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
6749         Log: The basic.cap from podlators 1.14 is not very portable.
6750      Branch: perl
6751            - lib/Pod/t/basic.cap
6752            ! MANIFEST
6753 ____________________________________________________________________________
6754 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
6755         Log: Subject: Re: [DOC PATCHES] pod cleanups
6756              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6757              Date: 22 Nov 2001 12:54:16 -0000
6758              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
6759      Branch: perl
6760            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
6761            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
6762 ____________________________________________________________________________
6763 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
6764         Log: FAQ sync.
6765      Branch: perl
6766            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
6767 ____________________________________________________________________________
6768 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
6769         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
6770              From: PPrymmer@factset.com
6771              Date: Fri, 23 Nov 2001 11:43:45 -0500
6772              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
6773      Branch: perl
6774            ! MANIFEST lib/ExtUtils/MM_VMS.pm
6775 ____________________________________________________________________________
6776 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
6777         Log: Corify podlators 1.14 test.
6778      Branch: perl
6779            ! lib/Pod/t/basic.t
6780 ____________________________________________________________________________
6781 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
6782         Log: Output tweak needed because of podlators 1.14.
6783      Branch: perl
6784            ! t/pod/multiline_items.xr
6785 ____________________________________________________________________________
6786 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
6787         Log: Upgrade to podlators 1.14.
6788      Branch: perl
6789            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
6790            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
6791            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
6792            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
6793            ! lib/Pod/Text/Overstrike.pm
6794 ____________________________________________________________________________
6795 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
6796         Log: perlmodinstall tweaks from Philip Newton.
6797      Branch: perl
6798            ! pod/perlmodinstall.pod
6799 ____________________________________________________________________________
6800 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
6801         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
6802              From: Autrijus Tang <autrijus@autrijus.org>           
6803              Date: Fri, 23 Nov 2001 23:55:53 +0800
6804              Message-ID: <20011123235553.A2310@not.autrijus.org>
6805      Branch: perl
6806            ! Porting/genlog
6807 ____________________________________________________________________________
6808 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
6809         Log: Subject: Re: regex oddness with \Z and $&
6810              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
6811              Date: Fri, 23 Nov 2001 15:15:24 +0000
6812              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
6813      Branch: perl
6814            ! regcomp.c t/op/re_tests
6815 ____________________________________________________________________________
6816 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
6817         Log: regen_headers.
6818      Branch: perl
6819            ! embed.h global.sym pod/perlapi.pod proto.h
6820 ____________________________________________________________________________
6821 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
6822         Log: Forgotten check-in.
6823      Branch: perl
6824            ! pod/perlapi.pod
6825 ____________________________________________________________________________
6826 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
6827         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
6828      Branch: perl
6829            ! lib/Test/Simple.pm
6830 ____________________________________________________________________________
6831 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
6832         Log: Retract #13173 (effectively retract Net::Ping 2.06,
6833              go back to 2.04, the 2.06 hasn't seen the patches
6834              that have gone to the blead version.)
6835      Branch: perl
6836            - lib/Net/Ping/CHANGES lib/Net/Ping/README
6837            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6838            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6839            - lib/Net/Ping/t/200_ping_tcp.t
6840            ! MANIFEST lib/Net/Ping.pm
6841 ____________________________________________________________________________
6842 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
6843         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
6844              From: Robin Barker <rmb1@cise.npl.co.uk>
6845              Date: Thu, 22 Nov 2001 11:00:38 GMT
6846              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
6847      Branch: perl
6848            ! utils/perldoc.PL
6849 ____________________________________________________________________________
6850 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
6851         Log: metaconfig unit change for #13191.
6852      Branch: metaconfig/U/perl
6853            ! d_procselfexe.U
6854 ____________________________________________________________________________
6855 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
6856         Log: procselfexe tweak: for some reason I had a ls in
6857              /proc/self/exe, not the ls Configure thought it
6858              would found.
6859      Branch: perl
6860            ! Configure
6861 ____________________________________________________________________________
6862 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
6863         Log: Corify the Net::Ping tests; skip the tests
6864              unless $ENV{PERL_TEST_Net_Ping} is true.
6865      Branch: perl
6866            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6867            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6868            ! lib/Net/Ping/t/200_ping_tcp.t
6869 ____________________________________________________________________________
6870 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
6871         Log: metaconfig units changes for #13188.
6872      Branch: metaconfig
6873            ! U/modified/Head.U
6874      Branch: metaconfig/U/perl
6875            ! issymlink.U
6876 ____________________________________________________________________________
6877 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
6878         Log: The #13182 didn't really help.  The real problem
6879              seems to be that 'sh' can in AIX mean at least three
6880              different things, and we can't know which one it is
6881              unless we export $newsh from an earlier run (and it's
6882              the 'bsh' aka 'sh' that has the the broken test -h).
6883      Branch: perl
6884            ! Configure
6885 ____________________________________________________________________________
6886 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
6887         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
6888      Branch: perl
6889            ! op.c t/op/override.t
6890 ____________________________________________________________________________
6891 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
6892         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
6893              From: PPrymmer@factset.com 
6894              Date: Wed, 21 Nov 2001 20:17:25 -0500
6895              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
6896      Branch: perl
6897            ! lib/Shell.t
6898 ____________________________________________________________________________
6899 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
6900         Log: Reapply perlmodinstall parts of #12897.
6901      Branch: perl
6902            ! pod/perlmodinstall.pod
6903 ____________________________________________________________________________
6904 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
6905         Log: perlmodinstall 2.01 from Jon Orwant.
6906      Branch: perl
6907            ! pod/perlmodinstall.pod
6908 ____________________________________________________________________________
6909 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
6910         Log: Subject: [PATCH @10907] REXX on OS/2
6911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6912              Date: Wed, 21 Nov 2001 15:26:11 -0500
6913              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
6914      Branch: perl
6915            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6916            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
6917 ____________________________________________________________________________
6918 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
6919         Log: metaconfig unit change for #13181.
6920      Branch: metaconfig/U/perl
6921            ! issymlink.U
6922 ____________________________________________________________________________
6923 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
6924         Log: AIX has broken builtin 'test'.
6925      Branch: perl
6926            ! Configure
6927 ____________________________________________________________________________
6928 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
6929         Log: Subject: [PATCH 5.7.x] INSTALL size update
6930              From: Andy Dougherty <doughera@lafayette.edu>
6931              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
6932              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
6933      Branch: perl
6934            ! INSTALL
6935 ____________________________________________________________________________
6936 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
6937         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
6938              to pp_sort.c.  Includes the quicksort stabilizing layer
6939              from John P. Linderman.  -Msort=qsort or -Msort=fast is
6940              faster than without (or with -Msort=mergesort or -Msort=safe)
6941              for short random inputs, but for some reason not quite as fast
6942              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
6943              optimizing definitely needed.
6944      Branch: perl
6945            + lib/sort.pm lib/sort.t pp_sort.c
6946            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
6947            ! embed.pl global.sym perl.h pp_ctl.c proto.h
6948            ! vms/descrip_mms.template vos/build.cm win32/Makefile
6949            ! win32/makefile.mk wince/Makefile.ce
6950 ____________________________________________________________________________
6951 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
6952         Log: Sync file with libnet-1.0901-tobe
6953      Branch: perl
6954            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
6955            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
6956            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
6957            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
6958            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
6959 ____________________________________________________________________________
6960 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
6961         Log: Subject: [PATCH perldoc] problems with pod2man
6962              From: Robin Barker <rmb1@cise.npl.co.uk>
6963              Date: Wed, 21 Nov 2001 17:48:51 GMT
6964              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
6965      Branch: perl
6966            ! utils/perldoc.PL
6967 ____________________________________________________________________________
6968 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
6969         Log: debug_pad only visible when debugging.
6970      Branch: perl
6971            ! makedef.pl
6972 ____________________________________________________________________________
6973 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
6974         Log: metaconfig units changes for #13174.
6975      Branch: metaconfig/U/perl
6976            + d_procselfexe.U
6977            - procselfexe.U
6978 ____________________________________________________________________________
6979 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
6980         Log: procselfexe tweaks.
6981      Branch: perl
6982            ! Configure config_h.SH
6983 ____________________________________________________________________________
6984 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
6985         Log: Upgrade to Net::Ping 2.06.
6986      Branch: perl
6987            + lib/Net/Ping/CHANGES lib/Net/Ping/README
6988            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6989            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6990            + lib/Net/Ping/t/200_ping_tcp.t
6991            ! MANIFEST lib/Net/Ping.pm
6992 ____________________________________________________________________________
6993 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
6994         Log: Upgrade to Math::BigInt 1.47.
6995      Branch: perl
6996            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6997            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6998            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6999            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7000            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
7001            ! lib/Math/BigInt/t/sub_mbi.t
7002 ____________________________________________________________________________
7003 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
7004         Log: Dynaloading for POSIX-BC from Thomas Dorner.
7005      Branch: perl
7006            ! hints/posix-bc.sh
7007 ____________________________________________________________________________
7008 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
7009         Log: Strange: the same mysterious regex study bug
7010              seems to be present both in OS/390 and POSIX-BC.
7011              Deep EBCDIC magic that regex engine gets wrong,
7012              or a bug in some compiler/library shared by the
7013              two platforms?  From Thomas Dorner.
7014      Branch: perl
7015            ! t/op/study.t
7016 ____________________________________________________________________________
7017 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
7018         Log: More lost and found.
7019      Branch: perl
7020            + lib/Test/Simple/README
7021            ! MANIFEST
7022 ____________________________________________________________________________
7023 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
7024         Log: MANIFESTly missing.
7025      Branch: perl
7026            ! MANIFEST
7027 ____________________________________________________________________________
7028 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
7029         Log: Subject: Re: PERFORCE change 13162 for review               
7030              From: Philip Newton <Philip.Newton@gmx.net> 
7031              Date: Wed, 21 Nov 2001 16:44:30 +0100
7032              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
7033      Branch: perl
7034            ! ext/Devel/PPPort/PPPort.pm
7035 ____________________________________________________________________________
7036 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
7037         Log: Update Changes.
7038      Branch: perl
7039            ! Changes patchlevel.h
7040 ____________________________________________________________________________
7041 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
7042         Log: Small doc tweaks.
7043      Branch: perl
7044            ! ext/PerlIO/Via/Via.pm
7045 ____________________________________________________________________________
7046 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
7047         Log: Redundant return.
7048      Branch: perl
7049            ! ext/MIME/Base64/QuotedPrint.pm
7050 ____________________________________________________________________________
7051 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
7052         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
7053              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
7054              Date: Wed, 21 Nov 2001 10:23:16 +0100
7055              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
7056      Branch: perl
7057            ! pp_pack.c t/op/pack.t
7058 ____________________________________________________________________________
7059 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
7060         Log: Add Devel::PPPort originally from Kenneth Albanowski,
7061              revigorated by Paul Marquess: gives h2xs a Perl version
7062              portability boost.
7063      Branch: perl
7064            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
7065            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
7066            + ext/Devel/PPPort/harness/Harness.pm
7067            + ext/Devel/PPPort/harness/Harness.xs
7068            + ext/Devel/PPPort/harness/Makefile.PL
7069            + ext/Devel/PPPort/harness/module2.c
7070            + ext/Devel/PPPort/harness/module3.c
7071            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
7072            ! MANIFEST lib/h2xs.t utils/h2xs.PL
7073 ____________________________________________________________________________
7074 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
7075         Log: Oops.
7076      Branch: perl
7077            ! lib/Test/Simple/t/filehandles.t
7078 ____________________________________________________________________________
7079 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
7080         Log: Subject: Re: PERFORCE change 13152 for review               
7081              From: Philip Newton <Philip.Newton@gmx.net> 
7082              Date: Wed, 21 Nov 2001 09:04:05 +0100
7083              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
7084      Branch: perl
7085            ! lib/Test/Builder.pm
7086 ____________________________________________________________________________
7087 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
7088         Log: Subject: Re: PERFORCE change 13142 for review
7089              From: Philip Newton <Philip.Newton@gmx.net>
7090              Date: Wed, 21 Nov 2001 09:04:03 +0100
7091              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
7092              
7093              plus rewrap few paragraphs.
7094      Branch: perl
7095            ! lib/Pod/LaTeX.pm
7096 ____________________________________________________________________________
7097 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
7098         Log: Integrate #13154 from macperl; Remove comments.
7099      Branch: perl
7100           !> lib/File/Spec/Mac.pm
7101 ____________________________________________________________________________
7102 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
7103         Log: Update the list of modules having tests.
7104      Branch: perl
7105            ! t/lib/1_compile.t
7106 ____________________________________________________________________________
7107 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
7108         Log: Slight doc changes.
7109      Branch: maint-5.6/macperl
7110            ! macos/macperl/MacPerl.podhelp
7111 ____________________________________________________________________________
7112 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
7113         Log: Add UTF-16 coercion.
7114      Branch: maint-5.6/macperl
7115            ! macos/lib/Mac/AppleEvents/Simple.pm
7116 ____________________________________________________________________________
7117 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
7118         Log: Remove comments.
7119      Branch: maint-5.6/macperl
7120            ! lib/File/Spec/Mac.pm
7121 ____________________________________________________________________________
7122 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
7123         Log: Fix FSpGetCatInfo (and other functions) corrupting
7124              memory with bad filespecs (bug #471867)
7125      Branch: maint-5.6/macperl
7126            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
7127 ____________________________________________________________________________
7128 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
7129         Log: Upgrade to Test::Simple 0.33.
7130      Branch: perl
7131            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
7132            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
7133            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
7134 ____________________________________________________________________________
7135 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
7136         Log: Upgrade to Test::Harness 1.26.
7137      Branch: perl
7138            ! lib/Test/Harness.pm lib/Test/Harness/Changes
7139 ____________________________________________________________________________
7140 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
7141         Log: Integrate change #13145 from maintperl;
7142              another compatibility tweak to change#12559: avoid quoting
7143              arguments that already have quotes; add test case
7144      Branch: perl
7145           !> t/op/system_tests win32/win32.c
7146 ____________________________________________________________________________
7147 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
7148         Log: integrate change#13147 from mainline (fixes nit in change#10091)
7149              
7150              Subject: [PATCH] spaceship and refs
7151      Branch: maint-5.6/perl
7152            ! pp.c pp_hot.c t/op/cmp.t
7153 ____________________________________________________________________________
7154 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
7155         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
7156              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
7157              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
7158              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
7159      Branch: perl
7160            + lib/Pod/t/utils.t
7161            ! MANIFEST
7162 ____________________________________________________________________________
7163 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
7164         Log: Subject: [PATCH] spaceship and refs
7165              From: Nicholas Clark <nick@ccl4.org>
7166              Date: Tue, 20 Nov 2001 21:59:51 +0000
7167              Message-ID: <20011120215951.U62891@plum.flirble.org> 
7168      Branch: perl
7169            ! pp.c pp_hot.c t/op/cmp.t
7170 ____________________________________________________________________________
7171 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
7172         Log: Try to clarify which I/O call operates on bytes,
7173              which on characters, which on either.
7174      Branch: perl
7175            ! pod/perlfunc.pod
7176 ____________________________________________________________________________
7177 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
7178         Log: another compatibility tweak to change#12559: avoid quoting
7179              arguments that already have quotes; add test case
7180      Branch: maint-5.6/perl
7181            ! t/op/system_tests win32/win32.c
7182 ____________________________________________________________________________
7183 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
7184         Log: Give a simple example of writing PerlIO::Via handlers
7185              in Perl.
7186      Branch: perl
7187            ! ext/PerlIO/Via/Via.pm
7188 ____________________________________________________________________________
7189 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
7190         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
7191      Branch: perl
7192            + lib/Pod/t/latex.t
7193            ! MANIFEST
7194 ____________________________________________________________________________
7195 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
7196         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
7197              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7198              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
7199              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
7200      Branch: perl
7201            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
7202 ____________________________________________________________________________
7203 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
7204         Log: Spread d_procselfexe to far-off lands (undefined).
7205      Branch: perl
7206            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
7207            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7208            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7209            ! win32/config.gc win32/config.vc win32/config.win64
7210            ! wince/config.ce
7211 ____________________________________________________________________________
7212 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
7213         Log: Integrate perlio; add detection and use of /proc/self/exe
7214              (Linuxism for finding the absolute path of the executable)
7215      Branch: perl
7216           !> Configure config_h.SH perl.c t/op/magic.t
7217 ____________________________________________________________________________
7218 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
7219         Log: Really define do_report_used() only if DEBUGGING.
7220      Branch: perl
7221            ! sv.c
7222 ____________________________________________________________________________
7223 [ 13138] By: nick                                  on 2001/11/20  20:01:05
7224         Log: perl.c change to use HAS_PROCSELFEXE, also
7225              tweak to $^X test to comprehend full path to real executable
7226              being returned (like Cygwin as it happens...)
7227      Branch: perlio
7228            ! perl.c t/op/magic.t
7229 ____________________________________________________________________________
7230 [ 13137] By: nick                                  on 2001/11/20  19:46:00
7231         Log: Integrate mainline
7232      Branch: perlio
7233           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
7234           +> lib/NEXT/t/unseen.t
7235            - lib/NEXT/test.pl
7236           !> (integrate 34 files)
7237 ____________________________________________________________________________
7238 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
7239         Log: Subject: [?PATCH] terser pp_eq
7240              From: Nicholas Clark <nick@ccl4.org>
7241              Date: Mon, 19 Nov 2001 23:09:02 +0000
7242              Message-ID: <20011119230901.O62891@plum.flirble.org>
7243      Branch: perl
7244            ! pp_hot.c
7245 ____________________________________________________________________________
7246 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
7247         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
7248      Branch: perl
7249            ! pod/perldelta.pod
7250 ____________________________________________________________________________
7251 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
7252         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
7253              From: Andy Dougherty <doughera@lafayette.edu>
7254              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
7255              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
7256      Branch: perl
7257            ! ext/re/Makefile.PL ext/re/re.xs
7258 ____________________________________________________________________________
7259 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
7260         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
7261              From: Andy Dougherty <doughera@lafayette.edu>
7262              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
7263              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
7264      Branch: perl
7265            ! ext/re/re.xs
7266 ____________________________________________________________________________
7267 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
7268         Log: Integrate change #13119 from macperl.
7269              (No changes since already applied the patch,
7270              just keep perforce happy and well-fed.)
7271      Branch: perl
7272           !> lib/Pod/Html.pm
7273 ____________________________________________________________________________
7274 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
7275         Log: Subject: [PATCH] filter-util.pl for Mac OS
7276              From: Chris Nandor <pudge@pobox.com>
7277              Date: Tue, 20 Nov 2001 00:16:11 -0500
7278              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
7279      Branch: perl
7280            ! t/lib/filter-util.pl
7281 ____________________________________________________________________________
7282 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
7283         Log: Subject: [PATCH] Portability fix for Pod::Html
7284              From: Chris Nandor <pudge@pobox.com>
7285              Date: Tue, 20 Nov 2001 00:01:05 -0500
7286              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
7287      Branch: perl
7288            ! lib/Pod/Html.pm
7289 ____________________________________________________________________________
7290 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
7291         Log: Need to skip more tests if not perlio.
7292      Branch: perl
7293            ! lib/open.t
7294 ____________________________________________________________________________
7295 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
7296         Log: Pass 3 at perldelta - sort the lists of new modules,
7297              module improvements, and new platforms.
7298      Branch: perl
7299            ! pod/perldelta.pod
7300 ____________________________________________________________________________
7301 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
7302         Log: Document ${^OPEN}.
7303      Branch: perl
7304            ! pod/perlvar.pod
7305 ____________________________________________________________________________
7306 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
7307         Log: Make configpm work with extra keys
7308      Branch: maint-5.6/macperl
7309            ! macos/configpm
7310 ____________________________________________________________________________
7311 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
7312         Log: Version and doc updates
7313      Branch: maint-5.6/macperl
7314            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
7315 ____________________________________________________________________________
7316 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
7317         Log: More fixes for error message parsing (bug #470316)
7318      Branch: maint-5.6/macperl
7319            ! macos/macish.c
7320 ____________________________________________________________________________
7321 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
7322         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
7323              remove obsolete function (bug #465225)
7324      Branch: maint-5.6/macperl
7325            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
7326            ! macos/macperl/MPScript.c
7327 ____________________________________________________________________________
7328 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
7329         Log: Add p2as droplet to distribution.
7330      Branch: maint-5.6/macperl
7331            + macos/macperl/Droplets/p2as.plx
7332 ____________________________________________________________________________
7333 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
7334         Log: Bundle File::Sort.
7335      Branch: maint-5.6/macperl
7336            + macos/bundled_lib/blib/lib/File/Sort.pm
7337 ____________________________________________________________________________
7338 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
7339         Log: Various bundled module fixes.
7340      Branch: maint-5.6/macperl
7341            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
7342            ! macos/bundled_ext/Digest/MD5/t/files.t
7343            ! macos/bundled_ext/Filter/t/filter-util.pl
7344            ! macos/bundled_lib/blib/lib/Net/Config.pm
7345            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
7346 ____________________________________________________________________________
7347 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
7348         Log: Portability fix for Pod::Html.
7349      Branch: maint-5.6/macperl
7350            ! lib/Pod/Html.pm
7351 ____________________________________________________________________________
7352 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
7353         Log: Upgrade to Text::Balanced 1.89.
7354      Branch: perl
7355            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
7356            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
7357            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
7358            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
7359            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
7360            ! lib/Text/Balanced/t/gentag.t
7361 ____________________________________________________________________________
7362 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
7363         Log: Upgrade to NEXT 0.50.
7364      Branch: perl
7365            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
7366            + lib/NEXT/t/unseen.t
7367            - lib/NEXT/test.pl
7368            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
7369 ____________________________________________________________________________
7370 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
7371         Log: Integrate with maint-5.6/perl.
7372      Branch: maint-5.6/macperl
7373           !> win32/win32.c
7374 ____________________________________________________________________________
7375 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
7376         Log: Update the README.threads scary header a bit.
7377      Branch: perl
7378            ! README.threads
7379 ____________________________________________________________________________
7380 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
7381         Log: Pass 2 at perldelta: add some changes since 5.7.2.
7382      Branch: perl
7383            ! pod/perldelta.pod
7384 ____________________________________________________________________________
7385 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
7386         Log: Subject: [DOC PATCH] perlfaq4.pod 
7387              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7388              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
7389              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
7390      Branch: perl
7391            ! pod/perlfaq4.pod
7392 ____________________________________________________________________________
7393 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
7394         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
7395              From: Michael G Schwern <schwern@pobox.com> 
7396              Date: Mon, 19 Nov 2001 19:53:12 -0500
7397              Message-ID: <20011119195311.I11883@blackrider>
7398      Branch: perl
7399            ! perl.c
7400 ____________________________________________________________________________
7401 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
7402         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
7403              From: PPrymmer@factset.com
7404              Date: Mon, 19 Nov 2001 17:08:59 -0500
7405              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
7406      Branch: perl
7407            ! vms/descrip_mms.template
7408 ____________________________________________________________________________
7409 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
7410         Log: Create a per-interpeter debug scratchpad container
7411              and use that for the regexec debugging.
7412      Branch: perl
7413            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
7414 ____________________________________________________________________________
7415 [ 13109] By: nick                                  on 2001/11/19  22:01:45
7416         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
7417              Configure unit detects the feature).
7418      Branch: metaconfig/U/perl
7419            + procselfexe.U
7420      Branch: perlio
7421            ! Configure config_h.SH
7422 ____________________________________________________________________________
7423 [ 13108] By: nick                                  on 2001/11/19  20:39:17
7424         Log: Integrate mainline
7425      Branch: perlio
7426           +> t/op/or.t
7427           !> (integrate 44 files)
7428 ____________________________________________________________________________
7429 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
7430         Log: sysseek tweak.
7431      Branch: perl
7432            ! pod/perlfunc.pod
7433 ____________________________________________________________________________
7434 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
7435         Log: Move the sysio tests from io/utf8 to lib/open.
7436      Branch: perl
7437            ! lib/open.t t/io/utf8.t
7438 ____________________________________________________________________________
7439 [ 13105] By: nick                                  on 2001/11/19  20:15:39
7440         Log: Add a .package and a README to //depot/metaconfig
7441      Branch: metaconfig
7442            + .package README
7443 ____________________________________________________________________________
7444 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
7445         Log: Thou shalt not mix stdio and sysio.
7446      Branch: perl
7447            ! t/io/utf8.t
7448 ____________________________________________________________________________
7449 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
7450         Log: Update Changes.
7451      Branch: perl
7452            ! Changes patchlevel.h
7453 ____________________________________________________________________________
7454 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
7455         Log: The runops_debug needs to be present always, otherwise
7456              places like AIX which need an explicit symbol export list
7457              will croak when trying to build Devel::Peek (which uses
7458              the runops_debug).
7459      Branch: perl
7460            ! makedef.pl
7461 ____________________________________________________________________________
7462 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
7463         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
7464              From: PPrymmer@factset.com 
7465              Date: Mon, 19 Nov 2001 11:34:22 -0500
7466              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
7467      Branch: perl
7468            ! lib/Memoize/t/tie_sdbm.t
7469 ____________________________________________________________________________
7470 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
7471         Log: Retract #13088: it seems that unless dump.c is extensively
7472              reorganized as to what symbols it shows, when, and to whom,
7473              we are stuck with having the dump.o symbols in the libperl
7474              and thusly in the main Perl binary.
7475      Branch: perl
7476            ! embedvar.h perlapi.h perlvars.h
7477 ____________________________________________________________________________
7478 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
7479         Log: The _uni_display should not be in dump.c since they
7480              are used under normal operation (S_not_a_number()).
7481      Branch: perl
7482            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
7483 ____________________________________________________________________________
7484 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
7485         Log: Protect sv_dump() from being included unless DEBUGGING,
7486              as noticed by Ilya.
7487      Branch: perl
7488            ! sv.c
7489 ____________________________________________________________________________
7490 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
7491         Log: Pending further investigation skip the tell() tests.
7492              The tell() is okay on Solaris, HP-UX and Tru64, but fails
7493              (by returning too much) in Linux.
7494      Branch: perl
7495            ! t/io/utf8.t
7496 ____________________________________________________________________________
7497 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
7498         Log: Retract #13082 until a better solution is found:
7499              statics break ithreads.
7500      Branch: perl
7501            ! regexec.c
7502 ____________________________________________________________________________
7503 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
7504         Log: Figures 1 and 2 for UTF-8.
7505      Branch: perl
7506            ! pod/perlunicode.pod
7507 ____________________________________________________________________________
7508 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
7509         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
7510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7511              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
7512              Message-ID: <20011119132645.A15034@rafael>
7513      Branch: perl
7514            ! op.c pod/perldiag.pod t/lib/warnings/op
7515 ____________________________________________________________________________
7516 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
7517         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
7518              From: Michael G Schwern <schwern@pobox.com> 
7519              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
7520              Message-ID: <20011119031112.E786@blackrider>
7521      Branch: perl
7522            ! t/op/closure.t
7523 ____________________________________________________________________________
7524 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
7525         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
7526              From: Michael G Schwern <schwern@pobox.com>
7527              Date: Mon, 19 Nov 2001 03:42:56 -0500
7528              Message-ID: <20011119034256.I786@blackrider>
7529      Branch: perl
7530            + t/op/or.t
7531            ! MANIFEST
7532 ____________________________________________________________________________
7533 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
7534         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
7535              From: "Craig A. Berry" <craigberry@mac.com>
7536              Date: Sun, 18 Nov 2001 14:33:48 -0600
7537              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
7538      Branch: perl
7539            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
7540 ____________________________________________________________________________
7541 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
7542         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
7543              From: Dave Rolsky <autarch@urth.org>
7544              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
7545              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
7546      Branch: perl
7547            ! lib/ExtUtils/Manifest.pm
7548 ____________________________________________________________________________
7549 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
7550         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
7551              From: Dave Rolsky <autarch@urth.org>
7552              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
7553              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
7554      Branch: perl
7555            ! lib/ExtUtils/Install.pm
7556 ____________________________________________________________________________
7557 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
7558         Log: The runops_dbg should not be needed.
7559      Branch: perl
7560            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
7561 ____________________________________________________________________________
7562 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
7563         Log: do_spawn() cleanup from Charles Lane.
7564      Branch: perl
7565            ! vms/vms.c
7566 ____________________________________________________________________________
7567 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
7568         Log: Update the list of tests.
7569      Branch: perl
7570            ! t/lib/1_compile.t
7571 ____________________________________________________________________________
7572 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
7573         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
7574              From: Michael G Schwern <schwern@pobox.com> 
7575              Date: Fri, 16 Nov 2001 17:37:04 -0500
7576              Message-ID: <20011116173703.L30160@blackrider>
7577      Branch: perl
7578            ! t/lib/warnings/sv
7579 ____________________________________________________________________________
7580 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
7581         Log: FAQ sync.
7582      Branch: perl
7583            ! pod/perlfaq4.pod
7584 ____________________________________________________________________________
7585 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
7586         Log: Integrate perlio; win32 sync.
7587      Branch: perl
7588           !> perlio.c win32/win32io.c
7589 ____________________________________________________________________________
7590 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
7591         Log: (retracted by #13096)
7592              Debugging would be badly skewed by a malloc per regex dump.
7593      Branch: perl
7594            ! regexec.c
7595 ____________________________________________________________________________
7596 [ 13081] By: nick                                  on 2001/11/18  19:08:40
7597         Log: Win32 layer has a dup which needs to match new prototype.
7598      Branch: perlio
7599            ! win32/win32io.c
7600 ____________________________________________________________________________
7601 [ 13080] By: nick                                  on 2001/11/18  19:05:02
7602         Log: Wrong way to get stdio mode used.
7603      Branch: perlio
7604            ! perlio.c
7605 ____________________________________________________________________________
7606 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
7607         Log: Retract #13048: that introduced a malloc() (through savepvn())
7608              to *every* m//, which killed the performance quite badly.
7609      Branch: perl
7610            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
7611 ____________________________________________________________________________
7612 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
7613         Log: Pass 1 at perldelta.pod: sort the section contents
7614              together, drop all but the 5.7.2 known problems,
7615              leave the 5.7.1 security note since that's the
7616              fullest explanation (update the date on that).
7617      Branch: perl
7618            ! pod/perldelta.pod
7619 ____________________________________________________________________________
7620 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
7621         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
7622              
7623              Tiny problem in the test for 20011113.110: I hope
7624              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
7625      Branch: perl
7626            ! pp.c t/op/repeat.t
7627 ____________________________________________________________________________
7628 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
7629         Log: All of syswrite/send/sendto need to return character counts,
7630              and character counts from the offset, not the beginning of
7631              the scalar.
7632      Branch: perl
7633            ! pp_sys.c
7634 ____________________________________________________________________________
7635 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
7636         Log: Integrate PerlIO: duping fixes.
7637      Branch: perl
7638           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7639           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
7640           !> perliol.h sv.c
7641 ____________________________________________________________________________
7642 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
7643         Log: syswrite() was still returning byte counts, not character counts.
7644      Branch: perl
7645            ! pp_sys.c t/io/utf8.t
7646 ____________________________________________________________________________
7647 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
7648         Log: Add test for sysread().
7649      Branch: perl
7650            ! t/io/utf8.t
7651 ____________________________________________________________________________
7652 [ 13072] By: nick                                  on 2001/11/18  16:15:31
7653         Log: Allow dup'ing of PerlIO::Scalar etc.
7654      Branch: perlio
7655            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7656            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
7657            ! perliol.h sv.c
7658 ____________________________________________________________________________
7659 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
7660         Log: Prepend a null byte to the test set.
7661      Branch: perl
7662            ! t/io/utf8.t
7663 ____________________________________________________________________________
7664 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
7665         Log: Document how "no utf8;" can become handy.
7666      Branch: perl
7667            ! lib/utf8.pm
7668 ____________________________________________________________________________
7669 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
7670         Log: Integrate perlio; force the inclusion of the PL_runops_*
7671      Branch: perl
7672           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
7673 ____________________________________________________________________________
7674 [ 13068] By: nick                                  on 2001/11/18  13:23:33
7675         Log: embed.pl generated changes I forgot to include
7676      Branch: perlio
7677            ! embedvar.h perlapi.h pod/perlapi.pod
7678 ____________________________________________________________________________
7679 [ 13067] By: nick                                  on 2001/11/18  12:50:19
7680         Log: Force inclusion of both Perl_runops_* in perl itself,
7681              so they are available for Peek.xs etc.
7682      Branch: perlio
7683            ! perlvars.h
7684 ____________________________________________________________________________
7685 [ 13066] By: nick                                  on 2001/11/18  11:00:34
7686         Log: Integrate mainline - a few Devel::Peak fails.
7687      Branch: perlio
7688           +> (branch 29 files)
7689            - ext/Thread/Thread.pm lib/Benchmark.t
7690            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7691            - lib/Lingua/KO/Hangul/Util/README
7692            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
7693            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
7694            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
7695            - vms/ext/vmsish.pm vms/ext/vmsish.t
7696            ! hv.c
7697           !> (integrate 389 files)
7698 ____________________________________________________________________________
7699 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
7700         Log: Start working on perldelta.  This is not yet any sort of
7701              editing; just concatenating perl570delta, perl571delta,
7702              and perl572delta.  Any sorting not done, any duplicate
7703              removal not done, any removal or update of obsolete items
7704              not done, any changes since 5.7.2 not included.  So there.
7705      Branch: perl
7706            ! pod/perldelta.pod
7707 ____________________________________________________________________________
7708 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
7709         Log: Banish "use utf8".
7710      Branch: perl
7711            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
7712 ____________________________________________________________________________
7713 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
7714         Log: Tweak from Charles Lane.
7715      Branch: perl
7716            ! vms/vms.c
7717 ____________________________________________________________________________
7718 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
7719         Log: Integrate change #13058 from maintperl;
7720              change#12559 breaks things on Win9x because command.com doesn't
7721              grok dquotes at all; disable all the system() smarts for
7722              command.com
7723      Branch: perl
7724           !> win32/win32.c
7725 ____________________________________________________________________________
7726 [ 13061] By: ams                                   on 2001/11/17  13:46:11
7727         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
7728              From: Jonathan Stowe <gellyfish@gellyfish.com>
7729              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
7730              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
7731      Branch: perl
7732            ! lib/Term/Cap.pm
7733 ____________________________________________________________________________
7734 [ 13060] By: ams                                   on 2001/11/17  09:49:10
7735         Log: Subject: [PATCH9 File/Find.pm doc nits
7736              From: Tels <perl_dummy@bloodgate.com>
7737              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
7738      Branch: perl
7739            ! lib/File/Find.pm
7740 ____________________________________________________________________________
7741 [ 13059] By: ams                                   on 2001/11/17  09:38:38
7742         Log: Subject: [PATCH] Benchmark.pm nit
7743              From: Tels <perl_dummy@bloodgate.com>
7744              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
7745      Branch: perl
7746            ! lib/Benchmark.pm
7747 ____________________________________________________________________________
7748 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
7749         Log: change#12559 breaks things on Win9x because command.com doesn't
7750              grok dquotes at all; disable all the system() smarts for
7751              command.com
7752      Branch: maint-5.6/perl
7753            ! win32/win32.c
7754 ____________________________________________________________________________
7755 [ 13057] By: ams                                   on 2001/11/16  20:30:03
7756         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
7757              From: Andy Dougherty <doughera@lafayette.edu>
7758              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
7759              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
7760      Branch: perl
7761            ! lib/Unicode/UCD.t
7762 ____________________________________________________________________________
7763 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
7764         Log: Subject: [Patch Perl@13023] VMS system() warning
7765              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7766              Date: Fri, 16 Nov 2001 15:20:11 EST
7767              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
7768      Branch: perl
7769            ! vms/vms.c
7770 ____________________________________________________________________________
7771 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
7772         Log: It's neither-nor, and protect against the impossible.
7773      Branch: perl
7774            ! lib/Thread.pm
7775 ____________________________________________________________________________
7776 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
7777         Log: 5005threads didn't work because $Thread::VERSION wasn't
7778              visible.  Oops.
7779      Branch: perl
7780            ! ext/Thread/Makefile.PL lib/Thread.pm
7781 ____________________________________________________________________________
7782 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
7783         Log: Robustness against Linux using something else than gcc;
7784              based on
7785              
7786              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
7787              From: Charles Randall <cfriv@yahoo.com>
7788              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
7789              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
7790      Branch: perl
7791            ! ext/Errno/Errno_pm.PL
7792 ____________________________________________________________________________
7793 [ 13052] By: ams                                   on 2001/11/16  16:46:39
7794         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
7795              From: Russ Allbery <rra@stanford.edu>
7796              Date: 16 Nov 2001 09:44:21 -0800
7797              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
7798      Branch: perl
7799            ! lib/Pod/ParseLink.pm
7800 ____________________________________________________________________________
7801 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
7802         Log: Update perluniintro on the UTF-8 output matters
7803              (that -w will warn unless the stream is explicitly UTF-8-ified).
7804      Branch: perl
7805            ! pod/perluniintro.pod
7806 ____________________________________________________________________________
7807 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
7808         Log: Adding new files to MANIFEST is nice.
7809      Branch: perl
7810            ! MANIFEST
7811 ____________________________________________________________________________
7812 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
7813         Log: Update Changes.
7814      Branch: perl
7815            ! Changes patchlevel.h
7816 ____________________________________________________________________________
7817 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
7818         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
7819              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
7820              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
7821              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
7822      Branch: perl
7823            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
7824 ____________________________________________________________________________
7825 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
7826         Log: Rename perlunintro to perluniintro; regen toc.
7827      Branch: perl
7828            + pod/perluniintro.pod
7829            - pod/perlunintro.pod
7830            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7831 ____________________________________________________________________________
7832 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
7833         Log: Document the negated lookeahead trick to emulate
7834              character class subtraction.
7835      Branch: perl
7836            ! pod/perlunicode.pod
7837 ____________________________________________________________________________
7838 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
7839         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
7840              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7841              Date: Fri, 16 Nov 2001 23:31:04 +0900
7842              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
7843              
7844              (with the tweak that Cntrl is not C, it's Cc)
7845      Branch: perl
7846            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
7847            ! lib/unicore/mktables
7848 ____________________________________________________________________________
7849 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
7850         Log: Subject: [PATCH current] runtime runops switch
7851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7852              Date: Fri, 16 Nov 2001 00:48:09 -0500
7853              Message-ID: <20011116004809.A934@math.ohio-state.edu>
7854      Branch: perl
7855            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
7856            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
7857            ! pod/perlintern.pod proto.h run.c
7858 ____________________________________________________________________________
7859 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
7860         Log: Further discourage old Thread code; tell how to tell
7861              the difference.
7862      Branch: perl
7863            ! lib/Thread.pm
7864 ____________________________________________________________________________
7865 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
7866         Log: A missing return; from Charles Lane.
7867      Branch: perl
7868            ! vms/vms.c
7869 ____________________________________________________________________________
7870 [ 13041] By: ams                                   on 2001/11/16  12:11:14
7871         Log: Subject: [PATCH] Doc spellcheck + podcheck
7872              From: Autrijus Tang <autrijus@egb.elixus.org>
7873              Date: Thu, 15 Nov 2001 22:49:05 -0800
7874              Message-Id: <20011116064905.GA44092@egb.elixus.org>
7875              
7876              Subject: [PATCH] podcheck+spellcheck, the rest of the story
7877              From: Autrijus Tang <autrijus@egb.elixus.org>
7878              Date: Fri, 16 Nov 2001 00:42:20 -0800
7879              Message-Id: <20011116084220.GA44295@egb.elixus.org>
7880              
7881              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
7882              From: Nicholas Clark <nick@ccl4.org>
7883              Date: Fri, 16 Nov 2001 10:32:01 +0000
7884              Message-Id: <20011116103200.F62891@plum.flirble.org>
7885              (Applied after suitable de-mangling.)
7886      Branch: perl
7887            ! README.aix README.dgux README.dos README.epoc README.hpux
7888            ! README.mint README.mpeix README.netware README.os2
7889            ! README.os390 README.plan9 README.qnx README.solaris
7890            ! README.threads doio.c pod/perl571delta.pod
7891            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
7892            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
7893            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
7894            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
7895            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
7896            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
7897 ____________________________________________________________________________
7898 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
7899         Log: Avoid redefinedness warning for now.
7900      Branch: perl
7901            ! lib/Thread.pm
7902 ____________________________________________________________________________
7903 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
7904         Log: use strict.
7905      Branch: perl
7906            ! lib/Thread.pm
7907 ____________________________________________________________________________
7908 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
7909         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
7910              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
7911              Date: Thu, 15 Nov 2001 22:54:47 EST 
7912              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
7913      Branch: perl
7914            ! vms/vms.c vms/vmspipe.com
7915 ____________________________________________________________________________
7916 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
7917         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
7918              From: "chromatic" <chromatic@rmci.net>
7919              Date: Thu, 15 Nov 2001 19:54:23 -0700
7920              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
7921      Branch: perl
7922            ! lib/File/stat.t
7923 ____________________________________________________________________________
7924 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
7925         Log: Make Thread a wrapper for both ithreads and 5005threads.
7926              Needs a lot of work and Arthur's eyeballing (and finishing
7927              few missing odds and ends of threads.pm).  Now Thread
7928              is an extension without its own .pm.
7929              
7930              If there are people who have experience working with
7931              either the 5005threads or the ithreads: cleaning up
7932              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
7933              and porting the various Thread::* modules, like Thread::Queue,
7934              to work also with ithreads, is needed.
7935              
7936              Removed the 5005threads requirement from the 5005 tests
7937              for easier testing (not all of them work yet since
7938              they use the Thread::* modules that have not been made
7939              to work with ithreads).  Leave the 5005 tests named as
7940              *.tx so that they are not run by "make test".
7941      Branch: perl
7942            + lib/Thread.pm
7943            - ext/Thread/Thread.pm
7944            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
7945            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
7946            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
7947            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
7948            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
7949            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
7950            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
7951 ____________________________________________________________________________
7952 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
7953         Log: $VERSION "a5" doesn't quite work.
7954      Branch: perl
7955            ! ext/B/Makefile.PL
7956 ____________________________________________________________________________
7957 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
7958         Log: Add the fruits of Larry Shatzer's version verifying script.
7959              (There are some straddlers, but they will be fixed in the
7960              upcoming releases of the modules.)
7961      Branch: perl
7962            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
7963            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7964            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
7965            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
7966            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
7967            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
7968            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7969            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
7970            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
7971            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
7972            ! wince/FindExt.pm
7973 ____________________________________________________________________________
7974 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
7975         Log: Add Larry Shatzer's VERSION verifying script.
7976      Branch: perl
7977            + Porting/checkVERSION.pl
7978            ! MANIFEST Porting/pumpkin.pod
7979 ____________________________________________________________________________
7980 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
7981         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
7982              From: Michael G Schwern <schwern@pobox.com>
7983              Date: Thu, 15 Nov 2001 19:26:40 -0500
7984              Message-ID: <20011115192640.R31399@blackrider>
7985      Branch: perl
7986            ! t/test.pl
7987 ____________________________________________________________________________
7988 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
7989         Log: Document the MY_CXT business; from Paul Marquess.
7990      Branch: perl
7991            ! pod/perlxs.pod
7992 ____________________________________________________________________________
7993 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
7994         Log: VMSCMD synch attempt.
7995      Branch: perl
7996            ! vms/vms.c vms/vmsish.h
7997 ____________________________________________________________________________
7998 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
7999         Log: Advise against -P as instructed by Schwern.
8000      Branch: perl
8001            ! pod/perlrun.pod
8002 ____________________________________________________________________________
8003 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
8004         Log: Subject: [PATCH] v-strings as Objects Step 1
8005              From: John Peacock <jpeacock@rowman.com>
8006              Date: Thu, 15 Nov 2001 12:41:04 -0500
8007              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
8008      Branch: perl
8009            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
8010            ! util.c
8011 ____________________________________________________________________________
8012 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
8013         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
8014              From: Michael G Schwern <schwern@pobox.com>
8015              Date: Thu, 15 Nov 2001 12:47:59 -0500
8016              Message-ID: <20011115124759.E31399@blackrider>
8017      Branch: perl
8018            + t/run/switchx.aux t/run/switchx.t
8019            ! MANIFEST t/run/switches.t
8020 ____________________________________________________________________________
8021 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
8022         Log: Upgrade to Getopt::Long 2.26_03.
8023      Branch: perl
8024            ! lib/Getopt/Long.pm
8025 ____________________________________________________________________________
8026 [ 13025] By: ams                                   on 2001/11/15  20:46:22
8027         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
8028              From: Michael G Schwern <schwern@pobox.com>
8029              Date: Thu, 15 Nov 2001 16:24:11 -0500
8030              Message-Id: <20011115162411.M31399@blackrider>
8031      Branch: perl
8032            ! vms/vms.c
8033 ____________________________________________________________________________
8034 [ 13024] By: ams                                   on 2001/11/15  19:32:06
8035         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
8036              From: rspier@pobox.com (Robert Spier)
8037              Date: Thu, 15 Nov 2001 11:19:21 -0800
8038              Message-Id: <15348.5433.732364.963687@rls.cx>
8039      Branch: perl
8040            ! op.c
8041 ____________________________________________________________________________
8042 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
8043         Log: Update Changes.
8044      Branch: perl
8045            ! Changes patchlevel.h
8046 ____________________________________________________________________________
8047 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
8048         Log: Subject: [PATCH] new tests for command-line switches
8049              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8050              Date: Thu, 15 Nov 2001 17:00:30 +0100
8051              Message-ID: <20011115170030.A14193@rafael>
8052      Branch: perl
8053            + t/run/switches.t
8054            ! MANIFEST
8055 ____________________________________________________________________________
8056 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
8057         Log: Upgrade to podlators 1.13.
8058      Branch: perl
8059            + lib/Pod/ParseLink.pm
8060            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
8061            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
8062            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
8063            ! t/pod/pod2usage.xr t/pod/podselect.xr
8064 ____________________________________________________________________________
8065 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
8066         Log: skip "might be used uninitialized".
8067      Branch: perl
8068            ! pp_sys.c
8069 ____________________________________________________________________________
8070 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
8071         Log: Fix for "perlio bug in koi8-r encoding".  The problem
8072              seemed to be that binmode() always flushed the handle,
8073              which is not so good when switching encodings.  Fixed,
8074              added Matt Sergeant's testcase, documented in perlfunc/binmode,
8075              also added a pointer about disciplines to perlfunc/open,
8076              and in general cleaned up and reformatted the open entry.
8077      Branch: perl
8078            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
8079 ____________________________________________________________________________
8080 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
8081         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
8082              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8083              Date: 15 Nov 2001 08:57:06 -0000
8084              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
8085              
8086              chop() and chomp() are not real list functions,
8087              so let's not have them overrideable.  (Casey will
8088              be confused since in #7071 he patched the other way.)
8089      Branch: perl
8090            ! pod/perlfunc.pod toke.c
8091 ____________________________________________________________________________
8092 [ 13017] By: ams                                   on 2001/11/15  12:56:49
8093         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
8094              From: Robin Barker <rmb1@cise.npl.co.uk>
8095              Date: Thu, 15 Nov 2001 13:48:34 GMT
8096              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
8097              (Applied with tweaks.)
8098      Branch: perl
8099            ! pod/perltrap.pod
8100 ____________________________________________________________________________
8101 [ 13016] By: ams                                   on 2001/11/15  09:12:48
8102         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
8103              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8104              Date: Thu, 15 Nov 2001 09:06:39 +0100
8105              Message-Id: <20011115090639.A13005@rafael>
8106      Branch: perl
8107            ! pod/perlrun.pod
8108 ____________________________________________________________________________
8109 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
8110         Log: "link =" from utils.lst was being processed oddly.
8111      Branch: perl
8112            ! installman
8113 ____________________________________________________________________________
8114 [ 13014] By: ams                                   on 2001/11/15  02:52:52
8115         Log: Subject: [PATCH current] CreateTTY in -d
8116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8117              Date: Wed, 14 Nov 2001 21:26:31 -0500
8118              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
8119      Branch: perl
8120            ! lib/perl5db.pl
8121 ____________________________________________________________________________
8122 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
8123         Log: Corify the Filter::Simple tests. 
8124      Branch: perl
8125            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
8126            ! lib/Filter/Simple/t/filter_only.t
8127 ____________________________________________________________________________
8128 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
8129         Log: Upgrade to Filter::Simple 0.70.
8130      Branch: perl
8131            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
8132            + t/lib/FilterOnlyTest.pm
8133            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
8134            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
8135            ! t/lib/FilterTest.pm
8136 ____________________________________________________________________________
8137 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
8138         Log: Cleanliness inspired by Cygwin.
8139      Branch: perl
8140            ! Makefile.SH x2p/Makefile.SH
8141 ____________________________________________________________________________
8142 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
8143         Log: Add perlunintro (formerly known as perlunitut); regen toc.
8144      Branch: perl
8145            + pod/perlunintro.pod
8146            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8147 ____________________________________________________________________________
8148 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
8149         Log: FAQ sync.
8150      Branch: perl
8151            ! pod/perlfaq6.pod
8152 ____________________________________________________________________________
8153 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
8154         Log: Quieten pgcc 2.91.66 worries.
8155      Branch: perl
8156            ! gv.c pp_ctl.c utf8.c
8157 ____________________________________________________________________________
8158 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
8159         Log: Upgrade to Switch 2.06.
8160      Branch: perl
8161            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
8162            ! lib/Switch/t/nested.t
8163 ____________________________________________________________________________
8164 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
8165         Log: Upgrade to Attribute::Handlers 0.76.
8166      Branch: perl
8167            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8168            ! lib/Attribute/Handlers/README
8169            ! lib/Attribute/Handlers/demo/Demo.pm
8170            ! lib/Attribute/Handlers/demo/Descriptions.pm
8171            ! lib/Attribute/Handlers/demo/MyClass.pm
8172            ! lib/Attribute/Handlers/demo/demo_cycle.pl
8173            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
8174            ! lib/Attribute/Handlers/t/multi.t
8175 ____________________________________________________________________________
8176 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
8177         Log: Signedness nit.
8178      Branch: perl
8179            ! regexec.c
8180 ____________________________________________________________________________
8181 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
8182         Log: VERSIONize.
8183      Branch: perl
8184            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
8185            ! lib/integer.pm
8186 ____________________________________________________________________________
8187 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
8188         Log: No pod in internal Net::FTP classes.
8189      Branch: perl
8190            ! pod/buildtoc.PL
8191 ____________________________________________________________________________
8192 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
8193         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
8194              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
8195              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
8196              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
8197      Branch: perl
8198            ! regexec.c
8199 ____________________________________________________________________________
8200 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
8201         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
8202              Pudge correctly).
8203      Branch: perl
8204            ! t/test.pl
8205 ____________________________________________________________________________
8206 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
8207         Log: Add comments to mark where $^X is being handled.
8208      Branch: perl
8209            ! perl.c toke.c
8210 ____________________________________________________________________________
8211 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
8212         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
8213              From: Michael G Schwern <schwern@pobox.com>
8214              Date: Wed, 14 Nov 2001 16:38:25 -0500
8215              Message-ID: <20011114163825.D6519@blackrider>
8216      Branch: perl
8217            ! t/op/repeat.t
8218 ____________________________________________________________________________
8219 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
8220         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
8221              From: Michael G Schwern <schwern@pobox.com>
8222              Date: Wed, 14 Nov 2001 13:19:15 -0500
8223              Message-ID: <20011114131915.K5096@blackrider>
8224      Branch: perl
8225            ! t/op/die_exit.t
8226 ____________________________________________________________________________
8227 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
8228         Log: Subject: Re: [PATCH] new version of runperl()
8229              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8230              Date: Wed, 14 Nov 2001 15:39:12 EST
8231              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
8232              
8233              "VMS $^X pipes etc" patch.
8234      Branch: perl
8235            ! vms/vms.c
8236 ____________________________________________________________________________
8237 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
8238         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
8239              and add "verbose" option to show the final command.
8240      Branch: perl
8241            ! t/test.pl
8242 ____________________________________________________________________________
8243 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
8244         Log: Goof in some of the comment fields of #12994.
8245      Branch: perl
8246            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
8247            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
8248            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
8249            ! lib/unicore/In/9.pl
8250 ____________________________________________________________________________
8251 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
8252         Log: The First, Last ranges in the Unicode data weren't
8253              getting their general categories added properly;
8254              noticed by Jeffrey Friedl.
8255      Branch: perl
8256            ! lib/unicore/Category.pl lib/unicore/In/0.pl
8257            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
8258            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
8259            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
8260            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
8261            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
8262            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
8263            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
8264            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
8265            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
8266            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
8267            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
8268            ! lib/unicore/mktables
8269 ____________________________________________________________________________
8270 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
8271         Log: Subject: [PATCH] new version of runperl()
8272              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8273              Date: Wed, 14 Nov 2001 12:23:01 +0100
8274              Message-ID: <20011114122301.A29384@rafael>
8275      Branch: perl
8276            ! t/io/argv.t t/test.pl
8277 ____________________________________________________________________________
8278 [ 12992] By: ams                                   on 2001/11/14  13:40:39
8279         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
8280              From: Michael G Schwern <schwern@pobox.com>
8281              Date: Tue, 13 Nov 2001 23:17:54 -0500
8282              Message-Id: <20011113231754.S32567@blackrider>
8283      Branch: perl
8284            ! perl.c
8285 ____________________________________________________________________________
8286 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
8287         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
8288              From: Philip Newton <Philip.Newton@gmx.net>
8289              Date: Wed, 14 Nov 2001 10:59:53 +0100
8290              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
8291              
8292              plus a lot of paragraph reformatting because of long lines.
8293      Branch: perl
8294            ! pod/perlapio.pod
8295 ____________________________________________________________________________
8296 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
8297         Log: A bool is not a pointer.
8298      Branch: perl
8299            ! pp_sys.c
8300 ____________________________________________________________________________
8301 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
8302         Log: AUTHORS updates.
8303      Branch: perl
8304            ! AUTHORS
8305 ____________________________________________________________________________
8306 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
8307         Log: There are several MIME RFCs.
8308      Branch: perl
8309            ! ext/Encode/Encode.pm
8310 ____________________________________________________________________________
8311 [ 12987] By: ams                                   on 2001/11/14  01:09:28
8312         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
8313              From: Michael G Schwern <schwern@pobox.com>
8314              Date: Tue, 13 Nov 2001 20:59:13 -0500
8315              Message-Id: <20011113205913.H32567@blackrider>
8316      Branch: perl
8317            ! t/op/groups.t vms/test.com
8318 ____________________________________________________________________________
8319 [ 12986] By: ams                                   on 2001/11/14  01:07:06
8320         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
8321              From: Michael G Schwern <schwern@pobox.com>
8322              Date: Tue, 13 Nov 2001 20:51:34 -0500
8323              Message-Id: <20011113205134.F32567@blackrider>
8324      Branch: perl
8325            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
8326 ____________________________________________________________________________
8327 [ 12985] By: ams                                   on 2001/11/14  00:43:59
8328         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
8329              From: Michael G Schwern <schwern@pobox.com>
8330              Date: Tue, 13 Nov 2001 20:38:42 -0500
8331              Message-Id: <20011113203842.E32567@blackrider>
8332      Branch: perl
8333            ! pod/perlport.pod
8334 ____________________________________________________________________________
8335 [ 12984] By: ams                                   on 2001/11/14  00:32:15
8336         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
8337              From: Michael G Schwern <schwern@pobox.com>
8338              Date: Tue, 13 Nov 2001 20:27:02 -0500
8339              Message-Id: <20011113202702.D32567@blackrider>
8340      Branch: perl
8341            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
8342            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
8343            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
8344            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
8345 ____________________________________________________________________________
8346 [ 12983] By: ams                                   on 2001/11/14  00:00:27
8347         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
8348              From: Michael G Schwern <schwern@pobox.com>
8349              Date: Tue, 13 Nov 2001 19:51:59 -0500
8350              Message-Id: <20011113195159.B32567@blackrider>
8351      Branch: perl
8352            ! pod/perlport.pod
8353 ____________________________________________________________________________
8354 [ 12982] By: ams                                   on 2001/11/13  23:53:11
8355         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
8356              From: Larry Shatzer <fugazi@zippy.zyx.net>
8357              Date: Tue, 13 Nov 2001 17:27:59 -0700
8358              Message-Id: <20011113172759.E27768@zippy.zyx.net>
8359      Branch: perl
8360            ! pod/perlapio.pod
8361 ____________________________________________________________________________
8362 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
8363         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
8364              "large enough" Unicode characters returned more than one
8365              as their "Unicode size".
8366      Branch: perl
8367            ! pp_sys.c t/io/utf8.t
8368 ____________________________________________________________________________
8369 [ 12980] By: ams                                   on 2001/11/13  19:32:33
8370         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
8371              From: "Craig A. Berry" <craigberry@mac.com>
8372              Date: Tue, 13 Nov 2001 14:33:25 -0600
8373              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
8374      Branch: perl
8375            ! vms/gen_shrfls.pl
8376 ____________________________________________________________________________
8377 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
8378         Log: Subject: Minor patch to Encode.pm (detypo)
8379              From: "Philip Newton" <Philip.Newton@gmx.net>
8380              Date: Tue, 13 Nov 2001 20:11:01 +0100
8381              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
8382      Branch: perl
8383            ! ext/Encode/Encode.pm
8384 ____________________________________________________________________________
8385 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
8386         Log: Evil tabulators.
8387      Branch: perl
8388            ! ext/Encode/Encode.pm
8389 ____________________________________________________________________________
8390 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
8391         Log: Document the available encodings.
8392      Branch: perl
8393            ! ext/Encode/Encode.pm
8394 ____________________________________________________________________________
8395 [ 12976] By: ams                                   on 2001/11/13  17:14:07
8396         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
8397              From: Barrie Slaymaker <barries@slaysys.com>
8398              Date: Tue, 13 Nov 2001 12:41:36 -0500
8399              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
8400      Branch: perl
8401            ! t/op/universal.t
8402 ____________________________________________________________________________
8403 [ 12975] By: ams                                   on 2001/11/13  16:24:21
8404         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
8405              From: Barrie Slaymaker <barries@slaysys.com>
8406              Date: Tue, 13 Nov 2001 10:56:20 -0500
8407              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
8408              (Test applied with minor tweaks and ->isa("HASH") omission.)
8409      Branch: perl
8410            ! lib/UNIVERSAL.pm t/op/universal.t
8411 ____________________________________________________________________________
8412 [ 12974] By: ams                                   on 2001/11/13  15:46:07
8413         Log: Subject: [PATCH Benchmark.pm] docco tweaks
8414              From: Barrie Slaymaker <barries@slaysys.com>
8415              Date: Tue, 13 Nov 2001 11:34:45 -0500
8416              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
8417      Branch: perl
8418            ! lib/Benchmark.pm
8419 ____________________________________________________________________________
8420 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
8421         Log: Subject: [PATCH] Attack of the C loops, round 1
8422              From: Richard Soderberg <rs@oregonnet.com>
8423              Date: Mon, 12 Nov 2001 12:07:29 -0800
8424              Message-Id: <200111122007.MAA01994@oregonnet.com>
8425              
8426              Subject: [PATCH] bytecode.pl (tiny patch)
8427              From: Richard Soderberg <rs@oregonnet.com>
8428              Date: Mon, 12 Nov 2001 12:53:24 -0800
8429              Message-Id: <200111122053.MAA06272@oregonnet.com>
8430      Branch: perl
8431            ! bytecode.pl installhtml
8432 ____________________________________________________________________________
8433 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
8434         Log: Subject: [PATCH] Update to Filter::Util::Call
8435              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8436              Date: Sun, 11 Nov 2001 22:33:33 -0000
8437              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
8438              
8439              Use the new CXT* macros.
8440      Branch: perl
8441            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
8442 ____________________________________________________________________________
8443 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
8444         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
8445              From: Michael G Schwern <schwern@pobox.com>
8446              Date: Mon, 12 Nov 2001 20:50:34 -0500
8447              Message-ID: <20011112205034.H2888@blackrider>
8448      Branch: perl
8449            + lib/vmsish.pm lib/vmsish.t
8450            - vms/ext/vmsish.pm vms/ext/vmsish.t
8451            ! MANIFEST vms/descrip_mms.template
8452 ____________________________________________________________________________
8453 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
8454         Log: :utf8 works only with perlio.
8455      Branch: perl
8456            ! lib/open.t
8457 ____________________________________________________________________________
8458 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
8459         Log: Subject: Re: @Config -"des" not quite working on VMS
8460              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8461              Date: Tue, 13 Nov 2001 08:35:13 EST 
8462              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
8463      Branch: perl
8464            ! configure.com
8465 ____________________________________________________________________________
8466 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
8467         Log: Subject: [PATCH] lib/charnames.pm 
8468              From: Jeffrey Friedl <jfriedl@yahoo.com>
8469              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
8470              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
8471      Branch: perl
8472            ! lib/charnames.pm
8473 ____________________________________________________________________________
8474 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
8475         Log: Docs for Mac::err.
8476      Branch: maint-5.6/macperl
8477            ! macos/ext/Mac/err/err.pm
8478 ____________________________________________________________________________
8479 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
8480         Log: Some cleanup; change some globals to references for
8481              possible persistence later.
8482      Branch: maint-5.6/macperl
8483            ! macos/lib/Mac/Glue.pm
8484 ____________________________________________________________________________
8485 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
8486         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
8487      Branch: maint-5.6/macperl
8488            ! macos/ext/Mac/Files/Files.pm
8489 ____________________________________________________________________________
8490 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
8491         Log: Get Mac::Navigation to compile (bug #464684).
8492      Branch: maint-5.6/macperl
8493            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
8494            ! macos/ext/Mac/Navigation/Makefile.PL
8495            ! macos/ext/Mac/Navigation/Navigation.xs
8496            ! macos/macperl/Makefile.mk
8497 ____________________________________________________________________________
8498 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
8499         Log: Add in modules and POD to help menu.
8500      Branch: maint-5.6/macperl
8501            ! macos/macperl/MacPerl.podhelp
8502 ____________________________________________________________________________
8503 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
8504         Log: Update bundled modules.
8505      Branch: maint-5.6/macperl
8506            + macos/bundled_ext/Filter/t/FilterTest.pm
8507            + macos/bundled_ext/List/Util/t/shuffle.t
8508            + macos/bundled_ext/Storable/t/compat06.t
8509            + macos/bundled_ext/Storable/t/st-dump.pl
8510            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
8511            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
8512            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
8513            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
8514            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
8515            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
8516            + macos/bundled_lib/blib/lib/lwpcook.pod
8517            + macos/bundled_lib/t/Filter/Simple/filter.t
8518            + macos/bundled_lib/t/Switch/t/given.t
8519            + macos/bundled_lib/t/Switch/t/nested.t
8520            + macos/bundled_lib/t/Switch/t/switch.t
8521            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
8522            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
8523            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
8524            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
8525            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
8526            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
8527            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
8528            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
8529            + macos/bundled_lib/t/URI/rfc2732.t
8530            + macos/bundled_lib/t/libnet/config.t
8531            + macos/bundled_lib/t/libnet/libnet_t.pl
8532            + macos/bundled_lib/t/libwww-perl/live/google.t
8533            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
8534            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
8535            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8536            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
8537            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
8538            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
8539            + macos/bundled_lib/t/libwww-perl/live/validator.t
8540            - macos/bundled_ext/Filter/t/MyFilter.pm
8541            - macos/bundled_ext/Storable/t/compat-0.6.t
8542            - macos/bundled_ext/Storable/t/dump.pl
8543            - macos/bundled_ext/Time/Piece/Makefile.PL
8544            - macos/bundled_ext/Time/Piece/Piece.pm
8545            - macos/bundled_ext/Time/Piece/Piece.t
8546            - macos/bundled_ext/Time/Piece/Piece.xs
8547            - macos/bundled_ext/Time/Piece/README
8548            - macos/bundled_ext/Time/Piece/Seconds.pm
8549            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
8550            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
8551            - macos/bundled_lib/blib/lib/Net/PH.pm
8552            - macos/bundled_lib/blib/lib/Net/SNPP.pm
8553            - macos/bundled_lib/blib/lib/Text/Balanced.pod
8554            - macos/bundled_lib/t/Filter/Simple/test.pl
8555            - macos/bundled_lib/t/Switch/test.pl
8556            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
8557            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
8558            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
8559            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
8560            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
8561            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
8562            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
8563            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
8564            - macos/bundled_lib/t/libnet/ph.t
8565            ! (edit 125 files)
8566 ____________________________________________________________________________
8567 [ 12961] By: ams                                   on 2001/11/13  00:45:08
8568         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
8569              From: Michael G Schwern <schwern@pobox.com>
8570              Date: Mon, 12 Nov 2001 20:16:45 -0500
8571              Message-Id: <20011112201644.G2888@blackrider>
8572      Branch: perl
8573            ! pod/perlport.pod
8574 ____________________________________________________________________________
8575 [ 12960] By: ams                                   on 2001/11/12  23:54:00
8576         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
8577              Recoving dup tests for VMS
8578              From: Michael G Schwern <schwern@pobox.com>
8579              Date: Mon, 12 Nov 2001 19:35:33 -0500
8580              Message-Id: <20011112193533.D2888@blackrider>
8581      Branch: perl
8582            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
8583 ____________________________________________________________________________
8584 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
8585         Log: Update Changes.
8586      Branch: perl
8587            ! Changes patchlevel.h
8588 ____________________________________________________________________________
8589 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
8590         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
8591              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
8592              Date: Mon, 12 Nov 2001 12:35:18 EST 
8593              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
8594      Branch: perl
8595            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
8596            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
8597 ____________________________________________________________________________
8598 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
8599         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
8600              From: Barrie Slaymaker <barries@slaysys.com>
8601              Date: Mon, 12 Nov 2001 11:19:52 -0500
8602              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
8603      Branch: perl
8604            ! lib/File/Spec.t lib/File/Spec/Win32.pm
8605 ____________________________________________________________________________
8606 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
8607         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
8608              From: Barrie Slaymaker <barries@slaysys.com>
8609              Date: Mon, 12 Nov 2001 11:07:36 -0500
8610              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
8611      Branch: perl
8612            ! lib/Benchmark.pm
8613 ____________________________________________________________________________
8614 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
8615         Log: Misplaced test, noticed by Barrie Slaymaker.
8616              (We are missing Benchmark tests, then.)
8617      Branch: perl
8618            + ext/Devel/DProf/DProf.t
8619            - lib/Benchmark.t
8620            ! MANIFEST
8621 ____________________________________________________________________________
8622 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
8623         Log: Subject: [PATCH] a few typo fixes 
8624              From: Jeffrey Friedl <jfriedl@yahoo.com>
8625              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
8626              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
8627              
8628              Patching README.foo instead of pod/perlfoo.pod,
8629              not patching Math::BigInt (Tels will take care of that),
8630              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
8631              and perldoc.PL instead of libnetcfg and perldoc, patching
8632              ext/Digest/MD5/t/files.t since MD5.pm was changed.
8633      Branch: perl
8634            ! (edit 109 files)
8635 ____________________________________________________________________________
8636 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
8637         Log: Add a note about the dangers of bad UTF-8.
8638      Branch: perl
8639            ! pod/perlunicode.pod
8640 ____________________________________________________________________________
8641 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
8642         Log: NetWare Nit from Ananth Kesari.
8643      Branch: perl
8644            ! NetWare/config.wc
8645 ____________________________________________________________________________
8646 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
8647         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
8648      Branch: perl
8649            ! ext/Encode/Encode.pm
8650 ____________________________________________________________________________
8651 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
8652         Log: (retracted by #12951)
8653      Branch: perl
8654            ! ext/Encode/Encode.pm
8655 ____________________________________________________________________________
8656 [ 12949] By: ams                                   on 2001/11/12  06:40:18
8657         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
8658              From: Robert Spier <rspier@pobox.com>
8659              Date: Sun, 11 Nov 2001 18:50:18 -0800
8660              Message-Id: <15343.14570.121505.233336@rls.cx>
8661              
8662              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
8663              From: Rick Delaney <rick.delaney@home.com>
8664              Date: 12 Nov 2001 00:15:52 -0500
8665              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
8666      Branch: perl
8667            ! pp_hot.c t/op/taint.t
8668 ____________________________________________________________________________
8669 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
8670         Log: It seems that we actually have this detail implemented
8671              as for as Level 1 Support of Unicode regex support is
8672              concerned: at Level 1 only 1:1 support for loose
8673              (aka caseless, aka caseigoring ) matching is required.
8674      Branch: perl
8675            ! pod/perlunicode.pod
8676 ____________________________________________________________________________
8677 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
8678         Log: (retracted by #12951)
8679      Branch: perl
8680            ! ext/Encode/Encode.pm
8681 ____________________________________________________________________________
8682 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
8683         Log: BOM, bom, Bom.
8684      Branch: perl
8685            ! pod/perlunicode.pod
8686 ____________________________________________________________________________
8687 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
8688         Log: Upgrade to Math::BigInt 1.46.
8689      Branch: perl
8690            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8691            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
8692            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8693            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
8694            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8695 ____________________________________________________________________________
8696 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
8697         Log: Subject: Re: PERFORCE change 12943 for review
8698              From: "Philip Newton" <Philip.Newton@gmx.net>
8699              Date: Sun, 11 Nov 2001 20:53:36 +0100
8700              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
8701      Branch: perl
8702            ! pod/perlunicode.pod
8703 ____________________________________________________________________________
8704 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
8705         Log: Doc updates; make the Unicode discussions a little
8706              bit less alarming, and add information about encodings,
8707              surrogates, and BOMs.
8708      Branch: perl
8709            ! pod/perlunicode.pod
8710 ____________________________________________________________________________
8711 [ 12942] By: ams                                   on 2001/11/11  16:45:00
8712         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
8713              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
8714              Date: Mon, 12 Nov 2001 00:22:57 +0900
8715              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
8716      Branch: perl
8717            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8718            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8719 ____________________________________________________________________________
8720 [ 12941] By: ams                                   on 2001/11/11  13:01:40
8721         Log: Subject: Re: PERFORCE change 12929 for review
8722              From: "Philip Newton" <Philip.Newton@gmx.net>
8723              Date: Sun, 11 Nov 2001 14:27:44 +0100
8724              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
8725      Branch: perl
8726            ! MANIFEST
8727 ____________________________________________________________________________
8728 [ 12940] By: ams                                   on 2001/11/11  05:06:43
8729         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
8730              From: Michael G Schwern <schwern@pobox.com>
8731              Date: Thu, 8 Nov 2001 22:56:45 -0500
8732              Message-Id: <20011108225645.H5587@blackrider>
8733      Branch: perl
8734            ! t/op/chdir.t
8735 ____________________________________________________________________________
8736 [ 12939] By: ams                                   on 2001/11/11  05:01:00
8737         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
8738              From: Michael G Schwern <schwern@pobox.com>
8739              Date: Sun, 11 Nov 2001 00:54:43 -0500
8740              Message-Id: <20011111005443.A24450@blackrider>
8741      Branch: perl
8742            ! ext/Cwd/t/cwd.t
8743 ____________________________________________________________________________
8744 [ 12938] By: ams                                   on 2001/11/11  03:25:13
8745         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
8746              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
8747              From: "chromatic" <chromatic@rmci.net>
8748              Date: Sat, 10 Nov 2001 21:03:20 -0700
8749              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
8750      Branch: perl
8751            ! lib/File/stat.pm lib/File/stat.t
8752 ____________________________________________________________________________
8753 [ 12937] By: ams                                   on 2001/11/11  02:05:23
8754         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
8755              From: "Craig A. Berry" <craigberry@mac.com>
8756              Date: Sat, 10 Nov 2001 17:23:52 -0600
8757              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
8758      Branch: perl
8759            ! t/op/magic.t
8760 ____________________________________________________________________________
8761 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
8762         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
8763      Branch: perl
8764            ! lib/open.pm lib/open.t
8765 ____________________________________________________________________________
8766 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
8767         Log: The Official name of ASCII.
8768      Branch: perl
8769            ! ext/Encode/Encode.pm
8770 ____________________________________________________________________________
8771 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
8772         Log: The KOI8-R example wasn't quite right.
8773      Branch: perl
8774            ! lib/open.pm lib/open.t
8775 ____________________________________________________________________________
8776 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
8777         Log: Enhance the open pragma to support :utf8, :locale,
8778              and :encoding directly as special cases, and rename
8779              the INOUT to IO.
8780      Branch: perl
8781            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
8782 ____________________________________________________________________________
8783 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
8784         Log: Document the UTF-16 surrogate encoding and decoding.
8785      Branch: perl
8786            ! ext/Encode/Encode.pm
8787 ____________________________________________________________________________
8788 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
8789         Log: A potential recursion breaker.
8790      Branch: perl
8791            ! sv.c
8792 ____________________________________________________________________________
8793 [ 12930] By: ams                                   on 2001/11/10  07:46:53
8794         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
8795              (was Re: perl@12892)
8796              From: "chromatic" <chromatic@rmci.net>
8797              Date: Sat, 10 Nov 2001 01:28:09 -0700
8798              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
8799      Branch: perl
8800            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
8801            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
8802            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
8803            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
8804 ____________________________________________________________________________
8805 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
8806         Log: Add a test for the bytes pragma.
8807      Branch: perl
8808            + lib/bytes.t
8809            ! MANIFEST
8810 ____________________________________________________________________________
8811 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
8812         Log: Doc update.
8813      Branch: perl
8814            ! lib/bytes.pm
8815 ____________________________________________________________________________
8816 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
8817         Log: Cease to exist.
8818      Branch: perl
8819            - lib/Unicode/Normalize.pm
8820 ____________________________________________________________________________
8821 [ 12926] By: ams                                   on 2001/11/10  03:23:16
8822         Log: Subject: [patch] my_setenv speedup + fixes
8823              From: Doug MacEachern <dougm@covalent.net>
8824              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
8825              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
8826      Branch: perl
8827            ! util.c
8828 ____________________________________________________________________________
8829 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
8830         Log: Newline trouble.
8831      Branch: perl
8832            ! lib/ExtUtils/Embed.t
8833 ____________________________________________________________________________
8834 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
8835         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
8836              From: "Craig A. Berry" <craigberry@mac.com>
8837              Date: Fri, 09 Nov 2001 18:13:16 -0600
8838              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
8839      Branch: perl
8840            ! vms/munchconfig.c
8841 ____________________________________________________________________________
8842 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
8843         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
8844              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8845              Date: Sat, 10 Nov 2001 00:10:45 +0100
8846              Message-ID: <20011110001045.A11945@rafael>
8847      Branch: perl
8848            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
8849            + t/run/switchn.t t/run/switchp.t
8850            ! MANIFEST
8851 ____________________________________________________________________________
8852 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
8853         Log: Subject: [PATCH] some tests not cleaning up properly               
8854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
8855              Date: Fri, 9 Nov 2001 22:13:10 +0100
8856              Message-ID: <20011109221310.A11115@rafael>
8857      Branch: perl
8858            ! ext/Cwd/t/cwd.t t/io/argv.t
8859 ____________________________________________________________________________
8860 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
8861         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
8862              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8863              Date: Fri, 9 Nov 2001 15:07:19 EST
8864              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
8865      Branch: perl
8866            ! lib/ExtUtils/Embed.t
8867 ____________________________________________________________________________
8868 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
8869         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
8870              have been copied so it shouldn't be freed in perl_destruct()
8871      Branch: perl
8872            ! perl.c
8873 ____________________________________________________________________________
8874 [ 12919] By: ams                                   on 2001/11/09  15:36:22
8875         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
8876              From: Michael G Schwern <schwern@pobox.com>
8877              Date: Fri, 9 Nov 2001 00:38:59 -0500
8878              Message-Id: <20011109003859.K5587@blackrider>
8879              (Applied with directory name changes suggested by Craig Berry.)
8880      Branch: perl
8881            ! ext/Cwd/t/cwd.t
8882 ____________________________________________________________________________
8883 [ 12918] By: ams                                   on 2001/11/09  15:29:15
8884         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
8885              From: Michael G Schwern <schwern@pobox.com>
8886              Date: Fri, 9 Nov 2001 01:44:14 -0500
8887              Message-Id: <20011109014414.N5587@blackrider>
8888      Branch: perl
8889            ! vms/ext/filespec.t
8890 ____________________________________________________________________________
8891 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
8892         Log: Update Changes.
8893      Branch: perl
8894            ! Changes patchlevel.h
8895 ____________________________________________________________________________
8896 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
8897         Log: Regen toc.
8898      Branch: perl
8899            ! pod/perltoc.pod
8900 ____________________________________________________________________________
8901 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
8902         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
8903              see http://www.jepstone.net/bjepson//jpl/cvs.html
8904      Branch: perl
8905            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8906 ____________________________________________________________________________
8907 [ 12914] By: ams                                   on 2001/11/09  14:05:12
8908         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
8909              From: Michael G Schwern <schwern@pobox.com>
8910              Date: Thu, 8 Nov 2001 22:05:49 -0500
8911              Message-Id: <20011108220549.F5587@blackrider>
8912      Branch: perl
8913            ! vms/test.com
8914 ____________________________________________________________________________
8915 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
8916         Log: NetWare update from Ananth Kesari.
8917      Branch: perl
8918            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
8919 ____________________________________________________________________________
8920 [ 12912] By: ams                                   on 2001/11/09  13:40:26
8921         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
8922              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8923              Date: Fri, 9 Nov 2001 14:32:28 +0100
8924              Message-Id: <20011109143228.A18996@rafael>
8925      Branch: perl
8926            ! perl.c
8927 ____________________________________________________________________________
8928 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
8929         Log: FAQ sync.
8930      Branch: perl
8931            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8932            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8933            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
8934 ____________________________________________________________________________
8935 [ 12910] By: ams                                   on 2001/11/09  07:33:49
8936         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
8937              From: Michael G Schwern <schwern@pobox.com>
8938              Date: Fri, 9 Nov 2001 00:41:56 -0500
8939              Message-Id: <20011109004156.L5587@blackrider>
8940      Branch: perl
8941            ! lib/File/Find/t/find.t
8942 ____________________________________________________________________________
8943 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
8944         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
8945              The CPAN distribution has both pm and XS implementations,
8946              and for performance reasons we choose the XS.
8947              Another reason to choose the XS is that it doesn't
8948              require Lingua::KO::Hangul::Util, which means that
8949              we can delete that-- which in turn means that Unicode::UCD
8950              cannot expect that: support it, but don't expect.
8951              Ditto Unicode::Collate.
8952              
8953              Note that Unicode::Normalize Makefile.PL and
8954              Normalize.xs have been modified from the CPAN 0.10
8955              versions: the first one to be simpler (no pm) and
8956              clean up the generated unf*.h files, the second one
8957              to quench compiler grumblings.  Must notify Sadahiro
8958              about these changes.
8959      Branch: perl
8960            + ext/Unicode/Normalize/Changes
8961            + ext/Unicode/Normalize/Makefile.PL
8962            + ext/Unicode/Normalize/Normalize.pm
8963            + ext/Unicode/Normalize/Normalize.pod
8964            + ext/Unicode/Normalize/Normalize.xs
8965            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8966            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
8967            + ext/Unicode/Normalize/t/test.t
8968            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8969            - lib/Lingua/KO/Hangul/Util/README
8970            - lib/Lingua/KO/Hangul/Util/t/test.t
8971            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
8972            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
8973            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
8974            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
8975            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
8976            ! win32/makefile.mk
8977 ____________________________________________________________________________
8978 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
8979         Log: Test miscounting.
8980      Branch: perl
8981            ! ext/POSIX/t/posix.t
8982 ____________________________________________________________________________
8983 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
8984         Log: Quote the variables in failures messages more nicely.
8985      Branch: perl
8986            ! t/test.pl
8987 ____________________________________________________________________________
8988 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
8989         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8990              From: Michael G Schwern <schwern@pobox.com>
8991              Date: Thu, 8 Nov 2001 17:24:49 -0500
8992              Message-ID: <20011108172449.A5587@blackrider>
8993              
8994              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8995              From: "Craig A. Berry" <craigberry@mac.com>
8996              Date: Thu, 8 Nov 2001 16:35:00 -0600
8997              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
8998      Branch: perl
8999            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
9000 ____________________________________________________________________________
9001 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
9002         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
9003              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9004              Date: Thu, 8 Nov 2001 22:52:50 -0000
9005              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
9006      Branch: perl
9007            ! ext/DB_File/t/db-recno.t
9008 ____________________________________________________________________________
9009 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
9010         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
9011              (Probably not an EBCDIC issue the way one would think
9012              since no chr() et alia are used in UCD.pm.)
9013      Branch: perl
9014            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9015 ____________________________________________________________________________
9016 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
9017         Log: Whether overwriting the $self->{...} values (see #12902)
9018              is a good policy or not is debatable, but let's at least
9019              be consistent.
9020      Branch: perl
9021            ! lib/ExtUtils/MM_Unix.pm
9022 ____________________________________________________________________________
9023 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
9024         Log: The MakeMaker argument () quoting patch that sneaked
9025              in at #12883 didn't handle make macros like this $(...).
9026              Leaning toothpicks, we've got them.
9027      Branch: perl
9028            ! lib/ExtUtils/MM_Unix.pm
9029 ____________________________________________________________________________
9030 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
9031         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
9032              From: Michael G Schwern <schwern@pobox.com>
9033              Date: Wed, 7 Nov 2001 02:02:29 -0500
9034              Message-ID: <20011107020229.K2858@blackrider>
9035      Branch: perl
9036            ! t/io/argv.t t/test.pl vms/test.com
9037 ____________________________________________________________________________
9038 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
9039         Log: Subject: [PATCH 20011106.084] -s on #! line 
9040              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9041              Date: Wed, 7 Nov 2001 22:23:39 +0100
9042              Message-ID: <20011107222339.E729@rafael>
9043      Branch: perl
9044            ! embed.h embed.pl perl.c proto.h toke.c
9045 ____________________________________________________________________________
9046 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
9047         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
9048              From: Michael G Schwern <schwern@pobox.com>
9049              Date: Wed, 7 Nov 2001 16:52:49 -0500
9050              Message-ID: <20011107165249.I7346@blackrider>
9051      Branch: perl
9052            ! pod/perlhack.pod
9053 ____________________________________________________________________________
9054 [ 12898] By: ams                                   on 2001/11/08  13:02:19
9055         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
9056              From: Mark-Jason Dominus <mjd@plover.com>
9057              Date: Thu, 08 Nov 2001 08:59:02 -0500
9058              Message-Id: <20011108135902.2275.qmail@plover.com>
9059      Branch: perl
9060            ! INSTALL README README.amiga README.os2 README.vms
9061            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
9062            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
9063 ____________________________________________________________________________
9064 [ 12897] By: ams                                   on 2001/11/08  12:49:28
9065         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
9066              From: mjd@plover.com
9067              Date: 8 Nov 2001 13:33:18 -0000
9068              Message-Id: <20011108133318.1786.qmail@plover.com>
9069      Branch: perl
9070            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
9071            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9072            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9073            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
9074            ! pod/perlport.pod pod/perlvar.pod
9075 ____________________________________________________________________________
9076 [ 12896] By: ams                                   on 2001/11/08  11:22:12
9077         Log: open(FH, $file) should strip leading and trailing whitespace.
9078      Branch: perl
9079            ! doio.c
9080 ____________________________________________________________________________
9081 [ 12895] By: ams                                   on 2001/11/08  10:17:14
9082         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
9083              From: "Craig A. Berry" <craigberry@mac.com>
9084              Date: Wed, 07 Nov 2001 13:41:50 -0600
9085              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
9086      Branch: perl
9087            ! t/op/glob.t
9088 ____________________________________________________________________________
9089 [ 12894] By: ams                                   on 2001/11/08  08:32:20
9090         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
9091              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
9092              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
9093              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
9094      Branch: perl
9095            ! makedepend.SH
9096 ____________________________________________________________________________
9097 [ 12893] By: ams                                   on 2001/11/08  08:26:31
9098         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
9099              From: mjd@plover.com
9100              Date: 8 Nov 2001 08:08:07 -0000
9101              Message-Id: <20011108080807.30147.qmail@plover.com>
9102              
9103              Subject: bleadperl perl.pod
9104              From: mjd@plover.com
9105              Date: 8 Nov 2001 08:10:47 -0000
9106              Message-Id: <20011108081047.30178.qmail@plover.com>
9107              
9108              Subject: more bleadperl perl.pod
9109              From: mjd@plover.com
9110              Date: 8 Nov 2001 08:16:28 -0000
9111              Message-Id: <20011108081628.30229.qmail@plover.com>
9112      Branch: perl
9113            ! pod/perl.pod pod/perldebug.pod
9114 ____________________________________________________________________________
9115 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
9116         Log: Tweak for Cray-friendliness from Nicholas Clark.
9117      Branch: perl
9118            ! sv.c
9119 ____________________________________________________________________________
9120 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
9121         Log: VMS patch redo from Charles Lane.
9122      Branch: perl
9123            ! vms/gen_shrfls.pl
9124 ____________________________________________________________________________
9125 [ 12890] By: ams                                   on 2001/11/07  15:16:10
9126         Log: Subject: [ID 20011107.088] two perl pod nits
9127              From: lvirden@cas.org
9128              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
9129              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
9130      Branch: perl
9131            ! pod/perl.pod pod/perlfaq3.pod
9132 ____________________________________________________________________________
9133 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
9134         Log: Update Changes.
9135      Branch: perl
9136            ! Changes patchlevel.h
9137 ____________________________________________________________________________
9138 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
9139         Log: The (emulated) "no utf8" must be in a BEGIN block
9140              to be effective.
9141      Branch: perl
9142            ! lib/CGI/t/html.t
9143 ____________________________________________________________________________
9144 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
9145         Log: "v-strings" is the right term.
9146      Branch: perl
9147            ! pod/perltodo.pod
9148 ____________________________________________________________________________
9149 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
9150         Log: Add vstrings-as-objects need to perltodo.
9151      Branch: perl
9152            ! pod/perltodo.pod
9153 ____________________________________________________________________________
9154 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
9155         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
9156              From: Nicholas Clark <nick@ccl4.org>
9157              Date: Wed, 7 Nov 2001 14:36:32 +0000
9158              Message-ID: <20011107143631.I24980@plum.flirble.org>
9159      Branch: perl
9160            ! t/op/pack.t
9161 ____________________________________________________________________________
9162 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
9163         Log: The Embed test requires a major rewrite for VMS
9164              (plus it reveals a couple of annoying glitches
9165              in buffering), so skip the test for now; from
9166              Charles Lane.
9167      Branch: perl
9168            ! lib/ExtUtils/Embed.t
9169 ____________________________________________________________________________
9170 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
9171         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
9172              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9173              Date: Wed, 7 Nov 2001 09:23:28 EST
9174              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
9175              
9176              (Also i seems that an unrelated experimental patch
9177              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
9178      Branch: perl
9179            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
9180 ____________________________________________________________________________
9181 [ 12882] By: ams                                   on 2001/11/07  05:14:04
9182         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
9183              From: Mark-Jason Dominus <mjd@plover.com>
9184              Date: Wed, 07 Nov 2001 00:43:46 -0500
9185              Message-Id: <20011107054346.14428.qmail@plover.com>
9186      Branch: perl
9187            ! gv.c op.c toke.c
9188 ____________________________________________________________________________
9189 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
9190         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
9191              From: Michael G Schwern <schwern@pobox.com>             
9192              Date: Tue, 6 Nov 2001 22:04:39 -0500
9193              Message-ID: <20011106220439.D2858@blackrider>              
9194      Branch: perl
9195            ! lib/perl5db.pl
9196 ____________________________________________________________________________
9197 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
9198         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
9199              stress))
9200              From: Jonathan Stowe <gellyfish@gellyfish.com>
9201              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
9202              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
9203              
9204              (except for one hunk where indentation differs)
9205      Branch: perl
9206            ! lib/Term/Cap.t
9207 ____________________________________________________________________________
9208 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
9209         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
9210              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9211              Date: Tue, 6 Nov 2001 21:45:01 +0100
9212              Message-ID: <20011106214501.A704@rafael>
9213      Branch: perl
9214            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
9215            ! lib/File/Spec/Win32.pm
9216 ____________________________________________________________________________
9217 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
9218         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
9219              From: Michael G Schwern <schwern@pobox.com>              
9220              Date: Tue, 6 Nov 2001 20:58:45 -0500
9221              Message-ID: <20011106205845.G29411@blackrider>
9222      Branch: perl
9223            ! t/test.pl
9224 ____________________________________________________________________________
9225 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
9226         Log: Subject: making do_sprintf public       
9227              From: Doug MacEachern <dougm@covalent.net>    
9228              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
9229              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
9230      Branch: perl
9231            ! embed.h embed.pl global.sym
9232 ____________________________________________________________________________
9233 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
9234         Log: Update to CGI.pm 2.78.
9235              
9236              TODO: the test suite needs to be merged so that
9237              when in core, the core version is tested, and when
9238              using the CPAN version, testing the CPAN version.
9239              (the changes need to be sent to Lincoln, too...)
9240      Branch: perl
9241            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9242            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
9243            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
9244            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
9245            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
9246            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
9247 ____________________________________________________________________________
9248 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
9249         Log: Integrate with perlio; (strictly) readonly hashes via XS.
9250      Branch: perl
9251           +> t/lib/access.t
9252           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
9253 ____________________________________________________________________________
9254 [ 12874] By: nick                                  on 2001/11/06  21:05:16
9255         Log: Keep It Simple and Stupid version of readonly hash support.
9256              - Test for SvREAONLY(hv) at a few spots in hv.c
9257              - add the error message to perldiag.pod
9258              - (dubious) add access::readonly() to univeral.c
9259              - add test using above
9260              - fixup ext/B/t/stash.t to account for access:: existing
9261      Branch: perlio
9262            + t/lib/access.t
9263            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
9264 ____________________________________________________________________________
9265 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
9266         Log: Fix incorrect warnings about broken globbing;
9267              from Andy Dougherty.
9268      Branch: perl
9269            ! hints/linux.sh
9270 ____________________________________________________________________________
9271 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
9272         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
9273              toggle-on from the encoding pragma.
9274      Branch: perl
9275            ! regcomp.c regexec.c
9276 ____________________________________________________________________________
9277 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
9278         Log: Retract #12824, doesn't help and is ignored
9279              by Configure anyway.
9280      Branch: perl
9281            ! hints/beos.sh
9282 ____________________________________________________________________________
9283 [ 12870] By: ams                                   on 2001/11/06  10:40:37
9284         Log: Subject: Cosmetic change
9285              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9286              Date: Tue, 06 Nov 2001 12:30:52 +0100
9287              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
9288      Branch: perl
9289            ! README.hpux
9290 ____________________________________________________________________________
9291 [ 12869] By: nick                                  on 2001/11/06  08:26:40
9292         Log: Integrate mainline
9293      Branch: perlio
9294           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
9295           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
9296 ____________________________________________________________________________
9297 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
9298         Log: The parentheses are protected enough.
9299      Branch: perl
9300            ! hints/os390.sh
9301 ____________________________________________________________________________
9302 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
9303         Log: ccflags, not ldflags.
9304      Branch: perl
9305            ! hints/os390.sh
9306 ____________________________________________________________________________
9307 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
9308         Log: ... and the proto to go with #12865.
9309      Branch: perl
9310            ! proto.h
9311 ____________________________________________________________________________
9312 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
9313         Log: Oops.  Luckily nothing was using this symbol yet.
9314      Branch: perl
9315            ! global.sym
9316 ____________________________________________________________________________
9317 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
9318         Log: Implement the encoding pragma for regex literals.
9319      Branch: perl
9320            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
9321 ____________________________________________________________________________
9322 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
9323         Log: More UTF8 EXACT fixing.
9324      Branch: perl
9325            ! regexec.c
9326 ____________________________________________________________________________
9327 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
9328         Log: More re debugging.
9329      Branch: perl
9330            ! regexec.c
9331 ____________________________________________________________________________
9332 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
9333         Log: EXACT correction attempt.  Continued in #12863.
9334      Branch: perl
9335            ! regexec.c
9336 ____________________________________________________________________________
9337 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
9338         Log: Unterminated L<.
9339      Branch: perl
9340            ! ext/DB_File/DB_File.pm
9341 ____________________________________________________________________________
9342 [ 12859] By: nick                                  on 2001/11/05  19:15:17
9343         Log: Integrate mainline
9344      Branch: perlio
9345           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
9346           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
9347           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
9348           +> lib/Math/BigInt/t/sub_mbi.t
9349            - lib/Math/BigInt/t/Math/Subclass.pm
9350            - lib/Math/BigInt/t/subclass.t
9351           !> (integrate 30 files)
9352 ____________________________________________________________________________
9353 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
9354         Log: Regex debugging fixes from Hugo.
9355      Branch: perl
9356            ! regcomp.c regexec.c
9357 ____________________________________________________________________________
9358 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
9359         Log: IRIX: at some point the cc -version has started
9360              to output to stderr, not stdout any more.
9361      Branch: perl
9362            ! hints/irix_6.sh
9363 ____________________________________________________________________________
9364 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
9365         Log: Update Changes.
9366      Branch: perl
9367            ! Changes patchlevel.h
9368 ____________________________________________________________________________
9369 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
9370         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
9371      Branch: perl
9372            ! lib/File/Spec/Unix.pm
9373 ____________________________________________________________________________
9374 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
9375         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
9376              From: rgarciasuarez@free.fr
9377              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
9378              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
9379      Branch: perl
9380            ! lib/File/Spec/Unix.pm
9381 ____________________________________________________________________________
9382 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
9383         Log: Use config.arch in OS/390 where the combination of
9384              IEEE floats and ldflags is tricky.
9385      Branch: perl
9386            ! hints/os390.sh
9387 ____________________________________________________________________________
9388 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
9389         Log: Metaconfig unit change for #12851.
9390      Branch: metaconfig
9391            ! U/modified/Config_sh.U
9392 ____________________________________________________________________________
9393 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
9394         Log: Support a config.arch file, similar to config.over,
9395              but loaded just before it.
9396      Branch: perl
9397            ! Configure INSTALL
9398 ____________________________________________________________________________
9399 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
9400         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
9401              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9402              Date: Mon, 5 Nov 2001 14:26:24 +0100
9403              Message-ID: <20011105142624.C31977@rafael>
9404      Branch: perl
9405            ! lib/Symbol.pm lib/Symbol.t
9406 ____________________________________________________________________________
9407 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
9408         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
9409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9410              Date: Sun, 4 Nov 2001 22:28:57 +0100
9411              Message-ID: <20011104222857.C696@rafael>
9412      Branch: perl
9413            ! pod/perldebug.pod pod/perlpodspec.pod
9414 ____________________________________________________________________________
9415 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
9416         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
9417      Branch: perl
9418            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
9419 ____________________________________________________________________________
9420 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
9421         Log: Math::Big* test tweaks to work better with core:
9422              but the coast still not clear.
9423      Branch: perl
9424            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
9425            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9426 ____________________________________________________________________________
9427 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
9428         Log: Protect against high load: measure how much wall
9429              clock time went by while sleeping.  Avoids some
9430              false negatives, while may introduce some false
9431              positives.  Life is hard.
9432      Branch: perl
9433            ! ext/Time/HiRes/HiRes.t
9434 ____________________________________________________________________________
9435 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
9436         Log: More forgotten from #12843.
9437      Branch: perl
9438            ! lib/Math/BigInt/t/bigfltpm.inc
9439 ____________________________________________________________________________
9440 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
9441         Log: Forgot from #12843.
9442      Branch: perl
9443            + lib/Math/BigInt/t/bigintpm.inc
9444            ! MANIFEST
9445 ____________________________________________________________________________
9446 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
9447         Log: Upgrade to Math::BigInt 1.45; from Tels.
9448              NOTE: some of the tests are failing but that's because
9449              the core integration is not yet done.
9450      Branch: perl
9451            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
9452            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
9453            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9454            - lib/Math/BigInt/t/Math/Subclass.pm
9455            - lib/Math/BigInt/t/subclass.t
9456            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
9457            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
9458            ! lib/Math/BigInt/t/mbimbf.t
9459 ____________________________________________________________________________
9460 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
9461         Log: VMS: adds capability to control more configuration stuff with
9462              -D and -U switches; parsing config.sh to extract previous config
9463              info in VMS-form, and a rewrite of the "prompt/response" routine;
9464              from Charles Lane.
9465      Branch: perl
9466            ! configure.com
9467 ____________________________________________________________________________
9468 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
9469         Log: Subject: Typo correction in perldebguts.pod
9470              From: mjd@plover.com
9471              Date: 4 Nov 2001 16:20:05 -0000
9472              Message-ID: <20011104162005.16699.qmail@plover.com>
9473      Branch: perl
9474            ! pod/perldebguts.pod
9475 ____________________________________________________________________________
9476 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
9477         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
9478              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9479              Date: Sun, 4 Nov 2001 11:47:30 +0100
9480              Message-ID: <20011104114730.A715@rafael>
9481              
9482              Remove -T from the test, wrong place for that.
9483      Branch: perl
9484            ! lib/File/Temp/t/mktemp.t
9485 ____________________________________________________________________________
9486 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
9487         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
9488              From: Nicholas Clark <nick@ccl4.org>
9489              Date: Sun, 4 Nov 2001 10:41:24 +0000
9490              Message-ID: <20011104104123.U20123@plum.flirble.org>
9491      Branch: perl
9492            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
9493 ____________________________________________________________________________
9494 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
9495         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
9496              From: Michael G Schwern <schwern@pobox.com>
9497              Date: Sat, 3 Nov 2001 15:41:47 -0500
9498              Message-ID: <20011103154147.C600@blackrider>
9499      Branch: perl
9500            ! lib/Term/Cap.t
9501 ____________________________________________________________________________
9502 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
9503         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
9504              From: "Craig A. Berry" <craigberry@mac.com>     
9505              Date: Sat, 03 Nov 2001 16:02:28 -0600
9506              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
9507      Branch: perl
9508            ! ext/Time/HiRes/HiRes.t
9509 ____________________________________________________________________________
9510 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
9511         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
9512              From: "chromatic" <chromatic@rmci.net>
9513              Date: Sat, 03 Nov 2001 12:28:17 -0700
9514              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
9515      Branch: perl
9516            ! lib/Term/Cap.t
9517 ____________________________________________________________________________
9518 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
9519         Log: Don't bother doing POSIX charclass parsing if it
9520              possibly cannot be so.  Prepares way for charclass
9521              syntax like [[abc]||[def]] (or just [[abc][def]])
9522              for union, [[\w]&&[$a]] for intersection,
9523              and [[a-z]&&[^def]] for subtraction.
9524              
9525              Currently /[[a]/ (or /[a[]/) parses as a character
9526              class containing two characters, "[" and "a",
9527              this may have to be broken for the syntax described
9528              above, otherwise we would have to scan the whole pattern
9529              to find out whether the square brackets match pairwise.
9530              Luckily, the special case of "[" doesn't seem to be
9531              documented (as opposed to "]" and "-"), so we may have
9532              better story for breaking it...  One can always use \[
9533              if one wants a literal "[", so there.
9534      Branch: perl
9535            ! regcomp.c
9536 ____________________________________________________________________________
9537 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
9538         Log: Comment correction.
9539      Branch: perl
9540            ! regcomp.c
9541 ____________________________________________________________________________
9542 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
9543         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
9544              The latter is a RedHatism.
9545      Branch: perl
9546            ! lib/ExtUtils/MakeMaker.pm
9547 ____________________________________________________________________________
9548 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
9549         Log: Integrate perlio.
9550      Branch: perl
9551           !> perlio.c
9552 ____________________________________________________________________________
9553 [ 12831] By: nick                                  on 2001/11/03  11:42:15
9554         Log: Integrate mainline
9555      Branch: perlio
9556           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
9557           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
9558           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
9559           !> sv.c t/test.pl
9560 ____________________________________________________________________________
9561 [ 12830] By: nick                                  on 2001/11/03  10:27:34
9562         Log: Fix clone_leak problem.
9563              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
9564              as vestige of calling PerlLIO_dup().
9565      Branch: perlio
9566            ! perlio.c
9567 ____________________________________________________________________________
9568 [ 12829] By: nick                                  on 2001/11/03  09:40:46
9569         Log: Tweaks attempting to locate Doug's clone_leak leak.
9570              - add some PerlIO_debug()
9571              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
9572              - Even if it closing stdout etc. do a fflush()
9573      Branch: perlio
9574            ! perlio.c
9575 ____________________________________________________________________________
9576 [ 12828] By: nick                                  on 2001/11/03  08:34:31
9577         Log: Integrate mainline
9578      Branch: perlio
9579           !> (integrate 54 files)
9580 ____________________________________________________________________________
9581 [ 12827] By: ams                                   on 2001/11/03  03:45:19
9582         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
9583              remove this later). Based on a patch from Robert Spier in
9584              <15330.61459.14452.795263@rls.cx>.
9585      Branch: perl
9586            ! sv.c
9587 ____________________________________________________________________________
9588 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
9589         Log: microperl sync.
9590      Branch: perl
9591            ! doio.c perl.c perl.h perlio.c regexec.c
9592 ____________________________________________________________________________
9593 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
9594         Log: Definitions for the Unicode Newline Guidelines.
9595      Branch: perl
9596            ! perl.h
9597 ____________________________________________________________________________
9598 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
9599         Log: (retracted by #12871)
9600              
9601              There is no csh of any kind in default BeOS.
9602              For the purposes of miniperl globbing, bash
9603              will do.
9604      Branch: perl
9605            ! hints/beos.sh
9606 ____________________________________________________________________________
9607 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
9608         Log: Integrate change #12820 from macperl to maint and blead;
9609              
9610              Fix up (dynaloading) to work properly with multiplicity
9611      Branch: maint-5.6/perl
9612           !> ext/DynaLoader/dl_mac.xs
9613      Branch: perl
9614           !> ext/DynaLoader/dl_mac.xs
9615 ____________________________________________________________________________
9616 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
9617         Log: Several fixes for various exit problems and clearing out
9618              task queue, as well as another (incomplete) go at
9619              fixing error message handling
9620      Branch: maint-5.6/macperl
9621            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
9622 ____________________________________________________________________________
9623 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
9624         Log: Add source files for bleadperl builds
9625      Branch: maint-5.6/macperl
9626            ! macos/Makefile.mk
9627 ____________________________________________________________________________
9628 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
9629         Log: Fix up to work properly with multiplicity
9630      Branch: maint-5.6/macperl
9631            ! ext/DynaLoader/dl_mac.xs
9632 ____________________________________________________________________________
9633 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
9634         Log: Integrate with maintperl.
9635      Branch: maint-5.6/macperl
9636           +> t/op/system.t t/op/system_tests
9637           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
9638           !> pod/perltodo.pod util.c win32/win32.c
9639 ____________________________________________________________________________
9640 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
9641         Log: Locate _PATH_LOG if it's a socket even if not #defined
9642              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
9643              via Nick Clark.
9644      Branch: perl
9645            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
9646 ____________________________________________________________________________
9647 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
9648         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
9649              From: Michael G Schwern <schwern@pobox.com>
9650              Date: Fri, 2 Nov 2001 15:36:41 -0500
9651              Message-ID: <20011102153641.E23234@blackrider>
9652      Branch: perl
9653            ! t/test.pl
9654 ____________________________________________________________________________
9655 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
9656         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
9657              From: merlyn@stonehenge.com (Randal L. Schwartz)
9658              Date: 02 Nov 2001 09:33:34 -0800
9659              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
9660              
9661              (two of the changes)
9662              
9663              Better coexistence with extensions.
9664      Branch: perl
9665            ! ext/Errno/Errno_pm.PL hints/darwin.sh
9666 ____________________________________________________________________________
9667 [ 12815] By: ams                                   on 2001/11/02  16:47:43
9668         Log: Subject: Re: [PATCH] the the double double word word fix fix
9669              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9670              Date: Fri, 02 Nov 2001 19:43:07 +0100
9671              Message-Id: <3BE2E93B.627C198E@alcatel.at>
9672      Branch: perl
9673            ! pod/perldebug.pod
9674 ____________________________________________________________________________
9675 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
9676         Log: Update Changes.
9677      Branch: perl
9678            ! Changes patchlevel.h
9679 ____________________________________________________________________________
9680 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
9681         Log: More encoding testing.
9682      Branch: perl
9683            ! lib/encoding.pm lib/encoding.t
9684 ____________________________________________________________________________
9685 [ 12812] By: ams                                   on 2001/11/02  15:07:11
9686         Log: Slight modification of #12811.
9687      Branch: perl
9688            ! op.c
9689 ____________________________________________________________________________
9690 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
9691         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
9692              From: Radu Greab <radu@netsoft.ro>
9693              Date: Fri, 2 Nov 2001 15:28:58 +0200
9694              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
9695      Branch: perl
9696            ! op.c t/op/stat.t
9697 ____________________________________________________________________________
9698 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
9699         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
9700              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9701              Date: Thu, 1 Nov 2001 22:35:50 +0100
9702              Message-ID: <20011101223550.A10849@rafael>
9703      Branch: perl
9704            ! lib/ExtUtils/Embed.t
9705 ____________________________________________________________________________
9706 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
9707         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
9708              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9709              Date: 2 Nov 2001 14:48:51 -0000
9710              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
9711      Branch: perl
9712            ! lib/File/Find.pm
9713 ____________________________________________________________________________
9714 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
9715         Log: Add documentation.
9716      Branch: perl
9717            ! embed.pl pod/perlapi.pod utf8.c
9718 ____________________________________________________________________________
9719 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
9720         Log: Unicode: add ToFold mapping.  Not used yet; but basically
9721              a more useful mapping for caseless aka case-ignoring than
9722              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
9723              algorithm for creating the foldings uses equivalence classes,
9724              see http://www.unicode.org/unicode/reports/tr21/
9725              Hopefully this feature will be used in //i.
9726              (The folding tables were introduced by #12689.)
9727      Branch: perl
9728            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
9729            ! utf8.c
9730 ____________________________________________________________________________
9731 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
9732         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
9733              From: "Craig A. Berry" <craigberry@mac.com>
9734              Date: Fri, 02 Nov 2001 00:03:52 -0600
9735              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
9736      Branch: perl
9737            ! lib/AutoSplit.t
9738 ____________________________________________________________________________
9739 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
9740         Log: Subject: Trivial doc patch
9741              From: andreas.koenig@anima.de (Andreas J. Koenig)
9742              Date: 02 Nov 2001 06:11:35 +0100
9743              Message-ID: <m37kt94v08.fsf@anima.de>
9744      Branch: perl
9745            ! pod/perlport.pod
9746 ____________________________________________________________________________
9747 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
9748         Log: Make encoding and charnames pragmas coexist.
9749      Branch: perl
9750            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
9751 ____________________________________________________________________________
9752 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
9753         Log: The basic character classes seem to go untested with Unicode.
9754      Branch: perl
9755            ! t/op/pat.t
9756 ____________________________________________________________________________
9757 [ 12802] By: ams                                   on 2001/11/02  00:39:36
9758         Log: Subject: [PATCH] the the double double word word fix fix
9759              From: Richard Soderberg <rs@oregonnet.com>
9760              Date: Thu, 1 Nov 2001 13:12:03 -0800
9761              Message-Id: <200111012112.NAA23288@oregonnet.com>
9762              
9763              Subject: Re: [PATCH] the the double double word word fix fix
9764              From: Mark-Jason Dominus <mjd@plover.com>
9765              Date: Thu, 01 Nov 2001 16:43:40 -0500
9766              Message-Id: <20011101214340.2044.qmail@plover.com>
9767              
9768              Subject: Re: [PATCH] the the double double word word fix fix
9769              From: Mark-Jason Dominus <mjd@plover.com>
9770              Date: Thu, 01 Nov 2001 16:51:39 -0500
9771              Message-Id: <20011101215139.2196.qmail@plover.com>
9772      Branch: perl
9773            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
9774            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
9775            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
9776            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
9777            ! pod/perltodo.pod pod/perlxstut.pod
9778 ____________________________________________________________________________
9779 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
9780         Log: Comment tweaks.
9781      Branch: perl
9782            ! toke.c
9783 ____________________________________________________________________________
9784 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
9785         Log: FAQ sync.
9786      Branch: perl
9787            ! pod/perlfaq9.pod
9788 ____________________________________________________________________________
9789 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
9790         Log: If an encoding is set by -M/-m, it must be in
9791              effect only for the actual script, not any other
9792              required/-M/-m'ed module, otherwise we enter a nasty
9793              recursion in regexec.c while trying to init the simple
9794              UTF-8 charclasses like PL_utf8_alnum.
9795      Branch: perl
9796            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
9797 ____________________________________________________________________________
9798 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
9799         Log: A bit more descriptive name.
9800      Branch: perl
9801            ! mg.c
9802 ____________________________________________________________________________
9803 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
9804         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
9805              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9806              Date: Wed, 31 Oct 2001 13:47:04 EST
9807              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
9808      Branch: perl
9809            ! ext/Time/HiRes/HiRes.t
9810 ____________________________________________________________________________
9811 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
9812         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
9813              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9814              Date: Wed, 31 Oct 2001 13:43:29 EST
9815              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
9816      Branch: perl
9817            ! mg.c
9818 ____________________________________________________________________________
9819 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
9820         Log: Subject: [PATCH] Various test cleanups
9821              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9822              Date: Tue, 30 Oct 2001 21:56:26 +0100
9823              Message-ID: <20011030215626.A28503@rafael>
9824      Branch: perl
9825            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9826            ! ext/DB_File/t/db-recno.t ext/Encode.t
9827 ____________________________________________________________________________
9828 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
9829         Log: Update Changes.
9830      Branch: perl
9831            ! Changes patchlevel.h
9832 ____________________________________________________________________________
9833 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
9834         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
9835              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
9836              Date: Wed, 31 Oct 2001 17:16:39 +0100
9837              Message-ID: <20011031171639.A32511@rafael>
9838      Branch: perl
9839            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
9840 ____________________________________________________________________________
9841 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
9842         Log: Skip message nit.
9843      Branch: perl
9844            ! t/io/fs.t
9845 ____________________________________________________________________________
9846 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
9847         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
9848              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9849              Date: 31 Oct 2001 14:49:37 -0000
9850              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
9851      Branch: perl
9852            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
9853 ____________________________________________________________________________
9854 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
9855         Log: Extend the effect of the encoding pragma to chr() and ord().
9856              
9857              TODO: regex literals, reentrancy problems with the utf8
9858              and charnames pragmas.
9859      Branch: perl
9860            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
9861 ____________________________________________________________________________
9862 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
9863         Log: Doc tweaks.
9864      Branch: perl
9865            ! lib/encoding.pm
9866 ____________________________________________________________________________
9867 [ 12788] By: nick                                  on 2001/10/31  08:59:56
9868         Log: Integrate mainline
9869      Branch: perlio
9870           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
9871           !> (integrate 49 files)
9872 ____________________________________________________________________________
9873 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
9874         Log: Forgot new proto.
9875      Branch: perl
9876            ! proto.h
9877 ____________________________________________________________________________
9878 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
9879         Log: Clarification: use encoding cannot be used to
9880              change the default encoding of "your whole script";
9881              only the default encoding of the *data*.  Also, it
9882              seems that "use encoding" does not mix with "use utf8"
9883              (a coredumping recursion ensues).  Should not be a huge
9884              problem since "use utf8" is pretty marginal nowadays.
9885      Branch: perl
9886            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
9887 ____________________________________________________________________________
9888 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
9889         Log: More documentation for the encode pragma.
9890      Branch: perl
9891            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
9892            ! pod/perlapi.pod pod/perlunicode.pod sv.c
9893 ____________________________________________________________________________
9894 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
9895         Log: Thinko in #12783.
9896      Branch: perl
9897            ! sv.c
9898 ____________________________________________________________________________
9899 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
9900         Log: Make sv_recode_to_utf8() a real API: the encoding
9901              is a parameter, instead of a global.  Document the
9902              PERL_ENCODING.
9903      Branch: perl
9904            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
9905            ! toke.c
9906 ____________________________________________________________________________
9907 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
9908         Log: Enable -Mencoding=foobar also for string literals.
9909      Branch: perl
9910            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
9911            ! pod/perlapi.pod proto.h sv.c toke.c
9912 ____________________________________________________________________________
9913 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
9914         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
9915              From: Andy Dougherty <doughera@lafayette.edu>
9916              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
9917              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
9918      Branch: perl
9919            ! ext/POSIX/hints/svr4.pl
9920 ____________________________________________________________________________
9921 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
9922         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
9923              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9924              Date: Mon, 29 Oct 2001 23:11:58 -0000
9925              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9926              
9927              Add compat.h.
9928      Branch: perl
9929            ! lib/h2xs.t utils/h2xs.PL
9930 ____________________________________________________________________________
9931 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
9932         Log: Subject: PerlIOBuf_dup
9933              From: Nicholas Clark <nick@ccl4.org>              
9934              Date: Mon, 29 Oct 2001 21:52:35 +0000             
9935              Message-ID: <20011029215235.K41204@plum.flirble.org>
9936              
9937              Add prototype.
9938      Branch: perl
9939            ! perliol.h
9940 ____________________________________________________________________________
9941 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
9942         Log: Subject: [PATCH] Make malloc.c errors more useful
9943              From: Richard Soderberg <rs@oregonnet.com>
9944              Date: Mon, 29 Oct 2001 22:28:02 -0800
9945              Message-Id: <200110300628.WAA11025@oregonnet.com>
9946      Branch: perl
9947            ! malloc.c
9948 ____________________________________________________________________________
9949 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
9950         Log: Retract #12776 - the bug 19990906.001 is still valid.
9951      Branch: perl
9952            ! t/run/kill_perl.t
9953 ____________________________________________________________________________
9954 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
9955         Log: (Retracted by #12777)
9956              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
9957              From: Michael G Schwern <schwern@pobox.com> 
9958              Date: Mon, 29 Oct 2001 23:01:08 -0500
9959              Message-ID: <20011029230108.G18053@blackrider>
9960      Branch: perl
9961            ! t/run/kill_perl.t
9962 ____________________________________________________________________________
9963 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
9964         Log: Comment nits.
9965      Branch: perl
9966            ! lib/encoding.t
9967 ____________________________________________________________________________
9968 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
9969         Log: integrate change#12772 from mainline
9970              
9971              Subject: [PATCH] Mommy, what's a pointer cast?
9972      Branch: maint-5.6/perl
9973            ! perl.h
9974 ____________________________________________________________________________
9975 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
9976         Log: Subject: [PATCH] Mommy, what's a pointer cast?
9977              From: Richard Soderberg <rs@oregonnet.com>
9978              Date: Mon, 29 Oct 2001 17:01:10 -0800
9979              Message-Id: <200110300101.RAA31561@oregonnet.com>
9980              
9981              (threads* parts)
9982      Branch: perl
9983            ! ext/threads/shared/shared.xs ext/threads/threads.xs
9984 ____________________________________________________________________________
9985 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
9986         Log: Subject: [PATCH] Mommy, what's a pointer cast?
9987              From: Richard Soderberg <rs@oregonnet.com>
9988              Date: Mon, 29 Oct 2001 17:01:10 -0800
9989              Message-Id: <200110300101.RAA31561@oregonnet.com>
9990              
9991              (the perl.h part)
9992      Branch: perl
9993            ! perl.h
9994 ____________________________________________________________________________
9995 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
9996         Log: Subject: [PATCH] OpenBSD likes signal.h 
9997              From: Richard Soderberg <rs@oregonnet.com>
9998              Date: Mon, 29 Oct 2001 17:00:31 -0800
9999              Message-Id: <200110300100.RAA31533@oregonnet.com>
10000      Branch: perl
10001            ! unixish.h
10002 ____________________________________________________________________________
10003 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
10004         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
10005              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10006              Date: Mon, 29 Oct 2001 23:04:23 -0000
10007              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
10008      Branch: perl
10009            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10010            ! ext/DB_File/t/db-recno.t
10011 ____________________________________________________________________________
10012 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
10013         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
10014              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
10015              Date: Mon, 29 Oct 2001 12:34:07 -0600
10016              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
10017      Branch: perl
10018            ! ext/Time/HiRes/HiRes.t
10019 ____________________________________________________________________________
10020 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
10021         Log: Update Changes.
10022      Branch: perl
10023            ! Changes patchlevel.h
10024 ____________________________________________________________________________
10025 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
10026         Log: AIX needs an explicit symbol export list.
10027      Branch: perl
10028            ! lib/ExtUtils/Embed.t
10029 ____________________________________________________________________________
10030 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
10031         Log: The test (and the module) would require some
10032              quality hacking time to work on EBCDIC.  Based on
10033              the test results nothing seems to be majorly broken,
10034              the module just seems to have strange assumptions:
10035              got: ''\226\225\205'
10036              expected: ''one'
10037              The \226\225\205 being, of course, 'one', in EBCDIC.
10038      Branch: perl
10039            ! lib/Dumpvalue.t
10040 ____________________________________________________________________________
10041 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
10042         Log: Mark the test known to be failing in EBCDIC.
10043      Branch: perl
10044            ! t/op/tr.t
10045 ____________________________________________________________________________
10046 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
10047         Log: None of the libnet modules are going to work in
10048              EBCDIC without the Convert::EBCDIC.
10049      Branch: perl
10050            ! t/lib/1_compile.t
10051 ____________________________________________________________________________
10052 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
10053         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
10054      Branch: perl
10055            ! t/op/pack.t
10056 ____________________________________________________________________________
10057 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
10058         Log: UTF-EBCDIC ain't UTF-8.
10059      Branch: perl
10060            ! t/op/pack.t
10061 ____________________________________________________________________________
10062 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
10063         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
10064      Branch: perl
10065            ! t/lib/1_compile.t
10066 ____________________________________________________________________________
10067 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
10068         Log: Let's not assume ASCII.
10069      Branch: perl
10070            ! t/op/lc.t
10071 ____________________________________________________________________________
10072 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
10073         Log: Call the new perlio symbols differently.
10074      Branch: perl
10075            ! makedef.pl
10076 ____________________________________________________________________________
10077 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
10078         Log: Don't expect ASCII ordering.
10079      Branch: perl
10080            ! lib/ExtUtils/Manifest.t
10081 ____________________________________________________________________________
10082 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
10083         Log: Forgot from #12756.
10084      Branch: perl
10085            ! perlio.h
10086 ____________________________________________________________________________
10087 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
10088         Log: BeOS tweaks:
10089              - fseeko and ftello can be found by Configure but
10090              we do not seem to have prototypes for them so
10091              let's make up some
10092              - BeOS didn't use to have real sockets (sockets as
10093              filedescriptors) but the BONE package is supposed
10094              to fix this.  I do not know how to detect BONEness,
10095              see hints/beos.sh for a spot that needs to fixed.
10096              - BeOS has O_TEXT != O_BINARY but has no setmode()
10097      Branch: perl
10098            ! hints/beos.sh perlio.c
10099 ____________________________________________________________________________
10100 [ 12755] By: sky                                   on 2001/10/29  12:56:12
10101         Log: Ugly fix to not die when a thread creator is holding locks.
10102      Branch: perl
10103            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10104            ! ext/threads/threads.xs
10105 ____________________________________________________________________________
10106 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
10107         Log: Integrate change #12752 from maintperl;
10108              
10109              croak(Nullch) wasn't printing the contents of ERRSV if there was
10110              no outer eval (bug in change#6125)
10111      Branch: perl
10112           !> util.c
10113 ____________________________________________________________________________
10114 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
10115         Log: Subject: [PATCH h2xs] Use of static data in XS modules
10116              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10117              Date: Sun, 28 Oct 2001 21:19:07 -0000
10118              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
10119              
10120              with nits from Sarathy.
10121      Branch: perl
10122            ! utils/h2xs.PL
10123 ____________________________________________________________________________
10124 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
10125         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
10126              no outer eval (bug in change#6125)
10127      Branch: maint-5.6/perl
10128            ! util.c
10129 ____________________________________________________________________________
10130 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
10131         Log: More todo for the encoding pragma.
10132      Branch: perl
10133            ! lib/encoding.pm
10134 ____________________________________________________________________________
10135 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
10136         Log: Add the encoding pragma to control the "upgrade"
10137              from the native eight bit data to Unicode.
10138              
10139              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
10140      Branch: perl
10141            + lib/encoding.pm lib/encoding.t
10142            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
10143            ! pod/perlunicode.pod pod/perlvar.pod sv.c
10144 ____________________________________________________________________________
10145 [ 12749] By: sky                                   on 2001/10/28  21:02:33
10146         Log: Update documentation.
10147      Branch: perl
10148            ! ext/threads/shared/shared.pm
10149 ____________________________________________________________________________
10150 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
10151         Log: Integrate change #12747 from maintperl;
10152              
10153              finishing touches to system() fixes on windows:
10154              * detect cmd shell correctly even if it had full path in it
10155              * more quoting needed for single-arg system if the argument
10156              really had multiple quoted arguments within it
10157              * be smarter about not calling the shell when the executable
10158              has spaces, but otherwise does not need shell involvement
10159              * add a testsuite (windows-specific currently)
10160      Branch: perl
10161           +> t/op/system.t t/op/system_tests
10162            ! MANIFEST pod/perltodo.pod
10163           !> win32/win32.c
10164 ____________________________________________________________________________
10165 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
10166         Log: finishing touches to system() fixes on windows:
10167              * detect cmd shell correctly even if it had full path in it
10168              * more quoting needed for single-arg system if the argument
10169              really had multiple quoted arguments within it
10170              * be smarter about not calling the shell when the executable
10171              has spaces, but otherwise does not need shell involvement
10172              * add a testsuite (windows-specific currently)
10173      Branch: maint-5.6/perl
10174            + t/op/system.t t/op/system_tests
10175            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
10176 ____________________________________________________________________________
10177 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
10178         Log: Integrate perlio.
10179      Branch: perl
10180           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
10181 ____________________________________________________________________________
10182 [ 12745] By: nick                                  on 2001/10/28  16:08:14
10183         Log: Mingw32 fixup for Embed.t
10184      Branch: perlio
10185            ! lib/ExtUtils/Embed.t
10186 ____________________________________________________________________________
10187 [ 12744] By: nick                                  on 2001/10/28  15:54:14
10188         Log: GCC vs MS 64-bit constant syntax
10189      Branch: perlio
10190            ! ext/Time/HiRes/HiRes.xs
10191 ____________________________________________________________________________
10192 [ 12743] By: nick                                  on 2001/10/28  15:42:55
10193         Log: Integrate mainline
10194      Branch: perlio
10195           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
10196 ____________________________________________________________________________
10197 [ 12742] By: sky                                   on 2001/10/28  14:47:10
10198         Log: Manpage updates.
10199      Branch: perl
10200            ! ext/threads/threads.pm
10201 ____________________________________________________________________________
10202 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
10203         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
10204      Branch: perl
10205            ! lib/ExtUtils/Embed.t
10206 ____________________________________________________________________________
10207 [ 12740] By: nick                                  on 2001/10/28  14:14:24
10208         Log: Integrate mainline
10209      Branch: perlio
10210           !> lib/ExtUtils/Embed.t win32/win32.c
10211 ____________________________________________________________________________
10212 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
10213         Log: Need to be ./executed.
10214      Branch: perl
10215            ! lib/ExtUtils/Embed.t
10216 ____________________________________________________________________________
10217 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
10218         Log: Integrate perlio.
10219      Branch: perl
10220           !> perlio.c win32/win32.h
10221 ____________________________________________________________________________
10222 [ 12737] By: nick                                  on 2001/10/28  13:53:45
10223         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
10224              by gcc -xc++.
10225      Branch: perlio
10226            ! win32/win32.h
10227 ____________________________________________________________________________
10228 [ 12736] By: nick                                  on 2001/10/28  13:50:50
10229         Log: Have :stdio layer update an honour the fd refcnt table.
10230              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
10231      Branch: perlio
10232            ! perlio.c
10233 ____________________________________________________________________________
10234 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
10235         Log: Integrate changes #12724 and #12725 from maintperl;
10236              multiarg system now works.
10237      Branch: perl
10238           !> win32/win32.c
10239 ____________________________________________________________________________
10240 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
10241         Log: Integrate perlio.
10242      Branch: perl
10243           +> lib/ExtUtils/Embed.t
10244           !> MANIFEST perlio.c
10245 ____________________________________________________________________________
10246 [ 12733] By: nick                                  on 2001/10/28  13:07:16
10247         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
10248              least for PERLIO=perlio unthreaded case
10249      Branch: perlio
10250            ! perlio.c
10251 ____________________________________________________________________________
10252 [ 12732] By: nick                                  on 2001/10/28  11:10:24
10253         Log: Typo in exe name
10254      Branch: perlio
10255            ! lib/ExtUtils/Embed.t
10256 ____________________________________________________________________________
10257 [ 12731] By: nick                                  on 2001/10/28  11:09:59
10258         Log: Integrate Mainline
10259      Branch: perlio
10260           !> Changes configure.com ext/DB_File/DB_File.pm
10261           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
10262           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
10263           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
10264           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
10265           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
10266           !> t/TEST t/op/regexp.t win32/buildext.pl
10267 ____________________________________________________________________________
10268 [ 12730] By: nick                                  on 2001/10/28  11:05:35
10269         Log: Fixup Embed.t for Win32/VC++
10270      Branch: perlio
10271            ! lib/ExtUtils/Embed.t
10272 ____________________________________________________________________________
10273 [ 12729] By: nick                                  on 2001/10/28  09:36:20
10274         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
10275              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
10276              ExtUtils::Embed.
10277      Branch: perlio
10278            + lib/ExtUtils/Embed.t
10279            ! MANIFEST
10280 ____________________________________________________________________________
10281 [ 12728] By: sky                                   on 2001/10/28  08:12:53
10282         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
10283              line manually!
10284      Branch: perl
10285            ! lib/ExtUtils/xsubpp
10286 ____________________________________________________________________________
10287 [ 12727] By: sky                                   on 2001/10/28  08:02:09
10288         Log: And here we use the prototypes.
10289      Branch: perl
10290            ! ext/threads/shared/shared.xs
10291 ____________________________________________________________________________
10292 [ 12726] By: sky                                   on 2001/10/28  08:00:48
10293         Log: Support [] style prototypes.
10294      Branch: perl
10295            ! lib/ExtUtils/xsubpp
10296 ____________________________________________________________________________
10297 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
10298         Log: yet another multi-arg system() fix on windows: batch files as the
10299              first argument (i.e. directly executed by CreateProcess()) need
10300              extra quoting to escape shell-shock
10301      Branch: maint-5.6/perl
10302            ! win32/win32.c
10303 ____________________________________________________________________________
10304 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
10305         Log: another multi-arg system() fix on windows: passing empty arguments
10306              now works
10307      Branch: maint-5.6/perl
10308            ! win32/win32.c
10309 ____________________________________________________________________________
10310 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
10311         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
10312              No final #else #error because we do not seem to
10313              be using #error?
10314      Branch: perl
10315            ! op.h
10316 ____________________________________________________________________________
10317 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
10318         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
10319              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
10320              Date: Sat, 27 Oct 2001 23:28:44 EST 
10321              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
10322      Branch: perl
10323            ! ext/Time/HiRes/HiRes.xs
10324 ____________________________________________________________________________
10325 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
10326         Log: Regen perlapi, perltoc.
10327      Branch: perl
10328            ! pod/perlapi.pod pod/perltoc.pod
10329 ____________________________________________________________________________
10330 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
10331         Log: Subject: [PATCH] sv.h documentation
10332              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
10333              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
10334              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
10335      Branch: perl
10336            ! sv.h
10337 ____________________________________________________________________________
10338 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
10339         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
10340              system("nmake -nologo", "clean") and there is no executable
10341              called "nmake -nologo"; this used to "work" pre-change#12559 due
10342              to bugs in multiarg system() that have since been fixed
10343      Branch: perl
10344            ! win32/buildext.pl
10345 ____________________________________________________________________________
10346 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
10347         Log: Update Changes.
10348      Branch: perl
10349            ! Changes patchlevel.h
10350 ____________________________________________________________________________
10351 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
10352         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
10353              From: Richard.Foley@t-online.de (Richard Foley)            
10354              Date: Sun, 28 Oct 2001 00:48:32 +0200
10355              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
10356      Branch: perl
10357            ! pod/perlhack.pod
10358 ____________________________________________________________________________
10359 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
10360         Log: Must store pointers with the right width.
10361      Branch: perl
10362            ! op.h
10363 ____________________________________________________________________________
10364 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
10365         Log: Integrate change #12711 from perlio;
10366              
10367              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
10368              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
10369      Branch: perl
10370           !> perlio.c
10371 ____________________________________________________________________________
10372 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
10373         Log: Subject: [PATCH] make minitest
10374              From: Nicholas Clark <nick@ccl4.org>
10375              Date: Sat, 27 Oct 2001 22:56:16 +0100
10376              Message-ID: <20011027225616.L20275@plum.flirble.org>
10377      Branch: perl
10378            ! t/TEST
10379 ____________________________________________________________________________
10380 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
10381         Log: Patch #12661 missed this.
10382      Branch: perl
10383            ! ext/DB_File/DB_File.pm
10384 ____________________________________________________________________________
10385 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
10386         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
10387              From: "Craig A. Berry" <craigberry@mac.com>
10388              Date: Sat, 27 Oct 2001 16:07:47 -0500
10389              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
10390      Branch: perl
10391            ! configure.com perlio.c
10392 ____________________________________________________________________________
10393 [ 12711] By: nick                                  on 2001/10/27  19:49:25
10394         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
10395              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
10396      Branch: perlio
10397            ! perlio.c
10398 ____________________________________________________________________________
10399 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
10400         Log: Let's not replace reason if there's one already supplied.
10401      Branch: perl
10402            ! t/op/regexp.t
10403 ____________________________________________________________________________
10404 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
10405         Log: is not good.
10406      Branch: perl
10407            ! t/op/regexp.t
10408 ____________________________________________________________________________
10409 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
10410         Log: ldlibpth can exist but be unset.
10411      Branch: perl
10412            ! t/TEST
10413 ____________________________________________________________________________
10414 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
10415         Log: Unicode: property alias naming cleanup.
10416      Branch: perl
10417            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
10418 ____________________________________________________________________________
10419 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
10420         Log: FAQ sync.
10421      Branch: perl
10422            ! pod/perlfaq4.pod
10423 ____________________________________________________________________________
10424 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
10425         Log: Integrate change #12703 from maintperl;
10426              
10427              typemap stuff intervenes before declaration, move it to PREINIT
10428              section
10429              
10430              (an empty integrate, but now the files are in sync
10431              between the branches)
10432      Branch: perl
10433           !> ext/ODBM_File/ODBM_File.xs
10434 ____________________________________________________________________________
10435 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
10436         Log: More PerlIO symbols.
10437      Branch: perl
10438            ! makedef.pl
10439 ____________________________________________________________________________
10440 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
10441         Log: typemap stuff intervenes before declaration, move it to PREINIT
10442              section
10443      Branch: maint-5.6/perl
10444            ! ext/ODBM_File/ODBM_File.xs
10445 ____________________________________________________________________________
10446 [ 12702] By: nick                                  on 2001/10/27  14:09:35
10447         Log: Integrate mainline
10448      Branch: perlio
10449           +> ext/threads/shared/t/av_simple.t
10450           +> ext/threads/shared/t/hv_refs.t
10451           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
10452           !> (integrate 109 files)
10453 ____________________________________________________________________________
10454 [ 12700] By: ams                                   on 2001/10/26  21:22:23
10455         Log: Subject: [PATCH] tweak divide
10456              From: Nicholas Clark <nick@ccl4.org>
10457              Date: Fri, 26 Oct 2001 22:52:17 +0100
10458              Message-Id: <20011026225217.B20275@plum.flirble.org>
10459      Branch: perl
10460            ! pp.c
10461 ____________________________________________________________________________
10462 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
10463         Log: Integrate a buncha things from maintperl.
10464      Branch: maint-5.6/macperl
10465           !> (integrate 32 files)
10466 ____________________________________________________________________________
10467 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
10468         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
10469              From: Andy Dougherty <doughera@lafayette.edu>
10470              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
10471              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
10472      Branch: perl
10473            ! hints/svr4.sh
10474 ____________________________________________________________________________
10475 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
10476         Log: When you're root, many things become writable.
10477      Branch: perl
10478            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
10479 ____________________________________________________________________________
10480 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
10481         Log: Update Changes.
10482      Branch: perl
10483            ! Changes patchlevel.h
10484 ____________________________________________________________________________
10485 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
10486         Log: Term/Cap.t attempts to access the floppy drive for no good reason
10487              on dosish systems
10488      Branch: perl
10489            ! lib/Term/Cap.t
10490 ____________________________________________________________________________
10491 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
10492         Log: fix misleading comment on known inadequacy in B::Terse, and skip
10493              it correctly
10494      Branch: perl
10495            ! ext/B/t/terse.t
10496 ____________________________________________________________________________
10497 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
10498         Log: fix spurious AutoSplit.t failure under windows
10499      Branch: perl
10500            ! lib/AutoSplit.t
10501 ____________________________________________________________________________
10502 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
10503         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
10504      Branch: perl
10505            ! ext/Time/HiRes/HiRes.t
10506 ____________________________________________________________________________
10507 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
10508         Log: More logical to use %04"UVXf" than %"UVuf" since
10509              the Unicode standard prefers hex.
10510      Branch: perl
10511            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
10512            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
10513            ! lib/unicore/mktables utf8.c
10514 ____________________________________________________________________________
10515 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
10516         Log: change#12065 seems to have broken Encode build on windows; fix
10517      Branch: perl
10518            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
10519 ____________________________________________________________________________
10520 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
10521         Log: Unicode: add the case folding table.
10522      Branch: perl
10523            + lib/unicore/To/Fold.pl
10524            ! MANIFEST lib/unicore/mktables
10525 ____________________________________________________________________________
10526 [ 12688] By: sky                                   on 2001/10/26  13:51:29
10527         Log: Get the new functions right, do not export lock since we use builtin lock.
10528              TODO: fix xsubpp to support the new prototypes
10529      Branch: perl
10530            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10531 ____________________________________________________________________________
10532 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
10533         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
10534              as suggested by Sarathy.
10535      Branch: perl
10536            ! mg.c
10537 ____________________________________________________________________________
10538 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
10539         Log: avoid compiler warning
10540      Branch: perl
10541            ! win32/win32.c
10542 ____________________________________________________________________________
10543 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
10544         Log: WinCE update from Rainer Keuchel.
10545      Branch: perl
10546            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
10547            ! wince/wince.c
10548 ____________________________________________________________________________
10549 [ 12684] By: sky                                   on 2001/10/26  13:34:33
10550         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
10551      Branch: perl
10552            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10553 ____________________________________________________________________________
10554 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
10555         Log: More fixes that were made to the core and not in the libnet src
10556      Branch: perl
10557            ! lib/Net/Domain.pm
10558 ____________________________________________________________________________
10559 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
10560         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
10561              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
10562              Date: Fri, 26 Oct 2001 13:55:21 +0200
10563              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
10564              
10565              (plus make the db-recno.t#59 accept both \n and \r\n)
10566      Branch: perl
10567            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10568            ! ext/DB_File/t/db-recno.t
10569 ____________________________________________________________________________
10570 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
10571         Log: Fix tests to be able to run in the core and the CPAN dist
10572      Branch: perl
10573            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
10574            ! lib/Net/t/require.t lib/Net/t/smtp.t
10575 ____________________________________________________________________________
10576 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
10577         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
10578              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10579              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
10580              Date: Fri, 26 Oct 2001 08:34:46 EDT
10581      Branch: perl
10582            ! ext/Time/HiRes/HiRes.t
10583 ____________________________________________________________________________
10584 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
10585         Log: Sync libnet modules with what will be libnet-1.08
10586      Branch: perl
10587            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
10588            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
10589            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
10590            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
10591 ____________________________________________________________________________
10592 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
10593         Log: Integrate maintperl changes #12268 and #12669;
10594              
10595              final touches to the audit for statics and thread-unsafe code
10596              * make DB_File, ODBM_File thread-safe 
10597              * remove unnecessary/dangerous statics and protect others
10598              from not getting accidentally enabled under threaded perls
10599              
10600              windows support functions get_childdir() et al aren't exported
10601              correctly under vanilla build
10602              
10603              Testing under win32 appreciated since changes there had
10604              to be manually merged and I cannot test how badly did I do.
10605      Branch: perl
10606           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
10607           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
10608           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
10609           !> win32/vmem.h win32/win32.c win32/win32iop.h
10610 ____________________________________________________________________________
10611 [ 12677] By: sky                                   on 2001/10/26  12:37:17
10612         Log: More Config::threads to threads::threads changes
10613      Branch: perl
10614            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
10615 ____________________________________________________________________________
10616 [ 12676] By: sky                                   on 2001/10/26  12:31:46
10617         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
10618      Branch: perl
10619            ! ext/threads/threads.pm ext/threads/threads.xs
10620 ____________________________________________________________________________
10621 [ 12675] By: sky                                   on 2001/10/26  12:06:30
10622         Log: Allocing a TLS in runtime is not too hot.
10623      Branch: perl
10624            ! ext/threads/threads.xs
10625 ____________________________________________________________________________
10626 [ 12674] By: sky                                   on 2001/10/26  11:59:09
10627         Log: Don't display debug data.
10628      Branch: perl
10629            ! ext/threads/threads.pm
10630 ____________________________________________________________________________
10631 [ 12673] By: sky                                   on 2001/10/26  11:35:47
10632         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
10633              complete bar support for blessed objects.
10634              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
10635      Branch: perl
10636            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
10637 ____________________________________________________________________________
10638 [ 12672] By: sky                                   on 2001/10/26  11:15:28
10639         Log: Fix case where shared reference does not exist in current thread.
10640      Branch: perl
10641            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
10642 ____________________________________________________________________________
10643 [ 12671] By: sky                                   on 2001/10/26  08:48:52
10644         Log: Support for references in shared arrays.
10645      Branch: perl
10646            ! ext/threads/shared/shared.xs
10647 ____________________________________________________________________________
10648 [ 12670] By: sky                                   on 2001/10/26  08:30:11
10649         Log: Add tests for references in hashes.
10650      Branch: perl
10651            + ext/threads/shared/t/hv_refs.t
10652            ! MANIFEST
10653 ____________________________________________________________________________
10654 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
10655         Log: windows support functions get_childdir() et al aren't exported
10656              correctly under vanilla build
10657      Branch: maint-5.6/perl
10658            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
10659 ____________________________________________________________________________
10660 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
10661         Log: final touches to the audit for statics and thread-unsafe code
10662              * make DB_File, ODBM_File thread-safe 
10663              * remove unnecessary/dangerous statics and protect others
10664              from not getting accidentally enabled under threaded perls
10665      Branch: maint-5.6/perl
10666            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
10667            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
10668            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
10669            ! win32/win32.c
10670 ____________________________________________________________________________
10671 [ 12667] By: ams                                   on 2001/10/26  03:48:36
10672         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
10673              From: "Richard Soderberg" <rs@crystalflame.net>
10674              Date: Thu, 25 Oct 2001 23:42:50 -0400
10675              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
10676      Branch: perl
10677            ! sharedsv.c
10678 ____________________________________________________________________________
10679 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
10680         Log: Integrate change #12664 from maintperl;
10681              
10682              the newest GCCs don't seem to like C<"string1"##STRING2>
10683              so keep it as C<"string1" STRING2> (latter appears to
10684              work everywhere)
10685      Branch: perl
10686           !> ext/DynaLoader/dlutils.c
10687 ____________________________________________________________________________
10688 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
10689         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
10690              From: Chris Nandor <pudge@pobox.com>
10691              Date: Thu, 25 Oct 2001 22:15:03 -0400
10692              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
10693      Branch: perl
10694            ! perl.h
10695 ____________________________________________________________________________
10696 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
10697         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
10698              C<"string1" STRING2> (latter appears to work everywhere)
10699      Branch: maint-5.6/perl
10700            ! ext/DynaLoader/dlutils.c
10701 ____________________________________________________________________________
10702 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
10703         Log: AUTHORS update.
10704      Branch: perl
10705            ! AUTHORS
10706 ____________________________________________________________________________
10707 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
10708         Log: Integrate change #12660 from maintperl;
10709              
10710              make the dMY_CXT stuff available under all of
10711              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
10712      Branch: perl
10713           !> perl.h
10714 ____________________________________________________________________________
10715 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
10716         Log: Subject: [PATCH] DB_File-1.79
10717              From: "Paul Marquess" <paul.marquess@openwave.com>
10718              Date: Fri, 26 Oct 2001 00:03:54 +0100
10719              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
10720      Branch: perl
10721            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
10722            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
10723 ____________________________________________________________________________
10724 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
10725         Log: make the dMY_CXT stuff available under all of
10726              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
10727      Branch: maint-5.6/perl
10728            ! perl.h
10729 ____________________________________________________________________________
10730 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
10731         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
10732              From: Michael G Schwern <schwern@pobox.com>
10733              Date: Thu, 25 Oct 2001 18:28:12 -0400
10734              Message-ID: <20011025182812.M4811@blackrider>
10735      Branch: perl
10736            ! t/run/kill_perl.t
10737 ____________________________________________________________________________
10738 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
10739         Log: STRLEN != int.
10740      Branch: perl
10741            ! regcomp.c regexec.c
10742 ____________________________________________________________________________
10743 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
10744         Log: Subject: [PATCH] remove small IVop redundancy
10745              From: Nicholas Clark <nick@ccl4.org>
10746              Date: Thu, 25 Oct 2001 22:48:28 +0100
10747              Message-ID: <20011025224827.M66471@plum.flirble.org>
10748      Branch: perl
10749            ! pp.c pp_hot.c
10750 ____________________________________________________________________________
10751 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
10752         Log: Metaconfig unit change for #12655.
10753      Branch: metaconfig/U/perl
10754            ! Extensions.U
10755 ____________________________________________________________________________
10756 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
10757         Log: Subject: Re: Not OK @12650
10758              From: Andy Dougherty <doughera@lafayette.edu>
10759              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
10760              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
10761      Branch: perl
10762            ! Configure
10763 ____________________________________________________________________________
10764 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
10765         Log: Integrate changes #12652 and #12653 from maintperl;
10766              
10767              more tweaks to change#12626
10768              * move the boilerplate code over to perl.h and make DynaLoader
10769              use it
10770              * make re, Opcode, File::Glob and B threadsafe
10771              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
10772              C<no re;> anywhere)
10773              
10774              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
10775              
10776              File::Glob required a bit more work in bleadperl
10777              because of ExtUtils::Constant (see the Makefile.PL change)
10778      Branch: perl
10779            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
10780           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10781           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
10782 ____________________________________________________________________________
10783 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
10784         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
10785      Branch: maint-5.6/perl
10786            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10787            ! ext/Opcode/Opcode.xs ext/re/re.xs
10788 ____________________________________________________________________________
10789 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
10790         Log: more tweaks to change#12626
10791              * move the boilerplate code over to perl.h and make DynaLoader
10792              use it
10793              * make re, Opcode, File::Glob and B threadsafe
10794              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
10795              C<no re;> anywhere)
10796      Branch: maint-5.6/perl
10797            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10798            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
10799 ____________________________________________________________________________
10800 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
10801         Log: Metaconfig unit change for #12650.
10802      Branch: metaconfig/U/perl
10803            ! Extensions.U
10804 ____________________________________________________________________________
10805 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
10806         Log: Subject: Re: ithreads doesn't like usedl=n
10807              From: Andy Dougherty <doughera@lafayette.edu>
10808              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
10809              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
10810              
10811              Special-case threads::shared.
10812      Branch: perl
10813            ! Configure
10814 ____________________________________________________________________________
10815 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
10816         Log: Getting fancier...
10817      Branch: perl
10818            ! t/TEST
10819 ____________________________________________________________________________
10820 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
10821         Log: csh - what a pain.
10822      Branch: perl
10823            ! t/TEST
10824 ____________________________________________________________________________
10825 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
10826         Log: Update Changes.
10827      Branch: perl
10828            ! Changes patchlevel.h
10829 ____________________________________________________________________________
10830 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
10831         Log: Allow resetting the locale system for the duration
10832              of the build (Mac OS X default setting LANG=En_US
10833              ist kaputt)
10834      Branch: perl
10835            ! Makefile.SH
10836 ____________________________________________________________________________
10837 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
10838         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
10839      Branch: perl
10840            ! ext/Digest/MD5/t/files.t
10841 ____________________________________________________________________________
10842 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
10843         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
10844              From: Andy Dougherty <doughera@lafayette.edu>
10845              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
10846              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
10847      Branch: perl
10848            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
10849            ! ext/threads/shared/Makefile.PL
10850 ____________________________________________________________________________
10851 [ 12643] By: sky                                   on 2001/10/25  12:28:26
10852         Log: Add support for reference members of hashes.
10853      Branch: perl
10854            ! ext/threads/shared/shared.xs
10855 ____________________________________________________________________________
10856 [ 12642] By: ams                                   on 2001/10/25  12:21:13
10857         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
10858              From: "Norton Allen" <nort@qnx.com>
10859              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
10860              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
10861      Branch: perl
10862            ! ext/Digest/MD5/MD5.xs
10863 ____________________________________________________________________________
10864 [ 12641] By: sky                                   on 2001/10/25  10:27:39
10865         Log: Tests shared hashes.
10866      Branch: perl
10867            + ext/threads/shared/t/hv_simple.t
10868            ! MANIFEST
10869 ____________________________________________________________________________
10870 [ 12640] By: sky                                   on 2001/10/25  10:18:23
10871         Log: Fix threadcounts for arrays and hashes.
10872      Branch: perl
10873            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10874 ____________________________________________________________________________
10875 [ 12639] By: sky                                   on 2001/10/25  10:17:26
10876         Log: Note to self, doing *src_ary++ in a macro that evaluates
10877              the value more than once is a good way to dump core.
10878      Branch: perl
10879            ! sharedsv.c
10880 ____________________________________________________________________________
10881 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
10882         Log: Integrate change #12636 from maintperl; more dl fixups.
10883      Branch: perl
10884           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10885           !> ext/DynaLoader/dl_vms.xs
10886 ____________________________________________________________________________
10887 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
10888         Log: Like dl_hpux, like dl_dld.
10889      Branch: perl
10890            ! ext/DynaLoader/dl_dld.xs
10891 ____________________________________________________________________________
10892 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
10893         Log: followups to change#12635
10894      Branch: maint-5.6/perl
10895            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10896            ! ext/DynaLoader/dl_vms.xs
10897 ____________________________________________________________________________
10898 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
10899         Log: add part of change#12634 to the two files that need it; dl_aix.xs
10900              in maint-5.6 doesn't have the branch that had the problem in
10901              mainline
10902      Branch: maint-5.6/perl
10903            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
10904 ____________________________________________________________________________
10905 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
10906         Log: Fixes for #12627.
10907      Branch: perl
10908            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
10909 ____________________________________________________________________________
10910 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
10911         Log: Since pv_uni_display and sv_uni_display are now used
10912              in the re extension, their symbols have to be exported.
10913      Branch: perl
10914            ! embed.pl global.sym
10915 ____________________________________________________________________________
10916 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
10917         Log: Subject:  Re: [PATCH Perl@12567] debug /list
10918              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10919              Date: Tue, 23 Oct 2001 21:40:33 EDT
10920              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
10921      Branch: perl
10922            ! configure.com
10923 ____________________________________________________________________________
10924 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
10925         Log: This takes care of some of the re 'debug' cases but
10926              not all cases since the information whether the pattern
10927              or the target are utf8 seems to be either lost or not
10928              spread widely enough, sigh.
10929      Branch: perl
10930            ! regcomp.c
10931 ____________________________________________________________________________
10932 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
10933         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
10934              From: John Peacock <jpeacock@rowman.com>
10935              Date: Wed, 24 Oct 2001 16:53:29 -0400
10936              Message-ID: <3BD72A49.1508D152@rowman.com>
10937      Branch: perl
10938            ! configure.com
10939 ____________________________________________________________________________
10940 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
10941         Log: Upgrade NetWare and WinCE as in #12626.
10942      Branch: perl
10943            ! NetWare/dl_netware.xs wince/dl_win32.xs
10944 ____________________________________________________________________________
10945 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
10946         Log: Tru64 compiler nit.
10947      Branch: perl
10948            ! ext/threads/shared/shared.xs
10949 ____________________________________________________________________________
10950 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
10951         Log: Integrate change #12626 from maintperl;
10952              make DynaLoader threadsafe by moving all statics into
10953              interpreter-local space
10954              
10955              TODO: Netware, OS/2, WinCE
10956      Branch: perl
10957           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10958           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10959           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10960           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10961           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10962           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10963           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
10964 ____________________________________________________________________________
10965 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
10966         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
10967              space
10968      Branch: maint-5.6/perl
10969            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10970            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10971            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10972            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10973            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10974            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10975            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
10976 ____________________________________________________________________________
10977 [ 12625] By: sky                                   on 2001/10/24  20:05:26
10978         Log: Change #12623 inflicted an infinite hang. Fixed.
10979      Branch: perl
10980            ! ext/threads/shared/shared.xs
10981 ____________________________________________________________________________
10982 [ 12624] By: sky                                   on 2001/10/24  19:06:55
10983         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
10984      Branch: perl
10985            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10986 ____________________________________________________________________________
10987 [ 12623] By: sky                                   on 2001/10/24  18:06:34
10988         Log: We need to do sharedsv_find in the original perl context.
10989      Branch: perl
10990            ! ext/threads/shared/shared.xs
10991 ____________________________________________________________________________
10992 [ 12622] By: sky                                   on 2001/10/24  17:26:51
10993         Log: Add support for basic support for AVs, references not supported yet.
10994              Add test for AVs.
10995              Add more tests to sv_refs
10996              Fix documentation issues.  
10997      Branch: perl
10998            + ext/threads/shared/t/av_simple.t
10999            ! MANIFEST ext/threads/shared/shared.pm
11000            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
11001 ____________________________________________________________________________
11002 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
11003         Log: Dump Unicode better for re 'debug'.  The regprop()
11004              is unfinished since have to figure out how to detect
11005              Unicodeness in there.
11006      Branch: perl
11007            ! regcomp.c regexec.c
11008 ____________________________________________________________________________
11009 [ 12620] By: sky                                   on 2001/10/24  13:18:07
11010         Log: Add support for finding shared arrays and hashes.
11011      Branch: perl
11012            ! sharedsv.c
11013 ____________________________________________________________________________
11014 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
11015         Log: Rewrite sv_uni_display() as pv_uni_display() as
11016              reimplement sv_uni_display() using that.
11017      Branch: perl
11018            ! dump.c embed.h embed.pl proto.h
11019 ____________________________________________________________________________
11020 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
11021         Log: Integrate change #12615 from maintperl;
11022              on Windows, IO::File::new_tmpfile() fails after being called
11023              32767 times because MSVCRT thinks stdio's TMP_MAX is a
11024              process-wide limit
11025      Branch: perl
11026           !> win32/win32.c
11027 ____________________________________________________________________________
11028 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
11029         Log: Don't try to print ints as IVs.
11030      Branch: perl
11031            ! ext/Time/HiRes/HiRes.xs
11032 ____________________________________________________________________________
11033 [ 12616] By: sky                                   on 2001/10/24  11:06:35
11034         Log: We only need to fetch the SV from the backend if the index
11035              is not the same as mg_private.     In theory this could be
11036              a problem if there are an exact multiple of U16 changes
11037              of a shared variable between two access in a given thread,
11038              we choose to avoid theory for now.
11039      Branch: perl
11040            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
11041 ____________________________________________________________________________
11042 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
11043         Log: on Windows, IO::File::new_tmpfile() fails after being called
11044              32767 times because MSVCRT thinks stdio's TMP_MAX is a
11045              process-wide limit
11046      Branch: maint-5.6/perl
11047            ! win32/win32.c
11048 ____________________________________________________________________________
11049 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
11050         Log: Negation and Unicode: sort of solves 20010303.010,
11051              except not quite like reported in the Subject
11052              (Perl_warner is still utf8-ignorant).
11053      Branch: perl
11054            ! pp.c t/lib/warnings/sv
11055 ____________________________________________________________________________
11056 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
11057         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
11058      Branch: perl
11059            ! sv.c t/lib/warnings/sv
11060 ____________________________________________________________________________
11061 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
11062         Log: sv_uni_display(): do not add the "...", let the caller
11063              do it if wanted, and be prepared for more display options.
11064      Branch: perl
11065            ! dump.c embed.h embed.pl proto.h
11066 ____________________________________________________________________________
11067 [ 12611] By: nick                                  on 2001/10/23  20:28:07
11068         Log: Integrate mainline
11069      Branch: perlio
11070           !> Changes configure.com cygwin/cygwin.c
11071           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
11072           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
11073           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
11074           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
11075           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
11076           !> utils/h2xs.PL utils/perldoc.PL
11077 ____________________________________________________________________________
11078 [ 12610] By: sky                                   on 2001/10/23  19:39:24
11079         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
11080              don't call themselves READONLY but still die with modification
11081              attempt. We only call bless for ext and umagic.
11082      Branch: perl
11083            ! sv.c
11084 ____________________________________________________________________________
11085 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
11086         Log: Croak() on negative time; doc tweaks.
11087      Branch: perl
11088            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11089            ! ext/Time/HiRes/HiRes.xs
11090 ____________________________________________________________________________
11091 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
11092         Log: FAQ sync.
11093      Branch: perl
11094            ! pod/perlfaq4.pod pod/perlfaq7.pod
11095 ____________________________________________________________________________
11096 [ 12607] By: sky                                   on 2001/10/23  18:27:27
11097         Log: Call setmagic on the referent we are blessing.
11098      Branch: perl
11099            ! sv.c
11100 ____________________________________________________________________________
11101 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
11102         Log: Small test nits.
11103      Branch: perl
11104            ! t/op/lc.t
11105 ____________________________________________________________________________
11106 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
11107         Log: Update Changes.
11108      Branch: perl
11109            ! Changes patchlevel.h
11110 ____________________________________________________________________________
11111 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
11112         Log: Make the PerlIO_init() prototypes consistent.
11113      Branch: perl
11114            ! perlio.c
11115 ____________________________________________________________________________
11116 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
11117         Log: Upping the test count is a good idea.
11118      Branch: perl
11119            ! t/op/lc.t
11120 ____________________________________________________________________________
11121 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
11122         Log: Document the final sigma spot.
11123      Branch: perl
11124            ! pp.c
11125 ____________________________________________________________________________
11126 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
11127         Log: Fix multicharacter titlecase (ucfirst).
11128      Branch: perl
11129            ! pod/perlunicode.pod pp.c t/op/lc.t
11130 ____________________________________________________________________________
11131 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
11132         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
11133              From: Mikhail Zabaluev <mhz@alt-linux.org>
11134              Date: Tue, 23 Oct 2001 10:40:37 +0400
11135              Message-ID: <20011023104037.A12761@localhost.localdomain>
11136              
11137              (#12406 replaced with this)
11138      Branch: perl
11139            ! utils/perldoc.PL
11140 ____________________________________________________________________________
11141 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
11142         Log: MacOS Classic updates from Pudge.
11143      Branch: perl
11144            ! lib/File/Spec.t lib/File/Spec/Mac.pm
11145 ____________________________________________________________________________
11146 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
11147         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
11148              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11149              Date: Sun, 14 Oct 2001 23:14:46 +0200
11150              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
11151              
11152              except for the 2->4 changes.
11153      Branch: perl
11154            ! lib/AutoSplit.t
11155 ____________________________________________________________________________
11156 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
11157         Log: integrate macperl contents into maint-5.6
11158      Branch: maint-5.6/perl
11159            ! mg.c
11160           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
11161           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
11162           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
11163           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
11164           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
11165           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
11166           !> t/lib/filefind.t t/lib/filespec.t
11167 ____________________________________________________________________________
11168 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
11169         Log: At some point the #6234 has been lost from the mainline
11170              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
11171      Branch: perl
11172            ! lib/File/Spec/Win32.pm
11173 ____________________________________________________________________________
11174 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
11175         Log: Cygwin seems to round up (or closest, but not down)
11176              for time(), so half of the time (bad pun intended)
11177              Time::HiRes::time() is less than time(), half of
11178              the time it's more.  So let's try harder in the loop.
11179      Branch: perl
11180            ! ext/Time/HiRes/HiRes.t
11181 ____________________________________________________________________________
11182 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
11183         Log: MacOS Classic timeofday(), from Chris Nandor. 
11184      Branch: perl
11185            ! ext/Time/HiRes/HiRes.xs
11186 ____________________________________________________________________________
11187 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
11188         Log: Integrate changes #12580 and #12581 from macperl;
11189              
11190              Fix path construction.
11191              
11192              (Copyright) Nit.
11193      Branch: perl
11194           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
11195 ____________________________________________________________________________
11196 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
11197         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
11198              doesn't seem to help (the error being output to console, maybe?)
11199      Branch: perl
11200            ! lib/Net/Domain.pm
11201 ____________________________________________________________________________
11202 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
11203         Log: Taint the getcwd() result also in Cygwin.
11204              (TODO: which other platforms need the same thing?)
11205      Branch: perl
11206            ! cygwin/cygwin.c
11207 ____________________________________________________________________________
11208 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
11209         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
11210      Branch: perl
11211            ! t/op/taint.t
11212 ____________________________________________________________________________
11213 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
11214         Log: getpwuid() fragility continues.
11215      Branch: perl
11216            ! utils/h2xs.PL
11217 ____________________________________________________________________________
11218 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
11219         Log: getpwuid() might succeed but that's no guarantee
11220              that the $home will be defined.
11221      Branch: perl
11222            ! ext/File/Glob/t/basic.t
11223 ____________________________________________________________________________
11224 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
11225         Log: It's safer to to expand the variable, too... (see #12571)
11226      Branch: perl
11227            ! t/TEST
11228 ____________________________________________________________________________
11229 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
11230         Log: Integrate with maintperl.
11231      Branch: maint-5.6/macperl
11232           !> win32/bin/pl2bat.pl win32/win32.c
11233 ____________________________________________________________________________
11234 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
11235         Log: Oops, forgot to include Win32 ... just as well, since it
11236              seems in bleadperl, change #7764 was not included
11237              (adding C:\temp).  Re-added.  Rip it back out if it
11238              doesn't belong.  :-)
11239      Branch: maint-5.6/macperl
11240            ! lib/File/Spec/Win32.pm
11241 ____________________________________________________________________________
11242 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
11243         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
11244              From: "Craig A. Berry" <craigberry@mac.com>
11245              Date: Mon, 22 Oct 2001 15:25:19 -0500
11246              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
11247      Branch: perl
11248            ! configure.com
11249 ____________________________________________________________________________
11250 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
11251         Log: Add in lots of File::Spec changes, from Thomas Wegner,
11252              and sync with changes from bleadperl.
11253      Branch: maint-5.6/macperl
11254            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
11255            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
11256            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
11257            ! lib/File/Spec/Win32.pm t/lib/filespec.t
11258 ____________________________________________________________________________
11259 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
11260         Log: Sync with latest File::Find and tests from bleadperl.
11261      Branch: maint-5.6/macperl
11262            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
11263 ____________________________________________________________________________
11264 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
11265         Log: Nit.
11266      Branch: maint-5.6/macperl
11267            ! perl.c
11268 ____________________________________________________________________________
11269 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
11270         Log: Fix path construction.
11271      Branch: maint-5.6/macperl
11272            ! ext/DynaLoader/DynaLoader_pm.PL
11273 ____________________________________________________________________________
11274 [ 12579] By: nick                                  on 2001/10/22  19:08:35
11275         Log: Integrate mainline (for Arthurs thread.xs fix)
11276      Branch: perlio
11277           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
11278 ____________________________________________________________________________
11279 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
11280         Log: Fix up exported symbols, move relevant docs
11281              over from macperl.pod.
11282      Branch: maint-5.6/macperl
11283            ! macos/ext/MacPerl/MacPerl.pm
11284 ____________________________________________________________________________
11285 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
11286         Log: Make ADDRESS called optionally as a method.
11287      Branch: maint-5.6/macperl
11288            ! macos/lib/Mac/Glue.pm
11289 ____________________________________________________________________________
11290 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
11291         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
11292              Apple event.
11293      Branch: maint-5.6/macperl
11294            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
11295            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
11296            ! macos/macperl/MPTerminology.aete
11297 ____________________________________________________________________________
11298 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
11299         Log: Clean up some build utilities. Change Entab to Duplicate;
11300              fix docs and error reporting; improve macify() of paths;
11301              remove requirement for Exporter.pm presence.
11302      Branch: maint-5.6/macperl
11303            ! macos/InstallBLIB macos/MacPerlTests.cmd
11304            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
11305 ____________________________________________________________________________
11306 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
11307         Log: Sync Time::HiRes with bleadperl
11308      Branch: maint-5.6/macperl
11309            ! macos/bundled_ext/Time/HiRes/HiRes.pm
11310            ! macos/bundled_ext/Time/HiRes/HiRes.t
11311            ! macos/bundled_ext/Time/HiRes/HiRes.xs
11312 ____________________________________________________________________________
11313 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
11314         Log: Fix up Changes
11315      Branch: maint-5.6/macperl
11316            ! macos/Changes
11317 ____________________________________________________________________________
11318 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
11319         Log: A user might belong to only a single group
11320              (the group equal to the group id).
11321      Branch: perl
11322            ! t/op/groups.t
11323 ____________________________________________________________________________
11324 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
11325         Log: Prepending (instead of replacing with) the pwd is safer. 
11326      Branch: perl
11327            ! t/TEST
11328 ____________________________________________________________________________
11329 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
11330         Log: Be more robust if no hostname or domainname
11331              (especially the latter)
11332      Branch: perl
11333            ! lib/Net/Domain.pm
11334 ____________________________________________________________________________
11335 [ 12569] By: sky                                   on 2001/10/22  17:41:07
11336         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
11337      Branch: perl
11338            ! ext/threads/threads.xs
11339 ____________________________________________________________________________
11340 [ 12568] By: nick                                  on 2001/10/22  16:31:24
11341         Log: Integrate mainline
11342      Branch: perlio
11343           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
11344           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11345           +> ext/threads/shared/t/sv_refs.t
11346           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
11347            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11348            - lib/unicore/To/SpecUpper.pl
11349           !> (integrate 42 files)
11350 ____________________________________________________________________________
11351 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
11352         Log: Update Changes.
11353      Branch: perl
11354            ! Changes patchlevel.h
11355 ____________________________________________________________________________
11356 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
11357         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
11358              From: Michael G Schwern <schwern@pobox.com>
11359              Date: Mon, 22 Oct 2001 03:48:38 -0400
11360              Message-ID: <20011022034838.B1676@blackrider>
11361      Branch: perl
11362            ! pod/perlvar.pod
11363 ____________________________________________________________________________
11364 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
11365         Log: Pod nits, as suggested by Stas Bekman.
11366      Branch: perl
11367            ! ext/threads/shared/shared.pm ext/threads/threads.pm
11368 ____________________________________________________________________________
11369 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
11370         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
11371              From: "Paul Marquess" <paul.marquess@openwave.com> 
11372              Date: Sun, 21 Oct 2001 21:11:15 +0100
11373              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
11374      Branch: perl
11375            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
11376            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
11377            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
11378            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
11379            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
11380            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
11381            ! ext/SDBM_File/sdbm.t
11382 ____________________________________________________________________________
11383 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
11384         Log: Integrate change #12559 from maintperl;
11385              various fixes for system() and backticks under windows
11386      Branch: perl
11387           !> win32/win32.c
11388 ____________________________________________________________________________
11389 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
11390         Log: Integrate change #12560 from maintperl;
11391              make pl2bat use %0 rather than "%0" (the latter fails to work
11392              in a lot of common cases)
11393      Branch: perl
11394           !> win32/bin/pl2bat.pl
11395 ____________________________________________________________________________
11396 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
11397         Log: Integrate changes #12549 and #12550 from maintperl;
11398              
11399              readline() doesn't work with our variables; it confuses them with
11400              my variables (change#4227 was incomplete)
11401      Branch: perl
11402            ! t/lib/strict/vars
11403           !> t/base/rs.t toke.c
11404 ____________________________________________________________________________
11405 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
11406         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
11407              in a lot of common cases)
11408      Branch: maint-5.6/perl
11409            ! win32/bin/pl2bat.pl
11410 ____________________________________________________________________________
11411 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
11412         Log: various fixes for system() and backticks under windows:
11413              
11414              * avoid munging whitespace that is passed within quotes
11415              * work around a cmd.exe misfeature that made multi-arg
11416              system() unreliable when there is more than one quoted
11417              argument
11418              * make multi-arg system() autoquote arguments as needed
11419              before passing them to the shell (this avoids having to
11420              second guess the shell quoting)
11421              * perl's -Dp switch can be used to trace the innards
11422      Branch: maint-5.6/perl
11423            ! win32/win32.c
11424 ____________________________________________________________________________
11425 [ 12558] By: nick                                  on 2001/10/22  08:58:42
11426         Log: Integrate ithreads buffer flush fix from perlio
11427      Branch: perl
11428           !> ext/threads/t/basic.t perl.c
11429 ____________________________________________________________________________
11430 [ 12557] By: nick                                  on 2001/10/22  08:35:09
11431         Log: All tests pass (legitimately) on ithreads
11432      Branch: perlio
11433            ! ext/threads/t/basic.t perl.c
11434 ____________________________________________________________________________
11435 [ 12556] By: nick                                  on 2001/10/22  06:51:22
11436         Log: Integrate non-ithreads fix to mainline
11437      Branch: perl
11438           !> perlio.c
11439 ____________________________________________________________________________
11440 [ 12555] By: nick                                  on 2001/10/22  06:48:33
11441         Log: Restore non-ithreads build. Interestingly binmode test passes
11442              non-ithreads - so crlf layer is not damaged and ithreads fail
11443              is a symptom ...
11444      Branch: perlio
11445            ! perlio.c
11446 ____________________________________________________________________________
11447 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
11448         Log: Integrate from perlio; restructuring.
11449      Branch: perl
11450           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
11451           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
11452           !> win32/perlhost.h
11453 ____________________________________________________________________________
11454 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
11455         Log: Integrate from maintperl
11456              (Changes 12350, 12496, 12548, 12549, 12550)
11457      Branch: maint-5.6/macperl
11458           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
11459           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
11460 ____________________________________________________________________________
11461 [ 12552] By: nick                                  on 2001/10/21  19:18:12
11462         Log: Win32 PerlIO_cleanup special cases should no longer be required.
11463      Branch: perlio
11464            ! perl.c
11465 ____________________________________________________________________________
11466 [ 12551] By: nick                                  on 2001/10/21  19:16:56
11467         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
11468      Branch: perlio
11469            ! win32/makefile.mk
11470 ____________________________________________________________________________
11471 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
11472         Log: change#12549 wasn't aware of strictures
11473      Branch: maint-5.6/perl
11474            ! t/pragma/strict-vars toke.c
11475 ____________________________________________________________________________
11476 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
11477         Log: readline() doesn't work with our variables; it confuses them with
11478              my variables (change#4227 was incomplete)
11479      Branch: maint-5.6/perl
11480            ! t/base/rs.t toke.c
11481 ____________________________________________________________________________
11482 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
11483         Log: change#12220 appears to have pulled in a mainline change that
11484              isn't applicable to maint-5.6 (some platforms don't taint
11485              cwd)
11486      Branch: maint-5.6/perl
11487            ! t/lib/filefind-taint.t
11488 ____________________________________________________________________________
11489 [ 12547] By: nick                                  on 2001/10/21  17:15:54
11490         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
11491              for them. Call explicit cleanup during destruct process.
11492              - one binmode test is failing
11493              - also ext/threads/t/basic.t fails under make test, and is noisy under
11494              harness. (Threads results are intermingled and don't match order expected.)
11495      Branch: perlio
11496            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
11497            ! perlio.h perliol.h pod/perlapi.pod sv.c
11498 ____________________________________________________________________________
11499 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
11500         Log: Implement multicharacter case mappings where a single
11501              Unicode character can be mapped into several.
11502      Branch: perl
11503            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11504            - lib/unicore/To/SpecUpper.pl
11505            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
11506            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
11507            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
11508            ! proto.h t/op/lc.t utf8.c
11509 ____________________________________________________________________________
11510 [ 12545] By: sky                                   on 2001/10/21  15:25:16
11511         Log: First support of threads::shared, support shared svs and references.
11512      Branch: perl
11513            + ext/threads/shared/Makefile.PL ext/threads/shared/README
11514            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11515            + ext/threads/shared/t/sv_refs.t
11516            + ext/threads/shared/t/sv_simple.t
11517            ! MANIFEST sharedsv.c
11518 ____________________________________________________________________________
11519 [ 12544] By: nick                                  on 2001/10/21  14:52:35
11520         Log: PerlIO layer table as PL_perlio (per-interpreter)
11521      Branch: perlio
11522            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
11523            ! pod/perlapi.pod sv.c
11524 ____________________________________________________________________________
11525 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
11526         Log: Prettyprinting.
11527      Branch: perl
11528            ! pod/perlunicode.pod
11529 ____________________________________________________________________________
11530 [ 12542] By: ams                                   on 2001/10/21  03:50:25
11531         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
11532              From: "Sean M. Burke" <sburke@cpan.org>
11533              Date: Sat, 20 Oct 2001 17:51:09 -0600
11534              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
11535      Branch: perl
11536            + pod/perlpodspec.pod
11537            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
11538            ! pod/perltoc.pod
11539 ____________________________________________________________________________
11540 [ 12541] By: nick                                  on 2001/10/20  22:23:53
11541         Log: Fix typos in new locking on MemShared
11542              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
11543              - seems to make segfaults more deterministic - suspect they are 
11544              attempt to free() after Interp and Host have gone.
11545      Branch: perlio
11546            ! perlio.c win32/perlhost.h
11547 ____________________________________________________________________________
11548 [ 12540] By: nick                                  on 2001/10/20  21:50:46
11549         Log: Remove the MemShared re-#define (again)
11550      Branch: perlio
11551            ! perlio.c
11552 ____________________________________________________________________________
11553 [ 12539] By: nick                                  on 2001/10/20  21:49:06
11554         Log: Use locks on MemShared
11555      Branch: perlio
11556            ! win32/perlhost.h
11557 ____________________________________________________________________________
11558 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
11559         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
11560              From: "chromatic" <chromatic@rmci.net>
11561              Date: Sat, 20 Oct 2001 11:13:47 -0600
11562              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
11563      Branch: perl
11564            ! installhtml
11565 ____________________________________________________________________________
11566 [ 12537] By: nick                                  on 2001/10/20  16:44:03
11567         Log: Integrate mainline
11568      Branch: perlio
11569           !> (integrate 48 files)
11570 ____________________________________________________________________________
11571 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
11572         Log: Update Changes.
11573      Branch: perl
11574            ! Changes patchlevel.h
11575 ____________________________________________________________________________
11576 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
11577         Log: Upgrade to podlators 1.11, from Russ Allbery.
11578      Branch: perl
11579            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
11580            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11581            ! pod/pod2man.PL pod/pod2text.PL
11582 ____________________________________________________________________________
11583 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
11584         Log: Integrate perlio change #12532:
11585              introduce and use PerlIO_intmod2str().
11586      Branch: perl
11587           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
11588 ____________________________________________________________________________
11589 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
11590         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
11591      Branch: perl
11592            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
11593 ____________________________________________________________________________
11594 [ 12532] By: nick                                  on 2001/10/20  14:25:37
11595         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
11596              Use for non-PERLIO fdupopen().
11597      Branch: perlio
11598            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
11599 ____________________________________________________________________________
11600 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
11601         Log: Integrate perlio: PerlIO win32 fixes.
11602      Branch: perl
11603           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
11604           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
11605           !> proto.h sv.h win32/win32io.c
11606 ____________________________________________________________________________
11607 [ 12530] By: nick                                  on 2001/10/20  12:53:30
11608         Log: Fixed in two places - p4 resolve
11609      Branch: perlio
11610            ! perlsdio.h
11611 ____________________________________________________________________________
11612 [ 12529] By: nick                                  on 2001/10/20  12:51:05
11613         Log: Fix for ithreads/stdio build
11614      Branch: perlio
11615            ! perlio.c perlsdio.h
11616 ____________________________________________________________________________
11617 [ 12528] By: ams                                   on 2001/10/20  12:13:25
11618         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
11619              From: Michael G Schwern <schwern@pobox.com>
11620              Date: Sat, 20 Oct 2001 01:41:21 -0400
11621              Message-Id: <20011020014121.I3681@blackrider>
11622      Branch: perl
11623            ! installman
11624 ____________________________________________________________________________
11625 [ 12527] By: ams                                   on 2001/10/20  12:09:41
11626         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
11627              From: Michael G Schwern <schwern@pobox.com>
11628              Date: Sat, 20 Oct 2001 02:04:21 -0400
11629              Message-Id: <20011020020421.A11732@blackrider>
11630      Branch: perl
11631            ! lib/Pod/Checker.pm
11632 ____________________________________________________________________________
11633 [ 12526] By: ams                                   on 2001/10/20  11:59:41
11634         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
11635              From: "chromatic" <chromatic@rmci.net>
11636              Date: Fri, 19 Oct 2001 22:46:39 -0600
11637              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
11638      Branch: perl
11639            ! lib/Net/Config.pm
11640 ____________________________________________________________________________
11641 [ 12525] By: nick                                  on 2001/10/20  11:16:18
11642         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
11643              Perl_sv_setsv_flags directly.
11644      Branch: perlio
11645            ! ext/threads/threads.xs
11646 ____________________________________________________________________________
11647 [ 12524] By: nick                                  on 2001/10/20  10:28:17
11648         Log: Add a new flag character 'm' to embed.pl set to represent
11649              "functions" which are really macros. Use it foe the troublesome
11650              sv_setsv() etc. macros in sv.h - changing latter to define
11651              sv_setsv rather than sv_setsv_macro etc.
11652      Branch: perlio
11653            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
11654            ! pod/perlapi.pod proto.h sv.h
11655 ____________________________________________________________________________
11656 [ 12523] By: nick                                  on 2001/10/20  09:17:17
11657         Log: Add comments explaining why win32.h/embed.h are included where they are
11658              in perl.h 
11659      Branch: perlio
11660            ! perl.h
11661 ____________________________________________________________________________
11662 [ 12522] By: nick                                  on 2001/10/20  08:27:44
11663         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
11664              being used yet.
11665      Branch: perlio
11666            ! win32/win32io.c
11667 ____________________________________________________________________________
11668 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
11669         Log: Wording tweaks.
11670      Branch: perl
11671            ! t/TEST
11672 ____________________________________________________________________________
11673 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
11674         Log: Subject: IO module with nonblocking socket connect patch 
11675              From: Raul Dias <raul@dias.com.br>
11676              Date: Fri, 19 Oct 2001 22:45:32 -0300
11677              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
11678      Branch: perl
11679            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
11680 ____________________________________________________________________________
11681 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
11682         Log: Test vertical whitespace combined with /x in \p{}.
11683      Branch: perl
11684            ! t/op/pat.t
11685 ____________________________________________________________________________
11686 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
11687         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
11688              From: Gisle Aas <gisle@ActiveState.com> 
11689              Date: 19 Oct 2001 16:46:02 -0700
11690              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
11691      Branch: perl
11692            ! lib/ExtUtils/MakeMaker.pm
11693 ____________________________________________________________________________
11694 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
11695         Log: No more this symbol.
11696      Branch: perl
11697            ! makedef.pl
11698 ____________________________________________________________________________
11699 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
11700         Log: Integrate change #12511; fix gross win32 build issues.
11701      Branch: perl
11702           !> makedef.pl sv.c
11703 ____________________________________________________________________________
11704 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
11705         Log: Unpack in scalar context should return the first value
11706              returned in list context, as pointed out by Ton Hospel
11707              in 2001-05-21 (this is how it works already in blead,
11708              just adding the test).
11709      Branch: perl
11710            ! t/op/pack.t
11711 ____________________________________________________________________________
11712 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
11713         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
11714              From: "Craig A. Berry" <craigberry@mac.com>
11715              Date: Fri, 19 Oct 2001 16:59:30 -0500
11716              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
11717      Branch: perl
11718            ! utils/perldoc.PL
11719 ____________________________________________________________________________
11720 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
11721         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
11722              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11723              Date: Fri, 19 Oct 2001 17:45:23 EDT
11724              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
11725      Branch: perl
11726            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
11727            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
11728            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
11729            ! vms/vmsish.h
11730 ____________________________________________________________________________
11731 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
11732         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
11733              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11734              Date: Fri, 19 Oct 2001 17:26:35 EDT
11735              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
11736      Branch: perl
11737            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
11738 ____________________________________________________________________________
11739 [ 12511] By: nick                                  on 2001/10/19  19:55:36
11740         Log: Fix gross win32 build issues
11741      Branch: perlio
11742            ! makedef.pl sv.c
11743 ____________________________________________________________________________
11744 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
11745         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
11746              From: David Dyck <dcd@tc.fluke.com>
11747              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
11748              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
11749      Branch: perl
11750            ! lib/File/Find.pm
11751 ____________________________________________________________________________
11752 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
11753         Log: Subject: Re: PerlIO and Encode
11754              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11755              Date: Tue, 16 Oct 2001 01:50:16 +0900
11756              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
11757      Branch: perl
11758            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
11759            ! ext/Encode/Encode/Tcl.t
11760 ____________________________________________________________________________
11761 [ 12508] By: ams                                   on 2001/10/19  17:59:16
11762         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
11763              (See #12499)
11764      Branch: perl
11765            ! pod/perlintro.pod
11766 ____________________________________________________________________________
11767 [ 12507] By: nick                                  on 2001/10/19  16:30:43
11768         Log: Integrate mainline
11769      Branch: perlio
11770           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
11771           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
11772           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
11773           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
11774           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
11775           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
11776           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11777           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
11778           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
11779           +> win32/config_H.win64
11780            - lib/Test/Utils.pm lib/unicore/mktables.PL
11781            - t/lib/Test/Simple/Catch/More.pm
11782           !> (integrate 84 files)
11783 ____________________________________________________________________________
11784 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
11785         Log: Retract the #10451 which seems to be the cause
11786              of the major leakage from while(){eval"sub{}"}
11787      Branch: perl
11788            ! op.c t/run/kill_perl.t
11789 ____________________________________________________________________________
11790 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
11791         Log: Regen toc.
11792      Branch: perl
11793            ! pod/perltoc.pod
11794 ____________________________________________________________________________
11795 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
11796         Log: Tiny tweaks.
11797      Branch: perl
11798            ! pod/perl.pod
11799 ____________________________________________________________________________
11800 [ 12503] By: ams                                   on 2001/10/19  13:34:24
11801         Log: Subject: Re: perlintro.pod
11802              From: Abe Timmerman <abe@ztreet.demon.nl>
11803              Date: Fri, 19 Oct 2001 14:12:40 +0200
11804              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
11805      Branch: perl
11806            ! pod/perlintro.pod
11807 ____________________________________________________________________________
11808 [ 12502] By: ams                                   on 2001/10/19  13:24:12
11809         Log: Slight reorganisation of references.
11810      Branch: perl
11811            ! pod/perl.pod
11812 ____________________________________________________________________________
11813 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
11814         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
11815              From: Kay Röpke <kroepke@dolphin-services.de>
11816              Date: Fri, 19 Oct 2001 14:04:01 +0200 
11817              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
11818      Branch: perl
11819            ! lib/ExtUtils/MakeMaker.pm
11820 ____________________________________________________________________________
11821 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
11822         Log: Unicode categories continue:
11823              implement Category=, Script=, Block=
11824              (these are based on an upcoming update of TR#18)
11825              Fix a bug where we got two In categories named "old italic",
11826              and another where shortcut for the Is categories wasn't taken.
11827      Branch: perl
11828            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
11829            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
11830            ! pod/perlunicode.pod t/op/pat.t
11831 ____________________________________________________________________________
11832 [ 12499] By: ams                                   on 2001/10/19  01:42:29
11833         Log: Subject: a small patch to perlintro.pod.
11834              From: Autrijus Tang <autrijus@autrijus.org>
11835              Date: Fri, 19 Oct 2001 01:45:51 +0800
11836              Message-Id: <20011019014551.A35625@not.autrijus.org>
11837              (Applied by hand with nits.)
11838      Branch: perl
11839            ! pod/perlintro.pod
11840 ____________________________________________________________________________
11841 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
11842         Log: Subject: [PATCH] OpenBSD hints for ithreads
11843              From: Andy Dougherty <doughera@lafayette.edu>
11844              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
11845              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
11846      Branch: perl
11847            ! hints/openbsd.sh
11848 ____________________________________________________________________________
11849 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
11850         Log: Retract #12446; the problem solved by #12474.
11851      Branch: perl
11852            ! hints/aix.sh
11853 ____________________________________________________________________________
11854 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
11855         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
11856              message and suppress line number info (from Steve Hay
11857              <Steve.Hay@uk.radan.com>)
11858      Branch: maint-5.6/perl
11859            ! lib/Carp/Heavy.pm
11860 ____________________________________________________________________________
11861 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
11862         Log: More documented In categories.
11863      Branch: perl
11864            ! pod/perlunicode.pod
11865 ____________________________________________________________________________
11866 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
11867         Log: Update Changes.
11868      Branch: perl
11869            ! Changes patchlevel.h
11870 ____________________________________________________________________________
11871 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
11872         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
11873      Branch: perl
11874            ! MANIFEST
11875 ____________________________________________________________________________
11876 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
11877         Log: Wrong skip() arguments.
11878      Branch: perl
11879            ! ext/B/t/terse.t
11880 ____________________________________________________________________________
11881 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
11882         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
11883              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11884              Date: Wed, 17 Oct 2001 09:10:53 EDT 
11885              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
11886      Branch: perl
11887            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
11888            ! pod/perlapi.pod vms/vms.c
11889 ____________________________________________________________________________
11890 [ 12490] By: ams                                   on 2001/10/18  09:31:00
11891         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
11892              From: Mark-Jason Dominus <mjd@plover.com>
11893              Date: Thu, 18 Oct 2001 06:25:35 -0400
11894              Message-Id: <20011018102535.19264.qmail@plover.com>
11895      Branch: perl
11896            ! pod/perl.pod
11897 ____________________________________________________________________________
11898 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
11899         Log: Prettyprinting.
11900      Branch: perl
11901            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
11902 ____________________________________________________________________________
11903 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
11904         Log: Regen toc.
11905      Branch: perl
11906            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11907 ____________________________________________________________________________
11908 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
11909         Log: Add perlintro, from Skud.
11910      Branch: perl
11911            + pod/perlintro.pod
11912            ! MANIFEST
11913 ____________________________________________________________________________
11914 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
11915         Log: FAQ sync.
11916      Branch: perl
11917            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
11918            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
11919            ! pod/perlfaq8.pod pod/perlfaq9.pod
11920 ____________________________________________________________________________
11921 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
11922         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
11923              in speed (upto 20% speedup in certain operations) but meanwhile
11924              regexps and arithmetics got slower (5-10%) (according to
11925              perlbench average speedup is negligible, and within measuring
11926              flutter, 1%).  Therefore retracting all the changes
11927              aimed at getting -std1 to compile cleanly:  #12475, #12476,
11928              #12479, #12480, #12481, #12482, #12483, #12484.
11929      Branch: perl
11930            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
11931            ! pp_hot.c pp_sys.c toke.c
11932 ____________________________________________________________________________
11933 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
11934         Log: (retracted by #12485)
11935              Strict ANSI doesn't like the third argument of main()
11936              so enable ignoring it if using ultra picky compiler.
11937      Branch: perl
11938            ! miniperlmain.c
11939 ____________________________________________________________________________
11940 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
11941         Log: (retracted by #12485)
11942              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
11943      Branch: perl
11944            ! perl.h
11945 ____________________________________________________________________________
11946 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
11947         Log: (retracted by #12485)
11948              Add explanatory comment.
11949      Branch: perl
11950            ! mg.c
11951 ____________________________________________________________________________
11952 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
11953         Log: (retracted by #12485)
11954              More dollar$hiding.
11955      Branch: perl
11956            ! doio.c perl.h pp_sys.c
11957 ____________________________________________________________________________
11958 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
11959         Log: (retracted by #12485)
11960              KISS.
11961      Branch: perl
11962            ! mg.c
11963 ____________________________________________________________________________
11964 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
11965         Log: (retracted by #12485)
11966              Thou shalt not #ifdef inside macro invocations,
11967              noticed by Rafael Garcia-Suarez.
11968      Branch: perl
11969            ! mg.c
11970 ____________________________________________________________________________
11971 [ 12478] By: ams                                   on 2001/10/17  18:50:55
11972         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
11973              From: Anton Berezin <tobez@tobez.org>
11974              Date: Wed, 17 Oct 2001 18:25:48 +0200
11975              Message-Id: <20011017182548.A12082@heechee.tobez.org>
11976      Branch: perl
11977            ! pp_sys.c
11978 ____________________________________________________________________________
11979 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
11980         Log: (retracted by #12485)
11981              Unterminated #ifdef.
11982      Branch: perl
11983            ! mg.c
11984 ____________________________________________________________________________
11985 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
11986         Log: (retracted by #12485)
11987              Avoid dollar signs in identifiers (in non-VMS) to
11988              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
11989      Branch: perl
11990            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
11991            ! toke.c
11992 ____________________________________________________________________________
11993 [ 12474] By: ams                                   on 2001/10/17  15:14:50
11994         Log: Subject: Two AIX patches
11995              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11996              Date: Wed, 17 Oct 2001 18:04:35 +0200
11997              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
11998      Branch: perl
11999            ! hints/aix.sh makedef.pl
12000 ____________________________________________________________________________
12001 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
12002         Log: Limiting the Time::HiRes::sleep and usleep to
12003              one second is not a good policy if drop-in
12004              replacement is still a goal.
12005      Branch: perl
12006            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
12007            ! ext/Time/HiRes/HiRes.xs
12008 ____________________________________________________________________________
12009 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
12010         Log: Subject: [PATCH] Test::Simple 0.32
12011              From: Michael G Schwern <schwern@pobox.com> 
12012              Date: Wed, 17 Oct 2001 03:42:41 -0400
12013              Message-ID: <20011017034241.A25038@blackrider>
12014      Branch: perl
12015            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
12016            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
12017            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
12018            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
12019            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
12020            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
12021            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
12022            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
12023            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
12024            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12025            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
12026            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
12027            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
12028            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
12029            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
12030            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
12031            ! t/lib/Test/Simple/Catch.pm
12032            ! t/lib/Test/Simple/sample_tests/five_fail.plx
12033 ____________________________________________________________________________
12034 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
12035         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
12036              From: Michael G Schwern <schwern@pobox.com> 
12037              Date: Wed, 17 Oct 2001 04:04:13 -0400
12038              Message-ID: <20011017040413.C25550@blackrider>
12039      Branch: perl
12040            ! t/TEST t/harness vms/test.com
12041 ____________________________________________________________________________
12042 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
12043         Log: Regen doc with perlmodstyle added.
12044      Branch: perl
12045            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12046 ____________________________________________________________________________
12047 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
12048         Log: Pod cleanup.
12049      Branch: perl
12050            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
12051 ____________________________________________________________________________
12052 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
12053         Log: Subject: perlmodstyle as a patch
12054              From: Kirrily Robert <skud@infotrope.net>
12055              Date: Tue, 16 Oct 2001 22:47:23 -0400
12056              Message-ID: <20011016224723.A20673@infotrope.net>
12057      Branch: perl
12058            + pod/perlmodstyle.pod
12059            ! MANIFEST
12060 ____________________________________________________________________________
12061 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
12062         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
12063              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
12064              Date: Thu, 6 Sep 2001 11:09:40 +0100
12065              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
12066              
12067              Mention also the develooper p5p archive.
12068      Branch: perl
12069            ! pod/perlhack.pod
12070 ____________________________________________________________________________
12071 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
12072         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
12073              From: Kay Röpke <kroepke@dolphin-services.de>
12074              Date: Tue, 16 Oct 2001 17:23:52 +0200
12075              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
12076      Branch: perl
12077            ! lib/ExtUtils/MakeMaker.pm
12078 ____________________________________________________________________________
12079 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
12080         Log: Add the special casing mappings (from SpecCase.txt)
12081              (except for the hyper special case mappings that have
12082              the condition list); the special casing mappings are
12083              unused for now.  Small tidying up on mktables.
12084      Branch: perl
12085            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12086            + lib/unicore/To/SpecUpper.pl
12087            ! lib/unicore/mktables
12088 ____________________________________________________________________________
12089 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
12090         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
12091              From: "David H. Adler" <dha@panix.com>       
12092              Date: Tue, 16 Oct 2001 11:59:35 -0400
12093              Message-ID: <20011016115935.A13078@panix.com>
12094              
12095              Subject: [ PATCH ] perldata patch, revised
12096              From: "David H. Adler" <dha@panix.com>     
12097              Date: Tue, 16 Oct 2001 18:26:49 -0400
12098              Message-ID: <20011016182649.C23970@panix.com>
12099      Branch: perl
12100            ! pod/perldata.pod pod/perlop.pod
12101 ____________________________________________________________________________
12102 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
12103         Log: Integrate perlio: PerlIO_dup (for all but Win32).
12104      Branch: perl
12105           !> embed.h embed.pl ext/Encode/Encode.xs
12106           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
12107           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
12108           !> win32/win32io.c
12109 ____________________________________________________________________________
12110 [ 12462] By: nick                                  on 2001/10/16  19:11:30
12111         Log: PerlIOXxxx_dups for all but Win32
12112      Branch: perlio
12113            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12114            ! ext/PerlIO/Via/Via.xs
12115 ____________________________________________________________________________
12116 [ 12461] By: nick                                  on 2001/10/16  18:28:48
12117         Log: Implement PerlIOStdio_dup (explains core dumps - dup
12118              was not setting up a FILE * to be fclosed()).
12119      Branch: perlio
12120            ! perlio.c
12121 ____________________________________________________________________________
12122 [ 12460] By: nick                                  on 2001/10/16  17:31:47
12123         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
12124              overflow.
12125      Branch: perlio
12126            ! perlio.c
12127 ____________________________________________________________________________
12128 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
12129         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
12130              From: "Craig A. Berry" <craigberry@mac.com>
12131              Date: Tue, 16 Oct 2001 13:08:38 -0500
12132              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
12133      Branch: perl
12134            ! configure.com
12135 ____________________________________________________________________________
12136 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
12137         Log: Can't expect too much accuracy from a sleep of one second.
12138              (I think this will also fail with high load.)
12139      Branch: perl
12140            ! ext/Time/HiRes/HiRes.t
12141 ____________________________________________________________________________
12142 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
12143         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
12144              From: "Werner, Randolf" <randolf.werner@sap.com>
12145              Date: Tue, 16 Oct 2001 18:33:02 +0200
12146              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
12147      Branch: perl
12148            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
12149            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
12150 ____________________________________________________________________________
12151 [ 12456] By: nick                                  on 2001/10/16  14:08:16
12152         Log: Builds under ithreads (but fails all threads tests)
12153      Branch: perlio
12154            ! hv.c perlio.c sv.c
12155 ____________________________________________________________________________
12156 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
12157         Log: I think the Perl_sortsv needs *not* be skipped?
12158      Branch: perl
12159            ! makedef.pl
12160 ____________________________________________________________________________
12161 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
12162         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
12163              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
12164              Date: Tue, 16 Oct 2001 15:32:44 +0200
12165              Message-ID: <3BCC531C.11494.3E433F@localhost>
12166      Branch: perl
12167            ! t/op/groups.t
12168 ____________________________________________________________________________
12169 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
12170         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
12171              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
12172              Date: Tue, 16 Oct 2001 15:01:04 +0200
12173              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
12174      Branch: perl
12175            ! t/io/fs.t
12176 ____________________________________________________________________________
12177 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
12178         Log: A forgotten deletion.
12179      Branch: perl
12180            - lib/unicore/mktables.PL
12181 ____________________________________________________________________________
12182 [ 12451] By: nick                                  on 2001/10/16  11:32:48
12183         Log: Skeleton of "PerlIO_dup" coded.
12184              Still-passes all tests non-threaded (well it would wouldn't it!)
12185      Branch: perlio
12186            ! embed.h embed.pl ext/Encode/Encode.xs
12187            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
12188            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
12189            ! win32/win32io.c
12190 ____________________________________________________________________________
12191 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
12192         Log: Document the problem with the swash_fetch() API that affects
12193              more complex case conversions.
12194      Branch: perl
12195            ! lib/utf8_heavy.pl utf8.c
12196 ____________________________________________________________________________
12197 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
12198         Log: Make Time::HiRes::sleep() and usleep() to return
12199              the number of seconds (a floating point value) and 
12200              microseconds (an integer) actually slept (well,
12201              modulo the time spent in measuring the time actually
12202              slept...), to be a better drop-in replacement for
12203              the builtin sleep().  Noticed by Chris Nandor.
12204              
12205              Also make usleep() to croak if fed illegal number
12206              of useconds (anything greater than 1_000_000).
12207      Branch: perl
12208            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
12209            ! ext/Time/HiRes/HiRes.xs
12210 ____________________________________________________________________________
12211 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
12212         Log: A missing SvREFCNT_dec.
12213      Branch: perl
12214            ! perl.c
12215 ____________________________________________________________________________
12216 [ 12447] By: nick                                  on 2001/10/15  20:27:53
12217         Log: Beginings of PerlIO_dup support (unstable)
12218      Branch: perlio
12219            ! perlio.c perliol.h
12220 ____________________________________________________________________________
12221 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
12222         Log: (retracted by #12497)
12223              In AIX vac 5 just can't seem to get regcomp right.
12224      Branch: perl
12225            ! hints/aix.sh
12226 ____________________________________________________________________________
12227 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
12228         Log: Bump the version number to agree with the maintperl one.
12229      Branch: perl
12230            ! lib/Tie/RefHash.pm
12231 ____________________________________________________________________________
12232 [ 12444] By: nick                                  on 2001/10/15  15:59:57
12233         Log: Integrate mainline
12234      Branch: perlio
12235           +> lib/Math/BigInt/t/Math/Subclass.pm
12236           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
12237           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
12238           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
12239           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
12240           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
12241           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
12242           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
12243           +> lib/unicore/mktables
12244            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
12245            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
12246            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
12247            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
12248            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
12249            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
12250            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
12251            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
12252            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
12253            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
12254            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
12255            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
12256            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
12257            - lib/unicore/syllables.txt
12258           !> (integrate 344 files)
12259 ____________________________________________________________________________
12260 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
12261         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
12262      Branch: perl
12263            ! ext/DB_File/DB_File.xs
12264 ____________________________________________________________________________
12265 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
12266         Log: Sync the skip() amounts with the number of tests.
12267      Branch: perl
12268            ! lib/Term/Complete.t
12269 ____________________________________________________________________________
12270 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
12271         Log: Update Changes.
12272      Branch: perl
12273            ! Changes patchlevel.h
12274 ____________________________________________________________________________
12275 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
12276         Log: MacOS Classic catdir() rewrite from Thomas Wegner
12277              (backward incompatibility, but a deliberate one,
12278              the old version simply is broken in its logic),
12279              also documentation updates, and as suggested replicated
12280              the File::Spec::Unix documentation updates also on the
12281              File::Spec documentation.
12282              
12283              TODO: there seems to be duplication of documentation
12284              between File::Spec and File::Spec::Unix.  I think
12285              the ::Unix should be left only with specific UNIXisms,
12286              and all the generic documentation should be in ::Spec.
12287      Branch: perl
12288            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
12289            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
12290            ! lib/File/Spec/Unix.pm
12291 ____________________________________________________________________________
12292 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
12293         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
12294              From: Blair Zajac <blair@orcaware.com>
12295              Date: Mon, 24 Sep 2001 11:48:58 -0700
12296              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
12297              
12298              (the skip() messages)
12299      Branch: perl
12300            ! t/op/magic.t
12301 ____________________________________________________________________________
12302 [ 12438] By: ams                                   on 2001/10/14  23:43:59
12303         Log: Subject: [PATCH] make PerlIO default on VMS
12304              From: "Craig A. Berry" <craigberry@mac.com>
12305              Date: Sun, 14 Oct 2001 15:27:18 -0500
12306              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
12307      Branch: perl
12308            ! configure.com
12309 ____________________________________________________________________________
12310 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
12311         Log: Retract #12436 (Abhijit already did this at #12426)
12312      Branch: perl
12313            ! lib/ExtUtils/MM_Unix.pm
12314 ____________________________________________________________________________
12315 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
12316         Log: (retracted by #12437)
12317              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
12318              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
12319              Date: Sat, 13 Oct 2001 20:33:55 +0200
12320              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
12321      Branch: perl
12322            ! lib/ExtUtils/MM_Unix.pm
12323 ____________________________________________________________________________
12324 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
12325         Log: Subject: h2xs grammar nit
12326              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12327              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
12328              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
12329      Branch: perl
12330            ! utils/h2xs.PL
12331 ____________________________________________________________________________
12332 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
12333         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
12334              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12335              Date: Sun, 14 Oct 2001 11:25:08 +0100
12336              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
12337      Branch: perl
12338            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
12339            ! warnings.pl
12340 ____________________________________________________________________________
12341 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
12342         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
12343              for File::Spec::Mac::catfile)
12344      Branch: perl
12345            ! lib/h2xs.t
12346 ____________________________________________________________________________
12347 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
12348         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
12349              From: Nicholas Clark <nick@ccl4.org>
12350              Date: Sat, 13 Oct 2001 00:07:31 +0100
12351              Message-ID: <20011013000731.D67535@plum.flirble.org>
12352      Branch: perl
12353            ! lib/h2xs.t utils/h2xs.PL
12354 ____________________________________________________________________________
12355 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
12356         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
12357              before DEFINE and INC), and repent by taking DEFINE and
12358              INC away from PASTHRU.
12359      Branch: perl
12360            ! lib/ExtUtils/MM_Unix.pm
12361 ____________________________________________________________________________
12362 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
12363         Log: More MANIFEST anomalies.
12364      Branch: perl
12365            ! MANIFEST
12366 ____________________________________________________________________________
12367 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
12368         Log: Not that many.
12369      Branch: perl
12370            ! MANIFEST
12371 ____________________________________________________________________________
12372 [ 12428] By: sky                                   on 2001/10/13  20:59:27
12373         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
12374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12375              Date: Sat, 13 Oct 2001 23:15:55 +0200
12376              Message-ID: <20011013231555.A18071@rafael>
12377      Branch: perl
12378            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
12379            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12380 ____________________________________________________________________________
12381 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
12382         Log: Rewrite mktables from scratch.
12383              - Cleaner.
12384              - Faster: 15-20 seconds as opposed to several minutes.
12385              - More dynamic: the names of the various categories
12386              such as the linebreak ones are dynamic, not static.
12387              - Is.pl: long names for the general category properties
12388              are now available.
12389              - Ranges (<... ,First>, <..., Last>) from the general
12390              categories work now.
12391              - No more mktables.PL because the mktables.PL is not
12392              and never has been run to create a mktables.
12393              - syllables.txt and Is/Syl*.pl removed: non-standard
12394              (not part of the Unicode), and the whole concept is
12395              being reworked (http://syllabary.sourceforge.net/),
12396              the old way wouldn't even work with the new Syllables.txt
12397              (it would result in 1000+ new categories)
12398      Branch: perl
12399            + lib/unicore/In/163.pl lib/unicore/In/164.pl
12400            + lib/unicore/In/165.pl lib/unicore/In/166.pl
12401            + lib/unicore/In/167.pl lib/unicore/In/168.pl
12402            + lib/unicore/In/169.pl lib/unicore/In/170.pl
12403            + lib/unicore/In/171.pl lib/unicore/Is.pl
12404            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
12405            + lib/unicore/mktables
12406            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
12407            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
12408            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
12409            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
12410            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
12411            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
12412            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
12413            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
12414            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
12415            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
12416            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
12417            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
12418            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
12419            - lib/unicore/syllables.txt
12420            ! (edit 304 files)
12421 ____________________________________________________________________________
12422 [ 12426] By: ams                                   on 2001/10/13  18:05:36
12423         Log: ExtUtils::MM_Unix should ignore comments when searching for
12424              $VERSION.
12425      Branch: perl
12426            ! lib/ExtUtils/MM_Unix.pm
12427 ____________________________________________________________________________
12428 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
12429         Log: Subject: Re: New module XML::Clean
12430              From: andreas.koenig@anima.de (Andreas J. Koenig)
12431              Date: 13 Oct 2001 10:17:09 +0200
12432              Message-ID: <m37ku0t0my.fsf@anima.de>
12433      Branch: perl
12434            ! pod/perlnewmod.pod
12435 ____________________________________________________________________________
12436 [ 12424] By: sky                                   on 2001/10/13  09:39:59
12437         Log: Set thread stack size if needed.
12438      Branch: perl
12439            ! ext/threads/threads.xs
12440 ____________________________________________________________________________
12441 [ 12423] By: sky                                   on 2001/10/13  09:36:49
12442         Log: We do want to set the attribute to joinable even on modern posix
12443              platforms.
12444      Branch: perl
12445            ! ext/threads/threads.xs
12446 ____________________________________________________________________________
12447 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
12448         Log: Subject: [PATCH ext/Data/Dumper.xs]
12449              From: Brian Ingerson <ingy@ttul.org>
12450              Date: Fri, 12 Oct 2001 19:32:35 -0700
12451              Message-ID: <20011012193235.B889@ttul.org>
12452      Branch: perl
12453            ! ext/Data/Dumper/Dumper.xs
12454 ____________________________________________________________________________
12455 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
12456         Log: Update Changes.
12457      Branch: perl
12458            ! Changes patchlevel.h
12459 ____________________________________________________________________________
12460 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
12461         Log: FAQ sync.
12462      Branch: perl
12463            ! pod/perlfaq3.pod pod/perlfaq4.pod
12464 ____________________________________________________________________________
12465 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
12466         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
12467              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
12468              Date: Fri, 12 Oct 2001 11:51:05 -0700
12469              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
12470      Branch: perl
12471            ! lib/File/Copy.pm
12472 ____________________________________________________________________________
12473 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
12474         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
12475              From: "chromatic" <chromatic@rmci.net>     
12476              Date: Thu, 11 Oct 2001 10:57:55 -0600
12477              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
12478              
12479              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
12480              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12481              Date: Thu, 11 Oct 2001 22:34:21 +0200
12482              Message-ID: <20011011223421.A693@rafael>     
12483              
12484              plus undef $Term::Complete::stty as suggested by Rafael.
12485      Branch: perl
12486            ! lib/Term/Complete.pm lib/Term/Complete.t
12487 ____________________________________________________________________________
12488 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
12489         Log: UUnndduupplleexx..
12490      Branch: perl
12491            ! perl.h
12492 ____________________________________________________________________________
12493 [ 12416] By: sky                                   on 2001/10/12  20:16:19
12494         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
12495              From: Andy Dougherty <doughera@lafayette.edu>
12496              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
12497              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
12498              (Potentially only band-aid)
12499      Branch: perl
12500            ! sv.c
12501 ____________________________________________________________________________
12502 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
12503         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
12504              mishandles kill(), and therefore the sigaction test
12505              should be skipped, from Charles Lane.
12506      Branch: perl
12507            ! ext/POSIX/t/sigaction.t
12508 ____________________________________________________________________________
12509 [ 12414] By: sky                                   on 2001/10/12  18:47:49
12510         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
12511      Branch: perl
12512            ! op.h
12513 ____________________________________________________________________________
12514 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
12515         Log: Upgrade to Math::BigInt 1.44 from Tels and
12516              further fixes from John Peacock.
12517      Branch: perl
12518            + lib/Math/BigInt/t/Math/Subclass.pm
12519            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
12520            + lib/Math/BigInt/t/subclass.t
12521            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12522            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
12523            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
12524            ! lib/Math/BigInt/t/mbimbf.t
12525 ____________________________________________________________________________
12526 [ 12412] By: sky                                   on 2001/10/12  18:28:23
12527         Log: perhaps pthread_attr_t really needs to be set for the old api
12528      Branch: perl
12529            ! ext/threads/threads.xs
12530 ____________________________________________________________________________
12531 [ 12411] By: sky                                   on 2001/10/12  18:11:45
12532         Log: pthread_keycreate not pthread_key_create under the here be dragons API
12533      Branch: perl
12534            ! ext/threads/threads.h
12535 ____________________________________________________________________________
12536 [ 12410] By: sky                                   on 2001/10/12  18:07:37
12537         Log: Apperently OLD PTHREADS API is a bit retarded.
12538              This should fix another set of compile failures in HP-UX 10.20.
12539      Branch: perl
12540            ! ext/threads/threads.h ext/threads/threads.xs
12541 ____________________________________________________________________________
12542 [ 12409] By: nick                                  on 2001/10/12  15:30:01
12543         Log: Blind integrate of mainline
12544      Branch: perlio
12545           +> (branch 32 files)
12546            - lib/unicode/README
12547           !> (integrate 121 files)
12548 ____________________________________________________________________________
12549 [ 12408] By: sky                                   on 2001/10/12  14:55:08
12550         Log: Let us avoid being smart for now.
12551      Branch: perl
12552            ! ext/threads/threads.h
12553 ____________________________________________________________________________
12554 [ 12407] By: sky                                   on 2001/10/12  14:38:12
12555         Log: (void*) the argument to make sure we work with picky compilers
12556      Branch: perl
12557            ! ext/threads/threads.xs
12558 ____________________________________________________________________________
12559 [ 12406] By: ams                                   on 2001/10/12  13:26:04
12560         Log: (replaced with #12600)
12561              
12562              Subject: [PATCH 5.6.1 perldoc] use File::Temp
12563              From: Mikhail Zabaluev <mhz@alt-linux.org>
12564              Date: Fri, 12 Oct 2001 12:47:47 +0400
12565              Message-Id: <20011012124747.E13918@localhost.localdomain>
12566      Branch: perl
12567            ! utils/perldoc.PL
12568 ____________________________________________________________________________
12569 [ 12405] By: ams                                   on 2001/10/12  13:05:32
12570         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
12571              From: andreas.koenig@anima.de (Andreas J. Koenig)
12572              Date: 12 Oct 2001 11:12:07 +0200
12573              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
12574      Branch: perl
12575            ! lib/Memoize/t/speed.t
12576 ____________________________________________________________________________
12577 [ 12404] By: sky                                   on 2001/10/12  12:46:15
12578         Log: A) Support OLD_PTHREADS_API
12579              B) Change from using pthread_t to using a TLS to store the
12580              index of the thread in an hash, this is to avoid problems when
12581              in fact pthread_t was not a seralizable type.
12582              Both these changes are because of HP-UX 10.20
12583              This has not been tested on win32 but should work there.
12584              Need to add support for NetWare.
12585      Branch: perl
12586            ! ext/threads/threads.h ext/threads/threads.xs
12587 ____________________________________________________________________________
12588 [ 12403] By: ams                                   on 2001/10/12  07:34:19
12589         Log: Subject: Re: New module XML::Clean
12590              From: andreas.koenig@anima.de (Andreas J. Koenig)
12591              Date: 12 Oct 2001 10:20:35 +0200
12592              Message-Id: <m3elo9uv58.fsf@anima.de>
12593      Branch: perl
12594            ! pod/perlnewmod.pod
12595 ____________________________________________________________________________
12596 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
12597         Log: More HP model tweaks from Merijn.
12598      Branch: perl
12599            ! README.hpux
12600 ____________________________________________________________________________
12601 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
12602         Log: Update Changes.
12603      Branch: perl
12604            ! Changes patchlevel.h
12605 ____________________________________________________________________________
12606 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
12607         Log: HP-UX update from H.Merijn Brand.
12608      Branch: perl
12609            ! README.hpux
12610 ____________________________________________________________________________
12611 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
12612         Log: Subject: [PATCH] fix link rot in README.vms
12613              From: "Craig A. Berry" <craigberry@mac.com>
12614              Date: Wed, 10 Oct 2001 17:17:00 -0500
12615              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
12616      Branch: perl
12617            ! README.vms
12618 ____________________________________________________________________________
12619 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
12620         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
12621              From: "chromatic" <chromatic@rmci.net>
12622              Date: Wed, 10 Oct 2001 15:50:30 -0600
12623              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
12624      Branch: perl
12625            ! lib/Term/Complete.t
12626 ____________________________________________________________________________
12627 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
12628         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
12629              From: "chromatic" <chromatic@rmci.net>
12630              Date: Wed, 10 Oct 2001 15:45:42 -0600
12631              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
12632      Branch: perl
12633            + lib/ExtUtils/Packlist.t
12634            ! MANIFEST
12635 ____________________________________________________________________________
12636 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
12637         Log: VMS needs quotes around the -I option to keep it from
12638              being downcased, from Charles Lane.
12639      Branch: perl
12640            ! t/run/kill_perl.t
12641 ____________________________________________________________________________
12642 [ 12395] By: ams                                   on 2001/10/10  16:22:32
12643         Log: Subject: [PATCH lib/FindBin.pm]
12644              From: Stas Bekman <stas@stason.org>
12645              Date: Tue, 09 Oct 2001 23:57:10 +0800
12646              Message-Id: <3BC31E56.60805@stason.org>
12647      Branch: perl
12648            ! lib/FindBin.pm
12649 ____________________________________________________________________________
12650 [ 12394] By: ams                                   on 2001/10/10  16:09:53
12651         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
12652              From: Abhijit Menon-Sen <ams@wiw.org>
12653              Date: Wed, 10 Oct 2001 21:59:33 +0530
12654              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
12655      Branch: perl
12656            ! ext/Data/Dumper/Dumper.xs
12657 ____________________________________________________________________________
12658 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
12659         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
12660              from Charles Lane.
12661      Branch: perl
12662            ! lib/File/Spec/VMS.pm
12663 ____________________________________________________________________________
12664 [ 12392] By: ams                                   on 2001/10/10  14:49:43
12665         Log: Subject: [PATCH] two s/// bugfixes
12666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12667              Date: Wed, 10 Oct 2001 17:23:44 +0200
12668              Message-Id: <20011010172344.C22440@rafael>
12669      Branch: perl
12670            ! pp_ctl.c regexec.c t/op/subst.t
12671 ____________________________________________________________________________
12672 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
12673         Log: Fix/improve handling of the [000000] special "root"
12674              directory, by putting cwd in canonical form when doing
12675              abs2rel, and prepending a 000000 to directory "chunks"
12676              if missing from base or path.  Also adjust test to
12677              reflect the (improved) output from abs2rel.
12678              From Charles Lane.
12679      Branch: perl
12680            ! lib/File/Spec.t lib/File/Spec/VMS.pm
12681 ____________________________________________________________________________
12682 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
12683         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
12684              all of the extra VMSish attributes (such as "treat this logical
12685              as a device name") that are necessary to make programs run.
12686              A tainted %ENV does not hinder VMS.  From Charles Lane.
12687      Branch: perl
12688            ! lib/File/Find/t/taint.t
12689 ____________________________________________________________________________
12690 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
12691         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
12692              
12693              o  VMS is case-insensitive, RTL downcases filenames read
12694              by perl... so need to re-upcase filenames like MANIFEST
12695              and MANIFEST.SKIP
12696              
12697              o  Need to convert VMS-style to Unix-style filenames when comparing
12698              names in MANIFEST to names in filesystem.
12699              
12700              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
12701              since VMS won't let you (easily) delete non-empty directories.
12702              
12703              From Charles Lane.
12704      Branch: perl
12705            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
12706 ____________________________________________________________________________
12707 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
12708         Log: Unix and VMS agree on "*" as a "match any number of any chars"
12709              wildcards, but differ ("?"  vs.  "%") for their "match any single
12710              char" wildcard.  This patch changes "?"  chars to "%" before doing a
12711              VMS glob...at no loss of functionality, since "?"  isn't a valid
12712              filename char on VMS.  From Charles Lane.
12713      Branch: perl
12714            ! doio.c
12715 ____________________________________________________________________________
12716 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
12717         Log: (accidentally empty submit; new life as #12390)
12718      Branch: perl
12719            ! lib/File/Find/t/taint.t
12720 ____________________________________________________________________________
12721 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
12722         Log: Even more VMS tweakage from Charles Lane:
12723              
12724              Tweak #1:  splitdir only works on directory part of filespec,
12725              split off volume first
12726              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
12727              (it's a horrible kludge in the run-time library,
12728              improved in later versions). Check the
12729              $Config{'d_setenv'} flag before attempting to set it.
12730      Branch: perl
12731            ! t/op/chdir.t
12732 ____________________________________________________________________________
12733 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
12734         Log: VMS tweakage from Charles Lane.
12735              
12736              . command.com doubles an output line when prompting for extensions
12737              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
12738              . perl5db doesn't clean up after itself
12739      Branch: perl
12740            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
12741 ____________________________________________________________________________
12742 [ 12384] By: sky                                   on 2001/10/09  19:16:11
12743         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
12744              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12745              Date: Tue, 9 Oct 2001 22:10:26 +0200
12746              Message-ID: <20011009221026.A8579@rafael>
12747      Branch: perl
12748            ! pod/perldata.pod
12749 ____________________________________________________________________________
12750 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
12751         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
12752              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12753              Date: 9 Oct 2001 15:15:06 -0000
12754              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
12755      Branch: perl
12756            ! t/op/subst.t
12757 ____________________________________________________________________________
12758 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
12759         Log: Update Changes.
12760      Branch: perl
12761            ! Changes patchlevel.h
12762 ____________________________________________________________________________
12763 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
12764         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
12765              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
12766              when a NULL is passed for the filename string pointer.
12767              From Charles Lane.
12768      Branch: perl
12769            ! vms/vms.c
12770 ____________________________________________________________________________
12771 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
12772         Log: Subject: HP systems update
12773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12774              Date: Tue, 09 Oct 2001 15:59:22 +0200
12775              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
12776      Branch: perl
12777            ! README.hpux
12778 ____________________________________________________________________________
12779 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
12780         Log: CPAN::Nox does now have a test.
12781      Branch: perl
12782            ! t/lib/1_compile.t
12783 ____________________________________________________________________________
12784 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
12785         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
12786              From: David Dyck <dcd@tc.fluke.com>
12787              Date: Mon, 1 Oct 2001 12:17:36 -0700
12788              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
12789      Branch: perl
12790            ! installperl
12791 ____________________________________________________________________________
12792 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
12793         Log: NetWare update from Ananth Kesari.
12794      Branch: perl
12795            ! NetWare/nwperlsys.h makedef.pl
12796 ____________________________________________________________________________
12797 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
12798         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
12799              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12800              Date: Tue, 9 Oct 2001 08:40:57 EDT
12801              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
12802      Branch: perl
12803            ! lib/File/Find/t/find.t
12804 ____________________________________________________________________________
12805 [ 12374] By: ams                                   on 2001/10/09  05:31:45
12806         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
12807              ExtUtils::Mkbootstrap
12808              From: "chromatic" <chromatic@rmci.net>
12809              Date: Tue, 09 Oct 2001 00:08:37 -0600
12810              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
12811      Branch: perl
12812            + lib/ExtUtils/Mkbootstrap.t
12813            ! MANIFEST
12814 ____________________________________________________________________________
12815 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
12816         Log: Enable more debugging.
12817      Branch: perl
12818            ! lib/utf8_heavy.pl
12819 ____________________________________________________________________________
12820 [ 12372] By: ams                                   on 2001/10/09  02:11:59
12821         Log: #12370 forgot to modify is_gv_magical().
12822      Branch: perl
12823            ! gv.c
12824 ____________________________________________________________________________
12825 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
12826         Log: Make the toupper/lower/title API for Unicode not right
12827              but at least less wrong: prepare for the mapping being
12828              more than just one-character-to-one-character.
12829      Branch: perl
12830            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
12831            ! regexec.c utf8.c
12832 ____________________________________________________________________________
12833 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
12834         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
12835              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12836              Date: Mon, 8 Oct 2001 22:18:23 -0400
12837              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
12838      Branch: perl
12839            ! pod/perlvar.pod t/op/taint.t
12840 ____________________________________________________________________________
12841 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
12842         Log: FAQ sync.
12843      Branch: perl
12844            ! pod/perlfaq3.pod pod/perlfaq4.pod
12845 ____________________________________________________________________________
12846 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
12847         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
12848              From: "chromatic" <chromatic@rmci.net>
12849              Date: Mon, 08 Oct 2001 14:05:32 -0600
12850              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
12851      Branch: perl
12852            ! lib/Term/Cap.t
12853 ____________________________________________________________________________
12854 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
12855         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
12856              From: Michael G Schwern <schwern@pobox.com>
12857              Date: Mon, 8 Oct 2001 17:00:14 -0400
12858              Message-ID: <20011008170014.L17083@blackrider>
12859      Branch: perl
12860            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
12861 ____________________________________________________________________________
12862 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
12863         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
12864              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12865              Date: Mon, 8 Oct 2001 16:01:33 EDT
12866              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
12867      Branch: perl
12868            ! ext/Time/HiRes/HiRes.xs
12869 ____________________________________________________________________________
12870 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
12871         Log: Subject: [PATCH] Autosplit patch for VMS
12872              From: "Craig A. Berry" <craigberry@mac.com>
12873              Date: Mon, 08 Oct 2001 15:40:43 -0500
12874              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
12875      Branch: perl
12876            ! lib/AutoSplit.pm lib/AutoSplit.t
12877 ____________________________________________________________________________
12878 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
12879         Log: Don't assume that everybody is running OS X 10.1 yet;
12880              from Kay Röpke.
12881      Branch: perl
12882            ! hints/darwin.sh
12883 ____________________________________________________________________________
12884 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
12885         Log: Update Changes.
12886      Branch: perl
12887            ! Changes patchlevel.h
12888 ____________________________________________________________________________
12889 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
12890         Log: Retract #12358 for now.
12891      Branch: perl
12892            ! lib/Term/Cap.t
12893 ____________________________________________________________________________
12894 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
12895         Log: Can't figure out what this is testing.
12896              (If it is trying to catch SIGKILL, it should stop
12897              trying because that is by definition impossible.)
12898      Branch: perl
12899            ! lib/sigtrap.t
12900 ____________________________________________________________________________
12901 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
12902         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
12903              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12904              Date: Sun, 30 Sep 2001 21:15:13 +0200
12905              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
12906      Branch: perl
12907            ! lib/ExtUtils/MM_Win32.pm
12908 ____________________________________________________________________________
12909 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
12910         Log: Clarify the ldlibpth part and condense the overall text.
12911      Branch: perl
12912            ! t/TEST
12913 ____________________________________________________________________________
12914 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
12915         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
12916              From: "chromatic" <chromatic@rmci.net>
12917              Date: Sun, 07 Oct 2001 16:59:26 -0600
12918              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
12919      Branch: perl
12920            ! lib/Term/Cap.t
12921 ____________________________________________________________________________
12922 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
12923         Log: Update the list because fo #12265.
12924      Branch: perl
12925            ! t/lib/1_compile.t
12926 ____________________________________________________________________________
12927 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
12928         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
12929              From: Nicholas Clark <nick@ccl4.org>
12930              Date: Sun, 7 Oct 2001 20:53:33 +0100
12931              Message-ID: <20011007205333.S38756@plum.flirble.org>   
12932      Branch: perl
12933            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
12934            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12935            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
12936            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
12937            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12938            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
12939            ! lib/Switch/t/switch.t lib/Term/Complete.t
12940            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
12941            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
12942            ! t/op/my_stash.t
12943 ____________________________________________________________________________
12944 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
12945         Log: Integrate patch #12350 from maintperl; typo in
12946              IO::Seekable doc.
12947      Branch: perl
12948           !> ext/IO/lib/IO/Seekable.pm
12949 ____________________________________________________________________________
12950 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
12951         Log: Detypo.
12952      Branch: perl
12953            ! hints/darwin.sh
12954 ____________________________________________________________________________
12955 [ 12353] By: sky                                   on 2001/10/07  17:16:14
12956         Log: Change 12349 didn't really get it right.
12957      Branch: perl
12958            ! lib/Unicode/README
12959 ____________________________________________________________________________
12960 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
12961         Log: If running the harness the dynamic library search path
12962              may need setting.
12963      Branch: perl
12964            ! t/TEST
12965 ____________________________________________________________________________
12966 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
12967         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
12968              in ldflags.
12969      Branch: perl
12970            ! hints/darwin.sh
12971 ____________________________________________________________________________
12972 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
12973         Log: typo in IO::Seekable doc
12974      Branch: maint-5.6/perl
12975            ! ext/IO/lib/IO/Seekable.pm
12976 ____________________________________________________________________________
12977 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
12978         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
12979              doesn't work on Mac OS X 10.1 (when unpacking the tar the
12980              latter gets renamed as lib/unicode:1, assumedly for security
12981              reasons not to overwrite stuff)
12982      Branch: perl
12983            + lib/Unicode/README
12984            - lib/unicode/README
12985            ! MANIFEST
12986 ____________________________________________________________________________
12987 [ 12348] By: ams                                   on 2001/10/07  05:33:40
12988         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
12989              From: "chromatic" <chromatic@rmci.net>
12990              Date: Sat, 06 Oct 2001 21:42:03 -0600
12991              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
12992      Branch: perl
12993            + lib/CPAN/t/Nox.t
12994            ! MANIFEST
12995 ____________________________________________________________________________
12996 [ 12347] By: ams                                   on 2001/10/07  00:48:10
12997         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
12998              From: "chromatic" <chromatic@rmci.net>
12999              Date: Sat, 06 Oct 2001 18:52:10 -0600
13000              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
13001      Branch: perl
13002            + lib/sigtrap.t
13003            ! MANIFEST
13004 ____________________________________________________________________________
13005 [ 12346] By: ams                                   on 2001/10/06  23:14:01
13006         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
13007              h2xs write?)
13008              From: Nicholas Clark <nick@ccl4.org>
13009              Date: Sat, 6 Oct 2001 21:46:43 +0100
13010              Message-Id: <20011006214643.L38756@plum.flirble.org>
13011      Branch: perl
13012            ! utils/h2xs.PL
13013 ____________________________________________________________________________
13014 [ 12345] By: ams                                   on 2001/10/06  17:39:53
13015         Log: Subject: [PATCH] Memoize tests
13016              From: Nicholas Clark <nick@ccl4.org>
13017              Date: Sat, 6 Oct 2001 18:04:21 +0100
13018              Message-Id: <20011006180421.J38756@plum.flirble.org>
13019      Branch: perl
13020            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
13021            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
13022            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
13023            ! lib/Memoize/t/expire_module_n.t
13024            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
13025            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
13026            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
13027            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
13028            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
13029            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
13030 ____________________________________________________________________________
13031 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
13032         Log: Retract the latter part of #12343.
13033      Branch: perl
13034            ! ext/IO/lib/IO/Socket/INET.pm
13035 ____________________________________________________________________________
13036 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
13037         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
13038              From: David Dyck <dcd@tc.fluke.com>
13039              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
13040              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
13041              
13042              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
13043              From: David Dyck <dcd@tc.fluke.com>
13044              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
13045              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
13046      Branch: perl
13047            ! ext/IO/lib/IO/Socket/INET.pm
13048 ____________________________________________________________________________
13049 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
13050         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
13051              From: Robin Barker <rmb1@cise.npl.co.uk>
13052              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
13053              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
13054      Branch: perl
13055            ! t/TEST
13056 ____________________________________________________________________________
13057 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
13058         Log: Don't assume that %x is good for displaying UVs.
13059      Branch: perl
13060            ! dump.c
13061 ____________________________________________________________________________
13062 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
13063         Log: Update Changes.
13064      Branch: perl
13065            ! Changes patchlevel.h
13066 ____________________________________________________________________________
13067 [ 12339] By: ams                                   on 2001/10/05  10:22:34
13068         Log: Subject: [PATCH] perlfunc/select
13069              From: Nicholas Clark <nick@ccl4.org>
13070              Date: Fri, 5 Oct 2001 11:33:58 +0100
13071              Message-Id: <20011005113358.Z38756@plum.flirble.org>
13072      Branch: perl
13073            ! pod/perlfunc.pod
13074 ____________________________________________________________________________
13075 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
13076         Log: Retract #12313 and #12249.
13077      Branch: perl
13078            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
13079            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
13080            ! pod/perlebcdic.pod
13081 ____________________________________________________________________________
13082 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
13083         Log: Subject: [PATCH] perlvms.pod update
13084              From: "Craig A. Berry" <craigberry@mac.com>
13085              Date: Thu, 04 Oct 2001 12:55:52 -0500
13086              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
13087      Branch: perl
13088            ! vms/perlvms.pod
13089 ____________________________________________________________________________
13090 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
13091         Log: Subject: PATCH: Tie::SubstrHash
13092              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13093              Date: Thu, 04 Oct 2001 12:12:41 +0100
13094              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
13095      Branch: perl
13096            ! lib/Tie/SubstrHash.pm
13097 ____________________________________________________________________________
13098 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
13099         Log: Unicode properties saga continues.
13100      Branch: perl
13101            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
13102            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
13103 ____________________________________________________________________________
13104 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
13105         Log: Yet more Unicode properties.
13106      Branch: perl
13107            + lib/unicore/In/137.pl lib/unicore/In/138.pl
13108            + lib/unicore/In/139.pl lib/unicore/In/140.pl
13109            + lib/unicore/In/141.pl lib/unicore/In/142.pl
13110            + lib/unicore/In/143.pl lib/unicore/In/144.pl
13111            + lib/unicore/In/145.pl lib/unicore/In/146.pl
13112            + lib/unicore/In/147.pl lib/unicore/In/148.pl
13113            + lib/unicore/In/149.pl lib/unicore/In/150.pl
13114            + lib/unicore/In/151.pl lib/unicore/In/152.pl
13115            + lib/unicore/In/153.pl lib/unicore/In/154.pl
13116            + lib/unicore/In/155.pl lib/unicore/In/156.pl
13117            + lib/unicore/In/157.pl lib/unicore/In/158.pl
13118            + lib/unicore/In/159.pl lib/unicore/In/160.pl
13119            + lib/unicore/In/161.pl lib/unicore/In/162.pl
13120            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
13121            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
13122            ! pod/perlunicode.pod
13123 ____________________________________________________________________________
13124 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
13125         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
13126              From: "Craig A. Berry" <craigberry@mac.com>
13127              Date: Wed, 03 Oct 2001 17:45:25 -0500
13128              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
13129              
13130              (the lib/Term/Complete.t patched differently by #12332)
13131      Branch: perl
13132            ! lib/ExtUtils/Command.t
13133 ____________________________________________________________________________
13134 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
13135         Log: Restore only if something to restore.
13136      Branch: perl
13137            ! lib/Term/Complete.t
13138 ____________________________________________________________________________
13139 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
13140         Log: Update various resources for credits,
13141              minor icons fixes, and versions.
13142      Branch: maint-5.6/macperl
13143            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
13144            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
13145            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
13146 ____________________________________________________________________________
13147 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
13148         Log: Quiet the warnings about using undef value
13149      Branch: maint-5.6/macperl
13150            ! lib/File/Temp.pm
13151 ____________________________________________________________________________
13152 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
13153         Log: Fix up Ballon Help and Help menu docs (first pass);
13154              remove balloon rez file, and autogenerate with
13155              Balloon2Rez instead.
13156      Branch: maint-5.6/macperl
13157            + macos/macperl/macscripts/Balloon2Rez
13158            - macos/macperl/MPBalloons.r
13159            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
13160 ____________________________________________________________________________
13161 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
13162         Log: Allow overriding of defaults, for change #12327.
13163      Branch: maint-5.6/macperl
13164            ! perl.h
13165 ____________________________________________________________________________
13166 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
13167         Log: Override PerlProc_exit.
13168      Branch: maint-5.6/macperl
13169            ! macos/macish.h
13170 ____________________________________________________________________________
13171 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
13172         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
13173      Branch: maint-5.6/macperl
13174            + macos/bundled_lib/blib/lib/MD5.pm
13175            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
13176            + macos/lib/Mac/AETE/Dialect.pm
13177            + macos/lib/Mac/AETE/Format/Converter.pm
13178            + macos/lib/Mac/AETE/Format/Dictionary.pm
13179            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
13180            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
13181            + macos/lib/Mac/Toolbox.pod
13182            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
13183 ____________________________________________________________________________
13184 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
13185         Log: Sync up silly CVS headers ... I should commit CVS
13186              first to avoid this ...
13187      Branch: maint-5.6/macperl
13188            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
13189            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
13190            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
13191            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
13192 ____________________________________________________________________________
13193 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
13194         Log: Fix Matthias' address, and attributions.
13195      Branch: maint-5.6/macperl
13196            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
13197            ! pod/perlport.pod
13198 ____________________________________________________________________________
13199 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
13200         Log: Fix Matthias' address, and attributions.
13201      Branch: maint-5.6/macperl
13202            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
13203            ! macos/ext/Mac/Components/Components.pm
13204            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
13205            ! macos/ext/Mac/Dialogs/Dialogs.pm
13206            ! macos/ext/Mac/Events/Events.pm
13207            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
13208            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
13209            ! macos/ext/Mac/Gestalt/Gestalt.pm
13210            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
13211            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
13212            ! macos/ext/Mac/Menus/Menus.pm
13213            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
13214            ! macos/ext/Mac/Movies/Movies.pm
13215            ! macos/ext/Mac/Navigation/Navigation.pm
13216            ! macos/ext/Mac/Notification/Notification.pm
13217            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
13218            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
13219            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
13220            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
13221            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
13222            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
13223            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
13224            ! macos/ext/Mac/StandardFile/StandardFile.pm
13225            ! macos/ext/Mac/TextEdit/TextEdit.pm
13226            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
13227            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
13228            ! macos/lib/Mac/LowMem.pm
13229 ____________________________________________________________________________
13230 [ 12322] By: sky                                   on 2001/10/03  18:41:07
13231         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
13232              From: "Craig A. Berry" <craigberry@mac.com>
13233              Date: Wed, 03 Oct 2001 14:30:55 -0500
13234              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
13235      Branch: perl
13236            ! vms/vms.c
13237 ____________________________________________________________________________
13238 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
13239         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
13240              From: "Craig A. Berry" <craigberry@mac.com>
13241              Date: Wed, 03 Oct 2001 14:30:55 -0500
13242              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
13243      Branch: perl
13244            ! vms/vms.c
13245 ____________________________________________________________________________
13246 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
13247         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
13248              only IsL&) and Inherited (negative lookahead good);
13249              add tests for Common, Inherited, and L&.
13250      Branch: perl
13251            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
13252 ____________________________________________________________________________
13253 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
13254         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
13255              (The Unicode standard uses L& quite often.)
13256      Branch: perl
13257            ! lib/utf8_heavy.pl
13258 ____________________________________________________________________________
13259 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
13260         Log: Add the 'Common' Unicode property (code points not
13261              explicitly assigned to any other script).
13262      Branch: perl
13263            + lib/unicore/In/136.pl
13264            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
13265 ____________________________________________________________________________
13266 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
13267         Log: Skip the RV printing test under threads until fixed.
13268      Branch: perl
13269            ! ext/B/t/terse.t
13270 ____________________________________________________________________________
13271 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
13272         Log: Subject: 12309 / cygwin / win2k
13273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13274              Date: Wed, 03 Oct 2001 15:25:15 +0200
13275              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
13276      Branch: perl
13277            ! makedef.pl
13278 ____________________________________________________________________________
13279 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
13280         Log: Metaconfig unit change for #12314.
13281      Branch: metaconfig
13282            ! U/modified/Head.U
13283 ____________________________________________________________________________
13284 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
13285         Log: Subject: Both cygwin and djgpp on one machine
13286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13287              Date: Wed, 03 Oct 2001 15:02:59 +0200
13288              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
13289      Branch: perl
13290            ! Configure
13291 ____________________________________________________________________________
13292 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
13293         Log: (retracted by #12338)
13294              
13295              Subject: [PATCH] Code clean up for perlboot.pod
13296              From: Casey West <casey@geeknest.com>
13297              Date: Tue, 2 Oct 2001 19:24:43 -0400
13298              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
13299              
13300              Subject: [PATCH] Code clean up for perlbot.diff
13301              From: Casey West <casey@geeknest.com>
13302              Date: Tue, 2 Oct 2001 19:25:22 -0400
13303              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
13304              
13305              Subject: [PATCH] Code clean up for perlcall.pod
13306              From: Casey West <casey@geeknest.com>
13307              Date: Tue, 2 Oct 2001 19:25:57 -0400
13308              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
13309              
13310              Subject: [PATCH] Code clean up for perldata.pod
13311              From: Casey West <casey@geeknest.com>
13312              Date: Tue, 2 Oct 2001 19:26:29 -0400
13313              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
13314              
13315              Subject: [PATCH] Code clean up for perldbmfilter.pod
13316              From: Casey West <casey@geeknest.com>
13317              Date: Tue, 2 Oct 2001 19:26:59 -0400
13318              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
13319              
13320              Subject: [PATCH] Code clean up for perlebcdic.pod
13321              From: Casey West <casey@geeknest.com>
13322              Date: Tue, 2 Oct 2001 19:27:37 -0400
13323              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
13324      Branch: perl
13325            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
13326            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
13327 ____________________________________________________________________________
13328 [ 12312] By: ams                                   on 2001/10/02  23:43:55
13329         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
13330              From: Michael G Schwern <schwern@pobox.com>
13331              Date: Tue, 2 Oct 2001 17:00:49 -0400
13332              Message-Id: <20011002170049.A9955@blackrider>
13333      Branch: perl
13334            ! lib/ExtUtils/MakeMaker.pm
13335 ____________________________________________________________________________
13336 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
13337         Log: FAQ sync.
13338      Branch: perl
13339            ! pod/perlfaq3.pod
13340 ____________________________________________________________________________
13341 [ 12310] By: nick                                  on 2001/10/02  16:09:49
13342         Log: Integrate mainline
13343      Branch: perlio
13344           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
13345           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
13346           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
13347           !> patchlevel.h t/op/pat.t
13348 ____________________________________________________________________________
13349 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
13350         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
13351              not just one single space.
13352      Branch: perl
13353            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
13354 ____________________________________________________________________________
13355 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
13356         Log: AUTHORS updates.
13357      Branch: perl
13358            ! AUTHORS
13359 ____________________________________________________________________________
13360 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
13361         Log: Update Changes.
13362      Branch: perl
13363            ! Changes patchlevel.h
13364 ____________________________________________________________________________
13365 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
13366         Log: Work around old buggy glibcs for langinfo constants,
13367              from Nicholas Clark and David Dyck.
13368      Branch: perl
13369            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
13370 ____________________________________________________________________________
13371 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
13372         Log: Eradicate Time::Piece; add an example.
13373      Branch: perl
13374            ! ext/I18N/Langinfo/Langinfo.pm
13375 ____________________________________________________________________________
13376 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
13377         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
13378              From: Robert Spier <rspier@pobox.com>
13379              Date: Mon, 1 Oct 2001 23:20:16 -0700
13380              Message-ID: <15289.23712.422087.878224@rls.cx>
13381      Branch: perl
13382            ! lib/Pod/Html.pm
13383 ____________________________________________________________________________
13384 [ 12303] By: sky                                   on 2001/10/02  10:40:57
13385         Log: Fixes obscure bug that manifests itself by.
13386              local $!=0;undef*STDOUT;#segfaults
13387              Has been around for a while. Possible other magic IO vars are
13388              possibly affected aswell. Reported by Jos Boumans.
13389      Branch: perl
13390            ! mg.c
13391 ____________________________________________________________________________
13392 [ 12302] By: nick                                  on 2001/10/02  09:00:52
13393         Log: Integrate mainline
13394      Branch: perlio
13395           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
13396           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
13397           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
13398 ____________________________________________________________________________
13399 [ 12301] By: nick                                  on 2001/10/02  08:40:57
13400         Log: Integrate mainline + lib/open.t patch from Chromatic
13401      Branch: perlio
13402           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
13403            ! lib/open.t
13404           !> (integrate 29 files)
13405 ____________________________________________________________________________
13406 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
13407         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
13408              Until it has, better stop early if someone requests threads.
13409      Branch: perl
13410            ! hints/darwin.sh
13411 ____________________________________________________________________________
13412 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
13413         Log: Subject: [ID 20011001.011] redundant code in t/TEST
13414              From: David Dyck <dcd@tc.fluke.com>
13415              Date: Mon, 1 Oct 2001 12:56:24 -0700
13416              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
13417      Branch: perl
13418            ! t/TEST
13419 ____________________________________________________________________________
13420 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
13421         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
13422              From: "chromatic" <chromatic@rmci.net>
13423              Date: Mon, 01 Oct 2001 12:27:12 -0600
13424              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
13425      Branch: perl
13426            ! lib/Term/Cap.t
13427 ____________________________________________________________________________
13428 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
13429         Log: UNICOS testing patches from Nicholas Clark.
13430      Branch: perl
13431            ! t/op/arith.t t/op/pack.t
13432 ____________________________________________________________________________
13433 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
13434         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
13435              From: "chromatic" <chromatic@rmci.net>
13436              Date: Mon, 01 Oct 2001 10:21:51 -0600
13437              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
13438      Branch: perl
13439            ! lib/open.t
13440 ____________________________________________________________________________
13441 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
13442         Log: Make missing the RADIXCHAR a softer, gentler error.
13443      Branch: perl
13444            ! ext/I18N/Langinfo/Langinfo.t
13445 ____________________________________________________________________________
13446 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
13447         Log: Nuke also the LANG because of glibc.
13448      Branch: perl
13449            ! lib/open.t
13450 ____________________________________________________________________________
13451 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
13452         Log: Also the ^Is is optional.
13453      Branch: perl
13454            ! pod/perlunicode.pod t/op/pat.t
13455 ____________________________________________________________________________
13456 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
13457         Log: Be careful to pull chars from the varargs stack when
13458              formatting chars.
13459      Branch: perl
13460            ! regcomp.c
13461 ____________________________________________________________________________
13462 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
13463         Log: sortsv not in place anymore, noticed by John P. Linderman.
13464      Branch: perl
13465            ! pod/perlapi.pod pp_ctl.c
13466 ____________________________________________________________________________
13467 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
13468         Log: Make the diagnostic messages more neutral.
13469      Branch: perl
13470            ! ext/B/t/terse.t
13471 ____________________________________________________________________________
13472 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
13473         Log: Forgotten from #12288.
13474      Branch: perl
13475            ! ext/Data/Dumper/Dumper.pm
13476 ____________________________________________________________________________
13477 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
13478         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
13479              From: Brian Ingerson <ingy@ttul.org>
13480              Date: Sun, 30 Sep 2001 21:45:56 -0700
13481              Message-ID: <20010930214556.D26392@ttul.org>
13482              
13483              (remember also the #12289)
13484      Branch: perl
13485            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
13486 ____________________________________________________________________________
13487 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
13488         Log: More Unicode property tests for the abbreviated
13489              general properties.
13490      Branch: perl
13491            ! t/op/pat.t
13492 ____________________________________________________________________________
13493 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
13494         Log: Further tweaks to the Unicode properties.
13495      Branch: perl
13496            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
13497 ____________________________________________________________________________
13498 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
13499         Log: Retract #12284.
13500      Branch: perl
13501            ! lib/Term/Cap.t
13502 ____________________________________________________________________________
13503 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
13504         Log: (Retracted by #12285)
13505      Branch: perl
13506            ! lib/Term/Cap.t
13507 ____________________________________________________________________________
13508 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
13509         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
13510              From: "chromatic" <chromatic@rmci.net>  
13511              Date: Sun, 30 Sep 2001 16:10:02 -0600
13512              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
13513      Branch: perl
13514            + lib/Term/Cap.t
13515            ! MANIFEST
13516 ____________________________________________________________________________
13517 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
13518         Log: Use stty -g to restore the terminal state, do not even
13519              try to run the tests if stty -g is not available.
13520      Branch: perl
13521            ! lib/Term/Complete.t
13522 ____________________________________________________________________________
13523 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
13524         Log: Cleanup utf8_heavy; allow dropping the In prefix from
13525              Unicode script/block properties.
13526      Branch: perl
13527            ! lib/utf8_heavy.pl
13528 ____________________________________________________________________________
13529 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
13530         Log: Retract the #12259 for now.
13531      Branch: perl
13532            ! embed.h embed.pl sv.h
13533 ____________________________________________________________________________
13534 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
13535         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
13536      Branch: perl
13537            + lib/Text/TabsWrap/CHANGELOG
13538            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
13539 ____________________________________________________________________________
13540 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
13541         Log: #12272 wasn't right, it introduced an extra ().
13542      Branch: perl
13543            ! lib/utf8_heavy.pl
13544 ____________________________________________________________________________
13545 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
13546         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
13547              From: Jonathan Stowe <gellyfish@gellyfish.com>
13548              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
13549              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
13550      Branch: perl
13551            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
13552 ____________________________________________________________________________
13553 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
13554         Log: Subject: Patch to put qsortsv in the public API
13555              From: Brian Ingerson <ingy@ttul.org>
13556              Date: Sat, 29 Sep 2001 17:41:13 -0700
13557              Message-ID: <20010929174113.A30223@ttul.org>
13558      Branch: perl
13559            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
13560 ____________________________________________________________________________
13561 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
13562         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
13563              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13564              Date: Sat, 29 Sep 2001 23:54:48 +0200
13565              Message-ID: <20010929235448.A5017@rafael>
13566      Branch: perl
13567            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
13568 ____________________________________________________________________________
13569 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
13570         Log: FAQ sync.
13571      Branch: perl
13572            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13573            ! pod/perlfaq9.pod
13574 ____________________________________________________________________________
13575 [ 12273] By: bailey                                on 2001/09/29  23:43:46
13576         Log: Resync with mainline
13577      Branch: vmsperl
13578           +> (branch 1207 files)
13579            - (delete 324 files)
13580           !> (integrate 866 files)
13581 ____________________________________________________________________________
13582 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
13583         Log: Nasty recursion trap if one would match Unicode.
13584      Branch: perl
13585            ! lib/utf8_heavy.pl
13586 ____________________________________________________________________________
13587 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
13588         Log: More Unicode todo.
13589      Branch: perl
13590            ! pod/perltodo.pod
13591 ____________________________________________________________________________
13592 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
13593         Log: Explain a bit the new more flexible \p\P syntax.
13594      Branch: perl
13595            ! pod/perlunicode.pod
13596 ____________________________________________________________________________
13597 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
13598         Log: More leniency to the \p and \P: now can have whitespace
13599              between the property definition and the curlies; now can
13600              invert the property by having a caret between the open
13601              curly and the property.
13602      Branch: perl
13603            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
13604 ____________________________________________________________________________
13605 [ 12268] By: nick                                  on 2001/09/29  17:39:26
13606         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
13607              one test (lib/open.t) fails
13608      Branch: perlio
13609           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
13610           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
13611           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
13612           +> lib/Tie/Scalar.t lib/open.t
13613            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
13614            - ext/B/Stash.t
13615           !> (integrate 62 files)
13616 ____________________________________________________________________________
13617 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
13618         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
13619      Branch: perl
13620            ! t/op/chdir.t
13621 ____________________________________________________________________________
13622 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
13623         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
13624              From: "Craig A. Berry" <craigberry@mac.com> 
13625              Date: Sat, 29 Sep 2001 09:35:33 -0500
13626              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
13627      Branch: perl
13628            ! t/op/chdir.t
13629 ____________________________________________________________________________
13630 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
13631         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
13632              From: "chromatic" <chromatic@rmci.net>
13633              Date: Fri, 28 Sep 2001 21:20:12 -0600
13634              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
13635      Branch: perl
13636            + lib/Tie/Scalar.t
13637            ! MANIFEST lib/Tie/Scalar.pm
13638 ____________________________________________________________________________
13639 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
13640         Log: Allow for more flexibility in the \p{In...} names, now
13641              case doesn't matter, and any space or dash can be
13642              matched by any space, dash, underbar, or empty.
13643              (may be going too far on leniency)
13644      Branch: perl
13645            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
13646            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
13647            ! t/op/pat.t
13648 ____________________________________________________________________________
13649 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
13650         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
13651              From: "chromatic" <chromatic@rmci.net>
13652              Date: Fri, 28 Sep 2001 17:39:50 -0600
13653              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
13654      Branch: perl
13655            + lib/open.t
13656            ! MANIFEST
13657 ____________________________________________________________________________
13658 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
13659         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
13660              From: "Craig A. Berry" <craigberry@mac.com>
13661              Date: Fri, 28 Sep 2001 16:24:51 -0500
13662              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
13663      Branch: perl
13664            ! ext/File/Glob/t/basic.t
13665 ____________________________________________________________________________
13666 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
13667         Log: Subject: [DOC PATCH] Carp.pm pod typo
13668              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13669              Date: Fri, 28 Sep 2001 23:14:51 +0200
13670              Message-ID: <20010928231451.E16889@rafael>
13671      Branch: perl
13672            ! lib/Carp.pm
13673 ____________________________________________________________________________
13674 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
13675         Log: Subject: [PATCH] Allow an @INC hook to set %INC
13676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13677              Date: Fri, 28 Sep 2001 22:18:13 +0200
13678              Message-ID: <20010928221813.A16889@rafael>
13679      Branch: perl
13680            ! pp_ctl.c
13681 ____________________________________________________________________________
13682 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
13683         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
13684              From: Nicholas Clark <nick@ccl4.org>
13685              Date: Fri, 28 Sep 2001 23:39:33 +0100
13686              Message-ID: <20010928233933.C23673@plum.flirble.org>
13687      Branch: perl
13688            ! embed.h embed.pl sv.h
13689 ____________________________________________________________________________
13690 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
13691         Log: Update Changes.
13692      Branch: perl
13693            ! Changes patchlevel.h
13694 ____________________________________________________________________________
13695 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
13696         Log: Move the B tests to B/t.
13697      Branch: perl
13698            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
13699            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
13700            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
13701            - ext/B/Showlex.t ext/B/Stash.t
13702            ! MANIFEST
13703 ____________________________________________________________________________
13704 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
13705         Log: Forgot from #12254.
13706      Branch: perl
13707            + ext/B/B/Terse.t
13708 ____________________________________________________________________________
13709 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
13710         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
13711              From: "chromatic" <chromatic@rmci.net>
13712              Date: Thu, 27 Sep 2001 23:22:17 -0600
13713              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
13714      Branch: perl
13715            ! MANIFEST
13716 ____________________________________________________________________________
13717 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
13718         Log: Test numbering mismatch.
13719      Branch: perl
13720            ! t/op/chdir.t
13721 ____________________________________________________________________________
13722 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
13723         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
13724              From: "Craig A. Berry" <craigberry@mac.com>
13725              Date: Wed, 26 Sep 2001 17:43:14 -0500
13726              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
13727      Branch: perl
13728            ! iperlsys.h t/op/chdir.t
13729 ____________________________________________________________________________
13730 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
13731         Log: Subject: [PATCH gv.c] make __ANON__ global
13732              From: Robin Barker <rmb1@cise.npl.co.uk>
13733              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
13734              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
13735      Branch: perl
13736            ! gv.c t/op/anonsub.t t/op/runlevel.t
13737 ____________________________________________________________________________
13738 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
13739         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
13740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13741              Date: Thu, 27 Sep 2001 22:34:32 +0200
13742              Message-ID: <20010927223432.A1485@rafael>
13743      Branch: perl
13744            ! ext/B/B/Terse.pm
13745 ____________________________________________________________________________
13746 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
13747         Log: (retracted by #12338)
13748              
13749              Subject: [PATCH] Cleanup of perldsc.pod      
13750              From: Casey West <casey@geeknest.com>
13751              Date: Thu, 27 Sep 2001 11:13:17 -0400
13752              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
13753      Branch: perl
13754            ! pod/perldsc.pod
13755 ____________________________________________________________________________
13756 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
13757         Log: Not everyone is using ithreads...
13758      Branch: perl
13759            ! ext/Devel/Peek/Peek.t
13760 ____________________________________________________________________________
13761 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
13762         Log: Document the nss_delete core dump workaround for HP-UX
13763              and Solaris, bug IDs 20010805.018 and 20010629.004.
13764      Branch: perl
13765            ! README.hpux README.solaris
13766 ____________________________________________________________________________
13767 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
13768         Log: Dump Unicode hash keys also as Unicode,
13769              not just as a byte string.
13770      Branch: perl
13771            ! dump.c ext/Devel/Peek/Peek.t
13772 ____________________________________________________________________________
13773 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
13774         Log: Integrate changes #12241 and #12242 from macperl:
13775              
13776              Remove unneeded disabling of umask() calls
13777              
13778              Note (get|set)sockopt are available.
13779      Branch: perl
13780           !> lib/File/Temp.pm pod/perlport.pod
13781 ____________________________________________________________________________
13782 [ 12244] By: sky                                   on 2001/09/27  08:53:00
13783         Log: Flush buffers on thread closedown.
13784      Branch: perl
13785            ! ext/threads/threads.xs
13786 ____________________________________________________________________________
13787 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
13788         Log: Dump SvUTF8(sv)s also as \x{...}.
13789              
13790              TODO: dump the SvUTF8() hash keys similarly. 
13791      Branch: perl
13792            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
13793 ____________________________________________________________________________
13794 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
13795         Log: Note (get|set)sockopt are available.
13796      Branch: maint-5.6/macperl
13797            ! pod/perlport.pod
13798 ____________________________________________________________________________
13799 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
13800         Log: Remove unneeded disabling of umask() calls
13801      Branch: maint-5.6/macperl
13802            ! lib/File/Temp.pm
13803 ____________________________________________________________________________
13804 [ 12240] By: sky                                   on 2001/09/26  18:44:56
13805         Log: Documention update
13806      Branch: perl
13807            ! ext/threads/threads.pm
13808 ____________________________________________________________________________
13809 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
13810         Log: Update Changes.
13811      Branch: perl
13812            ! Changes patchlevel.h
13813 ____________________________________________________________________________
13814 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
13815         Log: Check that all environment variables are tainted.
13816      Branch: perl
13817            ! t/op/taint.t
13818 ____________________________________________________________________________
13819 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
13820         Log: Manual integration error in #12235.
13821      Branch: perl
13822            ! lib/File/DosGlob.t
13823 ____________________________________________________________________________
13824 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
13825         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
13826              From: "chromatic" <chromatic@rmci.net>
13827              Date: Tue, 25 Sep 2001 23:57:07 -0600
13828              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
13829      Branch: perl
13830            ! perlio.c
13831 ____________________________________________________________________________
13832 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
13833         Log: Integrate macperl changes from Chris Nandor:
13834              12192 11817 11815 11813 11778 11775
13835              
13836              Update CPAN.pm to work with new Mac::BuildTools instead
13837              of ExtUtils::MM_MacOS "orphan" functions
13838              
13839              Fix test
13840              
13841              Make syntax check report in MPW style, fix tests
13842              to use Mac::err=unix to get normal-style error
13843              messages.
13844              
13845              More module and test ports from Thomas Wegner et al
13846              
13847              Fix open of /dev/null for Mac OS
13848              
13849              Allow for platforms to override formatting of errors
13850              on output from Matthias Neeracher (core files)
13851      Branch: perl
13852            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
13853            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
13854            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
13855           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
13856           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
13857           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
13858 ____________________________________________________________________________
13859 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
13860         Log: grrr.
13861      Branch: perl
13862            ! t/op/gv.t
13863 ____________________________________________________________________________
13864 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
13865         Log: Retract #12232.
13866      Branch: perl
13867            ! t/op/gv.t
13868 ____________________________________________________________________________
13869 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
13870         Log: (Retracted by #12233.)
13871      Branch: perl
13872            ! t/op/gv.t
13873 ____________________________________________________________________________
13874 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
13875         Log: Detypo.
13876      Branch: perl
13877            ! ext/Encode/Makefile.PL
13878 ____________________________________________________________________________
13879 [ 12230] By: sky                                   on 2001/09/26  11:36:23
13880         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
13881              We are using a "delay" here because we do not want to depend on thread synchronization issues.
13882      Branch: perl
13883            + ext/threads/t/stress_cv.t
13884            ! MANIFEST ext/threads/t/stress_string.t
13885 ____________________________________________________________________________
13886 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
13887         Log: NetWare tweak from Ananth Kesari.
13888      Branch: perl
13889            ! NetWare/t/Readme.txt
13890 ____________________________________________________________________________
13891 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
13892         Log: Trick to fool case-blind filesystems.
13893      Branch: perl
13894            ! ext/Encode/Makefile.PL
13895 ____________________________________________________________________________
13896 [ 12227] By: sky                                   on 2001/09/26  11:06:50
13897         Log: Threads can start executing in a different order than they were
13898              created.... so we cannot ok() inside the threadstarter.
13899      Branch: perl
13900            ! ext/threads/t/stress_string.t
13901 ____________________________________________________________________________
13902 [ 12226] By: sky                                   on 2001/09/26  07:41:45
13903         Log: Add in stress_string.t to stress test threads a bit more.
13904      Branch: perl
13905            + ext/threads/t/stress_string.t
13906            ! MANIFEST
13907 ____________________________________________________________________________
13908 [ 12225] By: sky                                   on 2001/09/26  07:04:21
13909         Log: Fix negative refcount introduced by #12223.
13910      Branch: perl
13911            ! ext/threads/threads.xs
13912 ____________________________________________________________________________
13913 [ 12224] By: sky                                   on 2001/09/26  06:57:58
13914         Log: Update documentation to match change #12223
13915      Branch: perl
13916            ! sharedsv.c
13917 ____________________________________________________________________________
13918 [ 12223] By: sky                                   on 2001/09/26  06:54:32
13919         Log: Use a separate interpreter for the sharedsv space. Another
13920              negative sv leak. Sigh.
13921      Branch: perl
13922            ! sharedsv.c
13923 ____________________________________________________________________________
13924 [ 12222] By: sky                                   on 2001/09/26  05:58:35
13925         Log: Do the environ assignment in perl_contruct to match perl_destruct.
13926              Now we don't need to perl_parse/perl_run. However environ is a
13927              global....
13928      Branch: perl
13929            ! perl.c
13930 ____________________________________________________________________________
13931 [ 12221] By: sky                                   on 2001/09/26  05:41:02
13932         Log: Move the creation of PL_strtab to perl_construct so we can work
13933              with HV and HEs without running perl_parse.
13934      Branch: perl
13935            ! perl.c
13936 ____________________________________________________________________________
13937 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
13938         Log: integrate macperl changes into maint-5.6
13939      Branch: maint-5.6/perl
13940           !> (integrate 26 files)
13941 ____________________________________________________________________________
13942 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
13943         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
13944              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
13945      Branch: maint-5.6/macperl
13946            ! macos/ext/Mac/Fonts/Fonts.xs
13947            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
13948 ____________________________________________________________________________
13949 [ 12218] By: ams                                   on 2001/09/25  23:31:33
13950         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13951              From: Nicholas Clark <nick@ccl4.org>
13952              Date: Wed, 26 Sep 2001 01:20:20 +0100
13953              Message-Id: <20010926012020.B48092@plum.flirble.org>
13954      Branch: perl
13955            ! lib/AutoSplit.t
13956 ____________________________________________________________________________
13957 [ 12217] By: ams                                   on 2001/09/25  22:33:05
13958         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
13959              From: "Craig A. Berry" <craigberry@mac.com>
13960              Date: Tue, 25 Sep 2001 18:08:42 -0500
13961              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
13962      Branch: perl
13963            ! vms/vms.c
13964 ____________________________________________________________________________
13965 [ 12216] By: ams                                   on 2001/09/25  21:41:01
13966         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
13967              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
13968              From: Michael G Schwern <schwern@pobox.com>
13969              Date: Wed, 26 Sep 2001 00:38:21 -0400
13970              Message-Id: <20010926003821.A627@blackrider>
13971      Branch: perl
13972            ! lib/AutoSplit.t
13973 ____________________________________________________________________________
13974 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
13975         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
13976              From: Michael G Schwern <schwern@pobox.com>
13977              Date: Tue, 25 Sep 2001 17:43:49 -0400
13978              Message-ID: <20010925174349.B19534@blackrider>
13979      Branch: perl
13980            ! lib/Test/Simple.pm lib/Test/Utils.pm
13981 ____________________________________________________________________________
13982 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
13983         Log: Integrate changes from bleadperl.
13984      Branch: maint-5.6/macperl
13985           !> pod/perlport.pod
13986 ____________________________________________________________________________
13987 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
13988         Log: skip($mess) should result in one skip.
13989      Branch: perl
13990            ! t/test.pl
13991 ____________________________________________________________________________
13992 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
13993         Log: Integrate change #12200 from maintperl.
13994      Branch: maint-5.6/macperl
13995           !> win32/perlhost.h
13996 ____________________________________________________________________________
13997 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
13998         Log: Fix file types to "apple"
13999      Branch: maint-5.6/macperl
14000            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
14001            ! macos/ext/Mac/SAT/t/Collision.rsrc
14002 ____________________________________________________________________________
14003 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
14004         Log: Fix rsrc file as snd file; fix path in t file.
14005      Branch: maint-5.6/macperl
14006            ! macos/ext/Mac/Notification/t/Notification.rsrc
14007            ! macos/ext/Mac/Notification/t/Notification.t
14008 ____________________________________________________________________________
14009 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
14010         Log: Sync up with File::Find from bleadperl.
14011      Branch: maint-5.6/macperl
14012            ! lib/File/Find.pm t/lib/filefind-taint.t
14013 ____________________________________________________________________________
14014 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
14015         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
14016              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
14017              of hundreds)
14018      Branch: maint-5.6/macperl
14019            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
14020            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
14021            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
14022 ____________________________________________________________________________
14023 [ 12207] By: nick                                  on 2001/09/25  19:04:36
14024         Log: Integrate mainline (untested while modem is up)
14025      Branch: perlio
14026           +> lib/AutoSplit.t t/test.pl
14027            - lib/warnings/register.t
14028           !> (integrate 28 files)
14029 ____________________________________________________________________________
14030 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
14031         Log: perldiag entry for #12205.
14032      Branch: perl
14033            ! pod/perldiag.pod
14034 ____________________________________________________________________________
14035 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
14036         Log: Subject: [PATCH] warning on v-string in use/require
14037              From: John Peacock <jpeacock@rowman.com>
14038              Date: Mon, 24 Sep 2001 17:29:03 -0400
14039              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
14040      Branch: perl
14041            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
14042 ____________________________________________________________________________
14043 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
14044         Log: perltooc et al updates.
14045      Branch: perl
14046            ! plan9/mkfile pod/roffitall
14047 ____________________________________________________________________________
14048 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
14049         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
14050              From: Michael G Schwern <schwern@pobox.com>
14051              Date: Sun, 23 Sep 2001 00:07:12 -0400
14052              Message-ID: <20010923000712.A7005@blackrider>
14053      Branch: perl
14054            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
14055 ____________________________________________________________________________
14056 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
14057         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
14058              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14059              Date: Wed, 26 Sep 2001 01:25:10 +0900
14060              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
14061      Branch: perl
14062            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
14063            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
14064            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
14065 ____________________________________________________________________________
14066 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
14067         Log: Integrate change #12200 from maintperl;
14068              on windows, virtualized environment could propagate deleted variables
14069              into children if they happen to be at the very end of the table
14070      Branch: perl
14071           !> win32/perlhost.h
14072 ____________________________________________________________________________
14073 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
14074         Log: on windows, virtualized environment could propagate deleted variables
14075              into children if they happen to be at the very end of the table
14076              (thanks for succinct test case from Johan Holmberg, and fix from
14077              Doug Lankshear)
14078      Branch: maint-5.6/perl
14079            ! win32/perlhost.h
14080 ____________________________________________________________________________
14081 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
14082         Log: avoid the use of ftime() (it does a useless, potentially
14083              expensive call to GetTimeZoneInformation()); this potentially
14084              also results in three more digits of precision from
14085              Time::HiRes::time()
14086      Branch: perl
14087            ! ext/Time/HiRes/HiRes.xs
14088 ____________________________________________________________________________
14089 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
14090         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
14091              
14092              Note: io/binmode is failing, have to figure out why.
14093      Branch: perl
14094            + t/test.pl
14095            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
14096            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
14097            ! t/run/exit.t
14098 ____________________________________________________________________________
14099 [ 12197] By: ams                                   on 2001/09/25  13:48:55
14100         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
14101              From: Nicholas Clark <nick@ccl4.org>
14102              Date: Tue, 25 Sep 2001 00:37:40 +0100
14103              Message-Id: <20010925003740.S4971@plum.flirble.org>
14104              (Further changes expected.)
14105      Branch: perl
14106            + lib/AutoSplit.t
14107            ! MANIFEST
14108 ____________________________________________________________________________
14109 [ 12196] By: sky                                   on 2001/09/25  13:37:12
14110         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
14111              _ftime to try and be more robust.
14112      Branch: perl
14113            ! ext/Time/HiRes/HiRes.xs
14114 ____________________________________________________________________________
14115 [ 12194] By: ams                                   on 2001/09/25  11:40:00
14116         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
14117              From: "Craig A. Berry" <craigberry@mac.com>
14118              Date: Mon, 24 Sep 2001 17:54:20 -0500
14119              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
14120      Branch: perl
14121            ! vms/descrip_mms.template
14122 ____________________________________________________________________________
14123 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
14124         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
14125              not working, cursor not spinning (Bug #422129); external
14126              editor problems (Bug #456329); escape/cmd-. not activating
14127              "Cancel" in Save dialog box (Bug #446960); Runtimes not
14128              executing on launch (Bug #464441).
14129      Branch: maint-5.6/macperl
14130            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
14131            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
14132            ! macos/macperl/MacPerl.r
14133 ____________________________________________________________________________
14134 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
14135         Log: Update CPAN.pm to work with new Mac::BuildTools instead
14136              of ExtUtils::MM_MacOS "orphan" functions
14137      Branch: maint-5.6/macperl
14138            ! lib/CPAN.pm
14139 ____________________________________________________________________________
14140 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
14141         Log: Fix up another xsubpp problem (Matthias Neeracher)
14142      Branch: maint-5.6/macperl
14143            ! macos/xsubpp
14144 ____________________________________________________________________________
14145 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
14146         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
14147      Branch: maint-5.6/macperl
14148            ! macos/lib/ExtUtils/MM_MacOS.pm
14149 ____________________________________________________________________________
14150 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
14151         Log: Fix up Makefiles for more Mac:: modules (and prepare for
14152              static build ...?)
14153      Branch: maint-5.6/macperl
14154            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
14155            ! macos/macperl/Makefile.mk
14156 ____________________________________________________________________________
14157 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
14158         Log: Fix up tests
14159      Branch: maint-5.6/macperl
14160            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
14161 ____________________________________________________________________________
14162 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
14163         Log: Make malloc smarter, fix bugs.  (Bug #404030)
14164      Branch: maint-5.6/macperl
14165            ! macos/icemalloc.c macos/icemalloc.h
14166 ____________________________________________________________________________
14167 [ 12186] By: nick                                  on 2001/09/24  19:18:17
14168         Log: Integrate mainline
14169      Branch: perlio
14170           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
14171           +> lib/filetest.t
14172           !> (integrate 30 files)
14173 ____________________________________________________________________________
14174 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
14175         Log: Retract #12136, the warnings::register is already
14176              tested by t/lib/warnings/9enabled, as pointed out
14177              by Paul Marquess.
14178      Branch: perl
14179            - lib/warnings/register.t
14180            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
14181 ____________________________________________________________________________
14182 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
14183         Log: fix Time::HiRes implementation of gettimeofday() on windows
14184              (HiRes.t#14 now passes)
14185      Branch: perl
14186            ! ext/Time/HiRes/HiRes.xs
14187 ____________________________________________________________________________
14188 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
14189         Log: File::Spec::catfile() canonifies everything to blackslashes on
14190              windows :-(
14191      Branch: perl
14192            ! lib/ExtUtils/Manifest.t
14193 ____________________________________________________________________________
14194 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
14195         Log: test number mismatch
14196      Branch: perl
14197            ! t/op/magic.t
14198 ____________________________________________________________________________
14199 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
14200         Log: ok().
14201      Branch: perl
14202            ! t/op/pack.t
14203 ____________________________________________________________________________
14204 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
14205         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
14206              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14207      Branch: perl
14208            ! pp_pack.c t/op/pack.t
14209 ____________________________________________________________________________
14210 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
14211         Log: Update Changes.
14212      Branch: perl
14213            ! Changes patchlevel.h
14214 ____________________________________________________________________________
14215 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
14216         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
14217              From: Michael G Schwern <schwern@pobox.com>
14218              Date: Mon, 24 Sep 2001 11:12:13 -0400
14219              Message-ID: <20010924111213.G27885@blackrider>
14220      Branch: perl
14221            ! lib/ExtUtils/Manifest.pm
14222 ____________________________________________________________________________
14223 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
14224         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
14225              From: Michael G Schwern <schwern@pobox.com> 
14226              Date: Mon, 24 Sep 2001 11:02:07 -0400
14227              Message-ID: <20010924110207.E27885@blackrider>
14228      Branch: perl
14229            ! vms/test.com
14230 ____________________________________________________________________________
14231 [ 12176] By: ams                                   on 2001/09/24  14:01:59
14232         Log: Update Changes.
14233      Branch: perl
14234            ! Changes
14235 ____________________________________________________________________________
14236 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
14237         Log: Various cleanups.
14238      Branch: perl
14239            ! ext/threads/Makefile.PL ext/threads/threads.xs
14240 ____________________________________________________________________________
14241 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
14242         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
14243      Branch: maint-5.6/macperl
14244           !> (integrate 33 files)
14245 ____________________________________________________________________________
14246 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
14247         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
14248              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14249              Date: Mon, 24 Sep 2001 20:04:58 +0900
14250              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
14251      Branch: perl
14252            ! ext/Encode/Encode/gb2312.enc
14253 ____________________________________________________________________________
14254 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
14255         Log: Clarifying comment to #12164.
14256      Branch: perl
14257            ! lib/Cwd.pm
14258 ____________________________________________________________________________
14259 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
14260         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
14261              From: Nicholas Clark <nick@ccl4.org>
14262              Date: Sun, 23 Sep 2001 23:00:56 +0100
14263              Message-ID: <20010923230055.Y4971@plum.flirble.org>
14264              
14265              (with "sample_constants" changed to "fallback")
14266      Branch: perl
14267            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
14268            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
14269            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
14270            ! lib/h2xs.t utils/h2xs.PL
14271 ____________________________________________________________________________
14272 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
14273         Log: Metaconfig unit change for #12167.
14274      Branch: metaconfig
14275            ! U/modified/Cppsym.U
14276 ____________________________________________________________________________
14277 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
14278         Log: Add a few glibc cpp symbols to probe for.
14279      Branch: perl
14280            ! Configure
14281 ____________________________________________________________________________
14282 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
14283         Log: DJGPP tweaks for Laszlo Molnar.
14284      Branch: perl
14285            ! djgpp/djgppsed.sh dosish.h
14286 ____________________________________________________________________________
14287 [ 12165] By: ams                                   on 2001/09/24  10:07:08
14288         Log: Subject: [PATCH t/op/inccode.t] More tests
14289              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14290              Date: 24 Sep 2001 10:01:44 -0000
14291              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
14292      Branch: perl
14293            ! t/op/inccode.t
14294 ____________________________________________________________________________
14295 [ 12164] By: ams                                   on 2001/09/24  09:43:29
14296         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
14297              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
14298              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
14299              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
14300      Branch: perl
14301            ! lib/Cwd.pm
14302 ____________________________________________________________________________
14303 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
14304         Log: 1_compile updates.
14305      Branch: perl
14306            ! t/lib/1_compile.t
14307 ____________________________________________________________________________
14308 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
14309         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
14310              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14311              Date: Wed, 19 Sep 2001 22:47:14 +0200
14312              Message-ID: <20010919224714.A6382@rafael>
14313      Branch: perl
14314            ! pod/perlvar.pod pp_ctl.c
14315 ____________________________________________________________________________
14316 [ 12161] By: ams                                   on 2001/09/23  17:40:02
14317         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
14318              filetest Pragma
14319              From: "chromatic" <chromatic@rmci.net>
14320              Date: Sun, 23 Sep 2001 12:07:25 -0600
14321              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
14322      Branch: perl
14323            + lib/filetest.t
14324            ! MANIFEST t/lib/1_compile.t
14325 ____________________________________________________________________________
14326 [ 12160] By: ams                                   on 2001/09/23  16:32:11
14327         Log: Additional minor chdir() tweak.
14328      Branch: perl
14329            ! pod/perlfunc.pod
14330 ____________________________________________________________________________
14331 [ 12159] By: ams                                   on 2001/09/23  16:25:01
14332         Log: Subject: PATCH lib/ExtUtils/Command.t
14333              From: Abe Timmerman <abe@ztreet.demon.nl>
14334              Date: Sun, 23 Sep 2001 19:11:44 +0200
14335              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
14336      Branch: perl
14337            ! lib/ExtUtils/Command.t
14338 ____________________________________________________________________________
14339 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
14340         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
14341              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14342              Date: Sun, 23 Sep 2001 02:02:26 +0200
14343              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
14344      Branch: perl
14345            ! makedef.pl
14346 ____________________________________________________________________________
14347 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
14348         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
14349              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
14350              Date: Sat, 22 Sep 2001 12:54:39 -0500
14351              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
14352      Branch: perl
14353            ! t/op/study.t
14354 ____________________________________________________________________________
14355 [ 12156] By: nick                                  on 2001/09/23  07:48:44
14356         Log: Integrate mainline
14357      Branch: perlio
14358            - check83.pl
14359           !> ext/Encode/Encode/2022-cn.enc
14360 ____________________________________________________________________________
14361 [ 12155] By: nick                                  on 2001/09/23  07:48:01
14362         Log: Integrate mainline
14363      Branch: perlio
14364           +> (branch 64 files)
14365            - ext/Encode/Encode/cns11643-1.enc
14366            - ext/Encode/Encode/cns11643-2.enc
14367            - ext/Encode/Encode/iso2022-cn.enc
14368            - ext/Encode/Encode/iso2022-jp.enc
14369            - ext/Encode/Encode/iso2022-jp1.enc
14370            - ext/Encode/Encode/iso2022-jp2.enc
14371            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
14372            - ext/Encode/Encode/iso8859-1.enc
14373            - ext/Encode/Encode/iso8859-1.ucm
14374            - ext/Encode/Encode/iso8859-10.enc
14375            - ext/Encode/Encode/iso8859-10.ucm
14376            - ext/Encode/Encode/iso8859-13.enc
14377            - ext/Encode/Encode/iso8859-13.ucm
14378            - ext/Encode/Encode/iso8859-14.enc
14379            - ext/Encode/Encode/iso8859-14.ucm
14380            - ext/Encode/Encode/iso8859-15.enc
14381            - ext/Encode/Encode/iso8859-15.ucm
14382            - ext/Encode/Encode/iso8859-16.enc
14383            - ext/Encode/Encode/iso8859-16.ucm
14384            - ext/Encode/Encode/iso8859-2.enc
14385            - ext/Encode/Encode/iso8859-2.ucm
14386            - ext/Encode/Encode/iso8859-3.enc
14387            - ext/Encode/Encode/iso8859-3.ucm
14388            - ext/Encode/Encode/iso8859-4.enc
14389            - ext/Encode/Encode/iso8859-4.ucm
14390            - ext/Encode/Encode/iso8859-5.enc
14391            - ext/Encode/Encode/iso8859-5.ucm
14392            - ext/Encode/Encode/iso8859-6.enc
14393            - ext/Encode/Encode/iso8859-6.ucm
14394            - ext/Encode/Encode/iso8859-7.enc
14395            - ext/Encode/Encode/iso8859-7.ucm
14396            - ext/Encode/Encode/iso8859-8.enc
14397            - ext/Encode/Encode/iso8859-8.ucm
14398            - ext/Encode/Encode/iso8859-9.enc
14399            - ext/Encode/Encode/iso8859-9.ucm
14400            - ext/Encode/Encode/isoir-197.enc
14401            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
14402            - t/lib/sample-tests/header_at_end
14403            - t/lib/sample-tests/header_at_end_fail
14404           !> (integrate 174 files)
14405 ____________________________________________________________________________
14406 [ 12154] By: ams                                   on 2001/09/23  07:11:46
14407         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
14408              by Blair Zajac.
14409      Branch: perl
14410            ! pod/perlfunc.pod
14411 ____________________________________________________________________________
14412 [ 12153] By: ams                                   on 2001/09/23  06:56:32
14413         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
14414              Forgotten deprecation of *glob{FILEHANDLE}?
14415              From: "chromatic" <chromatic@rmci.net>
14416              Date: Sat, 22 Sep 2001 21:27:56 -0600
14417              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
14418      Branch: perl
14419            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
14420 ____________________________________________________________________________
14421 [ 12152] By: ams                                   on 2001/09/23  06:42:58
14422         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
14423              From: Michael G Schwern <schwern@pobox.com>
14424              Date: Sun, 23 Sep 2001 03:34:39 -0400
14425              Message-Id: <20010923033439.E7005@blackrider>
14426      Branch: perl
14427            ! lib/File/Find.pm
14428 ____________________________________________________________________________
14429 [ 12151] By: ams                                   on 2001/09/23  06:37:57
14430         Log: Subject: Re: t/op/magic.t missing tests on Win32
14431              From: Michael G Schwern <schwern@pobox.com>
14432              Date: Sat, 22 Sep 2001 20:29:09 -0400
14433              Message-Id: <20010922202909.I18223@blackrider>
14434      Branch: perl
14435            ! t/op/magic.t
14436 ____________________________________________________________________________
14437 [ 12150] By: ams                                   on 2001/09/23  06:36:26
14438         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
14439              Dumpvalue.pm
14440              From: "chromatic" <chromatic@rmci.net>
14441              Date: Sat, 22 Sep 2001 19:41:31 -0600
14442              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
14443      Branch: perl
14444            + lib/Dumpvalue.t
14445            ! MANIFEST lib/Dumpvalue.pm
14446 ____________________________________________________________________________
14447 [ 12149] By: ams                                   on 2001/09/23  06:25:35
14448         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
14449              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14450              Date: Sun, 23 Sep 2001 15:27:56 +0900
14451              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
14452      Branch: perl
14453            ! ext/Encode/Encode/2022-cn.enc
14454 ____________________________________________________________________________
14455 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
14456         Log: Manual eror in #12147.
14457      Branch: perl
14458            ! win32/win32.c
14459 ____________________________________________________________________________
14460 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
14461         Log: Integrate change #12146 from maintperl;
14462              win32_chdir() et al don't handle a NULL argument gracefully
14463      Branch: perl
14464           !> win32/perlhost.h win32/win32.c
14465 ____________________________________________________________________________
14466 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
14467         Log: win32_chdir() et al don't handle a NULL argument gracefully
14468      Branch: maint-5.6/perl
14469            ! win32/perlhost.h win32/win32.c
14470 ____________________________________________________________________________
14471 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
14472         Log: typo in change#12026
14473      Branch: maint-5.6/perl
14474            ! op.c
14475 ____________________________________________________________________________
14476 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
14477         Log: Subject: [PATCH] Re: scalar context unpack bugs
14478              From: Nicholas Clark <nick@ccl4.org>
14479              Date: Sat, 22 Sep 2001 23:07:56 +0100
14480              Message-ID: <20010922230755.O4971@plum.flirble.org>
14481      Branch: perl
14482            ! pp_pack.c t/op/pack.t
14483 ____________________________________________________________________________
14484 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
14485         Log: Try ExtUtils::Command.t everywhere, not just on Win32
14486              (as suggested by NI-S).  Also allow running it either
14487              in t/ or in the main directory.
14488      Branch: perl
14489            ! lib/ExtUtils/Command.t
14490 ____________________________________________________________________________
14491 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
14492         Log: Update the test on warnings/register.t.
14493      Branch: perl
14494            ! t/lib/1_compile.t
14495 ____________________________________________________________________________
14496 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
14497         Log: The code is now almost tidy enough to keep the IRIX cc happy.
14498      Branch: perl
14499            ! hints/irix_6.sh
14500 ____________________________________________________________________________
14501 [ 12140] By: ams                                   on 2001/09/22  17:26:32
14502         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
14503              use_ithreads
14504              From: "Craig A. Berry" <craigberry@mac.com>
14505              Date: Sat, 22 Sep 2001 13:15:32 -0500
14506              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
14507      Branch: perl
14508            ! configure.com
14509 ____________________________________________________________________________
14510 [ 12139] By: ams                                   on 2001/09/22  16:44:08
14511         Log: Do what perl_clone() does for sharedsv functions.
14512      Branch: perl
14513            ! embed.pl proto.h
14514 ____________________________________________________________________________
14515 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
14516         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
14517              (suggested by Sarathy, extensions shouldn't be dabbling with
14518              op structures, so binary backward compatibility should not be
14519              an issue.)
14520      Branch: perl
14521            ! hints/irix_6.sh op.h
14522 ____________________________________________________________________________
14523 [ 12137] By: ams                                   on 2001/09/22  16:21:05
14524         Log: More cleanups. (What's PERL_DECL_PROT?)
14525      Branch: perl
14526            ! embed.pl proto.h sharedsv.h
14527 ____________________________________________________________________________
14528 [ 12136] By: ams                                   on 2001/09/22  15:14:34
14529         Log: (Retracted by #12185)
14530              
14531              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
14532              Add Tests for warnings::register, Doc Update
14533              From: "chromatic" <chromatic@rmci.net>
14534              Date: Sat, 22 Sep 2001 09:43:20 -0600
14535              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
14536      Branch: perl
14537            + lib/warnings/register.t
14538            ! MANIFEST lib/warnings/register.pm
14539 ____________________________________________________________________________
14540 [ 12135] By: ams                                   on 2001/09/22  15:07:50
14541         Log: `@foo' should be @foo for consistency.
14542      Branch: perl
14543            ! pod/perldiag.pod
14544 ____________________________________________________________________________
14545 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
14546         Log: (Retracted by #12138)
14547              
14548              Add -woff (turn warning off) 3187:
14549              "A pointer is converted to a smaller integer."
14550              This happens when your pointers are 64-bit: then every case
14551              of converting pointers to PADOFFSETs (explicitly 32-bit)
14552              faces truncation (even explicit use of INT2PTR doesn't help).
14553              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
14554              Changing PADOFFSET from U32 to UV would help, but that
14555              would break binary backward compatibility of BASEOP and padop
14556              (assuming you have been using 64-bit pointers).
14557      Branch: perl
14558            ! hints/irix_6.sh
14559 ____________________________________________________________________________
14560 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
14561         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
14562              but the name comes from the inside the file, not from the file
14563              name, and Rumanian is the name of the language.
14564      Branch: perl
14565            + ext/Encode/Encode/macRumanian.enc
14566            - ext/Encode/Encode/macRomania.enc
14567            ! MANIFEST
14568 ____________________________________________________________________________
14569 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
14570         Log: Rename perltootc as perltooc for 8.3-friedliness.
14571      Branch: perl
14572            + pod/perltooc.pod
14573            - pod/perltootc.pod
14574            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
14575            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
14576            ! pod/perltoot.pod
14577 ____________________________________________________________________________
14578 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
14579         Log: Find more conflicts by lowercasing.
14580      Branch: perl
14581            + Porting/check83.pl
14582            - check83.pl
14583            ! MANIFEST
14584 ____________________________________________________________________________
14585 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
14586         Log: The AIX cc 5.0.0.0 is simply too buggy.
14587      Branch: perl
14588            ! hints/aix.sh
14589 ____________________________________________________________________________
14590 [ 12129] By: ams                                   on 2001/09/22  12:35:38
14591         Log: Uninteresting cleanup.
14592      Branch: perl
14593            ! form.h
14594 ____________________________________________________________________________
14595 [ 12128] By: ams                                   on 2001/09/22  12:28:48
14596         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
14597              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14598              Date: Sat, 22 Sep 2001 14:29:13 +0100
14599              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
14600      Branch: perl
14601            ! cv.h
14602 ____________________________________________________________________________
14603 [ 12127] By: ams                                   on 2001/09/22  12:04:28
14604         Log: What's a backet?
14605      Branch: perl
14606            ! dump.c
14607 ____________________________________________________________________________
14608 [ 12126] By: ams                                   on 2001/09/22  10:02:34
14609         Log: Removed duplicated tests #19 and #20.
14610      Branch: perl
14611            ! t/op/do.t
14612 ____________________________________________________________________________
14613 [ 12125] By: ams                                   on 2001/09/22  03:58:41
14614         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
14615              From: Michael Carman <mjcarman@home.com>
14616              Date: Fri, 21 Sep 2001 17:54:05 -0500
14617              Message-Id: <3BABC50D.6040202@home.com>
14618              (Applied with some changes.)
14619      Branch: perl
14620            ! pod/perlmod.pod
14621 ____________________________________________________________________________
14622 [ 12124] By: ams                                   on 2001/09/22  03:44:19
14623         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
14624              From: Michael G Schwern <schwern@pobox.com>
14625              Date: Fri, 21 Sep 2001 19:20:40 -0400
14626              Message-Id: <20010921192040.E5494@blackrider>
14627      Branch: perl
14628            ! t/op/chdir.t
14629 ____________________________________________________________________________
14630 [ 12123] By: ams                                   on 2001/09/22  03:41:08
14631         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
14632              From: Blair Zajac <blair@orcaware.com>
14633              Date: Fri, 21 Sep 2001 15:13:04 -0700
14634              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
14635      Branch: perl
14636            ! t/op/chdir.t
14637 ____________________________________________________________________________
14638 [ 12122] By: ams                                   on 2001/09/22  03:37:07
14639         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
14640              20010920.007
14641              From: Michael G Schwern <schwern@pobox.com>
14642              Date: Fri, 21 Sep 2001 17:59:03 -0400
14643              Message-Id: <20010921175903.V5494@blackrider>
14644      Branch: perl
14645            ! t/op/do.t
14646 ____________________________________________________________________________
14647 [ 12121] By: ams                                   on 2001/09/22  03:30:38
14648         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
14649              suite on WinCE)
14650              From: Michael G Schwern <schwern@pobox.com>
14651              Date: Fri, 21 Sep 2001 19:41:03 -0400
14652              Message-Id: <20010921194103.G5494@blackrider>
14653      Branch: perl
14654            ! pod/perlport.pod
14655 ____________________________________________________________________________
14656 [ 12120] By: ams                                   on 2001/09/22  03:28:06
14657         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
14658              From: Michael G Schwern <schwern@pobox.com>
14659              Date: Fri, 21 Sep 2001 17:33:35 -0400
14660              Message-Id: <20010921173335.T5494@blackrider>
14661              ($ENV{FOO}=undef hunk not applied.)
14662      Branch: perl
14663            ! t/op/magic.t
14664 ____________________________________________________________________________
14665 [ 12119] By: ams                                   on 2001/09/22  03:02:26
14666         Log: Subject: [PATCH] perldiag.pod
14667              From: Peter Scott <Peter@PSDT.com>
14668              Date: Fri, 21 Sep 2001 18:54:50 -0700
14669              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
14670              (Moved to the right place.)
14671      Branch: perl
14672            ! pod/perldiag.pod
14673 ____________________________________________________________________________
14674 [ 12118] By: ams                                   on 2001/09/21  20:05:29
14675         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
14676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14677              Date: Fri, 21 Sep 2001 22:36:54 +0200
14678              Message-Id: <20010921223654.A12742@rafael>
14679      Branch: perl
14680            ! t/op/do.t
14681 ____________________________________________________________________________
14682 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
14683         Log: Restore things as they were before
14684              the backward compatibility police notices.
14685      Branch: perl
14686            ! lib/Cwd.pm
14687 ____________________________________________________________________________
14688 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
14689         Log: More Cwd from Schwern: make also OS/2 and DOS
14690              Cwd agree with File::Spec (that is, native path
14691              syntax using \ instead of / -- backward compatibility
14692              polic warning) and stop Win32 from using bsd_realpath().
14693      Branch: perl
14694            ! lib/Cwd.pm
14695 ____________________________________________________________________________
14696 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
14697         Log: Subject: [PATCH @12110] RE: Untested libraries update
14698              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14699              Date: Fri, 21 Sep 2001 18:21:07 +0100
14700              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
14701      Branch: perl
14702            ! lib/warnings/register.pm
14703 ____________________________________________________________________________
14704 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
14705         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
14706              From: Michael G Schwern <schwern@pobox.com>
14707              Date: Thu, 20 Sep 2001 22:54:02 -0400
14708              Message-ID: <20010920225402.A3611@blackrider>
14709      Branch: perl
14710            ! lib/Cwd.pm
14711 ____________________________________________________________________________
14712 [ 12113] By: ams                                   on 2001/09/21  17:08:24
14713         Log: Subject: [PATCH] avoid v-strings with require/use
14714              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14715              Date: Fri, 21 Sep 2001 12:34:40 -0400
14716              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
14717      Branch: perl
14718            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
14719            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
14720            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14721            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14722            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
14723            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
14724            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
14725            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14726            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
14727            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
14728            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
14729            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
14730            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
14731            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
14732            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
14733            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
14734            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
14735            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
14736            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
14737 ____________________________________________________________________________
14738 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
14739         Log: Update Changes.
14740      Branch: perl
14741            ! Changes patchlevel.h
14742 ____________________________________________________________________________
14743 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
14744         Log: Make AIX and Tru64 compilers happy.  
14745      Branch: perl
14746            ! ext/threads/threads.h ext/threads/threads.xs
14747 ____________________________________________________________________________
14748 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
14749         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
14750              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14751              Date: 21 Sep 2001 09:16:37 -0000
14752              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
14753      Branch: perl
14754            ! toke.c
14755 ____________________________________________________________________________
14756 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
14757         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
14758              From: Michael G Schwern <schwern@pobox.com>
14759              Date: Thu, 20 Sep 2001 21:21:34 -0400
14760              Message-ID: <20010920212134.Y28291@blackrider>
14761      Branch: perl
14762            ! pp_sys.c
14763 ____________________________________________________________________________
14764 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
14765         Log: Subject: Re: GDB Debugging Macros from mod_perl
14766              From: rspier@pobox.com (Robert Spier)
14767              Date: Thu, 20 Sep 2001 22:45:03 -0700
14768              Message-ID: <15274.54239.413929.49430@rls.cx>
14769      Branch: perl
14770            ! pod/perltodo.pod
14771 ____________________________________________________________________________
14772 [ 12105] By: sky                                   on 2001/09/21  10:33:34
14773         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
14774              timezone! GetSystemTime should be available on all Win32 
14775              platforms we support. Perhaps Time::HiRes should be extended to
14776              support WinCE and Novell?
14777      Branch: perl
14778            ! ext/Time/HiRes/HiRes.xs
14779 ____________________________________________________________________________
14780 [ 12104] By: sky                                   on 2001/09/21  08:12:39
14781         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
14782      Branch: perl
14783            ! ext/threads/threads.h ext/threads/threads.xs
14784 ____________________________________________________________________________
14785 [ 12103] By: sky                                   on 2001/09/21  07:57:41
14786         Log: Rename the *thread* functions to Perl_* to avoid clashes.
14787              Notably on AIX but could become a problem on other platforms.
14788      Branch: perl
14789            ! ext/threads/threads.h ext/threads/threads.xs
14790 ____________________________________________________________________________
14791 [ 12102] By: sky                                   on 2001/09/21  07:35:30
14792         Log: Add the shared sv space to the global vars.
14793              Fix problems compiling on win32.
14794      Branch: perl
14795            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
14796            ! sharedsv.c sharedsv.h
14797 ____________________________________________________________________________
14798 [ 12101] By: ams                                   on 2001/09/21  00:19:55
14799         Log: Subject: [PATCH] win32/Makefile warning fix
14800              From: Blair Zajac <blair@orcaware.com>
14801              Date: Thu, 20 Sep 2001 18:15:43 -0700
14802              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
14803      Branch: perl
14804            ! win32/Makefile
14805 ____________________________________________________________________________
14806 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
14807         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
14808              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14809              Date: Thu, 20 Sep 2001 18:36:22 +0200
14810              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
14811      Branch: perl
14812            ! lib/ExtUtils/Command.t
14813 ____________________________________________________________________________
14814 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
14815         Log: Cant spl wirth a dam.
14816      Branch: perl
14817            ! intrpvar.h
14818 ____________________________________________________________________________
14819 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
14820         Log: Don't use C++ comments.
14821      Branch: perl
14822            ! ext/threads/threads.xs
14823 ____________________________________________________________________________
14824 [ 12097] By: ams                                   on 2001/09/20  21:42:07
14825         Log: Change #12044 didn't.
14826      Branch: perl
14827            ! lib/constant.pm
14828 ____________________________________________________________________________
14829 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
14830         Log: Metaconfig unit changes for #12095.
14831      Branch: metaconfig
14832            ! U/modified/Myinit.U U/modified/libs.U
14833 ____________________________________________________________________________
14834 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
14835         Log: Remove iconv references since we are not using it
14836              and not going to; regen perltoc, perlmodlib.
14837              (Some references still linger in perltoc, have to figure
14838              out where they are coming from.)
14839      Branch: perl
14840            ! Configure NetWare/config.wc NetWare/config_H.wc
14841            ! Porting/Glossary Porting/config.sh Porting/config_H
14842            ! config_h.SH configure.com epoc/config.sh perl.h
14843            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
14844            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14845            ! vos/config.ga.h win32/config.bc win32/config.gc
14846            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14847            ! win32/config_H.vc wince/config.ce wince/config.h
14848            ! wince/config_H.ce
14849 ____________________________________________________________________________
14850 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
14851         Log: Subject: [PATCH docs] Re: ARGV and read
14852              From: Dave Mitchell <davem@fdgroup.co.uk>
14853              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
14854              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
14855      Branch: perl
14856            ! pod/perltodo.pod pod/perlvar.pod
14857 ____________________________________________________________________________
14858 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
14859         Log: Fresh copies from the cvs.perl.org perlfaq repository.
14860      Branch: perl
14861            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14862            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14863            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14864            ! pod/perlfaq9.pod
14865 ____________________________________________________________________________
14866 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
14867         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
14868              From: Nicholas Clark <nick@ccl4.org>
14869              Date: Thu, 20 Sep 2001 14:27:08 +0100
14870              Message-ID: <20010920142708.X4971@plum.flirble.org>
14871      Branch: perl
14872            ! pp_pack.c t/op/pack.t
14873 ____________________________________________________________________________
14874 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
14875         Log: The sharedsv_space* are variables, not code.  Duh.
14876      Branch: perl
14877            ! intrpvar.h makedef.pl
14878 ____________________________________________________________________________
14879 [ 12090] By: ams                                   on 2001/09/20  11:26:06
14880         Log: Subject: [patch lib/lib_pm.PL]
14881              From: Stas Bekman <stas@stason.org>
14882              Date: Thu, 20 Sep 2001 18:48:53 +0800
14883              Message-Id: <3BA9C995.6010302@stason.org>
14884              (Applied by hand.)
14885      Branch: perl
14886            ! lib/lib_pm.PL
14887 ____________________________________________________________________________
14888 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
14889         Log: Only 21 tests, skipping or not.
14890      Branch: perl
14891            ! lib/ExtUtils/Command.t
14892 ____________________________________________________________________________
14893 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
14894         Log: New exported symbols.
14895      Branch: perl
14896            ! makedef.pl
14897 ____________________________________________________________________________
14898 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
14899         Log: Update Changes.
14900      Branch: perl
14901            ! Changes patchlevel.h
14902 ____________________________________________________________________________
14903 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
14904         Log: Correct numbering of the tests is useful.
14905      Branch: perl
14906            ! ext/threads/t/basic.t
14907 ____________________________________________________________________________
14908 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
14909         Log: More tests now too.
14910      Branch: perl
14911            ! lib/ExtUtils/Command.t
14912 ____________________________________________________________________________
14913 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
14914         Log: More tests now.
14915      Branch: perl
14916            ! ext/threads/t/basic.t
14917 ____________________________________________________________________________
14918 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
14919         Log: The test assumed 7-bit ASCII.  Now it "just"
14920              assumes 8-bit whatever.
14921      Branch: perl
14922            ! t/op/crypt.t
14923 ____________________________________________________________________________
14924 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
14925         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
14926              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14927              Date: Wed, 19 Sep 2001 11:45:28 +0200
14928              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
14929              
14930              Lvalue casts are not portable.
14931      Branch: perl
14932            ! ext/threads/threads.xs
14933 ____________________________________________________________________________
14934 [ 12081] By: sky                                   on 2001/09/19  10:17:52
14935         Log: Make the basic test contain only realy basic API tests
14936              Seems to be a problem with detach.
14937      Branch: perl
14938            ! ext/threads/t/basic.t
14939 ____________________________________________________________________________
14940 [ 12080] By: ams                                   on 2001/09/19  01:23:55
14941         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
14942              From: Michael G Schwern <schwern@pobox.com>
14943              Date: Tue, 18 Sep 2001 19:53:48 -0400
14944              Message-Id: <20010918195348.M585@blackrider>
14945              
14946              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
14947              From: Michael G Schwern <schwern@pobox.com>
14948              Date: Tue, 18 Sep 2001 22:07:13 -0400
14949              Message-Id: <20010918220713.B19616@blackrider>
14950      Branch: perl
14951            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
14952            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14953            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
14954            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
14955            ! lib/Test/Tutorial.pod
14956 ____________________________________________________________________________
14957 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
14958         Log: Indent the test a bit.
14959      Branch: perl
14960            ! ext/threads/t/basic.t
14961 ____________________________________________________________________________
14962 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
14963         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
14964              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14965              Date: Tue, 18 Sep 2001 18:06:44 +0200
14966              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
14967      Branch: perl
14968            ! win32/win32.c
14969 ____________________________________________________________________________
14970 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
14971         Log: Subject: stat access time is wrong on Win95
14972              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14973              Date: Tue, 18 Sep 2001 21:59:24 +0200
14974              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
14975      Branch: perl
14976            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
14977 ____________________________________________________________________________
14978 [ 12076] By: ams                                   on 2001/09/18  22:11:25
14979         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
14980              From: Michael G Schwern <schwern@pobox.com>
14981              Date: Tue, 18 Sep 2001 18:47:14 -0400
14982              Message-Id: <20010918184714.I585@blackrider>
14983      Branch: perl
14984            ! t/op/crypt.t
14985 ____________________________________________________________________________
14986 [ 12075] By: sky                                   on 2001/09/18  19:29:37
14987         Log: two test failures
14988              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14989              Message-ID: <20010918221702.A17408@rafael>
14990              partly applied, #12074 already fixed half the patch
14991      Branch: perl
14992            ! ext/threads/t/basic.t
14993 ____________________________________________________________________________
14994 [ 12074] By: sky                                   on 2001/09/18  18:49:03
14995         Log: Fixes test case failure introduced by #12071, the warning is
14996              now correctly spelled :-)
14997      Branch: perl
14998            ! ext/IO/lib/IO/t/io_sel.t
14999 ____________________________________________________________________________
15000 [ 12073] By: sky                                   on 2001/09/18  18:46:22
15001         Log: Make the test behave properly!
15002      Branch: perl
15003            ! ext/threads/t/basic.t
15004 ____________________________________________________________________________
15005 [ 12072] By: ams                                   on 2001/09/18  18:44:59
15006         Log: OP_RCATLINE is an SVOP, not a BASEOP.
15007      Branch: perl
15008            ! opcode.h opcode.pl
15009 ____________________________________________________________________________
15010 [ 12071] By: ams                                   on 2001/09/18  18:06:27
15011         Log: Deprecate != Depreciate.
15012      Branch: perl
15013            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
15014            ! lib/Pod/ParseUtils.pm
15015 ____________________________________________________________________________
15016 [ 12070] By: ams                                   on 2001/09/18  15:14:58
15017         Log: Subject: [PATCH] Getopt::Std cleanup
15018              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15019              Date: Tue, 18 Sep 2001 17:32:13 +0200
15020              Message-Id: <20010918173213.C777@rafael>
15021      Branch: perl
15022            ! lib/Getopt/Std.pm lib/Getopt/Std.t
15023 ____________________________________________________________________________
15024 [ 12069] By: sky                                   on 2001/09/18  14:56:33
15025         Log: Forgot the makefile
15026      Branch: perl
15027            + ext/threads/Makefile.PL
15028 ____________________________________________________________________________
15029 [ 12068] By: sky                                   on 2001/09/18  14:13:26
15030         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
15031              The test will fail because of Test.pm not knowing about threads. 
15032              basic needs to be manually tested
15033              compile time warnings on IV2PTR conversions need to be fixed
15034      Branch: perl
15035            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
15036            + ext/threads/threads.h ext/threads/threads.pm
15037            + ext/threads/threads.xs
15038            ! MANIFEST
15039 ____________________________________________________________________________
15040 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
15041         Log: DJGPP tweak from Laszlo Molnar.
15042      Branch: perl
15043            ! djgpp/config.over
15044 ____________________________________________________________________________
15045 [ 12066] By: sky                                   on 2001/09/18  10:24:31
15046         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
15047      Branch: perl
15048            ! sharedsv.c sharedsv.h
15049 ____________________________________________________________________________
15050 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
15051         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
15052              ditto ^cns.
15053      Branch: perl
15054            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
15055            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
15056            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
15057            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
15058            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
15059            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
15060            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
15061            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
15062            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
15063            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
15064            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
15065            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
15066            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
15067            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
15068            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
15069            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
15070            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
15071            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
15072            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
15073            + ext/Encode/Encode/ir-197.enc
15074            - ext/Encode/Encode/cns11643-1.enc
15075            - ext/Encode/Encode/cns11643-2.enc
15076            - ext/Encode/Encode/iso2022-cn.enc
15077            - ext/Encode/Encode/iso2022-jp.enc
15078            - ext/Encode/Encode/iso2022-jp1.enc
15079            - ext/Encode/Encode/iso2022-jp2.enc
15080            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
15081            - ext/Encode/Encode/iso8859-1.enc
15082            - ext/Encode/Encode/iso8859-1.ucm
15083            - ext/Encode/Encode/iso8859-10.enc
15084            - ext/Encode/Encode/iso8859-10.ucm
15085            - ext/Encode/Encode/iso8859-11.enc
15086            - ext/Encode/Encode/iso8859-11.ucm
15087            - ext/Encode/Encode/iso8859-13.enc
15088            - ext/Encode/Encode/iso8859-13.ucm
15089            - ext/Encode/Encode/iso8859-14.enc
15090            - ext/Encode/Encode/iso8859-14.ucm
15091            - ext/Encode/Encode/iso8859-15.enc
15092            - ext/Encode/Encode/iso8859-15.ucm
15093            - ext/Encode/Encode/iso8859-16.enc
15094            - ext/Encode/Encode/iso8859-16.ucm
15095            - ext/Encode/Encode/iso8859-2.enc
15096            - ext/Encode/Encode/iso8859-2.ucm
15097            - ext/Encode/Encode/iso8859-3.enc
15098            - ext/Encode/Encode/iso8859-3.ucm
15099            - ext/Encode/Encode/iso8859-4.enc
15100            - ext/Encode/Encode/iso8859-4.ucm
15101            - ext/Encode/Encode/iso8859-5.enc
15102            - ext/Encode/Encode/iso8859-5.ucm
15103            - ext/Encode/Encode/iso8859-6.enc
15104            - ext/Encode/Encode/iso8859-6.ucm
15105            - ext/Encode/Encode/iso8859-7.enc
15106            - ext/Encode/Encode/iso8859-7.ucm
15107            - ext/Encode/Encode/iso8859-8.enc
15108            - ext/Encode/Encode/iso8859-8.ucm
15109            - ext/Encode/Encode/iso8859-9.enc
15110            - ext/Encode/Encode/iso8859-9.ucm
15111            - ext/Encode/Encode/isoir-197.enc
15112            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
15113 ____________________________________________________________________________
15114 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
15115         Log: Must Uppercase.
15116      Branch: perl
15117            ! ext/Encode/Encode.pm
15118 ____________________________________________________________________________
15119 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
15120         Log: Add various encodings.
15121      Branch: perl
15122            + ext/Encode/Encode/iso8859-11.enc
15123            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
15124            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
15125            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
15126            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
15127            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
15128            + ext/Encode/Encode/viscii.ucm
15129            ! MANIFEST ext/Encode/Encode.pm
15130 ____________________________________________________________________________
15131 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
15132         Log: lib/unicode relic.
15133      Branch: perl
15134            ! ext/Encode/compile
15135 ____________________________________________________________________________
15136 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
15137         Log: Subject: [PATCH] Re: filename problems
15138              From: Michael G Schwern <schwern@pobox.com>
15139              Date: Mon, 17 Sep 2001 17:26:26 -0400
15140              Message-ID: <20010917172626.Q585@blackrider>
15141      Branch: perl
15142            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
15143            - t/lib/sample-tests/header_at_end
15144            - t/lib/sample-tests/header_at_end_fail
15145            ! MANIFEST lib/Test/Harness/t/test-harness.t
15146 ____________________________________________________________________________
15147 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
15148         Log: Explicitly explain the 1e9 seconds, not everybody
15149              is a C geek.
15150      Branch: perl
15151            ! ext/Time/HiRes/HiRes.pm
15152 ____________________________________________________________________________
15153 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
15154         Log: Explain an apparent bug reported by
15155              Richard J. Barbalace <rjbarbal@MIT.EDU>,
15156              with additional explanation from Gisle Aas.
15157      Branch: perl
15158            ! ext/Time/HiRes/HiRes.pm
15159 ____________________________________________________________________________
15160 [ 12058] By: ams                                   on 2001/09/17  19:52:01
15161         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
15162              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15163              Date: Mon, 17 Sep 2001 22:48:05 +0200
15164              Message-Id: <20010917224805.C11744@rafael>
15165      Branch: perl
15166            ! t/lib/warnings/op t/lib/warnings/pp
15167 ____________________________________________________________________________
15168 [ 12057] By: ams                                   on 2001/09/17  16:51:18
15169         Log: Its a nit!
15170      Branch: perl
15171            ! sv.h
15172 ____________________________________________________________________________
15173 [ 12056] By: ams                                   on 2001/09/17  16:47:55
15174         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
15175              From: "Craig A. Berry" <craigberry@mac.com>
15176              Date: Mon, 17 Sep 2001 12:34:20 -0500
15177              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
15178      Branch: perl
15179            ! vms/vms.c
15180 ____________________________________________________________________________
15181 [ 12055] By: ams                                   on 2001/09/17  16:05:15
15182         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
15183              From: Gisle Aas <gisle@ActiveState.com>
15184              Date: 16 Apr 2001 16:20:34 -0700
15185              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
15186              (Applied by hand.)
15187      Branch: perl
15188            ! lib/CPAN.pm lib/CPAN/Nox.pm
15189 ____________________________________________________________________________
15190 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
15191         Log: Update Changes.
15192      Branch: perl
15193            ! Changes patchlevel.h
15194 ____________________________________________________________________________
15195 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
15196         Log: Adding new files to the MANIFEST is always nice.
15197      Branch: perl
15198            ! MANIFEST
15199 ____________________________________________________________________________
15200 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
15201         Log: Reindent the PerlIO files (suggested by NI-S), used
15202              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
15203              (GNU indent).  Note that wholesale re-indenting might
15204              be nice, but that would break nice formatting/alignment
15205              of assignments, equality testing, and complex boolean
15206              expressions with lots of &s and |s.
15207      Branch: perl
15208            ! perlio.c perlio.h perliol.h
15209 ____________________________________________________________________________
15210 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
15211         Log: Add a script for being 8.3-polite.
15212              The found conflicts are being worked on.
15213      Branch: perl
15214            + check83.pl
15215            ! MANIFEST Porting/pumpkin.pod
15216 ____________________________________________________________________________
15217 [ 12050] By: sky                                   on 2001/09/17  12:44:36
15218         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
15219              finding it.
15220      Branch: perl
15221            ! sv.c
15222 ____________________________________________________________________________
15223 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
15224         Log: Bump up versions because of #12041.
15225      Branch: perl
15226            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
15227            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
15228            ! lib/Time/localtime.pm
15229 ____________________________________________________________________________
15230 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
15231         Log: Bump the version number because of #12042.
15232      Branch: perl
15233            ! lib/CPAN/FirstTime.pm
15234 ____________________________________________________________________________
15235 [ 12047] By: ams                                   on 2001/09/17  11:21:40
15236         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
15237              From: Abhijit Menon-Sen <ams@wiw.org>
15238              Date: Mon, 17 Sep 2001 17:44:12 +0530
15239              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
15240      Branch: perl
15241            ! op.c
15242 ____________________________________________________________________________
15243 [ 12046] By: sky                                   on 2001/09/17  07:14:17
15244         Log: Subject: Re: t/op/ver.t using skip() improperly
15245              From: "chromatic" <chromatic@rmci.net>
15246              Date: Mon, 17 Sep 2001 00:22:29 -0600
15247              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
15248      Branch: perl
15249            ! t/op/ver.t
15250 ____________________________________________________________________________
15251 [ 12045] By: nick                                  on 2001/09/17  07:12:14
15252         Log: Integrate mainline
15253      Branch: perlio
15254           +> t/op/chdir.t
15255           !> (integrate 117 files)
15256 ____________________________________________________________________________
15257 [ 12044] By: ams                                   on 2001/09/17  05:49:53
15258         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
15259              From: Ilmari Karonen <iltzu@sci.fi>
15260              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
15261              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
15262              (And $VERSION = '1.05'.)
15263      Branch: perl
15264            ! lib/constant.pm
15265 ____________________________________________________________________________
15266 [ 12043] By: ams                                   on 2001/09/17  05:44:50
15267         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
15268              From: Michael G Schwern <schwern@pobox.com>
15269              Date: Mon, 17 Sep 2001 07:49:04 +0200
15270              Message-Id: <20010917074904.V1588@blackrider>
15271              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
15272      Branch: perl
15273            + t/op/chdir.t
15274            ! MANIFEST pp_sys.c
15275 ____________________________________________________________________________
15276 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
15277         Log: Subject: Re: CPAN.pm needs some hacking 
15278              From: "chromatic" <chromatic@rmci.net>
15279              Date: Sun, 16 Sep 2001 16:46:29 -0600
15280              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
15281      Branch: perl
15282            ! lib/CPAN/FirstTime.pm
15283 ____________________________________________________________________________
15284 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
15285         Log: Change use|require 5.005_64 to use|require 5.6.1.
15286      Branch: perl
15287            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
15288            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
15289            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15290            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
15291            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
15292            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15293            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
15294            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
15295            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
15296            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
15297            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
15298            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
15299            ! lib/base.pm lib/fields.pm
15300 ____________________________________________________________________________
15301 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
15302         Log: Bump up version numbers.
15303              
15304              TODO 1: double check that pre-5.6.1 CPAN.pm:s
15305              don't try to download 5.8.0 because of the
15306              version numbers.  Mainly this means using _00
15307              in the core version numbers.
15308              
15309              TODO 2: the "use 5.005_64" in many modules
15310              needs to be changed to, say, "use 5.6.1".
15311      Branch: perl
15312            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
15313            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
15314            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
15315            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
15316            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
15317            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
15318            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15319            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
15320            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
15321            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
15322            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
15323 ____________________________________________________________________________
15324 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
15325         Log: Use UCHARAT() as suggested by Inaba Hiroto.
15326      Branch: perl
15327            ! regexec.c
15328 ____________________________________________________________________________
15329 [ 12038] By: ams                                   on 2001/09/16  15:16:24
15330         Log: Subject: [PATCH] Re: Core module version numbers review
15331              From: Peter Scott <Peter@PSDT.com>
15332              Date: Sun, 16 Sep 2001 09:09:58 -0700
15333              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
15334      Branch: perl
15335            ! lib/perl5db.pl
15336 ____________________________________________________________________________
15337 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
15338         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
15339              not yet fully implemented.
15340      Branch: perl
15341            ! pod/perlfunc.pod pod/perlunicode.pod
15342 ____________________________________________________________________________
15343 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
15344         Log: Subject: [patch] plug PL_beginav_save leak
15345              From: Doug MacEachern <dougm@covalent.net>
15346              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
15347              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
15348      Branch: perl
15349            ! perl.c
15350 ____________________________________________________________________________
15351 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
15352         Log: (accidentally empty checkin)
15353      Branch: perl
15354            ! sv.c
15355 ____________________________________________________________________________
15356 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
15357         Log: Subject: [patch] ithreads+PL_beginav_save
15358              From: Doug MacEachern <dougm@covalent.net>
15359              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
15360              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
15361      Branch: perl
15362            ! sv.c
15363 ____________________________________________________________________________
15364 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
15365         Log: Subject: [PATCH] h2xs.PL with C::Scan
15366              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15367              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
15368              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
15369      Branch: perl
15370            ! utils/h2xs.PL
15371 ____________________________________________________________________________
15372 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
15373         Log: Elaborate (well, make more vague, really) #12030.
15374      Branch: perl
15375            ! pod/perltodo.pod pod/perlunicode.pod
15376 ____________________________________________________________________________
15377 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
15378         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
15379              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15380              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
15381              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
15382      Branch: perl
15383            ! regexec.c
15384 ____________________________________________________________________________
15385 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
15386         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
15387              are not yet complete.
15388      Branch: perl
15389            ! pod/perltodo.pod pod/perlunicode.pod
15390 ____________________________________________________________________________
15391 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
15392         Log: Document what's still to be done on the regular expression
15393              Unicode support, based on the UTR#18.
15394      Branch: perl
15395            ! pod/perltodo.pod pod/perlunicode.pod
15396 ____________________________________________________________________________
15397 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
15398         Log: Regen headers.
15399      Branch: perl
15400            ! embedvar.h perlapi.h
15401 ____________________________________________________________________________
15402 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
15403         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
15404              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15405              Date: Sun, 09 Sep 2001 18:41:54 +0100
15406              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
15407      Branch: perl
15408            ! Porting/findvars ext/ByteLoader/bytecode.h
15409            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
15410            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
15411 ____________________________________________________________________________
15412 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
15413         Log: enable most warnings for windows build; fix the various typecasting
15414              nits that showed up (no bugfixes here)
15415      Branch: maint-5.6/perl
15416            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
15417            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
15418            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
15419            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
15420            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
15421            ! x2p/walk.c
15422 ____________________________________________________________________________
15423 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
15424         Log: Integrate change #12024 from maintperl
15425              (a local() precedence bug)
15426      Branch: perl
15427           !> lib/ExtUtils/Install.pm
15428 ____________________________________________________________________________
15429 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
15430         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
15431              change#8642
15432      Branch: maint-5.6/perl
15433            ! lib/ExtUtils/Install.pm
15434 ____________________________________________________________________________
15435 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
15436         Log: Update Changes.
15437      Branch: perl
15438            ! Changes patchlevel.h
15439 ____________________________________________________________________________
15440 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
15441         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
15442              From: "chromatic" <chromatic@rmci.net>
15443              Date: Fri, 14 Sep 2001 09:44:57 -0600 
15444              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
15445      Branch: perl
15446            ! lib/ExtUtils/Manifest.t
15447 ____________________________________________________________________________
15448 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
15449         Log: Hopefully better skipping of the Complete.t tests
15450              in case of not a tty. 
15451      Branch: perl
15452            ! lib/Term/Complete.t t/op/stat.t
15453 ____________________________________________________________________________
15454 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
15455         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
15456              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15457              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
15458              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
15459      Branch: perl
15460            ! regexec.c t/op/pat.t
15461 ____________________________________________________________________________
15462 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
15463         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
15464              From: Robin Barker <rmb1@cise.npl.co.uk>
15465              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
15466              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
15467      Branch: perl
15468            ! pod/perlport.pod
15469 ____________________________________________________________________________
15470 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
15471         Log: NetWare tweaks from Ananth Kesari.
15472      Branch: perl
15473            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
15474            ! NetWare/nwutil.h
15475 ____________________________________________________________________________
15476 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
15477         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
15478              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15479              Date: Fri, 14 Sep 2001 10:51:13 +0200
15480              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
15481      Branch: perl
15482            ! pod/perlport.pod
15483 ____________________________________________________________________________
15484 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
15485         Log: Subject: Re: [PATCH 2 pl2pm.PL]
15486              From: Joe Smith <Joe.Smith@inwap.com>
15487              Date: Fri, 14 Sep 2001 00:13:32 -0700
15488              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
15489              
15490              Eradicate qu.
15491      Branch: perl
15492            ! keywords.h keywords.pl utils/pl2pm.PL
15493 ____________________________________________________________________________
15494 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
15495         Log: Retract #12013, didn't go over too well in Tru64.
15496      Branch: perl
15497            ! embed.h embed.pl sv.h
15498 ____________________________________________________________________________
15499 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
15500         Log: Subject: [PATCH] Execute files of debugger commands
15501              From: Peter Scott <Peter@PSDT.com>
15502              Date: Thu, 13 Sep 2001 15:26:31 -0700
15503              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
15504      Branch: perl
15505            ! lib/perl5db.pl pod/perldebug.pod
15506 ____________________________________________________________________________
15507 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
15508         Log: (Retracted by #12015)
15509              Subject: [proposed PATCH] Re: perl@11920
15510              From: Nicholas Clark <nick@ccl4.org>
15511              Date: Wed, 12 Sep 2001 23:46:09 +0100
15512              Message-ID: <20010912234609.H4971@plum.flirble.org>     
15513      Branch: perl
15514            ! embed.h embed.pl sv.h
15515 ____________________________________________________________________________
15516 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
15517         Log: ucblib shouldn't be linked against in nonstop-ux,
15518              from Tom Bates.
15519      Branch: perl
15520            ! hints/nonstopux.sh
15521 ____________________________________________________________________________
15522 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
15523         Log: Do stty only if we have stty.
15524              
15525              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
15526      Branch: perl
15527            ! lib/Term/Complete.pm
15528 ____________________________________________________________________________
15529 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
15530         Log: Skip the test if not running on a tty.
15531      Branch: perl
15532            ! lib/Term/Complete.t
15533 ____________________________________________________________________________
15534 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
15535         Log: Regen headers.
15536      Branch: perl
15537            ! embed.h opcode.h pod/perlapi.pod proto.h
15538 ____________________________________________________________________________
15539 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
15540         Log: Subject: [PATCH op.c] Re: perl@12003
15541              From: Robin Barker <rmb1@cise.npl.co.uk>
15542              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
15543              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
15544      Branch: perl
15545            ! op.c
15546 ____________________________________________________________________________
15547 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
15548         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
15549              From: Robin Barker <rmb1@cise.npl.co.uk>
15550              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
15551              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
15552      Branch: perl
15553            ! sv.c
15554 ____________________________________________________________________________
15555 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
15556         Log: Upgrade to Memoize 0.66.
15557      Branch: perl
15558            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15559            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
15560            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
15561 ____________________________________________________________________________
15562 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
15563         Log: Subject: [ID 20010912.007] substr reference core dump
15564              From: me-01@ton.iguana.be
15565              Date: 12 Sep 2001 14:11:16 -0000
15566              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
15567      Branch: perl
15568            ! mg.c
15569 ____________________________________________________________________________
15570 [ 12004] By: ams                                   on 2001/09/12  01:13:49
15571         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
15572              From: Ilmari Karonen <iltzu@sci.fi>
15573              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
15574              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
15575      Branch: perl
15576            ! pod/perlfaq4.pod
15577 ____________________________________________________________________________
15578 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
15579         Log: Update Changes.
15580      Branch: perl
15581            ! Changes patchlevel.h
15582 ____________________________________________________________________________
15583 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
15584         Log: NetWare update from Ananth Kesari.
15585      Branch: perl
15586            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
15587            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
15588 ____________________________________________________________________________
15589 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
15590         Log: Retract #11984: div() being redefined, and 1397
15591              failing on 64-bit platforms.
15592      Branch: perl
15593            ! lib/Math/BigInt/Calc.pm
15594 ____________________________________________________________________________
15595 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
15596         Log: Metaconfig unit change for #11999.
15597      Branch: metaconfig
15598            ! U/protos/d_lseekproto.U
15599 ____________________________________________________________________________
15600 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
15601         Log: The lseek fix (#11991) was no fix.
15602      Branch: perl
15603            ! Configure
15604 ____________________________________________________________________________
15605 [ 11998] By: sky                                   on 2001/09/11  07:52:06
15606         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
15607              From: Matt Sergeant <MSergeant@star.net.uk>
15608              Date: Tue, 11 Sep 2001 09:22:32 +0100
15609              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
15610      Branch: perl
15611            ! ext/Encode/Encode.pm
15612 ____________________________________________________________________________
15613 [ 11997] By: sky                                   on 2001/09/11  06:35:29
15614         Log: Sometimes dTHX is added because it is needed on non 
15615              gnuc platforms, but not needed there. This uses GCC
15616              to silence GCC specific warnings by marking pTHX as 
15617              unused.
15618      Branch: perl
15619            ! perl.h
15620 ____________________________________________________________________________
15621 [ 11996] By: nick                                  on 2001/09/11  06:25:27
15622         Log: Integrate mainline
15623      Branch: perlio
15624            - ext/POSIX/sigaction.t lib/File/Find/taint.t
15625           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
15626 ____________________________________________________________________________
15627 [ 11995] By: nick                                  on 2001/09/11  06:23:39
15628         Log: Part Integrate mainline
15629      Branch: perlio
15630           +> (branch 69 files)
15631            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
15632            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
15633            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
15634            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
15635            - lib/Switch/t/switch_case.t lib/Test/Harness.t
15636            - lib/Test/More/Changes lib/Test/More/t/More.t
15637            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15638            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15639            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
15640            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
15641            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
15642            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
15643            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
15644            - t/lib/Test/More/Catch.pm wince/perl.ico
15645           !> (integrate 197 files)
15646 ____________________________________________________________________________
15647 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
15648         Log: Subject: Re: [PATCH] Encode.pm docs fix
15649              From: Gisle Aas <gisle@ActiveState.com>
15650              Date: 10 Sep 2001 11:27:02 -0700
15651              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
15652      Branch: perl
15653            ! ext/Encode/Encode.pm
15654 ____________________________________________________________________________
15655 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
15656         Log: Fix unpack U to be the reverse of pack U
15657              (but implement unpack U0U as a backdoor to get
15658              the UTF-8 malformed warnings from un-UTF-8 data)
15659      Branch: perl
15660            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
15661 ____________________________________________________________________________
15662 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
15663         Log: Metaconfig unit change for #11991;
15664              delete an unused unit (d_strtoull.U is the one used)
15665      Branch: metaconfig
15666            ! U/protos/d_lseekproto.U
15667      Branch: metaconfig/U/perl
15668            - strtoull.U
15669 ____________________________________________________________________________
15670 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
15671         Log: Subject: [PATCH] Configure not recording lseek proto
15672              From: Blair Zajac <blair@orcaware.com>
15673              Date: Mon, 10 Sep 2001 17:52:37 -0700
15674              Message-ID: <3B9D6055.BA334A31@orcaware.com>
15675              
15676              plus regen Configure.
15677      Branch: perl
15678            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15679            ! config_h.SH uconfig.h
15680 ____________________________________________________________________________
15681 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
15682         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?)))                  
15683              From: Nicholas Clark <nick@ccl4.org>
15684              Date: Tue, 11 Sep 2001 00:00:31 +0100
15685              Message-ID: <20010911000031.G1512@plum.flirble.org>
15686      Branch: perl
15687            + t/op/qq.t
15688            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
15689 ____________________________________________________________________________
15690 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
15691         Log: Subject: [PATCH] Building on win32 w/o perlio
15692              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15693              Date: Mon, 10 Sep 2001 23:38:46 +0200
15694              Message-ID: <3B9D4F06.14433.2C37644@localhost>
15695      Branch: perl
15696            ! perl.c win32/Makefile win32/makefile.mk
15697 ____________________________________________________________________________
15698 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
15699         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
15700              From: "chromatic" <chromatic@rmci.net>
15701              Date: Mon, 10 Sep 2001 15:14:01 -0600
15702              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
15703      Branch: perl
15704            + lib/CGI/t/push.t
15705            ! MANIFEST
15706 ____________________________________________________________________________
15707 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
15708         Log: Subject: avoiding hoardes of zombies
15709              From: Nicholas Clark <nick@ccl4.org>
15710              Date: Mon, 10 Sep 2001 22:00:40 +0100
15711              Message-ID: <20010910220040.C1512@plum.flirble.org>
15712      Branch: perl
15713            ! pod/perlipc.pod
15714 ____________________________________________________________________________
15715 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
15716         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
15717              From: John Peacock <jpeacock@rowman.com>
15718              Date: Mon, 10 Sep 2001 16:34:30 -0400
15719              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
15720      Branch: perl
15721            ! sv.c t/op/ver.t utf8.h
15722 ____________________________________________________________________________
15723 [ 11985] By: ams                                   on 2001/09/10  23:20:13
15724         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
15725      Branch: perl
15726            ! MANIFEST
15727 ____________________________________________________________________________
15728 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
15729         Log: (Retracted by #12001)
15730              Subject: Calc with USE_MUL/USE_DIV
15731              From: Tels <perl_dummy@bloodgate.com>
15732              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
15733              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
15734      Branch: perl
15735            ! lib/Math/BigInt/Calc.pm
15736 ____________________________________________________________________________
15737 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
15738         Log: Subject: [PATCH op.c] Re: perl@11978
15739              From: Robin Barker <rmb1@cise.npl.co.uk>
15740              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
15741              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
15742              
15743              Format errors.
15744      Branch: perl
15745            ! op.c
15746 ____________________________________________________________________________
15747 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
15748         Log: Switch PADOFFSET back to U32 both because of binary backward
15749              compatibility and because Arthur seems to have been fixing the
15750              problems with naughty integer-pointer casting.
15751      Branch: perl
15752            ! op.h
15753 ____________________________________________________________________________
15754 [ 11981] By: ams                                   on 2001/09/10  16:31:43
15755         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
15756              Fix Pod Typo, Add Test for ExtUtils::Command
15757              From: "chromatic" <chromatic@rmci.net>
15758              Date: Mon, 10 Sep 2001 11:20:56 -0600
15759              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
15760      Branch: perl
15761            + lib/ExtUtils/Command.t
15762            ! MANIFEST lib/ExtUtils/Command.pm
15763 ____________________________________________________________________________
15764 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
15765         Log: Subject: [PATCH] Encode.pm docs fix
15766              From: Matt Sergeant <MSergeant@star.net.uk>
15767              Date: Mon, 10 Sep 2001 15:24:01 +0100
15768              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
15769      Branch: perl
15770            ! ext/Encode/Encode.pm
15771 ____________________________________________________________________________
15772 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
15773         Log: Update Changes.
15774      Branch: perl
15775            ! Changes patchlevel.h
15776 ____________________________________________________________________________
15777 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
15778         Log: Revert #11973, the dTHX seems to be needed in there
15779              for threaded builds.
15780      Branch: perl
15781            ! perlio.c
15782 ____________________________________________________________________________
15783 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
15784         Log: Detypo.
15785      Branch: perl
15786            ! pod/perlguts.pod
15787 ____________________________________________________________________________
15788 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
15789         Log: Further Class::Struct patching from Damian.
15790              
15791              The new new semantics are:
15792              
15793              * If you pass an initializer for a nested object, it has to be:
15794              a) a reference to an object of that class, or      
15795              b) a reference to an object of a subclass of that class, or
15796              c) a reference to a hash of arguments to be passed to the
15797              class's constructor
15798              * If you pass no initializer for a nested object, the attribute
15799              is initialized to C<undef>
15800      Branch: perl
15801            ! lib/Class/Struct.pm
15802 ____________________________________________________________________________
15803 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
15804         Log: Skip the crypt test if no crypt.
15805      Branch: perl
15806            ! t/op/crypt.t
15807 ____________________________________________________________________________
15808 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
15809         Log: Warn against using bare v-strings as IP addresses
15810              (okay if using the wrappers from Socket)
15811      Branch: perl
15812            ! pod/perldata.pod pod/perlport.pod
15813 ____________________________________________________________________________
15814 [ 11973] By: sky                                   on 2001/09/10  11:57:58
15815         Log: Remove unused dTHX. Silenced another warning.
15816      Branch: perl
15817            ! perlio.c
15818 ____________________________________________________________________________
15819 [ 11972] By: sky                                   on 2001/09/10  11:54:25
15820         Log: Silence some more warnings INT2PTR.
15821      Branch: perl
15822            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
15823 ____________________________________________________________________________
15824 [ 11971] By: sky                                   on 2001/09/10  11:21:50
15825         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
15826      Branch: perl
15827            ! cop.h
15828 ____________________________________________________________________________
15829 [ 11970] By: sky                                   on 2001/09/10  11:17:25
15830         Log: Apply INT2PTR with force to silence warnings from
15831              PM_GETRE and friends. No more warnings with 64bit 
15832              IVs and 32bit pointers.    
15833      Branch: perl
15834            ! op.c op.h perl.c
15835 ____________________________________________________________________________
15836 [ 11969] By: sky                                   on 2001/09/10  10:13:02
15837         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
15838      Branch: perl
15839            ! pod/perlguts.pod
15840 ____________________________________________________________________________
15841 [ 11968] By: sky                                   on 2001/09/10  10:02:51
15842         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
15843              Rename to custop_op_name to Perl_custom_op_name to match perlapi
15844              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
15845              perl_clone.
15846      Branch: perl
15847            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
15848 ____________________________________________________________________________
15849 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
15850         Log: Using strlen() not good on embedded nul bytes.
15851      Branch: perl
15852            ! regcomp.c
15853 ____________________________________________________________________________
15854 [ 11966] By: ams                                   on 2001/09/09  21:06:13
15855         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
15856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15857              Date: Mon, 13 Aug 2001 22:51:59 +0200
15858              Message-ID: <20010813225159.C6681@rafael>
15859              (Applied with several tweaks.)
15860      Branch: perl
15861            ! embed.h embed.pl proto.h toke.c
15862 ____________________________________________________________________________
15863 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
15864         Log: The exact error message is system-dependent.
15865      Branch: perl
15866            ! lib/ExtUtils/Manifest.t
15867 ____________________________________________________________________________
15868 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
15869         Log: Add Windows and Mac Sami support to Encode
15870              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
15871      Branch: perl
15872            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
15873            ! MANIFEST
15874 ____________________________________________________________________________
15875 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
15876         Log: Use the tried method.
15877      Branch: perl
15878            ! pod/perlport.pod
15879 ____________________________________________________________________________
15880 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
15881         Log: Can't count parentheses.
15882      Branch: perl
15883            ! ext/IO/lib/IO/Socket/INET.pm
15884 ____________________________________________________________________________
15885 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
15886         Log: perlport additions: 1 while unlink, add/delete directory
15887              entries and permissions, cygwin stat funkiness (from Michael
15888              Schwern and Nicholas Clark)
15889      Branch: perl
15890            ! pod/perlport.pod
15891 ____________________________________________________________________________
15892 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
15893         Log: blib does have a detectable test.
15894      Branch: perl
15895            ! t/lib/1_compile.t
15896 ____________________________________________________________________________
15897 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
15898         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
15899              From: "chromatic" <chromatic@rmci.net>
15900              Date: Sat, 08 Sep 2001 19:33:42 -0600
15901              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
15902      Branch: perl
15903            + lib/Term/Complete.t
15904            ! MANIFEST
15905 ____________________________________________________________________________
15906 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
15907         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
15908              From: Michael G Schwern <schwern@pobox.com> 
15909              Date: Sat, 8 Sep 2001 02:40:26 -0400
15910              Message-ID: <20010908024026.A26283@blackrider>
15911      Branch: perl
15912            + lib/Test/Tutorial.pod
15913            ! MANIFEST
15914 ____________________________________________________________________________
15915 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
15916         Log: Try to look up protocol (by name) only iff it has non-numbers:
15917              nice if the server is in a chrooted environment (no /etc/protocols,
15918              server code using hardcorded protocol numbers like 6 for tcp),
15919              suggested by John Holdsworth <coldwave@bigfoot.com>.
15920              In other words, if we are given a number, why look it up again
15921              (by number)?
15922      Branch: perl
15923            ! ext/IO/lib/IO/Socket/INET.pm
15924 ____________________________________________________________________________
15925 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
15926         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
15927              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15928              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
15929              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
15930              
15931              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
15932              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15933              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
15934              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
15935              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
15936              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15937              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
15938              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
15939      Branch: perl
15940            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
15941 ____________________________________________________________________________
15942 [ 11955] By: ams                                   on 2001/09/09  02:54:21
15943         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15944              From: "Craig A. Berry" <craigberry@mac.com>
15945              Date: Sat, 08 Sep 2001 19:02:16 -0500
15946              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
15947      Branch: perl
15948            ! lib/CGI/t/carp.t
15949 ____________________________________________________________________________
15950 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
15951         Log: Documentation tweaks; think the IP address as an opaque string.
15952      Branch: perl
15953            ! ext/Socket/Socket.pm
15954 ____________________________________________________________________________
15955 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
15956         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
15957              From: Michael G Schwern <schwern@pobox.com>
15958              Date: Sat, 8 Sep 2001 19:45:46 -0400
15959              Message-ID: <20010908194546.C9193@blackrider>
15960      Branch: perl
15961            + lib/blib.t
15962            ! MANIFEST lib/blib.pm t/lib/1_compile.t
15963 ____________________________________________________________________________
15964 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
15965         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
15966              From: "chromatic" <chromatic@rmci.net>
15967              Date: Sat, 08 Sep 2001 12:31:44 -0600
15968              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
15969      Branch: perl
15970            + lib/CGI/t/fast.t
15971            ! MANIFEST
15972 ____________________________________________________________________________
15973 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
15974         Log: The Socket tests were wrong: they were assuming too much.
15975      Branch: perl
15976            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
15977 ____________________________________________________________________________
15978 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
15979         Log: Retract the portability changes since they
15980              seem to have opened a can of worms... will
15981              go back to UNICOS/mk and do the bare minimum
15982              required to get the tests working.
15983      Branch: perl
15984            ! ext/Socket/Socket.xs
15985 ____________________________________________________________________________
15986 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
15987         Log: PADOFFSET is used to cast pointers into integers,
15988              if pointers are 64 bits and U32 32 bits,
15989              bad things may happen, or at least warnings issued.
15990      Branch: perl
15991            ! op.h
15992 ____________________________________________________________________________
15993 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
15994         Log: Still more Socket portability tweaking.
15995              Now Socket.t seems to be happy in all of
15996              Linux/x86, Tru64/alpha, Solaris/sparc,
15997              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
15998              
15999              Addendum: it seems that io_multihomed, io_sock, and hostent
16000              were broken in little-endians (linux/x86 and tru64/alpha)
16001              because of this change.  Argh.
16002      Branch: perl
16003            ! ext/Socket/Socket.xs
16004 ____________________________________________________________________________
16005 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
16006         Log: More portability kicking on inet_ntoa().
16007      Branch: perl
16008            ! ext/Socket/Socket.xs
16009 ____________________________________________________________________________
16010 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
16011         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
16012              From: Michael G Schwern <schwern@pobox.com> 
16013              Date: Fri, 7 Sep 2001 23:06:51 -0400
16014              Message-ID: <20010907230651.R606@blackrider>
16015      Branch: perl
16016            + lib/ExtUtils/Manifest.t
16017            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
16018 ____________________________________________________________________________
16019 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
16020         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
16021              From: "chromatic" <chromatic@rmci.net>
16022              Date: Fri, 07 Sep 2001 17:53:15 -0600      
16023              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
16024      Branch: perl
16025            + lib/ExtUtils/testlib.t
16026            ! MANIFEST
16027 ____________________________________________________________________________
16028 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
16029         Log: Thinko.
16030      Branch: perl
16031            ! lib/integer.t
16032 ____________________________________________________________________________
16033 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
16034         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
16035              From: "Craig A. Berry" <craigberry@mac.com>
16036              Date: Fri, 07 Sep 2001 15:30:03 -0500
16037              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
16038      Branch: perl
16039            ! lib/CGI/Carp.pm
16040 ____________________________________________________________________________
16041 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
16042         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
16043              From: Michael G Schwern <schwern@pobox.com>
16044              Date: Fri, 7 Sep 2001 15:38:13 -0400
16045              Message-ID: <20010907153813.K606@blackrider>
16046      Branch: perl
16047            ! lib/ExtUtils/MM_Unix.pm
16048 ____________________________________________________________________________
16049 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
16050         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
16051              From: Robin Barker <rmb1@cise.npl.co.uk>
16052              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
16053              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
16054      Branch: perl
16055            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
16056 ____________________________________________________________________________
16057 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
16058         Log: Clean up 1_compile.t; move tests to more consistent
16059              places (t/ subdirectories); add integer.t (much of
16060              the pragma is tested elsewhere but there is no one
16061              centralized place)
16062      Branch: perl
16063            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
16064            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
16065            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
16066            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
16067            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
16068            - lib/File/Find/find.t lib/File/Find/taint.t
16069            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
16070 ____________________________________________________________________________
16071 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
16072         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
16073              From: "chromatic" <chromatic@rmci.net>
16074              Date: Fri, 07 Sep 2001 10:17:40 -0600
16075              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
16076      Branch: perl
16077            ! lib/File/Find/taint.t
16078 ____________________________________________________________________________
16079 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
16080         Log: Update Changes.
16081      Branch: perl
16082            ! Changes patchlevel.h
16083 ____________________________________________________________________________
16084 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
16085         Log: Rename the old threading tutorial, start a new one,
16086              regen toc.
16087      Branch: perl
16088            + pod/perlothrtut.pod
16089            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
16090            ! pod/perltoc.pod
16091 ____________________________________________________________________________
16092 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
16093         Log: vars very much has a test.
16094      Branch: perl
16095            ! t/lib/1_compile.t
16096 ____________________________________________________________________________
16097 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
16098         Log: Subject: Re: wince/perl.ico marked as binary
16099              From: Nicholas Clark <nick@ccl4.org>
16100              Date: Fri, 7 Sep 2001 13:54:40 +0100
16101              Message-ID: <20010907135439.D39150@plum.flirble.org>
16102              
16103              and wince/Makefile.ce change from Rainer Keuchel.
16104      Branch: perl
16105            + wince/makeico.pl
16106            ! MANIFEST wince/Makefile.ce
16107 ____________________________________________________________________________
16108 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
16109         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
16110              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16111              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
16112              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
16113      Branch: perl
16114            ! regexec.c
16115 ____________________________________________________________________________
16116 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
16117         Log: (Replaced by #11934)
16118              Subject: Re: [PATCH regexec.c] more general .* and .*?
16119              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16120              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
16121              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
16122      Branch: perl
16123            ! regexec.c
16124 ____________________________________________________________________________
16125 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
16126         Log: The #11931 patching misbehaved.
16127      Branch: perl
16128            ! lib/Test/Harness/t/test-harness.t
16129 ____________________________________________________________________________
16130 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
16131         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
16132              From: Michael G Schwern <schwern@pobox.com>
16133              Date: Fri, 7 Sep 2001 03:30:41 -0400
16134              Message-ID: <20010907033041.A2796@blackrider>
16135      Branch: perl
16136            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
16137            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
16138            + t/lib/sample-tests/header_at_end_fail
16139            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
16140            - lib/Test/Harness.t
16141            ! MANIFEST lib/Test/Harness.pm t/TEST
16142 ____________________________________________________________________________
16143 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
16144         Log: Subject: [PATCH] Digest::MD5 update
16145              From: Gisle Aas <gisle@ActiveState.com>
16146              Date: 06 Sep 2001 23:32:56 -0700
16147              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
16148      Branch: perl
16149            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
16150            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
16151 ____________________________________________________________________________
16152 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
16153         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
16154              From: "chromatic" <chromatic@rmci.net>
16155              Date: Thu, 06 Sep 2001 23:11:44 -0600
16156              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
16157      Branch: perl
16158            + lib/less.t
16159            ! MANIFEST t/lib/1_compile.t
16160 ____________________________________________________________________________
16161 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
16162         Log: The binary file must somehow differently stored.
16163      Branch: perl
16164            - wince/perl.ico
16165            ! MANIFEST
16166 ____________________________________________________________________________
16167 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
16168         Log: Add more modules to the list of modules that have tests,
16169              Schwern's wallet is getting more nervous.
16170              (Run t/lib/1_compile.t manually to see which modules
16171              are lacking tests, or the tests can't be run for some
16172              reason or another, such as the Net:: modules)
16173      Branch: perl
16174            ! t/lib/1_compile.t
16175 ____________________________________________________________________________
16176 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
16177         Log: Try to make Socket::inet_ntoa() more robust.
16178      Branch: perl
16179            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
16180 ____________________________________________________________________________
16181 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
16182         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
16183              From: chromatic <chromatic@rmci.net>       
16184              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
16185              Message-Id: <01090522580506.19590@firewheel>           
16186      Branch: perl
16187            ! lib/English.t
16188 ____________________________________________________________________________
16189 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
16190         Log: Subject: Re: perlvar manpage and localizing special vars
16191              From: Stas Bekman <stas@stason.org>
16192              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
16193              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
16194      Branch: perl
16195            ! pod/perlvar.pod
16196 ____________________________________________________________________________
16197 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
16198         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
16199              From: Robin Barker <rmb1@cise.npl.co.uk>
16200              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
16201              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
16202      Branch: perl
16203            ! lib/ExtUtils/MakeMaker.pm
16204 ____________________________________________________________________________
16205 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
16206         Log: Symbol missing; AIX unhappy.
16207      Branch: perl
16208            ! makedef.pl
16209 ____________________________________________________________________________
16210 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
16211         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
16212              Reported in 5.61, seems to work okay in blead.
16213      Branch: perl
16214            ! t/run/kill_perl.t
16215 ____________________________________________________________________________
16216 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
16217         Log: Update Changes.
16218      Branch: perl
16219            ! Changes patchlevel.h
16220 ____________________________________________________________________________
16221 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
16222         Log: Document the bad assumptions currently breaking
16223              the Socket.t tests 10, 11, and 13 in UNICOS.
16224      Branch: perl
16225            ! ext/Socket/Socket.xs
16226 ____________________________________________________________________________
16227 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
16228         Log: Subject: [PATCH x2p] make OPTIMIZE=...
16229              From: Robin Barker <rmb1@cise.npl.co.uk>
16230              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
16231              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
16232      Branch: perl
16233            ! x2p/Makefile.SH x2p/cflags.SH
16234 ____________________________________________________________________________
16235 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
16236         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
16237              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
16238              Date: Thu, 6 Sep 2001 11:09:40 +0100
16239              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
16240              
16241              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
16242              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16243              Date: 6 Sep 2001 10:14:38 -0000
16244              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
16245      Branch: perl
16246            ! pod/perlfaq1.pod pod/perlhack.pod
16247 ____________________________________________________________________________
16248 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
16249         Log: Subject: Extra NUL is Data::Dumper output - patch
16250              From: Tony Cook <tony@develop-help.com>
16251              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
16252              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
16253      Branch: perl
16254            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
16255 ____________________________________________________________________________
16256 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
16257         Log: Avoid redefinition warning
16258              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
16259              from
16260              perl -w -Ilib -MCwd -e ''
16261      Branch: perl
16262            ! lib/Cwd.pm
16263 ____________________________________________________________________________
16264 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
16265         Log: Update the is_tainted() example implementation.
16266      Branch: perl
16267            ! pod/perlsec.pod
16268 ____________________________________________________________________________
16269 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
16270         Log: Missing) in #11912.
16271      Branch: perl
16272            ! lib/Test/Simple/t/fail.t
16273 ____________________________________________________________________________
16274 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
16275         Log: Rewhack Test-Simple into core harness.
16276      Branch: perl
16277            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
16278            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
16279            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
16280            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
16281            ! lib/Test/Simple/t/skipall.t
16282 ____________________________________________________________________________
16283 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
16284         Log: Workaround for the new Exporter 'feature'.
16285      Branch: perl
16286            ! lib/Test/More.pm
16287 ____________________________________________________________________________
16288 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
16289         Log: Re-introduce pure-Perl fall-back for abs_path,
16290              re-introduce #11898.
16291      Branch: perl
16292            ! lib/Cwd.pm lib/File/Find.pm
16293 ____________________________________________________________________________
16294 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
16295         Log: More tests.
16296      Branch: perl
16297            ! lib/Exporter.t
16298 ____________________________________________________________________________
16299 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
16300         Log: Retract #11898 for now because it introduces
16301              a rather nasty depencency: when B is being built,
16302              MakeMaker is used.  MakeMaker uses File::Find.
16303              File::Find uses Cwd::getcwd()...which doesn't
16304              exist yet.
16305      Branch: perl
16306            ! lib/File/Find.pm
16307 ____________________________________________________________________________
16308 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
16309         Log: New test welcome.
16310      Branch: perl
16311            + lib/Test/Simple/t/simple.t
16312 ____________________________________________________________________________
16313 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
16314         Log: Old test begone.
16315      Branch: perl
16316            - lib/Attribute/Handlers/test.pl
16317 ____________________________________________________________________________
16318 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
16319         Log: Test-Simple syncup from Schwern.
16320      Branch: perl
16321            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
16322            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
16323            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
16324            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
16325            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
16326            - lib/Test/More/Changes lib/Test/More/t/More.t
16327            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
16328            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
16329            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
16330            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
16331            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
16332            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
16333            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
16334            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
16335            ! t/lib/Test/Simple/sample_tests/death.plx
16336            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
16337            ! t/lib/Test/Simple/sample_tests/extras.plx
16338            ! t/lib/Test/Simple/sample_tests/five_fail.plx
16339            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
16340            ! t/lib/Test/Simple/sample_tests/one_fail.plx
16341            ! t/lib/Test/Simple/sample_tests/require.plx
16342            ! t/lib/Test/Simple/sample_tests/success.plx
16343            ! t/lib/Test/Simple/sample_tests/too_few.plx
16344            ! t/lib/Test/Simple/sample_tests/two_fail.plx
16345 ____________________________________________________________________________
16346 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
16347         Log: Integrate File::Find changes from bleadperl
16348      Branch: maint-5.6/macperl
16349            ! lib/File/Find.pm t/lib/filefind-taint.t
16350 ____________________________________________________________________________
16351 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
16352         Log: Integrate 11847 from maint-5.6/perl
16353      Branch: maint-5.6/macperl
16354           !> sv.c
16355 ____________________________________________________________________________
16356 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
16357         Log: In UNICOS division yada yada.
16358      Branch: perl
16359            ! t/op/override.t
16360 ____________________________________________________________________________
16361 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
16362         Log: In UNICOS division is really lossy, better use
16363              a tolerance test.
16364      Branch: perl
16365            ! ext/Time/HiRes/HiRes.t
16366 ____________________________________________________________________________
16367 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
16368         Log: In UNICOS sigaction() sets an extra flag
16369              ("the signal has been registered for all the processes in
16370              a multitasking group.")
16371      Branch: perl
16372            ! ext/POSIX/sigaction.t
16373 ____________________________________________________________________________
16374 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
16375         Log: Documentation micropatch from Damian.
16376      Branch: perl
16377            ! lib/Attribute/Handlers.pm
16378 ____________________________________________________________________________
16379 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
16380         Log: (Retracted by #11908)
16381              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
16382              From: Michael G Schwern <schwern@pobox.com>
16383              Date: Wed, 5 Sep 2001 15:58:21 -0400
16384              Message-ID: <20010905155821.I632@blackrider>
16385      Branch: perl
16386            ! lib/File/Find.pm lib/File/Find/taint.t
16387 ____________________________________________________________________________
16388 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
16389         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
16390              From: Michael G Schwern <schwern@pobox.com>
16391              Date: Wed, 5 Sep 2001 19:16:31 -0400
16392              Message-ID: <20010905191631.E11386@blackrider>
16393      Branch: perl
16394            + lib/CGI/t/carp.t
16395            ! MANIFEST
16396 ____________________________________________________________________________
16397 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
16398         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
16399              From: chromatic <chromatic@rmci.net>
16400              Date: Wed, 5 Sep 2001 18:08:07 -0600
16401              Message-Id: <01090518080700.19590@firewheel>
16402      Branch: perl
16403            ! lib/English.pm
16404 ____________________________________________________________________________
16405 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
16406         Log: Fix a typo #11889 and add a test for the same.
16407      Branch: perl
16408            ! ext/Socket/Socket.t ext/Socket/Socket.xs
16409 ____________________________________________________________________________
16410 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
16411         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
16412              From: "Craig A. Berry" <craigberry@mac.com>
16413              Date: Wed, 05 Sep 2001 17:48:54 -0500
16414              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
16415      Branch: perl
16416            ! lib/warnings.t t/run/kill_perl.t
16417 ____________________________________________________________________________
16418 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
16419         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
16420              From: Michael G Schwern <schwern@pobox.com>
16421              Date: Wed, 5 Sep 2001 17:22:25 -0400
16422              Message-ID: <20010905172225.C11386@blackrider>
16423      Branch: perl
16424            ! t/run/kill_perl.t
16425 ____________________________________________________________________________
16426 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
16427         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
16428              From: Nicholas Clark <nick@ccl4.org>
16429              Date: Wed, 5 Sep 2001 20:54:24 +0100
16430              Message-ID: <20010905205424.C25120@plum.flirble.org>
16431      Branch: perl
16432            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
16433 ____________________________________________________________________________
16434 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
16435         Log: Forgotten thing.
16436      Branch: perl
16437            ! uconfig.h
16438 ____________________________________________________________________________
16439 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
16440         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
16441              From: chromatic <chromatic@rmci.net>               
16442              Date: Wed, 5 Sep 2001 13:22:08 -0600
16443              Message-Id: <01090513220807.10587@firewheel> 
16444      Branch: perl
16445            ! lib/English.pm
16446 ____________________________________________________________________________
16447 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
16448         Log: inet_ntoa() tweaks:
16449              - don't allow addresses with > 255 characters
16450              - indent the HP-UX workaround
16451              - don't leak memory
16452      Branch: perl
16453            ! ext/Socket/Socket.xs
16454 ____________________________________________________________________________
16455 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
16456         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
16457              <xwu@theeducationcenter.com>
16458      Branch: perl
16459            ! lib/File/Find.pm
16460 ____________________________________________________________________________
16461 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
16462         Log: Typo nits.
16463      Branch: perl
16464            ! lib/File/Find.pm
16465 ____________________________________________________________________________
16466 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
16467         Log: -Wall nit.
16468      Branch: perl
16469            ! op.c
16470 ____________________________________________________________________________
16471 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
16472         Log: Update to Scalar-List-Utils 1.05
16473      Branch: perl
16474            ! ext/List/Util/ChangeLog ext/List/Util/README
16475            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
16476 ____________________________________________________________________________
16477 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
16478         Log: Update Changes.
16479      Branch: perl
16480            ! Changes patchlevel.h
16481 ____________________________________________________________________________
16482 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
16483         Log: Update to Scalar-List-Utils 1.04
16484      Branch: perl
16485            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
16486            ! ext/List/Util/lib/List/Util.pm
16487            ! ext/List/Util/lib/Scalar/Util.pm
16488 ____________________________________________________________________________
16489 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
16490         Log: Metaconfigify #11724.
16491      Branch: metaconfig
16492            ! U/threads/archname.U
16493 ____________________________________________________________________________
16494 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
16495         Log: The MacOS reference is okay, no reason to hide it.
16496      Branch: perl
16497            ! lib/Cwd.pm
16498 ____________________________________________________________________________
16499 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
16500         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
16501              From: Michael G Schwern <schwern@pobox.com>
16502              Date: Tue, 4 Sep 2001 15:30:10 -0400
16503              Message-ID: <20010904153010.H26466@blackrider> 
16504              
16505              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
16506      Branch: perl
16507            ! ext/Cwd/Makefile.PL lib/Cwd.pm
16508 ____________________________________________________________________________
16509 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
16510         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.))
16511              From: Michael G Schwern <schwern@pobox.com>
16512              Date: Tue, 4 Sep 2001 17:39:13 -0400
16513              Message-ID: <20010904173913.C626@blackrider>
16514      Branch: perl
16515            ! lib/Cwd.pm
16516 ____________________________________________________________________________
16517 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
16518         Log: Subject: Re: Perl_pp_* in public API?
16519              From: "Craig A. Berry" <craigberry@mac.com>
16520              Date: Tue, 4 Sep 2001 21:51:29 -0500
16521              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
16522      Branch: perl
16523            ! ext/List/Util/Util.xs
16524 ____________________________________________________________________________
16525 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
16526         Log: From Damian: Class::Struct was unable to define
16527              recursive classes.  After the patch an object reference
16528              (rather than a hash) is required to initialize
16529              an object attribute.  If no such initializer is given to
16530              the constructor, object attributes are now default
16531              initialized to C<undef>.
16532      Branch: perl
16533            ! lib/Class/Struct.pm lib/Class/Struct.t
16534 ____________________________________________________________________________
16535 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
16536         Log: Subject: Re: sv_catpvfn and sv_setpvfn
16537              From: Richard Soderberg <rs@oregonnet.com>
16538              Date: Tue, 4 Sep 2001 15:16:47 -0700
16539              Message-Id: <200109042216.PAA17858@oregonnet.com>
16540      Branch: perl
16541            ! pod/perlclib.pod pod/perlguts.pod
16542 ____________________________________________________________________________
16543 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
16544         Log: NetWare updates from Ananth Kesari.
16545      Branch: perl
16546            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
16547            ! NetWare/nw5thread.h
16548 ____________________________________________________________________________
16549 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
16550         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?))
16551              From: Nicholas Clark <nick@ccl4.org>
16552              Date: Tue, 4 Sep 2001 22:42:50 +0100
16553              Message-ID: <20010904224250.P25120@plum.flirble.org>
16554      Branch: perl
16555            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
16556            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
16557            ! t/op/oct.t toke.c
16558 ____________________________________________________________________________
16559 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
16560         Log: Fix Cwd::getcwd() not being tainted, as noticed
16561              by Schwern.
16562      Branch: perl
16563            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
16564            - ext/Cwd/Cwd.t
16565            ! MANIFEST ext/Cwd/Cwd.xs util.c
16566 ____________________________________________________________________________
16567 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
16568         Log: Retract #11870 and volatilize the right destruct_level.
16569              Silly thinko pointed out by Sarathy.
16570      Branch: perl
16571            ! intrpvar.h perl.c
16572 ____________________________________________________________________________
16573 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
16574         Log: At least a temporary fix for the mysterious scope core dumps
16575              in Tru64 from Graham.
16576      Branch: perl
16577            ! ext/List/Util/Util.xs
16578 ____________________________________________________________________________
16579 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
16580         Log: (Retracted by #11872)
16581      Branch: perl
16582            ! intrpvar.h
16583 ____________________________________________________________________________
16584 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
16585         Log: Quench a -Wall gripe noticed by Robin Barker.
16586      Branch: perl
16587            ! op.c
16588 ____________________________________________________________________________
16589 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
16590         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
16591              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16592              Date: Wed, 05 Sep 2001 02:01:32 +0900
16593              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
16594      Branch: perl
16595            ! lib/Unicode/UCD.pm
16596 ____________________________________________________________________________
16597 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
16598         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
16599              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16600              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
16601              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
16602      Branch: perl
16603            ! gv.c
16604 ____________________________________________________________________________
16605 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
16606         Log: Update Changes.
16607      Branch: perl
16608            ! Changes patchlevel.h
16609 ____________________________________________________________________________
16610 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
16611         Log: Add the \[$@%&*] prototype support.
16612      Branch: perl
16613            ! op.c pod/perlsub.pod t/comp/proto.t
16614 ____________________________________________________________________________
16615 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
16616         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
16617              From: Michael G Schwern <schwern@pobox.com>
16618              Date: Mon, 3 Sep 2001 18:59:01 -0400
16619              Message-ID: <20010903185901.Z9233@blackrider>
16620      Branch: perl
16621            ! lib/CGI/t/form.t
16622 ____________________________________________________________________________
16623 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
16624         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
16625              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16626              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
16627              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
16628      Branch: perl
16629            ! gv.c
16630 ____________________________________________________________________________
16631 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
16632         Log: More srand entry tweakage based on Randal's suggestion.
16633      Branch: perl
16634            ! pod/perlfunc.pod
16635 ____________________________________________________________________________
16636 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
16637         Log: Subject: [PATCH] 'main' *is* a reserved word
16638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16639              Date: Mon, 3 Sep 2001 22:55:41 +0200
16640              Message-ID: <20010903225541.A24097@rafael>
16641      Branch: perl
16642            ! toke.c
16643 ____________________________________________________________________________
16644 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
16645         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
16646              From: Peter Prymmer <pvhp@best.com>
16647              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
16648              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
16649      Branch: perl
16650            ! README.vms configure.com
16651 ____________________________________________________________________________
16652 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
16653         Log: Subject: Re: A slightly better default seed?   
16654              From: Michael G Schwern <schwern@pobox.com>
16655              Date: Mon, 3 Sep 2001 18:08:15 -0400 
16656              Message-ID: <20010903180815.W9233@blackrider>
16657      Branch: perl
16658            ! t/op/srand.t
16659 ____________________________________________________________________________
16660 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
16661         Log: Add sharedsv.o to microperl object files.
16662      Branch: perl
16663            ! Makefile.micro
16664 ____________________________________________________________________________
16665 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
16666         Log: AUTHORS updates and
16667              
16668              Subject: [PATCH] Just some preening :-)        
16669              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
16670              Date: Tue, 4 Sep 2001 14:16:59 +0100
16671              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
16672      Branch: perl
16673            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
16674 ____________________________________________________________________________
16675 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
16676         Log: Typo fix and slight rewording.
16677      Branch: perl
16678            ! pod/perlfunc.pod
16679 ____________________________________________________________________________
16680 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
16681         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
16682      Branch: perl
16683            ! pod/perlfaq4.pod
16684 ____________________________________________________________________________
16685 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
16686         Log: The helper file changed name.
16687      Branch: perl
16688            ! MANIFEST
16689 ____________________________________________________________________________
16690 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
16691         Log: Update to Scalar-List-Utils 1.03
16692      Branch: perl
16693            + ext/List/Util/t/shuffle.t
16694            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
16695            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
16696            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
16697            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
16698            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
16699            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
16700            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
16701            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
16702 ____________________________________________________________________________
16703 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
16704         Log: Make crypt() do something more sane for Unicode
16705              (take crypt() of the low eight bits of the characters,
16706              instead of taking crypt() of the UTF-8 of the scalar);
16707              add a test for crypt().
16708      Branch: perl
16709            + t/op/crypt.t
16710            ! MANIFEST pod/perlfunc.pod pp.c
16711 ____________________________________________________________________________
16712 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
16713         Log: Reorganize the srand entry.
16714      Branch: perl
16715            ! pod/perlfunc.pod
16716 ____________________________________________________________________________
16717 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
16718         Log: Remove the tests that assume something about
16719              calling srand() without arguments multiple times.
16720      Branch: perl
16721            ! t/op/srand.t
16722 ____________________________________________________________________________
16723 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
16724         Log: Upgrade to Math::BigInt 1.42.
16725      Branch: perl
16726            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16727            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
16728            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
16729            ! lib/Math/BigInt/t/mbimbf.t
16730 ____________________________________________________________________________
16731 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
16732         Log: integrate change#11847 from maint-5.6
16733              
16734              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
16735      Branch: perl
16736            ! sv.c
16737 ____________________________________________________________________________
16738 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
16739         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
16740      Branch: maint-5.6/perl
16741            ! sv.c
16742 ____________________________________________________________________________
16743 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
16744         Log: As far as I can tell these functions have been Unicodified.
16745      Branch: perl
16746            ! doop.c
16747 ____________________________________________________________________________
16748 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
16749         Log: Update to Storable 1.0.13.
16750      Branch: perl
16751            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16752            ! ext/Storable/Storable.xs
16753 ____________________________________________________________________________
16754 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
16755         Log: Patch the Filter::Simple test to work with
16756              the core test suite (since the FilterTest.pm
16757              is in t/lib, not in lib).
16758      Branch: perl
16759            ! lib/Filter/Simple/t/filter.t
16760 ____________________________________________________________________________
16761 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
16762         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
16763      Branch: perl
16764            + t/lib/FilterTest.pm
16765            - t/lib/MyFilter.pm
16766 ____________________________________________________________________________
16767 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
16768         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
16769              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
16770              Text::Balanced 1.86.
16771      Branch: perl
16772            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
16773            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
16774            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
16775            + lib/Switch/t/nested.t lib/Switch/t/switch.t
16776            + lib/Text/Balanced/Changes lib/Text/Balanced/README
16777            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
16778            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
16779            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
16780            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
16781            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
16782            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
16783            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
16784            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
16785            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
16786            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
16787            ! MANIFEST lib/Attribute/Handlers.pm
16788            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
16789            ! lib/Attribute/Handlers/demo/Demo.pm
16790            ! lib/Attribute/Handlers/demo/Descriptions.pm
16791            ! lib/Attribute/Handlers/demo/MyClass.pm
16792            ! lib/Attribute/Handlers/demo/demo.pl
16793            ! lib/Attribute/Handlers/demo/demo2.pl
16794            ! lib/Attribute/Handlers/demo/demo3.pl
16795            ! lib/Attribute/Handlers/demo/demo4.pl
16796            ! lib/Attribute/Handlers/demo/demo_call.pl
16797            ! lib/Attribute/Handlers/demo/demo_chain.pl
16798            ! lib/Attribute/Handlers/demo/demo_cycle.pl
16799            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
16800            ! lib/Attribute/Handlers/demo/demo_phases.pl
16801            ! lib/Attribute/Handlers/demo/demo_range.pl
16802            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
16803            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
16804            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
16805            ! lib/Text/Balanced.pm
16806 ____________________________________________________________________________
16807 [ 11841] By: sky                                   on 2001/09/03  11:04:15
16808         Log: Forgot to add a file with Change #11840
16809      Branch: perl
16810            + t/op/srand.t
16811 ____________________________________________________________________________
16812 [ 11840] By: sky                                   on 2001/09/03  11:02:04
16813         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
16814              From: Michael G Schwern <schwern@pobox.com>
16815              Date: Mon, 3 Sep 2001 07:43:00 -0400
16816              Message-ID: <20010903074300.E9233@blackrider>
16817      Branch: perl
16818            ! MANIFEST pod/perlfunc.pod t/op/rand.t
16819 ____________________________________________________________________________
16820 [ 11839] By: sky                                   on 2001/09/03  10:47:11
16821         Log: Document the changes with regards to running of END blocks.
16822              And DESTROY on global objects are called in perl_destruct()!
16823      Branch: perl
16824            ! pod/perl572delta.pod pod/perlembed.pod
16825 ____________________________________________________________________________
16826 [ 11838] By: sky                                   on 2001/09/03  09:34:44
16827         Log: Subject: [PATCH t/op/time.t] Partial cleanup
16828              From: Michael G Schwern <schwern@pobox.com>
16829              Date: Mon, 3 Sep 2001 06:29:42 -0400
16830              Message-ID: <20010903062942.C9233@blackrider>
16831      Branch: perl
16832            ! t/op/time.t
16833 ____________________________________________________________________________
16834 [ 11837] By: sky                                   on 2001/09/03  09:30:02
16835         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
16836              From: Michael G Schwern <schwern@pobox.com>
16837              Date: Mon, 3 Sep 2001 06:24:13 -0400
16838              Message-ID: <20010903062413.B9233@blackrider>
16839      Branch: perl
16840            ! t/op/rand.t
16841 ____________________________________________________________________________
16842 [ 11836] By: sky                                   on 2001/09/03  07:56:47
16843         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
16844              From: Michael G Schwern <schwern@pobox.com>
16845              Date: Sun, 2 Sep 2001 21:38:43 -0400
16846              Message-ID: <20010902213843.L2711@blackrider>
16847      Branch: perl
16848            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
16849            ! MANIFEST
16850 ____________________________________________________________________________
16851 [ 11835] By: nick                                  on 2001/09/03  06:20:06
16852         Log: Integrate mainline
16853      Branch: perlio
16854           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
16855            - t/op/misc.t
16856           !> (integrate 187 files)
16857 ____________________________________________________________________________
16858 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
16859         Log: Update Changes.
16860      Branch: perl
16861            ! Changes patchlevel.h
16862 ____________________________________________________________________________
16863 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
16864         Log: Slight tweaks.
16865      Branch: perl
16866            ! t/run/kill_perl.t
16867 ____________________________________________________________________________
16868 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
16869         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
16870      Branch: perl
16871            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16872 ____________________________________________________________________________
16873 [ 11831] By: sky                                   on 2001/09/02  12:10:42
16874         Log: Change #11828 wasn't complete, this updates to intest path
16875      Branch: perl
16876            ! t/run/kill_perl.t
16877 ____________________________________________________________________________
16878 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
16879         Log: 's's's.
16880      Branch: perl
16881            ! Changes
16882 ____________________________________________________________________________
16883 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
16884         Log: Update Changes.
16885      Branch: perl
16886            ! Changes patchlevel.h
16887 ____________________________________________________________________________
16888 [ 11828] By: sky                                   on 2001/09/02  11:53:56
16889         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
16890              From: Michael G Schwern <schwern@pobox.com>
16891              Date: Sat, 1 Sep 2001 20:18:58 -0400
16892              Message-ID: <20010901201858.X606@blackrider>
16893              +MANIFEST Fix
16894      Branch: perl
16895            + t/run/kill_perl.t
16896            - t/op/misc.t t/run/segfault.t
16897            ! MANIFEST
16898 ____________________________________________________________________________
16899 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
16900         Log: Subject: [PATCH] lib/Time/Local.pm
16901              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16902              Date: Sun, 2 Sep 2001 06:50:01 -0500
16903              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
16904      Branch: perl
16905            ! lib/Time/Local.pm
16906 ____________________________________________________________________________
16907 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
16908         Log: Tick off Unicode collation and the normalization from
16909              the todo list.
16910      Branch: perl
16911            ! pod/perltodo.pod
16912 ____________________________________________________________________________
16913 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
16914         Log: Update to Unicode 3.1.1.
16915      Branch: perl
16916            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
16917            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
16918            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
16919            ! lib/unicore/PropList.txt lib/unicore/README.perl
16920            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
16921            ! lib/unicore/rename lib/unicore/version
16922 ____________________________________________________________________________
16923 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
16924         Log: Slight doc tweaks for the module.
16925      Branch: perl
16926            ! lib/Unicode/UCD.pm
16927 ____________________________________________________________________________
16928 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
16929         Log: Rename the variable: it *used* to be (wrongly) that the
16930              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
16931              but that is no more the case: PL_reg_match_utf8 is better.
16932      Branch: perl
16933            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
16934            ! regexec.c sv.c thrdvar.h
16935 ____________________________________________________________________________
16936 [ 11822] By: ams                                   on 2001/09/02  02:54:50
16937         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
16938              From: Ilmari Karonen <iltzu@sci.fi>
16939              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
16940              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
16941              (op/sub_lval.t updated to take new error message into account.)
16942      Branch: perl
16943            ! op.c t/op/sub_lval.t
16944 ____________________________________________________________________________
16945 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
16946         Log: remove stray CRs in files; keep all files with UNIX line-ends
16947              (Porting/makerel adds CRs to the files that need it in the
16948              distribution)
16949      Branch: perl
16950            ! NetWare/t/NWScripts.pl README.dos
16951            ! ext/Encode/Encode/cns11643-1.enc
16952            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
16953            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16954 ____________________________________________________________________________
16955 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
16956         Log: some remnants of change#11803
16957      Branch: perl
16958            ! ext/ByteLoader/byterun.h perl.h
16959 ____________________________________________________________________________
16960 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
16961         Log: Update to Unicode::Collate 0.08.
16962      Branch: perl
16963            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16964            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
16965 ____________________________________________________________________________
16966 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
16967         Log: Test tweaks.
16968      Branch: perl
16969            ! t/op/pat.t
16970 ____________________________________________________________________________
16971 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
16972         Log: Fix test
16973      Branch: maint-5.6/macperl
16974            ! t/lib/b.t
16975 ____________________________________________________________________________
16976 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
16977         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
16978              warnings in Config.pm with -W; increase default and
16979              minimum RAM; bump version number.
16980      Branch: maint-5.6/macperl
16981            + macos/lib/Mac/LowMem.pm
16982            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
16983            ! macos/configpm macos/macperl/MacPerl.r
16984 ____________________________________________________________________________
16985 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
16986         Log: Make syntax check report in MPW style, fix tests
16987              to use Mac::err=unix to get normal-style error
16988              messages.
16989      Branch: maint-5.6/macperl
16990            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
16991            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
16992 ____________________________________________________________________________
16993 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
16994         Log: Make MPW-style errors optional (but the default); add
16995              MacPerl::ErrorFormat() function and Mac::err pragma
16996      Branch: maint-5.6/macperl
16997            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
16998            + macos/ext/Mac/err/err.xs
16999            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
17000            ! macos/macish.c macos/macish.h macos/macperl.sym
17001 ____________________________________________________________________________
17002 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
17003         Log: More module and test ports from Thomas Wegner et al
17004      Branch: maint-5.6/macperl
17005            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17006            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
17007            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
17008            ! t/op/magic.t
17009 ____________________________________________________________________________
17010 [ 11812] By: sky                                   on 2001/09/01  17:19:30
17011         Log: Subject: [PATCH t/op/concat.t] cleanup
17012              From: Michael G Schwern <schwern@pobox.com>
17013              Date: Sat, 1 Sep 2001 14:06:28 -0400
17014              Message-ID: <20010901140628.C606@blackrider>
17015      Branch: perl
17016            ! t/op/concat.t
17017 ____________________________________________________________________________
17018 [ 11811] By: sky                                   on 2001/09/01  12:25:29
17019         Log: Change #11805 didn't update the MANIFEST
17020      Branch: perl
17021            ! MANIFEST
17022 ____________________________________________________________________________
17023 [ 11810] By: sky                                   on 2001/09/01  11:52:44
17024         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
17025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17026              Date: Sat, 1 Sep 2001 14:50:14 +0200
17027              Message-ID: <20010901145014.A691@rafael>
17028      Branch: perl
17029            ! t/op/inccode.t
17030 ____________________________________________________________________________
17031 [ 11809] By: sky                                   on 2001/09/01  11:49:22
17032         Log: Subject: PATCH: ExtUtils::MakeMaker
17033              From: Tony Bowden <tony@kasei.com>
17034              Date: Sat, 1 Sep 2001 10:33:53 +0100
17035              Message-ID: <20010901103353.A13863@soto.kasei.com>
17036              Manually applied
17037      Branch: perl
17038            ! lib/ExtUtils/MakeMaker.pm
17039 ____________________________________________________________________________
17040 [ 11808] By: sky                                   on 2001/09/01  11:39:13
17041         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
17042              From: mike808@users.sourceforge.net
17043              Date: Sat, 1 Sep 101 11:27:50 GMT
17044              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
17045              With little tweak
17046      Branch: perl
17047            ! lib/Term/Cap.pm
17048 ____________________________________________________________________________
17049 [ 11807] By: ams                                   on 2001/09/01  11:31:16
17050         Log: Subject: oct() and hex()
17051              From: Nicholas Clark <nick@ccl4.org>
17052              Date: Fri, 31 Aug 2001 23:14:13 +0100
17053              Message-Id: <20010831231413.J4950@plum.flirble.org>
17054      Branch: perl
17055            ! pod/perlclib.pod
17056 ____________________________________________________________________________
17057 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
17058         Log: Integrate change 11801 from maintperl
17059      Branch: maint-5.6/macperl
17060            ! perl.c
17061 ____________________________________________________________________________
17062 [ 11805] By: sky                                   on 2001/08/31  21:35:10
17063         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
17064              From: Michael G Schwern <schwern@pobox.com>
17065              Date: Fri, 31 Aug 2001 15:36:28 -0400
17066              Message-ID: <20010831153628.B598@blackrider>
17067              Check for things which used to segfault
17068      Branch: perl
17069            + t/run/segfault.t
17070 ____________________________________________________________________________
17071 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
17072         Log: integrate change#11801 from maint-5.6
17073              
17074              remove age-old UNICOS "workaround" that introduces a static, and
17075              hence an egregious race condition for threaded builds (*sigh*
17076              beats me why this kludge wasn't guarded by a UNICOS-specific
17077              #define *sigh*)
17078      Branch: perl
17079            ! perl.c
17080 ____________________________________________________________________________
17081 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
17082         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
17083              working in 5.7.x
17084      Branch: perl
17085            - objXSUB.h
17086            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
17087            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
17088            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
17089            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
17090            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
17091            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
17092            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
17093            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
17094            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
17095            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
17096            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
17097            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17098            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
17099            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
17100            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
17101            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
17102            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
17103            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
17104            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
17105            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
17106            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
17107            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
17108 ____________________________________________________________________________
17109 [ 11802] By: ams                                   on 2001/08/31  18:11:32
17110         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
17111              From: "Philip Newton" <Philip.Newton@gmx.net>
17112              Date: Fri, 31 Aug 2001 21:12:56 +0200
17113              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
17114      Branch: perl
17115            ! pod/perldiag.pod
17116 ____________________________________________________________________________
17117 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
17118         Log: remove age-old UNICOS "workaround" that introduces a static, and
17119              hence an egregious race condition for threaded builds (*sigh*
17120              beats me why this kludge wasn't guarded by a UNICOS-specific
17121              #define *sigh*)
17122      Branch: maint-5.6/perl
17123            ! perl.c
17124 ____________________________________________________________________________
17125 [ 11800] By: sky                                   on 2001/08/31  17:30:26
17126         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
17127              Might break on platforms where bool is larger than 8 bites ???
17128      Branch: perl
17129            ! regcomp.c
17130 ____________________________________________________________________________
17131 [ 11799] By: ams                                   on 2001/08/31  12:15:44
17132         Log: Integrate 11778 into mainline.
17133      Branch: perl
17134            ! t/base/term.t
17135 ____________________________________________________________________________
17136 [ 11798] By: sky                                   on 2001/08/31  11:31:44
17137         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
17138              supposed to happen.
17139      Branch: perl
17140            ! regcomp.c
17141 ____________________________________________________________________________
17142 [ 11797] By: sky                                   on 2001/08/31  11:28:17
17143         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
17144              From: "John P. Linderman" <jpl@research.att.com>
17145              Date: Fri, 31 Aug 2001 08:20:35 -0400
17146              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
17147              Fixes test 14 which could fail randomly in rare cases.
17148      Branch: perl
17149            ! ext/Time/HiRes/HiRes.t regcomp.c
17150 ____________________________________________________________________________
17151 [ 11796] By: ams                                   on 2001/08/31  01:13:07
17152         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
17153              From: Nicholas Clark <nick@ccl4.org>
17154              Date: Thu, 30 Aug 2001 23:21:50 +0100
17155              Message-Id: <20010830232150.D4950@plum.flirble.org>
17156      Branch: perl
17157            ! ext/Sys/Syslog/Makefile.PL
17158 ____________________________________________________________________________
17159 [ 11795] By: ams                                   on 2001/08/30  23:53:23
17160         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
17161              patching example
17162              From: Michael G Schwern <schwern@pobox.com>
17163              Date: Thu, 30 Aug 2001 17:02:08 -0400
17164              Message-Id: <20010830170208.M2318@blackrider>
17165      Branch: perl
17166            ! pod/perlhack.pod
17167 ____________________________________________________________________________
17168 [ 11794] By: ams                                   on 2001/08/30  19:35:36
17169         Log: Subject: [PATCH] pp_modulo
17170              From: Nicholas Clark <nick@ccl4.org>
17171              Date: Thu, 30 Aug 2001 18:20:54 +0100
17172              Message-Id: <20010830182053.A4950@plum.flirble.org>
17173      Branch: perl
17174            ! pp.c t/op/64bitint.t
17175 ____________________________________________________________________________
17176 [ 11793] By: sky                                   on 2001/08/30  13:02:48
17177         Log: 11792 wasn't complete
17178      Branch: perl
17179            ! makedef.pl regcomp.c
17180 ____________________________________________________________________________
17181 [ 11792] By: sky                                   on 2001/08/30  12:21:11
17182         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
17183      Branch: perl
17184            ! makedef.pl
17185 ____________________________________________________________________________
17186 [ 11791] By: sky                                   on 2001/08/30  10:08:02
17187         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
17188      Branch: perl
17189            ! config_h.SH
17190 ____________________________________________________________________________
17191 [ 11790] By: sky                                   on 2001/08/30  08:22:31
17192         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
17193              on the pad. Fixes coredumps in cleanups introduced by
17194              Change 11755  
17195      Branch: perl
17196            ! op.c perl.c sv.h
17197 ____________________________________________________________________________
17198 [ 11789] By: sky                                   on 2001/08/29  19:01:47
17199         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
17200              This is a replacement implmentation that works on HPUX.
17201              This bug should probably be fixed in GCC.
17202      Branch: perl
17203            ! ext/Socket/Socket.xs
17204 ____________________________________________________________________________
17205 [ 11788] By: ams                                   on 2001/08/29  17:35:33
17206         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
17207              From: Nicholas Clark <nick@ccl4.org>
17208              Date: Wed, 29 Aug 2001 18:21:56 +0100
17209              Message-Id: <20010829182156.O4950@plum.flirble.org>
17210      Branch: perl
17211            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
17212 ____________________________________________________________________________
17213 [ 11787] By: sky                                   on 2001/08/29  10:42:54
17214         Log: Added test for pack_addr_in and unpack_addr_in
17215              Nitpik in test 10
17216      Branch: perl
17217            ! ext/Socket/Socket.t
17218 ____________________________________________________________________________
17219 [ 11786] By: sky                                   on 2001/08/29  10:28:14
17220         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
17221              Trying to catch errors on HP-UX
17222      Branch: perl
17223            ! ext/Socket/Socket.t
17224 ____________________________________________________________________________
17225 [ 11785] By: sky                                   on 2001/08/29  09:07:03
17226         Log: make sure USE_THREADS is defined so external apps work
17227      Branch: perl
17228            ! config_h.SH
17229 ____________________________________________________________________________
17230 [ 11784] By: sky                                   on 2001/08/29  08:06:12
17231         Log: Subject: Re: The hitlist of untested modules.
17232              From: Jonathan Stowe <gellyfish@gellyfish.com>
17233              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
17234              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
17235              Start of tests for Shell.pm (make Schwern poorer!)
17236      Branch: perl
17237            + lib/Shell.t
17238            ! MANIFEST
17239 ____________________________________________________________________________
17240 [ 11783] By: sky                                   on 2001/08/29  07:37:50
17241         Log: END{} can change the return value even if we die from BEGIN{}
17242      Branch: perl
17243            ! miniperlmain.c
17244 ____________________________________________________________________________
17245 [ 11782] By: ams                                   on 2001/08/29  06:32:17
17246         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
17247              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17248              Date: Wed, 29 Aug 2001 09:18:17 +0200
17249              Message-Id: <20010829091817.A4453@rafael>
17250      Branch: perl
17251            ! t/op/inccode.t
17252 ____________________________________________________________________________
17253 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
17254         Log: Delete xsubpp.patch, as full copy exists now
17255      Branch: maint-5.6/macperl
17256            - macos/xsubpp.patch
17257 ____________________________________________________________________________
17258 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
17259         Log: Add Changes file
17260      Branch: maint-5.6/macperl
17261            + macos/Changes
17262 ____________________________________________________________________________
17263 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
17264         Log: Add Mac version of xsubpp as separate file
17265      Branch: maint-5.6/macperl
17266            + macos/xsubpp
17267            ! macos/Makefile.mk
17268 ____________________________________________________________________________
17269 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
17270         Log: Fix open of /dev/null for Mac OS
17271      Branch: maint-5.6/macperl
17272            ! t/base/term.t
17273 ____________________________________________________________________________
17274 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
17275         Log: Various patches: enable more tests; skip CVS in PerlInstall;
17276              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
17277      Branch: maint-5.6/macperl
17278            ! macos/MacPerlTests.cmd macos/PerlInstall
17279            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
17280 ____________________________________________________________________________
17281 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
17282         Log: Allow for platforms to override formatting of errors
17283              on output from Matthias Neeracher (Mac files)
17284      Branch: maint-5.6/macperl
17285            ! macos/macish.c macos/macish.h
17286 ____________________________________________________________________________
17287 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
17288         Log: Allow for platforms to override formatting of errors
17289              on output from Matthias Neeracher (core files)
17290      Branch: maint-5.6/macperl
17291            ! perl.h pp_ctl.c util.c
17292 ____________________________________________________________________________
17293 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
17294         Log: Add some param checking, from reports by Kevin Reid.
17295      Branch: maint-5.6/macperl
17296            ! macos/ext/Mac/Controls/Controls.pm
17297            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
17298 ____________________________________________________________________________
17299 [ 11773] By: ams                                   on 2001/08/28  23:54:57
17300         Log: Subject: [PATCH] make coretest
17301              From: Paul Johnson <paul@pjcj.net>
17302              Date: Wed, 29 Aug 2001 00:11:38 +0200
17303              Message-Id: <20010829001138.B12169@pjcj.net>
17304              (Applied without the change to perlhack.pod. This should
17305              probably stay undocumented.)
17306      Branch: perl
17307            ! Makefile.SH t/TEST
17308 ____________________________________________________________________________
17309 [ 11772] By: sky                                   on 2001/08/28  13:01:20
17310         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
17311              From: Michael G Schwern <schwern@pobox.com>
17312              Date: Tue, 28 Aug 2001 09:57:39 -0400
17313              Message-ID: <20010828095738.E17775@blackrider>
17314      Branch: perl
17315            ! pod/perlhack.pod t/op/pack.t
17316 ____________________________________________________________________________
17317 [ 11771] By: sky                                   on 2001/08/28  11:20:13
17318         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
17319              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17320              Date: Tue, 28 Aug 2001 14:23:43 +0200
17321              Message-ID: <20010828142343.A19299@rafael>
17322      Branch: perl
17323            ! pod/perlvar.pod pp_ctl.c
17324 ____________________________________________________________________________
17325 [ 11770] By: ams                                   on 2001/08/28  10:13:21
17326         Log: Subject: [PATCH] odd typo in op.h
17327              From: Nicholas Clark <nick@ccl4.org>
17328              Date: Tue, 28 Aug 2001 12:10:26 +0100
17329              Message-Id: <20010828121026.V4950@plum.flirble.org>
17330      Branch: perl
17331            ! op.h
17332 ____________________________________________________________________________
17333 [ 11769] By: sky                                   on 2001/08/28  08:09:16
17334         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
17335              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
17336              Date: Tue, 28 Aug 2001 02:22:20 +0300
17337              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
17338      Branch: perl
17339            ! ext/B/B/Lint.pm
17340 ____________________________________________________________________________
17341 [ 11768] By: ams                                   on 2001/08/28  00:47:35
17342         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
17343              From: Michael G Schwern <schwern@pobox.com>
17344              Date: Mon, 27 Aug 2001 21:24:44 -0400
17345              Message-Id: <20010827212444.F12582@blackrider>
17346      Branch: perl
17347            ! pod/perlhack.pod t/op/pack.t
17348 ____________________________________________________________________________
17349 [ 11767] By: ams                                   on 2001/08/27  23:59:48
17350         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
17351              From: Michael G Schwern <schwern@pobox.com>
17352              Date: Mon, 27 Aug 2001 20:12:29 -0400
17353              Message-Id: <20010827201229.D12582@blackrider>
17354      Branch: perl
17355            ! pod/perlhack.pod t/op/pack.t
17356 ____________________________________________________________________________
17357 [ 11766] By: ams                                   on 2001/08/27  23:39:40
17358         Log: Update Changes.
17359      Branch: perl
17360            ! Changes
17361 ____________________________________________________________________________
17362 [ 11765] By: ams                                   on 2001/08/27  22:53:10
17363         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
17364              From: Michael G Schwern <schwern@pobox.com>
17365              Date: Mon, 27 Aug 2001 19:47:30 -0400
17366              Message-Id: <20010827194730.C12582@blackrider>
17367      Branch: perl
17368            ! t/op/inccode.t
17369 ____________________________________________________________________________
17370 [ 11764] By: ams                                   on 2001/08/27  22:46:21
17371         Log: Subject: [PATCH] new tests for the coderef-in-@INC
17372              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17373              Date: Mon, 27 Aug 2001 22:36:27 +0200
17374              Message-Id: <20010827223627.C690@rafael>
17375              
17376              Subject: Re: [PATCH] new tests for the coderef-in-@INC
17377              From: Nicholas Clark <nick@ccl4.org>
17378              Date: Tue, 28 Aug 2001 00:02:46 +0100
17379              Message-Id: <20010828000245.R4950@plum.flirble.org>
17380      Branch: perl
17381            + t/op/inccode.t
17382            ! MANIFEST
17383 ____________________________________________________________________________
17384 [ 11763] By: ams                                   on 2001/08/27  22:41:09
17385         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
17386              bleadperl on fire, Win95+4NT)
17387              From: Michael G Schwern <schwern@pobox.com>
17388              Date: Mon, 27 Aug 2001 16:54:42 -0400
17389              Message-Id: <20010827165442.F9436@blackrider>
17390      Branch: perl
17391            ! lib/warnings.t
17392 ____________________________________________________________________________
17393 [ 11762] By: sky                                   on 2001/08/27  19:19:17
17394         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
17395              avaible at compile time. This broke the compilation of 
17396              Net/Ping.pm
17397      Branch: perl
17398            ! lib/Net/Ping.pm
17399 ____________________________________________________________________________
17400 [ 11761] By: sky                                   on 2001/08/27  18:34:48
17401         Log: Removed tripple definitions of CUSTOM_OP functions.
17402      Branch: perl
17403            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
17404 ____________________________________________________________________________
17405 [ 11760] By: sky                                   on 2001/08/27  18:21:27
17406         Log: Regen headers
17407      Branch: perl
17408            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
17409            ! perlapi.h proto.h
17410 ____________________________________________________________________________
17411 [ 11759] By: ams                                   on 2001/08/27  16:31:53
17412         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
17413              From: "chromatic" <chromatic@rmci.net>
17414              Date: Mon, 27 Aug 2001 11:17:09 -0600
17415              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
17416      Branch: perl
17417            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
17418 ____________________________________________________________________________
17419 [ 11758] By: sky                                   on 2001/08/27  15:16:42
17420         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
17421              Thanks to H. Merijn Brand for the patch.
17422              Some of the comments and or guards might be removable in perl.h now.
17423      Branch: perl
17424            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
17425            ! Porting/Glossary Porting/config_H README.threads config_h.SH
17426            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
17427            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
17428            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
17429            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
17430            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
17431            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
17432            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
17433            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
17434            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
17435            ! win32/config_H.vc win32/perllib.c win32/win32.h
17436            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
17437            ! wince/config.h wince/config_H.ce wince/win32.h
17438            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
17439 ____________________________________________________________________________
17440 [ 11757] By: sky                                   on 2001/08/27  13:39:16
17441         Log: Subject: GNU ld parses arguments different
17442              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17443              Date: Mon, 27 Aug 2001 16:25:51 +0200
17444              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
17445      Branch: perl
17446            ! hints/hpux.sh
17447 ____________________________________________________________________________
17448 [ 11756] By: sky                                   on 2001/08/27  13:18:45
17449         Log: Subject: Custom Ops
17450              From: Simon Cozens <simon@netthink.co.uk>
17451              Date: Sat, 25 Aug 2001 17:45:09 +0100
17452              Message-ID: <20010825174509.A5752@netthink.co.uk>
17453              I also added a fix to Opcode.pm to quite test cases.
17454      Branch: perl
17455            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
17456            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
17457 ____________________________________________________________________________
17458 [ 11755] By: sky                                   on 2001/08/27  05:37:17
17459         Log: Plugs a memory leak on destruction of regular expressions
17460              introcued by #11274.
17461              PL_regex_padav now has an AV as it's first entry with a list
17462              of freed regex_padav slots that it will reuse on creating
17463              new PMOPs.
17464      Branch: perl
17465            ! op.c perl.c
17466 ____________________________________________________________________________
17467 [ 11754] By: ams                                   on 2001/08/26  14:38:52
17468         Log: Subject: [PATCH] t/io/binmode.t
17469              From: Nicholas Clark <nick@ccl4.org>
17470              Date: Sun, 26 Aug 2001 12:03:05 +0100
17471              Message-Id: <20010826120305.C4950@plum.flirble.org>
17472              
17473              (Also a nitpick in #11752 to t/op/universal.t)
17474      Branch: perl
17475            ! t/io/binmode.t t/op/universal.t
17476 ____________________________________________________________________________
17477 [ 11753] By: ams                                   on 2001/08/26  08:19:34
17478         Log: Subject: [PATCH] op/universal.t failing
17479              From: Nicholas Clark <nick@ccl4.org>
17480              Date: Sun, 26 Aug 2001 09:48:22 +0100
17481              Message-Id: <20010826094822.B4950@plum.flirble.org>
17482      Branch: perl
17483            ! t/op/universal.t
17484 ____________________________________________________________________________
17485 [ 11752] By: ams                                   on 2001/08/25  22:46:13
17486         Log: Subject: Re: 'can' with undefined subs
17487              From: Tony Bowden <tony@kasei.com>
17488              Date: Sat, 25 Aug 2001 14:58:17 +0100
17489              Message-Id: <20010825145817.A11788@soto.kasei.com>
17490              (Applied with minor modifications.)
17491      Branch: perl
17492            ! t/op/universal.t
17493 ____________________________________________________________________________
17494 [ 11751] By: ams                                   on 2001/08/25  18:28:43
17495         Log: Subject: Re: 'can' with undefined subs
17496              From: Tony Bowden <tony@kasei.com>
17497              Date: Sat, 25 Aug 2001 15:13:14 +0100
17498              Message-Id: <20010825151314.B11788@soto.kasei.com>
17499      Branch: perl
17500            ! lib/UNIVERSAL.pm
17501 ____________________________________________________________________________
17502 [ 11750] By: nick                                  on 2001/08/25  15:24:15
17503         Log: Integrate mainline
17504      Branch: perlio
17505           +> t/io/binmode.t
17506           !> (integrate 26 files)
17507 ____________________________________________________________________________
17508 [ 11749] By: nick                                  on 2001/08/25  14:55:41
17509         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
17510              From:  John Peacock <jpeacock@rowman.com>
17511              Date:  Wed, 22 Aug 2001 12:05:28 -0400
17512              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
17513      Branch: perl
17514            ! pod/perlhack.pod
17515 ____________________________________________________________________________
17516 [ 11748] By: nick                                  on 2001/08/25  14:53:04
17517         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
17518              From:  Michael G Schwern <schwern@pobox.com>
17519              Date:  Wed, 22 Aug 2001 19:22:45 -0400
17520              Message-Id:  <20010822192245.U619@blackrider>
17521      Branch: perl
17522            ! MANIFEST
17523 ____________________________________________________________________________
17524 [ 11747] By: nick                                  on 2001/08/25  14:52:33
17525         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
17526              From:  Nicholas Clark <nick@ccl4.org>
17527              Date:  Wed, 22 Aug 2001 23:29:06 +0100
17528              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
17529      Branch: perl
17530            + t/io/binmode.t
17531            ! perlio.c pod/perlfunc.pod
17532 ____________________________________________________________________________
17533 [ 11744] By: nick                                  on 2001/08/25  14:37:33
17534         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
17535              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17536              Date:  Fri, 24 Aug 2001 22:10:42 +0200
17537              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
17538      Branch: perl
17539            ! x2p/a2py.c x2p/walk.c
17540 ____________________________________________________________________________
17541 [ 11743] By: nick                                  on 2001/08/25  14:32:47
17542         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
17543              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17544              Date:  Fri, 24 Aug 2001 23:34:13 +0200
17545              Message-Id:  <20010824233413.A1285@rafael>
17546      Branch: perl
17547            ! pod/perlfunc.pod pod/perlvar.pod
17548 ____________________________________________________________________________
17549 [ 11742] By: ams                                   on 2001/08/25  13:16:02
17550         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
17551              From: Nicholas Clark <nick@ccl4.org>
17552              Date: Sat, 25 Aug 2001 14:50:07 +0100
17553              Message-Id: <20010825145007.L41464@plum.flirble.org>
17554      Branch: perl
17555            ! pp_ctl.c
17556 ____________________________________________________________________________
17557 [ 11741] By: nick                                  on 2001/08/24  07:08:45
17558         Log: When applying patch via Porting/apply fails, do p4 refresh
17559              to get old files back.
17560      Branch: perl
17561            ! Porting/apply
17562 ____________________________________________________________________________
17563 [ 11740] By: ams                                   on 2001/08/24  04:47:24
17564         Log: #11739 was incomplete.
17565      Branch: perl
17566            ! pod/perldiag.pod
17567 ____________________________________________________________________________
17568 [ 11739] By: ams                                   on 2001/08/24  04:09:40
17569         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
17570              From: "Philip Newton" <Philip.Newton@gmx.net>
17571              Date: Fri, 24 Aug 2001 07:08:34 +0200
17572      Branch: perl
17573            ! pod/perldiag.pod
17574 ____________________________________________________________________________
17575 [ 11738] By: ams                                   on 2001/08/24  02:19:42
17576         Log: Fixed Doug Wilson's email address.
17577      Branch: perl
17578            ! AUTHORS
17579 ____________________________________________________________________________
17580 [ 11737] By: ams                                   on 2001/08/24  00:10:13
17581         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
17582              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17583              Date: Thu, 23 Aug 2001 22:22:58 +0200
17584              Message-Id: <20010823222258.A901@rafael>
17585      Branch: perl
17586            ! pod/perldiag.pod
17587 ____________________________________________________________________________
17588 [ 11736] By: ams                                   on 2001/08/24  00:05:02
17589         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
17590              From: "Craig A. Berry" <craigberry@mac.com>
17591              Date: Thu, 23 Aug 2001 19:07:45 -0500
17592              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
17593      Branch: perl
17594            ! configure.com
17595 ____________________________________________________________________________
17596 [ 11735] By: sky                                   on 2001/08/23  13:42:07
17597         Log: Backed out 11732, it breaks lib/strict.t 
17598      Branch: perl
17599            ! op.c
17600 ____________________________________________________________________________
17601 [ 11734] By: sky                                   on 2001/08/23  11:45:59
17602         Log: Removed toy from 17133 after Matt Sargeants request.
17603      Branch: perl
17604            ! pod/perlfaq4.pod
17605 ____________________________________________________________________________
17606 [ 11733] By: sky                                   on 2001/08/23  11:36:29
17607         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
17608              From: Robin Houston <robin@kitsite.com>
17609              Date: Wed, 22 Aug 2001 23:06:16 +0100
17610              Message-ID: <20010822230616.A254@robin.kitsite.com>
17611      Branch: perl
17612            ! pod/perlfaq4.pod
17613 ____________________________________________________________________________
17614 [ 11732] By: sky                                   on 2001/08/23  10:36:02
17615         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
17616              From: Simon Cozens <simon@netthink.co.uk>
17617              Date: Thu, 23 Aug 2001 12:06:36 +0100
17618              Message-ID: <20010823120636.A9961@netthink.co.uk>
17619      Branch: perl
17620            ! op.c
17621 ____________________________________________________________________________
17622 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
17623         Log: fix broken windows build
17624      Branch: perl
17625            ! perl.h
17626 ____________________________________________________________________________
17627 [ 11730] By: ams                                   on 2001/08/22  21:35:30
17628         Log: Subject: [PATCH] io/tell.t doesn't chdir t
17629              From: Nicholas Clark <nick@ccl4.org>
17630              Date: Wed, 22 Aug 2001 23:25:58 +0100
17631              Message-Id: <20010822232557.Y82818@plum.flirble.org>
17632      Branch: perl
17633            ! t/io/tell.t
17634 ____________________________________________________________________________
17635 [ 11729] By: ams                                   on 2001/08/22  20:32:21
17636         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
17637              questions)
17638              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17639              Date: Wed, 22 Aug 2001 17:09:04 -0400
17640              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
17641              (Oops, forgot File::Spec::Unix in the previous patch.)
17642      Branch: perl
17643            ! lib/File/Spec/Unix.pm
17644 ____________________________________________________________________________
17645 [ 11728] By: ams                                   on 2001/08/22  20:25:41
17646         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
17647              questions)
17648              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17649              Date: Wed, 22 Aug 2001 17:09:04 -0400
17650              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
17651      Branch: perl
17652            ! lib/File/Spec.pm
17653 ____________________________________________________________________________
17654 [ 11727] By: ams                                   on 2001/08/22  19:43:30
17655         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
17656              From: John Peacock <jpeacock@rowman.com>
17657              Date: Wed, 22 Aug 2001 12:35:52 -0400
17658              Message-Id: <3B83DF68.5D89DC81@rowman.com>
17659              (Adds proper tests for $], notwithstanding Subject. +nitpick)
17660      Branch: perl
17661            ! t/op/ver.t
17662 ____________________________________________________________________________
17663 [ 11726] By: ams                                   on 2001/08/22  19:36:39
17664         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
17665              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
17666              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
17667              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
17668      Branch: perl
17669            ! lib/diagnostics.pm lib/diagnostics.t
17670 ____________________________________________________________________________
17671 [ 11725] By: ams                                   on 2001/08/22  19:25:01
17672         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
17673              From: Nicholas Clark <nick@ccl4.org>
17674              Date: Wed, 22 Aug 2001 20:59:05 +0100
17675              Message-Id: <20010822205905.U82818@plum.flirble.org>
17676      Branch: perl
17677            ! pp.c t/op/64bitint.t t/op/arith.t
17678 ____________________________________________________________________________
17679 [ 11724] By: ams                                   on 2001/08/22  10:02:33
17680         Log: Subject: Configure blooper
17681              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17682              Date: Wed, 22 Aug 2001 12:38:35 +0200
17683              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
17684      Branch: perl
17685            ! Configure
17686 ____________________________________________________________________________
17687 [ 11723] By: ams                                   on 2001/08/21  16:17:53
17688         Log: Subject: [PATCH] installperl -help
17689              From: Nicholas Clark <nick@ccl4.org>
17690              Date: Tue, 21 Aug 2001 17:34:23 +0100
17691              Message-Id: <20010821173423.F82818@plum.flirble.org>
17692      Branch: perl
17693            ! installperl
17694 ____________________________________________________________________________
17695 [ 11722] By: ams                                   on 2001/08/20  07:46:31
17696         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
17697              From: Ilmari Karonen <iltzu@sci.fi>
17698              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
17699              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
17700      Branch: perl
17701            ! pod/perlvar.pod
17702 ____________________________________________________________________________
17703 [ 11721] By: nick                                  on 2001/08/20  06:24:31
17704         Log: Integrate mainline
17705      Branch: perlio
17706           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
17707           +> lib/Lingua/KO/Hangul/Util/Changes
17708           +> lib/Lingua/KO/Hangul/Util/README
17709           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
17710           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
17711           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
17712           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
17713           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
17714           +> lib/Unicode/Normalize/t/test.t
17715            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
17716           !> (integrate 55 files)
17717 ____________________________________________________________________________
17718 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
17719         Log: Integrate Change #11599 from maint-5.6/perl
17720      Branch: maint-5.6/macperl
17721           !> README.win32
17722 ____________________________________________________________________________
17723 [ 11719] By: ams                                   on 2001/08/18  21:21:42
17724         Log: Add Porting/apply to MANIFEST.
17725      Branch: perl
17726            ! MANIFEST
17727 ____________________________________________________________________________
17728 [ 11718] By: sky                                   on 2001/08/18  14:38:01
17729         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
17730              Better solution would be to make 5005threaded perl use
17731              the same system as ithreads do
17732      Branch: perl
17733            ! perl.h
17734 ____________________________________________________________________________
17735 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
17736         Log: New try for ID 20010407.006: detach the semantics
17737              "was the last match target UTF8" into its own variable.
17738      Branch: perl
17739            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
17740            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
17741 ____________________________________________________________________________
17742 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
17743         Log: UTF8 flag should be meaningful only when POK.
17744      Branch: perl
17745            ! dump.c
17746 ____________________________________________________________________________
17747 [ 11715] By: sky                                   on 2001/08/18  11:45:16
17748         Log: USE_THREADS and USE_ITHREADS are never true at the same time
17749      Branch: perl
17750            ! perl.h
17751 ____________________________________________________________________________
17752 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
17753         Log: Retract #11712 for now.  The real fix would probably
17754              be something like making PL_reg_sv a copy (PV + UTF8)
17755              of the matched/substituted string (note: not just a SvPOK
17756              string, for example the stringified form of a ROK would
17757              be applicable)  Beware of leaks.
17758      Branch: perl
17759            ! pp_hot.c t/op/pat.t
17760 ____________________________________________________________________________
17761 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
17762         Log: UTF8 wasn't printing for PVMGs.
17763      Branch: perl
17764            ! dump.c
17765 ____________________________________________________________________________
17766 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
17767         Log: (Retracted by #11714)
17768              
17769              Okay analysis, debatable fix.  (The fix will inc
17770              the refcount of all temporary match objects,
17771              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
17772              which will then cause griping at untie() time
17773              ("inner references remain").
17774              
17775              Fix for ID 20010407.006: PL_reg_sv got wiped out
17776              by freetemps if the match target was a temporary
17777              (like function_call() =~ /.../), which in turn meant
17778              that the $1 et al stopped working if they had UTF-8
17779              in them.  Therefore bump up the refcount of PL_reg_sv.
17780      Branch: perl
17781            ! pp_hot.c t/op/pat.t
17782 ____________________________________________________________________________
17783 [ 11711] By: ams                                   on 2001/08/17  20:32:08
17784         Log: Subject: [PATCH] doesn't compile, was perl@11710
17785              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17786              Date: Fri, 17 Aug 2001 23:21:10 +0200
17787              Message-Id: <20010817232110.C7041@rafael> 
17788      Branch: perl
17789            ! sharedsv.c
17790 ____________________________________________________________________________
17791 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
17792         Log: Update Changes.
17793      Branch: perl
17794            ! Changes patchlevel.h
17795 ____________________________________________________________________________
17796 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
17797         Log: Upgrade to libnet 1.0704.
17798      Branch: perl
17799            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
17800            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
17801            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
17802            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
17803            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
17804            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
17805            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
17806 ____________________________________________________________________________
17807 [ 11708] By: sky                                   on 2001/08/17  13:34:04
17808         Log: Let perl_clone copy PL_exit_flags
17809      Branch: perl
17810            ! sv.c
17811 ____________________________________________________________________________
17812 [ 11707] By: sky                                   on 2001/08/17  12:28:41
17813         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
17814      Branch: perl
17815            ! sharedsv.c sharedsv.h
17816 ____________________________________________________________________________
17817 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
17818         Log: The metaconfig unit change for #11705.
17819      Branch: metaconfig/U/perl
17820            ! Extensions.U
17821 ____________________________________________________________________________
17822 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
17823         Log: Allow the threads extension to be found if present.
17824      Branch: perl
17825            ! Configure
17826 ____________________________________________________________________________
17827 [ 11704] By: nick                                  on 2001/08/17  11:47:54
17828         Log: Mail -> change script (pre-alpha)
17829      Branch: perl
17830            + Porting/apply
17831 ____________________________________________________________________________
17832 [ 11703] By: sky                                   on 2001/08/17  07:11:24
17833         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
17834              Thanks to Tom Hospel for pointing out my error.
17835      Branch: perl
17836            ! op.h
17837 ____________________________________________________________________________
17838 [ 11702] By: sky                                   on 2001/08/17  04:18:11
17839         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.
17840      Branch: perl
17841            ! embed.pl miniperlmain.c perl.c perl.h proto.h
17842 ____________________________________________________________________________
17843 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
17844         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
17845              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
17846      Branch: perl
17847            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
17848            + lib/Lingua/KO/Hangul/Util/README
17849            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
17850            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
17851            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
17852            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
17853            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
17854            + lib/Unicode/Normalize/t/test.t
17855            ! MANIFEST
17856 ____________________________________________________________________________
17857 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
17858         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
17859              Date: Thu, 16 Aug 2001 22:46:15 -0500
17860              From: "Craig A. Berry" <craigberry@mac.com>
17861              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
17862      Branch: perl
17863            ! configure.com numeric.c
17864 ____________________________________________________________________________
17865 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
17866         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
17867              of the usual suspects (like getpwent) but not for others
17868              (like localtime and rand).  The _r versions are available
17869              for all of them, so let's use them.
17870      Branch: perl
17871            ! perl.h
17872 ____________________________________________________________________________
17873 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
17874         Log: (Accidental apply; thankfully empty.)
17875      Branch: perl
17876            ! hints/os390.sh
17877 ____________________________________________________________________________
17878 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
17879         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
17880              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17881              Date: Thu, 16 Aug 2001 16:27:49 +0100
17882              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
17883      Branch: perl
17884            ! regexec.c t/op/re_tests
17885 ____________________________________________________________________________
17886 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
17887         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
17888              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17889              Date: Thu, 16 Aug 2001 18:50:01 +0100
17890              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
17891      Branch: perl
17892            ! pp_hot.c t/op/pat.t
17893 ____________________________________________________________________________
17894 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
17895         Log: Subject: [PATCH] *time_r again
17896              From: "Arthur Bergman" <arthur@contiller.se>
17897              Date: Thu, 16 Aug 2001 16:01:54 +0200
17898              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
17899      Branch: perl
17900            ! op.h
17901 ____________________________________________________________________________
17902 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
17903         Log: system() and backtick error handling cleanup from Craig A. Berry.
17904      Branch: perl
17905            ! vms/vms.c
17906 ____________________________________________________________________________
17907 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
17908         Log: change#10334 leaks memory, copies string when it doesn't
17909              need to
17910      Branch: perl
17911            ! perl.c
17912 ____________________________________________________________________________
17913 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
17914         Log: One more twist to the sprintf + utf8 testing.
17915      Branch: perl
17916            ! t/op/misc.t
17917 ____________________________________________________________________________
17918 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
17919         Log: Fix for 20010407.008 sprintf removes utf8-ness.
17920      Branch: perl
17921            ! pp.c t/op/misc.t
17922 ____________________________________________________________________________
17923 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
17924         Log: Subject: [PATCH] *time_r fixes
17925              From: "Arthur Bergman" <arthur@contiller.se>
17926              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
17927              Date: Thu, 16 Aug 2001 14:22:27 +0200
17928      Branch: perl
17929            ! op.h
17930 ____________________________________________________________________________
17931 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
17932         Log: Upgrade to CGI.pm 2.77.
17933      Branch: perl
17934            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
17935            ! lib/CGI/t/function.t
17936 ____________________________________________________________________________
17937 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
17938         Log: Document the bytes-to-Unicode upgrading.
17939      Branch: perl
17940            ! pod/perlunicode.pod
17941 ____________________________________________________________________________
17942 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
17943         Log: Add a test for Unicode sprintf.
17944      Branch: perl
17945            ! t/op/misc.t
17946 ____________________________________________________________________________
17947 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
17948         Log: Add Unicode tests for index/rindex.
17949      Branch: perl
17950            ! t/op/index.t
17951 ____________________________________________________________________________
17952 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
17953         Log: Document a bit the art of minimizing the installation,
17954              based on the p5p discussion.
17955      Branch: perl
17956            ! INSTALL
17957 ____________________________________________________________________________
17958 [ 11684] By: nick                                  on 2001/08/15  15:03:31
17959         Log: Integrate mainline
17960      Branch: perlio
17961           +> sharedsv.c sharedsv.h
17962           !> (integrate 53 files)
17963 ____________________________________________________________________________
17964 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
17965         Log: Update Changes.
17966      Branch: perl
17967            ! Changes patchlevel.h
17968 ____________________________________________________________________________
17969 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
17970         Log: The #11673 necessitated a test tweak.
17971      Branch: perl
17972            ! t/io/utf8.t
17973 ____________________________________________________________________________
17974 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
17975         Log: Also UNICOS is in the general case unable to silently
17976              handle fp overflows.
17977      Branch: perl
17978            ! numeric.c
17979 ____________________________________________________________________________
17980 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
17981         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
17982              NV_EPSILON #defined.
17983      Branch: perl
17984            ! perl.h
17985 ____________________________________________________________________________
17986 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
17987         Log: Re-establish the fp overflow detection for VAX VMS; there
17988              is no easy way to have the IEEE fp silent overflow semantics.
17989              (in Alpha VMS we still will use IEEE fp by default-- but it
17990              is still possible to configure Perl to use G_FLOAT)
17991      Branch: perl
17992            ! numeric.c
17993 ____________________________________________________________________________
17994 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
17995         Log: Subject: [PATCH] pp_lock 
17996              From: "Arthur Bergman" <arthur@contiller.se>
17997              Date: Wed, 15 Aug 2001 11:52:16 +0200
17998              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
17999      Branch: perl
18000            ! pp.c
18001 ____________________________________________________________________________
18002 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
18003         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
18004              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18005              Date: Wed, 15 Aug 2001 11:32:11 +0100
18006              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
18007      Branch: perl
18008            ! regcomp.c t/op/re_tests
18009 ____________________________________________________________________________
18010 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
18011         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
18012              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18013              Date: Wed, 15 Aug 2001 10:33:49 +0100
18014              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
18015      Branch: perl
18016            ! regexec.c t/op/re_tests
18017 ____________________________________________________________________________
18018 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
18019         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
18020              From: Barrie Slaymaker <barries@slaysys.com>
18021              Date: Tue, 14 Aug 2001 14:32:25 -0400
18022              Message-ID: <20010814143225.A19822@jester.slaysys.com>
18023      Branch: perl
18024            ! lib/File/Spec.t lib/File/Spec/Unix.pm
18025 ____________________________________________________________________________
18026 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
18027         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
18028              From: Peter Prymmer <pvhp@forte.com>
18029              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
18030              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
18031      Branch: perl
18032            ! README.vms configure.com
18033 ____________________________________________________________________________
18034 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
18035         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
18036              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18037              Date: Tue, 14 Aug 2001 21:23:27 +0200
18038              Message-ID: <20010814212327.A1919@rafael>
18039      Branch: perl
18040            ! doio.c
18041 ____________________________________________________________________________
18042 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
18043         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
18044              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
18045              Date: Tue, 14 Aug 2001 22:30:11 +0200
18046              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
18047              
18048              Combination of nmake, quoting, and Perl expanded $( in here-doc.
18049      Branch: perl
18050            ! ext/SDBM_File/Makefile.PL
18051 ____________________________________________________________________________
18052 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
18053         Log: Todo updates.
18054      Branch: perl
18055            ! pod/perltodo.pod
18056 ____________________________________________________________________________
18057 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
18058         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
18059              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
18060              Date: Mon, 13 Aug 2001 23:15:01 +0200
18061              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
18062      Branch: perl
18063            ! sv.c
18064 ____________________________________________________________________________
18065 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
18066         Log: Subject: [PATCH] [b-]showlex.t
18067              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18068              Date: Sun, 12 Aug 2001 22:24:51 +0200
18069              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
18070              
18071              The 4nt command shell will expand the % in command line
18072              no matter what quoting is attempted, changed the % to @.
18073      Branch: perl
18074            ! ext/B/Showlex.t
18075 ____________________________________________________________________________
18076 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
18077         Log: Subject: [PATCH] magic.t
18078              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
18079              Date: Sun, 12 Aug 2001 20:49:27 +0200
18080              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
18081      Branch: perl
18082            ! t/op/magic.t
18083 ____________________________________________________________________________
18084 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
18085         Log: Add sharedsv* to the DOSish platforms; plus add
18086              some WinCE files to the list of DOSish files.
18087      Branch: perl
18088            ! NetWare/Makefile Porting/makerel win32/Makefile
18089            ! win32/makefile.mk wince/Makefile.ce
18090 ____________________________________________________________________________
18091 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
18092         Log: More DOSish files.
18093      Branch: perl
18094            ! Porting/makerel
18095 ____________________________________________________________________________
18096 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
18097         Log: Strip CRs from the WinCE files.  Now we need to
18098              figure out in which CRs are really needed: probably
18099              Makefile.ce and the README files, at least, probably
18100              also the registry.bat.
18101      Branch: perl
18102            ! wince/Makefile.ce wince/README.compile wince/README.perlce
18103            ! wince/config.h wince/include/cectype.h wince/include/errno.h
18104            ! wince/include/sys/stat.h wince/include/sys/types.h
18105            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
18106            ! wince/perldll.def wince/registry.bat wince/wince.h
18107            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
18108 ____________________________________________________________________________
18109 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
18110         Log: Add some files to DOSish and writables.
18111      Branch: perl
18112            ! Porting/makerel
18113 ____________________________________________________________________________
18114 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
18115         Log: Compile failure message tidying.
18116      Branch: perl
18117            ! t/lib/1_compile.t
18118 ____________________________________________________________________________
18119 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
18120         Log: The new sharedsv* should be exported only if usethreads.
18121      Branch: perl
18122            ! makedef.pl
18123 ____________________________________________________________________________
18124 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
18125         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
18126              From: Peter Prymmer <pvhp@forte.com>
18127              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
18128              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
18129      Branch: perl
18130            ! README.os390
18131 ____________________________________________________________________________
18132 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
18133         Log: Update Changes.
18134      Branch: perl
18135            ! Changes patchlevel.h
18136 ____________________________________________________________________________
18137 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
18138         Log: Subject: [PATHC] sharedsv.[c|h]
18139              From: "Artur Bergman" <artur@contiller.se>
18140              Date: Mon, 13 Aug 2001 14:38:41 +0200
18141              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
18142              
18143              Subject: [PATCH] embed.pl
18144              From: Arthur Bergman <arthur@contiller.se>
18145              Date: Mon, 13 Aug 2001 14:38:14 +0200
18146              Message-ID: <B79D96D6.3088%arthur@contiller.se>
18147              
18148              Subject: [PATCH] sharedsv cleanups
18149              From: "Arthur Bergman" <arthur@contiller.se>
18150              Date: Mon, 13 Aug 2001 15:14:25 +0200
18151              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
18152              
18153              Plus few tweaks: _init needs to be Adp, the prototypes
18154              should not be revealed unless using ithreads, #endif FOO
18155              must be #endif /* FOO */, adding (parentheses) around
18156              do { } while doesn't work too well.
18157      Branch: perl
18158            + sharedsv.c sharedsv.h
18159            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
18160            ! perl.h perlapi.c pod/perlapi.pod proto.h
18161 ____________________________________________________________________________
18162 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
18163         Log: Subject: Re: END {} blocks run in perl_run
18164              From: Arthur Bergman <arthur@contiller.se>
18165              Date: Mon, 13 Aug 2001 11:11:30 +0200
18166              Message-ID: <B79D6661.3068%arthur@contiller.se>
18167      Branch: perl
18168            ! perl.c
18169 ____________________________________________________________________________
18170 [ 11657] By: nick                                  on 2001/08/13  09:03:02
18171         Log: Integrate mainline
18172      Branch: perlio
18173           +> (branch 326 files)
18174            - (delete 330 files)
18175           !> (integrate 85 files)
18176 ____________________________________________________________________________
18177 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
18178         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
18179              and the Perl will be built to do that by default (adding that
18180              will break scripts having non-UTF-8 binary data, such as Latin-1.)
18181      Branch: perl
18182            ! op.c toke.c utf8.h
18183 ____________________________________________________________________________
18184 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
18185         Log: Unnecessary downgrades.
18186      Branch: perl
18187            ! doop.c
18188 ____________________________________________________________________________
18189 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
18190         Log: Failure not true anymore (probably caused by my broken setup).
18191      Branch: perl
18192            ! t/op/pat.t
18193 ____________________________________________________________________________
18194 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
18195         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
18196              stopped working).
18197      Branch: perl
18198            ! op.h pp_ctl.c regcomp.c
18199 ____________________________________________________________________________
18200 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
18201         Log: There is no IN_UTF8.
18202      Branch: perl
18203            ! utf8.h
18204 ____________________________________________________________________________
18205 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
18206         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
18207      Branch: perl
18208            ! op.c op.h pp_ctl.c regcomp.c
18209 ____________________________________________________________________________
18210 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
18211         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
18212              and a test tweak.
18213      Branch: perl
18214            ! op.c t/pod/find.t
18215 ____________________________________________________________________________
18216 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
18217         Log: Todo updates and fixes.
18218      Branch: perl
18219            ! pod/perltodo.pod
18220 ____________________________________________________________________________
18221 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
18222         Log: Mark tests (and one module) having explicit Latin-1
18223              (and one file having explicit UTF-8) with an explicit
18224              'no utf8' (and one explicit 'use utf8').
18225              
18226              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
18227      Branch: perl
18228            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
18229            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
18230            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
18231 ____________________________________________________________________________
18232 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
18233         Log: Subject: SV: END {} blocks run in perl_run
18234              From: "Arthur Bergman" <arthur@contiller.se>
18235              Date: Sun, 12 Aug 2001 00:34:28 +0200 
18236              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
18237      Branch: perl
18238            ! miniperlmain.c perl.c
18239 ____________________________________________________________________________
18240 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
18241         Log: Typos in #11645.
18242      Branch: perl
18243            ! perl.h
18244 ____________________________________________________________________________
18245 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
18246         Log: On ithreads default to use_reentrant except on naturally
18247              threadsafe platforms.
18248      Branch: perl
18249            ! perl.h
18250 ____________________________________________________________________________
18251 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
18252         Log: (Hopefully) a fix for 20010723.004: make install needs
18253              write permission in build directory.  The problem was
18254              probably caused by overeager sprinkling of the lib/re.pm
18255              dependencies (which was done to guarantee lib/re.pm being
18256              uptodate for parallel makes: now solved by funneling that
18257              through an explicit recursive make in the preplibrary target).
18258      Branch: perl
18259            ! Makefile.SH
18260 ____________________________________________________________________________
18261 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
18262         Log: Dispell the "use utf8" superstition.
18263      Branch: perl
18264            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
18265            ! pod/perlunicode.pod
18266 ____________________________________________________________________________
18267 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
18268         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
18269              From: "Abigail" <abigail@foad.org> 
18270              Date: Sat, 11 Aug 2001 23:49:49 +0200
18271              Message-ID: <20010811214950.23255.qmail@foad.org>
18272      Branch: perl
18273            ! t/op/taint.t
18274 ____________________________________________________________________________
18275 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
18276         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
18277              From: Abhijit Menon-Sen <ams@wiw.org>
18278              Date: Sat, 11 Aug 2001 06:18:19 +0530
18279              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
18280      Branch: perl
18281            ! mg.c
18282 ____________________________________________________________________________
18283 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
18284         Log: Test for change #11639.
18285      Branch: perl
18286            ! t/op/tiehandle.t
18287 ____________________________________________________________________________
18288 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
18289         Log: Subject: Re: Can't localize *FH, then tie it
18290              From: Abhijit Menon-Sen <ams@wiw.org>
18291              Date: Sun, 12 Aug 2001 16:08:06 +0530
18292              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
18293      Branch: perl
18294            ! pp_hot.c pp_sys.c
18295 ____________________________________________________________________________
18296 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
18297         Log: Drop all the unnecessary "use utf8" clauses and some of
18298              the unnecessary "use bytes" ones.
18299              
18300              TODO: scour the documentation for unnecessary "use utf8"
18301              and prominently display it in perldelta when the time comes.
18302              ("use utf8" should be necessary ONLY if one wants the script
18303              to be in UTF-8.)  Also should be checked in some non-ASCII
18304              non-Latin-1 platform, like EBCDIC.
18305      Branch: perl
18306            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
18307            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
18308 ____________________________________________________________________________
18309 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
18310         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
18311              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
18312              in Unicode handling.
18313      Branch: perl
18314            + t/op/lc.t
18315            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
18316 ____________________________________________________________________________
18317 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
18318         Log: Thinko: we want the flags for native cc, not gcc.
18319      Branch: perl
18320            ! hints/dec_osf.sh
18321 ____________________________________________________________________________
18322 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
18323         Log: (retracted by 13077)
18324              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
18325              From: Robin Houston <robin@kitsite.com>
18326              Date: Fri, 10 Aug 2001 14:42:02 +0100
18327              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
18328      Branch: perl
18329            ! pp.c
18330 ____________________________________________________________________________
18331 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
18332         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
18333              From: Abhijit Menon-Sen <ams@wiw.org>
18334              Date: Sat, 11 Aug 2001 16:31:04 +0530
18335              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
18336      Branch: perl
18337            ! op.c
18338 ____________________________________________________________________________
18339 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
18340         Log: Get rid of indread, from Abhijit Menon-Sen.
18341      Branch: perl
18342            ! pp_sys.c
18343 ____________________________________________________________________________
18344 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
18345         Log: CRLFgngngn.
18346      Branch: perl
18347            ! win32/Makefile win32/makefile.mk
18348 ____________________________________________________________________________
18349 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
18350         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
18351      Branch: perl
18352            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
18353            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
18354            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
18355            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
18356            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
18357            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
18358            ! win32/Makefile win32/makefile.mk
18359 ____________________________________________________________________________
18360 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
18361         Log: Avoid #elif (less portable than #else #if).
18362      Branch: perl
18363            ! handy.h
18364 ____________________________________________________________________________
18365 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
18366         Log: Subject: patch for perlvar.pod
18367              From: mah@everybody.org (Mark A. Hershberger)
18368              Date: 08 Aug 2001 17:03:16 -0500
18369              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
18370      Branch: perl
18371            ! pod/perlvar.pod
18372 ____________________________________________________________________________
18373 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
18374         Log: cpp commands must start (the # must be) at the column #0.
18375      Branch: perl
18376            ! op.c
18377 ____________________________________________________________________________
18378 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
18379         Log: If using gcc -B/foo/bar makedepend would give
18380              unnecessary warnings about unused -B/foo/bar.
18381      Branch: perl
18382            ! makedepend.SH
18383 ____________________________________________________________________________
18384 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
18385         Log: Update Changes.
18386      Branch: perl
18387            ! Changes patchlevel.h
18388 ____________________________________________________________________________
18389 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
18390         Log: s/z/tz/
18391      Branch: perl
18392            ! pod/perlfaq2.pod
18393 ____________________________________________________________________________
18394 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
18395         Log: Article nit.
18396      Branch: perl
18397            ! pod/perlfaq2.pod
18398 ____________________________________________________________________________
18399 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
18400         Log: Rename lib/unicode files to lib/unicore to avoid
18401              conflicts between core lib/unicode and Unicode::
18402              files in case-ignoring filesystems.
18403      Branch: perl
18404            + (add 325 files)
18405            - (delete 324 files)
18406            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
18407 ____________________________________________________________________________
18408 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
18409         Log: Upgrade to Math::BigInt 1.41.
18410      Branch: perl
18411            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
18412 ____________________________________________________________________________
18413 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
18414         Log: Subject: [PATCH] remove PL_na from typemap
18415              From: James <james@rf.net>
18416              Date: Mon, 06 Aug 2001 20:23:15 -0700
18417              Message-ID: <3B6F5F23.A31A81B1@rf.net>
18418              
18419              (had to be manually applied)
18420      Branch: perl
18421            ! lib/ExtUtils/typemap
18422 ____________________________________________________________________________
18423 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
18424         Log: The metaconfig unit changes for #11618.
18425      Branch: metaconfig/U/perl
18426            + d_fpclassl.U i_fp.U
18427 ____________________________________________________________________________
18428 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
18429         Log: Forgot this from #11618.
18430              
18431              NOTE: wince/config_H.ce needs updating.
18432      Branch: perl
18433            ! wince/config.ce
18434 ____________________________________________________________________________
18435 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
18436         Log: Introduce more floating point classifying APIs;
18437              try to define (most importantly) Perl_is{inf,nan}(x).
18438              
18439              For this first cut, assume none such APIs exist in non-UNIXoid
18440              platforms-- this is of course too unkind: Win32 rumoredly has
18441              _fpclass() and _isnan(), and VMS/VOS very probably have some
18442              of the APIs available.     The only thing Perl uses at the moment
18443              is Perl_isnan() (has been in use for a while now).
18444              
18445              NOTE: the Win32 and NetWare config_h.?c need regenerating.
18446      Branch: perl
18447            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
18448            ! Porting/config_H config_h.SH configure.com epoc/config.sh
18449            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
18450            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18451            ! vos/config.ga.h win32/config.bc win32/config.gc
18452            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18453            ! win32/config_H.vc wince/config.ce wince/config.h
18454 ____________________________________________________________________________
18455 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
18456         Log: Integrate change #11519 from perlio:
18457              
18458              Avoid testing for (non-)existance of "encoding(xxxx)"
18459              layer is called "encoding" the (xxxx) is an argument.
18460      Branch: perl
18461           !> lib/open.pm
18462 ____________________________________________________________________________
18463 [ 11616] By: nick                                  on 2001/08/09  07:50:24
18464         Log: Integrate mainline
18465      Branch: perlio
18466           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
18467           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
18468           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
18469           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
18470            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
18471            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
18472           !> (integrate 79 files)
18473 ____________________________________________________________________________
18474 [ 11615] By: nick                                  on 2001/08/09  06:23:44
18475         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
18476              layer is called "encoding" the (xxxx) is an argument.
18477      Branch: perlio
18478            ! lib/open.pm
18479 ____________________________________________________________________________
18480 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
18481         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
18482              From: Paul Johnson <paul@pjcj.net>
18483              Date: Wed, 8 Aug 2001 23:54:17 +0200
18484              Message-ID: <20010808235417.O1006@pjcj.net>
18485      Branch: perl
18486            ! ext/B/B/Concise.pm
18487 ____________________________________________________________________________
18488 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
18489         Log: Make VMS use IEEE math by default; reorder Tru64 hints
18490              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
18491              exception semantics) is always set if using (the new) cc.
18492      Branch: perl
18493            ! configure.com hints/dec_osf.sh
18494 ____________________________________________________________________________
18495 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
18496         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
18497              From: Abhijit Menon-Sen <ams@wiw.org>
18498              Date: Tue, 7 Aug 2001 17:16:05 +0530
18499              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
18500      Branch: perl
18501            ! pp_sys.c
18502 ____________________________________________________________________________
18503 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
18504         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
18505              From: "Craig A. Berry" <craigberry@mac.com>
18506              Date: Tue, 07 Aug 2001 22:27:47 -0500
18507              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
18508      Branch: perl
18509            ! t/run/exit.t
18510 ____________________________________________________________________________
18511 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
18512         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
18513              From: "Craig A. Berry" <craigberry@mac.com>
18514              Date: Tue, 07 Aug 2001 20:01:53 -0500
18515              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
18516      Branch: perl
18517            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
18518 ____________________________________________________________________________
18519 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
18520         Log: Update the magazine information.
18521      Branch: perl
18522            ! pod/perlfaq2.pod
18523 ____________________________________________________________________________
18524 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
18525         Log: Ignore SIGFPE everywhere.
18526      Branch: perl
18527            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
18528 ____________________________________________________________________________
18529 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
18530         Log: With permission, change the licensing of the docs by
18531              TomC (and Gnat) to comply with the rest of Perl.
18532      Branch: perl
18533            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18534            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18535            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18536            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
18537            ! pod/perltootc.pod
18538 ____________________________________________________________________________
18539 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
18540         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
18541              From: Andy Dougherty <doughera@lafayette.edu>
18542              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
18543              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
18544      Branch: perl
18545            ! hints/openbsd.sh
18546 ____________________________________________________________________________
18547 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
18548         Log: Subject: [PATCH] Makefile.SH test_prep dependency
18549              From: Andy Dougherty <doughera@lafayette.edu>
18550              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
18551              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
18552      Branch: perl
18553            ! Makefile.SH
18554 ____________________________________________________________________________
18555 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
18556         Log: Don't autogenerate the headers et alia,
18557              make regen_headers explicitly.
18558      Branch: perl
18559            ! Makefile.SH
18560 ____________________________________________________________________________
18561 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
18562         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
18563              From: Gurusamy Sarathy <gsar@ActiveState.com> 
18564              Date: Tue, 07 Aug 2001 08:33:26 -0700
18565              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
18566              
18567              Unnecessary dependency.
18568      Branch: perl
18569            ! embed.pl
18570 ____________________________________________________________________________
18571 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
18572         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
18573              From: Abhijit Menon-Sen <ams@wiw.org>
18574              Date: Tue, 7 Aug 2001 09:10:54 +0530
18575              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
18576      Branch: perl
18577            ! pp_hot.c
18578 ____________________________________________________________________________
18579 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
18580         Log: Subject: [PATCH perl@11597] B && BEGIN handling
18581              From: "James A. Duncan" <jduncan@fotango.com>
18582              Date: Mon, 6 Aug 2001 17:29:11 +0100
18583              Message-ID: <20010806172911.A2071@fotango.com>
18584              
18585              (the intrpvar.h addition moved to the end for bincompat)
18586      Branch: perl
18587            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
18588 ____________________________________________________________________________
18589 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
18590         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
18591      Branch: perl
18592           !> README.win32
18593 ____________________________________________________________________________
18594 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
18595         Log: fix URLs for fcrypt.c
18596      Branch: maint-5.6/perl
18597            ! README.win32
18598 ____________________________________________________________________________
18599 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
18600         Log: Yet another way to say Infinity: HP-UX calls its "++".
18601      Branch: perl
18602            ! lib/Math/BigInt/t/bigintpm.t
18603 ____________________________________________________________________________
18604 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
18605         Log: Update Changes.
18606      Branch: perl
18607            ! Changes patchlevel.h
18608 ____________________________________________________________________________
18609 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
18610         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
18611      Branch: perl
18612            ! pod/perlfaq5.pod
18613 ____________________________________________________________________________
18614 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
18615         Log: The #11593 wasn't right.
18616      Branch: perl
18617            ! lib/Math/BigInt/t/bigintpm.t
18618 ____________________________________________________________________________
18619 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
18620         Log: Subject: [PATCH: perl@11564] introducing perlivp
18621              From: Prymmer/Kahn <pvhp@best.com>
18622              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
18623              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
18624              
18625              Subject: Re: [PATCH: perl@11564] introducing perlivp
18626              From: Prymmer/Kahn <pvhp@best.com>
18627              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
18628              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
18629      Branch: perl
18630            + utils/perlivp.PL
18631            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
18632            ! win32/Makefile win32/makefile.mk
18633 ____________________________________________________________________________
18634 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
18635         Log: libcs are confused what to call Infinity.
18636      Branch: perl
18637            ! lib/Math/BigInt/t/bigintpm.t
18638 ____________________________________________________________________________
18639 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
18640         Log: Avoid SIGFPE in Tru64.
18641      Branch: perl
18642            ! numeric.c
18643 ____________________________________________________________________________
18644 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
18645         Log: Upgrade to Math::BigInt 1.40.
18646              
18647              NOTE: this patch necessitates doing something about
18648              infinity handling since the new bigintpm.t tests use
18649              infinity, which causes SIGFPEs at least in Tru64.
18650      Branch: perl
18651            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18652            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18653            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18654            ! lib/Math/BigInt/t/mbimbf.t
18655 ____________________________________________________________________________
18656 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
18657         Log: remove hardcoded cmd shell in testsuite
18658      Branch: perl
18659            ! t/op/glob.t t/op/magic.t t/op/stat.t
18660 ____________________________________________________________________________
18661 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
18662         Log: 4-arg select() was busted on windows because change#8178 didn't
18663              make it into mainline
18664      Branch: perl
18665            ! perl.h win32/include/sys/socket.h
18666 ____________________________________________________________________________
18667 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
18668         Log: Rename the Getopt::Long tests to be as they are
18669              in the Getopt::Long official distribution.
18670      Branch: perl
18671            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
18672            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
18673            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
18674            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
18675            ! MANIFEST
18676 ____________________________________________________________________________
18677 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
18678         Log: Upgrade to Getopt::Long 2.26.
18679      Branch: perl
18680            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
18681            ! MANIFEST lib/Getopt/Long.pm
18682 ____________________________________________________________________________
18683 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
18684         Log: Retract #10874 (the hack should be unnecessary by now)
18685      Branch: perl
18686            ! lib/Test/Harness.pm
18687 ____________________________________________________________________________
18688 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
18689         Log: avoid temp file littering in tests
18690      Branch: perl
18691            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
18692 ____________________________________________________________________________
18693 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
18694         Log: Subject: warning in sv.c: double format, NV arg
18695              From: "Philip Newton" <Philip.Newton@gmx.net>
18696              Date: Sun, 5 Aug 2001 19:41:07 +0200
18697              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
18698      Branch: perl
18699            ! sv.c
18700 ____________________________________________________________________________
18701 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
18702         Log: fix POSIX.t#13 for windos
18703      Branch: perl
18704            ! ext/POSIX/POSIX.t
18705 ____________________________________________________________________________
18706 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
18707         Log: Add a test for PerlIO::Via.
18708      Branch: perl
18709            + ext/PerlIO/t/via.t
18710            ! MANIFEST ext/PerlIO/Via/Via.pm
18711 ____________________________________________________________________________
18712 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
18713         Log: flock() and link() are not available on Windows 9x
18714      Branch: perl
18715            ! win32/config_sh.PL
18716 ____________________________________________________________________________
18717 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
18718         Log: Some Tru64 C compilers have C++ components that confuse
18719              the ccversion parsing.
18720      Branch: perl
18721            ! hints/dec_osf.sh
18722 ____________________________________________________________________________
18723 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
18724         Log: (Reintroduce #11125)
18725              
18726              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
18727              From: Alan Burlison <Alan.Burlison@sun.com> 
18728              Date: Tue, 03 Jul 2001 15:20:13 +0100   
18729              Message-ID: <3B41D49D.A923D4F9@sun.com> 
18730      Branch: perl
18731            ! lib/ExtUtils/MM_Unix.pm
18732 ____________________________________________________________________________
18733 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
18734         Log: Little pointer juggling for HP-UX cc to avoid
18735              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
18736              followed by
18737              "error 1549: Modifiable lvalue required for assignment operator."
18738      Branch: perl
18739            ! hv.c
18740 ____________________________________________________________________________
18741 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
18742         Log: Continuation of #11575: SANY_SEEN completely deprecated,
18743              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
18744              plus a fix for the bug.
18745      Branch: perl
18746            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
18747 ____________________________________________________________________________
18748 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
18749         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
18750              From: Doug MacEachern <dougm@covalent.net>
18751              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
18752              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
18753      Branch: perl
18754            ! sv.c
18755 ____________________________________________________________________________
18756 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
18757         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
18758              the new CANY is the \C.  The problem reported and the
18759              test case supplied in
18760              
18761              Subject: UTF-8 bugs in string length & single line regex matches
18762              From: "Daniel P. Berrange" <dan@berrange.com>
18763              Date: Fri, 3 Aug 2001 11:39:33 +0100
18764              Message-ID: <20010803113932.A19318@berrange.com>
18765      Branch: perl
18766            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
18767            ! t/op/pat.t
18768 ____________________________________________________________________________
18769 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
18770         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
18771              From: Doug MacEachern <dougm@covalent.net>
18772              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
18773              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
18774      Branch: perl
18775            ! perl.c regexec.c
18776 ____________________________________________________________________________
18777 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
18778         Log: The #11572 didn't up the test count.
18779      Branch: perl
18780            ! t/op/length.t
18781 ____________________________________________________________________________
18782 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
18783         Log: Subject: UTF-8 bugs in string length & single line regex matches
18784              From: "Daniel P. Berrange" <dan@berrange.com>
18785              Date: Fri, 3 Aug 2001 11:39:33 +0100         
18786              Message-ID: <20010803113932.A19318@berrange.com>
18787              
18788              (the mg_length() fix)
18789      Branch: perl
18790            ! mg.c t/op/length.t
18791 ____________________________________________________________________________
18792 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
18793         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18794              From: Abhijit Menon-Sen <ams@wiw.org>
18795              Date: Sat, 4 Aug 2001 16:56:35 +0530
18796              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
18797      Branch: perl
18798            ! hv.c
18799 ____________________________________________________________________________
18800 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
18801         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18802              From: Abhijit Menon-Sen <ams@wiw.org>
18803              Date: Sat, 4 Aug 2001 16:16:03 +0530
18804              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
18805      Branch: perl
18806            ! hv.c
18807 ____________________________________________________________________________
18808 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
18809         Log: Subject: Re: [patch] refcount re ops
18810              From: Abhijit Menon-Sen <ams@wiw.org>
18811              Date: Sat, 4 Aug 2001 08:54:55 +0530
18812              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
18813      Branch: perl
18814            ! sv.c
18815 ____________________________________________________________________________
18816 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
18817         Log: Subject: [patch] refcount re ops
18818              From: Doug MacEachern <dougm@covalent.net>
18819              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
18820              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
18821      Branch: perl
18822            ! regcomp.c sv.c
18823 ____________________________________________________________________________
18824 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
18825         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
18826              From: Doug MacEachern <dougm@covalent.net>
18827              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
18828              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
18829      Branch: perl
18830            ! perl.c regexec.c
18831 ____________________________________________________________________________
18832 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
18833         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
18834              From: "Craig A. Berry" <craigberry@mac.com> 
18835              Date: Fri, 03 Aug 2001 16:16:16 -0500
18836              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
18837      Branch: perl
18838            ! t/op/misc.t
18839 ____________________________________________________________________________
18840 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
18841         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
18842              From: John Kristian <jmk2001@engineer.com>
18843              Date: Fri, 03 Aug 2001 00:59:08 -0700
18844              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
18845      Branch: perl
18846            ! win32/win32.c
18847 ____________________________________________________________________________
18848 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
18849         Log: Update Changes.
18850      Branch: perl
18851            ! Changes patchlevel.h
18852 ____________________________________________________________________________
18853 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
18854         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
18855              From: "Craig A. Berry" <craigberry@mac.com>
18856              Date: Thu, 02 Aug 2001 23:15:24 -0500
18857              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
18858      Branch: perl
18859            ! ext/B/Stash.t
18860 ____________________________________________________________________________
18861 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
18862         Log: Subject: [patch] plug PL_cshname leak
18863              From: Doug MacEachern <dougm@covalent.net>
18864              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
18865              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
18866      Branch: perl
18867            ! sv.c
18868 ____________________________________________________________________________
18869 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
18870         Log: Subject: [patch] plug PL_sh_path leak
18871              From: Doug MacEachern <dougm@covalent.net>
18872              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
18873              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
18874      Branch: perl
18875            ! sv.c
18876 ____________________________________________________________________________
18877 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
18878         Log: Subject: [patch] plug PL_regex_padav leaks
18879              From: Doug MacEachern <dougm@covalent.net>
18880              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
18881              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
18882      Branch: perl
18883            ! op.c op.h perl.c
18884 ____________________________________________________________________________
18885 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
18886         Log: Subject: [patch] plug PL_origargv leak
18887              From: Doug MacEachern <dougm@covalent.net>
18888              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
18889              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
18890      Branch: perl
18891            ! perl.c
18892 ____________________________________________________________________________
18893 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
18894         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18895              From: Abhijit Menon-Sen <ams@wiw.org>
18896              Date: Fri, 3 Aug 2001 06:38:11 +0530
18897              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
18898      Branch: perl
18899            ! hv.c
18900 ____________________________________________________________________________
18901 [ 11557] By: nick                                  on 2001/08/03  08:17:38
18902         Log: Integrate mainline
18903      Branch: perlio
18904           +> (branch 47 files)
18905            - lib/Switch/test.pl
18906           !> (integrate 49 files)
18907 ____________________________________________________________________________
18908 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
18909         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
18910              From: "Craig A. Berry" <craigberry@mac.com>
18911              Date: Thu, 02 Aug 2001 12:56:19 -0500
18912              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
18913      Branch: perl
18914            ! ext/B/Showlex.t
18915 ____________________________________________________________________________
18916 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
18917         Log: Be more careful about non-existent files.
18918      Branch: perl
18919            ! lib/File/Copy.pm
18920 ____________________________________________________________________________
18921 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
18922         Log: Subject: [PATCH resend] deparse empty formats
18923              From: Robin Houston <robin@kitsite.com> 
18924              Date: Thu, 2 Aug 2001 14:32:36 +0100
18925              Message-ID: <20010802143236.A894@robin.kitsite.com>
18926      Branch: perl
18927            ! ext/B/B/Deparse.pm
18928 ____________________________________________________________________________
18929 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
18930         Log: Subject: [patch] ithreads + refto fix improvement
18931              From: Doug MacEachern <dougm@covalent.net>
18932              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
18933              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
18934      Branch: perl
18935            ! pp.c
18936 ____________________________________________________________________________
18937 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
18938         Log: Readability nit from Abhijit.
18939      Branch: perl
18940            ! op.c
18941 ____________________________________________________________________________
18942 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
18943         Log: setproctitle() API version nit from Anton Berezin.
18944      Branch: perl
18945            ! mg.c
18946 ____________________________________________________________________________
18947 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
18948         Log: Add PerlCE to the docs.
18949      Branch: perl
18950            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18951            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18952 ____________________________________________________________________________
18953 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
18954         Log: Integrate the PerlCE (WinCE Perl) port;
18955              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
18956      Branch: perl
18957            + README.ce wince/FindExt.pm wince/Makefile.ce
18958            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
18959            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
18960            + wince/bin/search.pl wince/config.ce wince/config.h
18961            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
18962            + wince/dl_win32.xs wince/include/arpa/inet.h
18963            + wince/include/cectype.h wince/include/errno.h
18964            + wince/include/netdb.h wince/include/sys/socket.h
18965            + wince/include/sys/stat.h wince/include/sys/types.h
18966            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
18967            + wince/perl.rc wince/perldll.def wince/perllib.c
18968            + wince/perlmain.c wince/registry.bat wince/runperl.c
18969            + wince/splittree.pl wince/win32.h wince/win32iop.h
18970            + wince/win32thread.c wince/win32thread.h wince/wince.c
18971            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
18972            + wince/xdistclean.ksh wince/xmakediffs.ksh
18973            ! MANIFEST perl.c perl.h perlio.c
18974 ____________________________________________________________________________
18975 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
18976         Log: setproctitle() made simpler.  (This assumes the string is
18977              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
18978              should be used.  Note len, not len + 1.)  BSD-fu from Anton
18979              Berezin.
18980      Branch: perl
18981            ! mg.c
18982 ____________________________________________________________________________
18983 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
18984         Log: Subject: [PATCH] -Wall cleanup: op.c
18985              From: Richard Soderberg <rs@oregonnet.com>
18986              Date: Thu, 2 Aug 2001 00:17:09 -0700
18987              Message-Id: <200108020717.AAA26895@oregonnet.com>
18988              
18989              Subject: [PATCH] -Wall cleanup: sv.c
18990              From: Richard Soderberg <rs@oregonnet.com>
18991              Date: Thu, 2 Aug 2001 00:49:21 -0700
18992              Message-Id: <200108020749.AAA27492@oregonnet.com>
18993      Branch: perl
18994            ! op.c sv.c
18995 ____________________________________________________________________________
18996 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
18997         Log: Update Changes.
18998      Branch: perl
18999            ! Changes patchlevel.h
19000 ____________________________________________________________________________
19001 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
19002         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
19003              From: Doug MacEachern <dougm@covalent.net>
19004              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
19005              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
19006      Branch: perl
19007            ! op.c
19008 ____________________________________________________________________________
19009 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
19010         Log: The #11541 didn't work under threads.
19011      Branch: perl
19012            ! op.c
19013 ____________________________________________________________________________
19014 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
19015         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
19016              From: Hugo <hv@crypt.compulink.co.uk>
19017              Date: Fri, 22 Jun 2001 01:19:08 +0100 
19018              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
19019              
19020              (Skip tests if accept() failed)
19021      Branch: perl
19022            ! ext/IO/lib/IO/t/io_unix.t
19023 ____________________________________________________________________________
19024 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
19025         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
19026              From: "Stian Seeberg" <sseeberg@nimsoft.no>
19027              Date: Mon, 30 Jul 2001 12:28:07 +0200
19028              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
19029      Branch: perl
19030            ! perl.h
19031 ____________________________________________________________________________
19032 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
19033         Log: Subject: Pluggable optimizer
19034              From: Simon Cozens <simon@netthink.co.uk>
19035              Date: Wed, 1 Aug 2001 13:57:02 -0700
19036              Message-ID: <20010801135702.I10442@netthink.co.uk>
19037      Branch: perl
19038            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
19039 ____________________________________________________________________________
19040 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
19041         Log: Subject: [ID 20010801.039] perlre.pod message typo
19042              From: Autrijus Tang <autrijus@geb.elixus.org>
19043              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
19044              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
19045      Branch: perl
19046            ! pod/perlre.pod
19047 ____________________________________________________________________________
19048 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
19049         Log: Test for change #11536.
19050      Branch: perl
19051            ! t/op/tiehandle.t
19052 ____________________________________________________________________________
19053 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
19054         Log: More test fixups for #11537.
19055      Branch: perl
19056            ! t/lib/warnings/4lint t/lib/warnings/9enabled
19057 ____________________________________________________________________________
19058 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
19059         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
19060              From: Doug MacEachern <dougm@covalent.net>
19061              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
19062              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
19063      Branch: perl
19064            ! op.c t/TestInit.pm
19065 ____________________________________________________________________________
19066 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
19067         Log: Subject: [patch] ithreads + refto bug
19068              From: Doug MacEachern <dougm@covalent.net>
19069              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
19070              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
19071              
19072              (Test in change #11539)
19073      Branch: perl
19074            ! pp.c
19075 ____________________________________________________________________________
19076 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
19077         Log: Subject: [PATCH: perl@11523] fixups for t/harness
19078              From: Prymmer/Kahn <pvhp@best.com>
19079              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
19080              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
19081      Branch: perl
19082            ! t/harness
19083 ____________________________________________________________________________
19084 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
19085         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
19086              From: Prymmer/Kahn <pvhp@best.com>
19087              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
19088              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
19089      Branch: perl
19090            ! win32/Makefile win32/makefile.mk
19091 ____________________________________________________________________________
19092 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
19093         Log: Need to know the number of tests.
19094      Branch: perl
19095            ! t/run/exit.t
19096 ____________________________________________________________________________
19097 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
19098         Log: Subject: Re: new exit tests on VMS
19099              From: "Craig A. Berry" <craigberry@mac.com>
19100              Date: Tue, 31 Jul 2001 12:19:29 -0500
19101              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
19102      Branch: perl
19103            ! t/run/exit.t
19104 ____________________________________________________________________________
19105 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
19106         Log: Retract #11530 (the dTHX is needed under threads)
19107      Branch: perl
19108            ! perlio.c
19109 ____________________________________________________________________________
19110 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
19111         Log: (Retracted by #11531)
19112      Branch: perl
19113            ! perlio.c
19114 ____________________________________________________________________________
19115 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
19116         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
19117              From: Richard Soderberg <rs@crystalflame.net>
19118              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
19119              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
19120      Branch: perl
19121            ! unixish.h
19122 ____________________________________________________________________________
19123 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
19124         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
19125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19126              Date: Tue, 31 Jul 2001 05:39:09 -0400
19127              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
19128              
19129              (with a note about the case of UV being equal to long long)
19130      Branch: perl
19131            ! utils/h2xs.PL
19132 ____________________________________________________________________________
19133 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
19134         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
19135              From: "Craig A. Berry" <craigberry@mac.com>
19136              Date: Tue, 31 Jul 2001 14:57:43 -0500
19137              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
19138      Branch: perl
19139            ! t/io/fs.t
19140 ____________________________________________________________________________
19141 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
19142         Log: Fix for
19143              
19144              Subject: [ID 20010116.001] File::Copy truncates orig file 
19145              From: arbor@al37al08.telecel.pt
19146              Date: Tue, 16 Jan 2001 11:43:02 GMT
19147              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
19148              
19149              (copy($foo, $foo) would truncate $foo)
19150      Branch: perl
19151            ! lib/File/Copy.pm lib/File/Copy.t
19152 ____________________________________________________________________________
19153 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
19154         Log: Metaconfig unit change for #11524.
19155      Branch: metaconfig/U/perl
19156            ! Extras.U
19157 ____________________________________________________________________________
19158 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
19159         Log: Multiple modules didn't work; plus typo fixes.
19160      Branch: perl
19161            ! Configure
19162 ____________________________________________________________________________
19163 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
19164         Log: Update Changes.
19165      Branch: perl
19166            ! Changes patchlevel.h
19167 ____________________________________________________________________________
19168 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
19169         Log: Regen perlapi.
19170      Branch: perl
19171            ! pod/perlapi.pod
19172 ____________________________________________________________________________
19173 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
19174         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
19175              From: Dave Mitchell <davem@fdgroup.co.uk>
19176              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
19177              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
19178      Branch: perl
19179            ! sv.c
19180 ____________________________________________________________________________
19181 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
19182         Log: Regen toc.
19183      Branch: perl
19184            ! pod/perltoc.pod
19185 ____________________________________________________________________________
19186 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
19187         Log: Regen Porting stuff.
19188      Branch: perl
19189            ! Porting/Glossary Porting/config.sh Porting/config_H
19190 ____________________________________________________________________________
19191 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
19192         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
19193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19194              Date: Tue, 31 Jul 2001 05:34:38 -0400
19195              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
19196      Branch: perl
19197            ! utils/h2xs.PL
19198 ____________________________________________________________________________
19199 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
19200         Log: Metaconfig unit change for #11516. 
19201      Branch: metaconfig/U/perl
19202            ! gccvers.U
19203 ____________________________________________________________________________
19204 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
19205         Log: Add -Wall in cflags, not in Configure.
19206              (This way -Wall affects only the core and the core XS,
19207              not user modules' XS.  Concern from Paul Marquess,
19208              implementation idea from Andy Dougherty.)
19209      Branch: perl
19210            ! Configure cflags.SH
19211 ____________________________________________________________________________
19212 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
19213         Log: Metaconfig unit changes for #11514.
19214      Branch: metaconfig
19215            + U/modified/sysman.U
19216            ! U/installdirs/man1dir.U
19217 ____________________________________________________________________________
19218 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
19219         Log: Subject: Configure's detection of system manual
19220              From: Sean Dague <sean@dague.net> 
19221              Date: Sun, 13 May 2001 15:53:15 -0400
19222              Message-ID: <20010513155315.A15833@underhill.dague.net>
19223      Branch: perl
19224            ! Configure
19225 ____________________________________________________________________________
19226 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
19227         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
19228              From: Autrijus Tang <autrijus@autrijus.org> 
19229              Date: Thu, 21 Jun 2001 23:56:48 +0800
19230              Message-Id: <20010621235648.A57340@not.autrijus.org>
19231      Branch: perl
19232            ! pod/perlobj.pod
19233 ____________________________________________________________________________
19234 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
19235         Log: Subject: Typo in DB_File.pm
19236              From: "Philip Newton" <Philip.Newton@gmx.net>
19237              Date: Tue, 31 Jul 2001 06:19:35 +0200
19238              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
19239      Branch: perl
19240            ! ext/DB_File/DB_File.pm
19241 ____________________________________________________________________________
19242 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
19243         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
19244              From: "Stephen P. Potter" <spp@spotter.yi.org>
19245              Date: Wed, 30 May 2001 13:59:34 -0400
19246              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
19247      Branch: perl
19248            ! pod/perlre.pod
19249 ____________________________________________________________________________
19250 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
19251         Log: eval "format foo=" would loop indefinitely; reported in
19252              
19253              Subject: A load of old rubbish
19254              From: Mike Guy <mjtg@cam.ac.uk>
19255              Date: Mon, 14 May 2001 16:12:22 +0100
19256              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
19257              
19258              (The core dumps reported in there already fixed.)
19259      Branch: perl
19260            ! toke.c
19261 ____________________________________________________________________________
19262 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
19263         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
19264      Branch: perl
19265            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
19266            + lib/Switch/t/switch_case.t
19267            - lib/Switch/test.pl
19268            ! MANIFEST lib/Switch.pm
19269 ____________________________________________________________________________
19270 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
19271         Log: Subject: [PATCH @11505] DB_File-1.78
19272              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19273              Date: Mon, 30 Jul 2001 22:54:37 +0100
19274              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
19275      Branch: perl
19276            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19277            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19278 ____________________________________________________________________________
19279 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
19280         Log: Explain in more detail why -pipe and -fno-common are good.
19281      Branch: perl
19282            ! hints/darwin.sh
19283 ____________________________________________________________________________
19284 [ 11506] By: nick                                  on 2001/07/30  14:32:23
19285         Log: Integrate mainline
19286      Branch: perlio
19287           !> INSTALL Makefile.SH doio.c hints/darwin.sh
19288 ____________________________________________________________________________
19289 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
19290         Log: Perl hasn't been putting man pages into $prefix/lib for
19291              a long time now; pointed out by Andy Dougherty. 
19292      Branch: perl
19293            ! hints/darwin.sh
19294 ____________________________________________________________________________
19295 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
19296         Log: Document the extras Configure option.
19297      Branch: perl
19298            ! INSTALL
19299 ____________________________________________________________________________
19300 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
19301         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
19302              everywhere.
19303      Branch: perl
19304           !> doio.c
19305 ____________________________________________________________________________
19306 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
19307         Log: Doubly guard against invoking CPAN if no extras defined,
19308              pointed out by H. Merijn Brand.
19309      Branch: perl
19310            ! Makefile.SH
19311 ____________________________________________________________________________
19312 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
19313         Log: Fix O_RDONLY check to check for O_RDONLY.
19314      Branch: maint-5.6/macperl
19315            ! doio.c
19316 ____________________________________________________________________________
19317 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
19318         Log: Integrate miscellaneous changes from maint-5.6/perl.
19319      Branch: maint-5.6/macperl
19320           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
19321 ____________________________________________________________________________
19322 [ 11499] By: nick                                  on 2001/07/30  06:52:42
19323         Log: Integrate mainline
19324      Branch: perlio
19325           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
19326           +> win32/sync_ext.pl
19327            - win32/sncfnmcs.pl
19328           !> (integrate 71 files)
19329 ____________________________________________________________________________
19330 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
19331         Log: Update Changes.
19332      Branch: perl
19333            ! Changes patchlevel.h
19334 ____________________________________________________________________________
19335 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
19336         Log: Now Configure -Dextras=Foo::Bar and "make install" will
19337              fetch and install Foo::Bar.
19338      Branch: perl
19339            ! Makefile.SH
19340 ____________________________________________________________________________
19341 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
19342         Log: Metaconfig unit change for #11495.
19343      Branch: metaconfig/U/perl
19344            ! Extras.U
19345 ____________________________________________________________________________
19346 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
19347         Log: extras.make, extras.test, and extras.install make targets.
19348      Branch: perl
19349            ! Configure Makefile.SH
19350 ____________________________________________________________________________
19351 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
19352         Log: Metaconfig unit change for #11493.
19353      Branch: metaconfig/U/perl
19354            ! Extras.U
19355 ____________________________________________________________________________
19356 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
19357         Log: Better to have the list of extras in $extras than 'define'.
19358      Branch: perl
19359            ! Configure
19360 ____________________________________________________________________________
19361 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
19362         Log: The metaconfig unit change for #11490.
19363      Branch: metaconfig/U/perl
19364            + Extras.U
19365 ____________________________________________________________________________
19366 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
19367         Log: Missed from #11490 (the required dependency).
19368      Branch: perl
19369            ! Makefile.SH
19370 ____________________________________________________________________________
19371 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
19372         Log: Add the support of asking for extra modules or bundles of modules
19373              to be fetched from the CPAN and installed as a part of the Perl
19374              build process.  None of this installation is yet really done;
19375              only the list is asked, and saved away in extras.lst for
19376              the build and installation process to worry about later.
19377      Branch: perl
19378            ! Configure
19379 ____________________________________________________________________________
19380 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
19381         Log: Beginnings of better Inf and NaN support.
19382              At least toke.c and sv.c still need quite a bit of work.
19383      Branch: perl
19384            ! numeric.c perl.h
19385 ____________________________________________________________________________
19386 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
19387         Log: Top-level Makefile didn't honour OPTIMIZE.
19388      Branch: perl
19389            ! Makefile.SH
19390 ____________________________________________________________________________
19391 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
19392         Log: Update Changes.
19393      Branch: perl
19394            ! Changes patchlevel.h
19395 ____________________________________________________________________________
19396 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
19397         Log: Use Search::Dict 1.02 interface for charinfo().
19398      Branch: perl
19399            ! lib/UnicodeCD.pm
19400 ____________________________________________________________________________
19401 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
19402         Log: Now also allow transforming the read lines before comparing them.
19403              (This will help UnicodeCD.) 
19404      Branch: perl
19405            ! lib/Search/Dict.pm
19406 ____________________________________________________________________________
19407 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
19408         Log: Remove tiehandle code.
19409      Branch: perl
19410            ! lib/UnicodeCD.pm
19411 ____________________________________________________________________________
19412 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
19413         Log: Allow specifying a comparison function for Search::Dict::look().
19414      Branch: perl
19415            ! lib/Search/Dict.pm
19416 ____________________________________________________________________________
19417 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
19418         Log: Small UnicodeCD tweaks.
19419      Branch: perl
19420            ! lib/UnicodeCD.pm lib/UnicodeCD.t
19421 ____________________________________________________________________________
19422 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
19423         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
19424              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19425              Date: Tue, 24 Jul 2001 01:51:32 +0900
19426              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
19427      Branch: perl
19428            ! lib/UnicodeCD.pm lib/UnicodeCD.t
19429 ____________________________________________________________________________
19430 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
19431         Log: Subject: [PATCH] installperl
19432              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
19433              Date: Fri, 27 Jul 2001 19:05:04 -0700
19434              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
19435      Branch: perl
19436            ! installperl
19437 ____________________________________________________________________________
19438 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
19439         Log: Subject: [PATCH] Set proper compatibility versions in core
19440              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
19441              Date: Fri, 27 Jul 2001 20:01:49 -0700
19442              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
19443      Branch: perl
19444            ! Makefile.SH
19445 ____________________________________________________________________________
19446 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
19447         Log: Metaconfig unit change for #11477.
19448      Branch: metaconfig/U/perl
19449            ! dlsrc.U
19450 ____________________________________________________________________________
19451 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
19452         Log: Subject: [PATCH] Darwin: -fpic not so good
19453              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
19454              Date: Fri, 27 Jul 2001 18:57:38 -0700
19455              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
19456      Branch: perl
19457            ! Configure
19458 ____________________________________________________________________________
19459 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
19460         Log: Subject: [PATCH] Clean up Darwin hints
19461              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
19462              Date: Fri, 27 Jul 2001 19:13:15 -0700
19463              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
19464      Branch: perl
19465            ! hints/darwin.sh
19466 ____________________________________________________________________________
19467 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
19468         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
19469              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
19470              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
19471              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
19472      Branch: perl
19473            ! pod/perlfunc.pod pp.c t/op/split.t
19474 ____________________________________________________________________________
19475 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
19476         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
19477              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
19478              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
19479              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
19480      Branch: perl
19481            ! pod/perlvar.pod
19482 ____________________________________________________________________________
19483 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
19484         Log: Subject: [PATCH] fixes to constant.pm documentation
19485              From: Ilmari Karonen <iltzu@sci.fi>
19486              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
19487              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
19488      Branch: perl
19489            ! lib/constant.pm
19490 ____________________________________________________________________________
19491 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
19492         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
19493              From: "Philip Newton" <Philip.Newton@gmx.net>
19494              Date: Fri, 27 Jul 2001 07:51:10 +0200
19495              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
19496      Branch: perl
19497            ! pod/perlport.pod
19498 ____________________________________________________________________________
19499 [ 11471] By: nick                                  on 2001/07/26  06:23:32
19500         Log: Subject:  [PATCH] Doc fix for perlguts / threading
19501              From:  Arthur Bergman <arthur@contiller.se>
19502              Date:  Wed, 25 Jul 2001 11:28:23 +0200
19503              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
19504      Branch: perl
19505            ! pod/perlguts.pod
19506 ____________________________________________________________________________
19507 [ 11470] By: nick                                  on 2001/07/26  06:21:06
19508         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
19509              From:  Philip Newton <Philip.Newton@gmx.net>
19510              Date:  Wed, 25 Jul 2001 08:19:47 +0200
19511              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
19512      Branch: perl
19513            ! INSTALL
19514 ____________________________________________________________________________
19515 [ 11469] By: nick                                  on 2001/07/26  06:20:25
19516         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
19517              From:  Philip Newton <Philip.Newton@gmx.net>
19518              Date:  Wed, 25 Jul 2001 08:12:48 +0200
19519              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
19520      Branch: perl
19521            ! INSTALL
19522 ____________________________________________________________________________
19523 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
19524         Log: More +x.
19525      Branch: perl
19526            ! Porting/makerel
19527 ____________________________________________________________________________
19528 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
19529         Log: Update Changes.
19530      Branch: perl
19531            ! Changes patchlevel.h
19532 ____________________________________________________________________________
19533 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
19534         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
19535              From: "Philip Newton" <Philip.Newton@gmx.net>
19536              Date: Tue, 24 Jul 2001 06:45:55 +0200
19537              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
19538      Branch: perl
19539            ! os2/perlrexx.c
19540 ____________________________________________________________________________
19541 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
19542         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
19543              From: Peter Prymmer <pvhp@forte.com>
19544              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
19545              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
19546      Branch: perl
19547            ! pod/perlport.pod t/io/fs.t vms/test.com
19548 ____________________________________________________________________________
19549 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
19550         Log: Workaround on Cwd bootstrap problem.
19551      Branch: perl
19552            ! lib/ExtUtils/MakeMaker.pm
19553 ____________________________________________________________________________
19554 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
19555         Log: When in Rome, quote like the Romans do.
19556      Branch: perl
19557            ! cflags.SH
19558 ____________________________________________________________________________
19559 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
19560         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
19561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19562              Date: Mon, 23 Jul 2001 19:29:49 -0400
19563              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
19564      Branch: perl
19565            + os2/perlrexx.c
19566            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
19567            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
19568            ! t/op/write.t
19569 ____________________________________________________________________________
19570 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
19571         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
19572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19573              Date: Mon, 23 Jul 2001 18:43:42 -0400
19574              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
19575      Branch: perl
19576            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19577 ____________________________________________________________________________
19578 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
19579         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
19580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19581              Date: Mon, 23 Jul 2001 18:33:16 -0400
19582              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
19583      Branch: perl
19584            ! lib/ExtUtils/MakeMaker.pm
19585 ____________________________________________________________________________
19586 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
19587         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
19588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19589              Date: Mon, 23 Jul 2001 18:20:35 -0400
19590              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
19591      Branch: perl
19592            ! Makefile.SH cflags.SH
19593 ____________________________________________________________________________
19594 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
19595         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
19596              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
19597              Date: Mon, 23 Jul 2001 11:32:17 -0500
19598              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
19599      Branch: perl
19600            ! lib/ExtUtils/MakeMaker.pm
19601 ____________________________________________________________________________
19602 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
19603         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
19604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19605              Date: Mon, 23 Jul 2001 18:13:20 -0400
19606              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
19607      Branch: perl
19608            ! lib/perl5db.pl
19609 ____________________________________________________________________________
19610 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
19611         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
19612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19613              Date: Mon, 23 Jul 2001 18:07:40 -0400
19614              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
19615      Branch: perl
19616            ! op.c
19617 ____________________________________________________________________________
19618 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
19619         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
19620              From: "Craig A. Berry" <craigberry@mac.com>
19621              Date: Mon, 23 Jul 2001 15:35:06 -0500
19622              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
19623      Branch: perl
19624            ! util.c
19625 ____________________________________________________________________________
19626 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
19627         Log: Subject: [PATCH perlfaq9.pod typo]
19628              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
19629              Date: Mon, 23 Jul 2001 07:49:05 -0700
19630              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
19631      Branch: perl
19632            ! pod/perlfaq9.pod
19633 ____________________________________________________________________________
19634 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
19635         Log: Subject: win32\sncfnmcs.pl corrections
19636              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19637              Date: Mon, 23 Jul 2001 12:56:54 +0200
19638              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
19639              
19640              Rename the script a little bit more sensibly.
19641      Branch: perl
19642            + win32/sync_ext.pl
19643            - win32/sncfnmcs.pl
19644            ! MANIFEST README.win32
19645 ____________________________________________________________________________
19646 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
19647         Log: Test tweak.
19648      Branch: perl
19649            ! ext/B/Deparse.t
19650 ____________________________________________________________________________
19651 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
19652         Log: Metaconfig unit tweak for #11450.
19653      Branch: metaconfig/U/perl
19654            ! Mksymlinks.U
19655 ____________________________________________________________________________
19656 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
19657         Log: Too volatile failsafe check.
19658      Branch: perl
19659            ! Configure
19660 ____________________________________________________________________________
19661 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
19662         Log: Further doc tweaks.
19663      Branch: perl
19664            ! lib/UnicodeCD.pm
19665 ____________________________________________________________________________
19666 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
19667         Log: Doc tweaks.
19668      Branch: perl
19669            ! lib/UnicodeCD.pm
19670 ____________________________________________________________________________
19671 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
19672         Log: Doc tweakery from Abhijit.
19673      Branch: perl
19674            ! Porting/repository.pod
19675 ____________________________________________________________________________
19676 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
19677         Log: An accidental empty line.
19678      Branch: perl
19679            ! MANIFEST
19680 ____________________________________________________________________________
19681 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
19682         Log: Missing MANIFESTations.
19683      Branch: perl
19684            ! MANIFEST
19685 ____________________________________________________________________________
19686 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
19687         Log: Update Changes.
19688      Branch: perl
19689            ! Changes patchlevel.h
19690 ____________________________________________________________________________
19691 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
19692         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
19693              From: Mike Guy <mjtg@cam.ac.uk>
19694              Date: Fri, 20 Jul 2001 16:12:49 +0100
19695              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
19696      Branch: perl
19697            ! Porting/pumpkin.pod
19698 ____________________________________________________________________________
19699 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
19700         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19701              From: Peter Prymmer <pvhp@forte.com>
19702              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
19703              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
19704      Branch: perl
19705            ! pod/perlhack.pod
19706 ____________________________________________________________________________
19707 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
19708         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
19709              From: Michael G Schwern <schwern@pobox.com>
19710              Date: Fri, 20 Jul 2001 20:22:35 -0400
19711              Message-ID: <20010720202235.O4498@blackrider>
19712      Branch: perl
19713            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
19714            ! lib/Test/t/todo.t
19715 ____________________________________________________________________________
19716 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
19717         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
19718              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19719              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
19720              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
19721      Branch: perl
19722            ! ext/POSIX/POSIX.pod
19723 ____________________________________________________________________________
19724 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
19725         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
19726              From: Mark-Jason Dominus <mjd@plover.com>
19727              Date: Fri, 20 Jul 2001 23:16:54 -0400
19728              Message-ID: <20010721031654.21877.qmail@plover.com>
19729      Branch: perl
19730            ! ext/POSIX/POSIX.pod
19731 ____________________________________________________________________________
19732 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
19733         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
19734              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19735              Date: Sun, 22 Jul 2001 14:56:09 +0200
19736              Message-ID: <20010722145609.A766@rafael>
19737      Branch: perl
19738            ! ext/B/O.pm
19739 ____________________________________________________________________________
19740 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
19741         Log: Subject: regexec.c #define cleanup
19742              From: Mark-Jason Dominus <mjd@plover.com>
19743              Date: Sat, 21 Jul 2001 18:33:25 -0400
19744              Message-ID: <20010721223325.3069.qmail@plover.com>
19745      Branch: perl
19746            ! regexec.c
19747 ____________________________________________________________________________
19748 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
19749         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
19750              From: Prymmer/Kahn <pvhp@best.com>
19751              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
19752              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
19753      Branch: perl
19754            ! t/io/fs.t
19755 ____________________________________________________________________________
19756 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
19757         Log: Typo in #11432.
19758      Branch: perl
19759            ! ext/POSIX/POSIX.t
19760 ____________________________________________________________________________
19761 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
19762         Log: Integrate (manually) change #11424 from macperl.
19763      Branch: perl
19764            ! ext/Filter/t/call.t
19765 ____________________________________________________________________________
19766 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
19767         Log: Integrate change #11408 from macperl.
19768      Branch: perl
19769           !> README.macos pod/perlport.pod
19770 ____________________________________________________________________________
19771 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
19772         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
19773      Branch: perl
19774           +> macos/MacPerlTests.cmd macos/xsubpp.patch
19775            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19776            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
19777            ! ext/POSIX/POSIX.t
19778 ____________________________________________________________________________
19779 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
19780         Log: pod/*.t tests not picked up by t/TEST either
19781      Branch: maint-5.6/perl
19782            ! t/TEST
19783 ____________________________________________________________________________
19784 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
19785         Log: better tweak for change#11429 (windows has both / and \ separated
19786              paths in @INC at that point)
19787      Branch: maint-5.6/perl
19788            ! t/pod/testp2pt.pl
19789 ____________________________________________________________________________
19790 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
19791         Log: MacOS pod test tweak needs \Escape
19792      Branch: maint-5.6/perl
19793            ! t/pod/testp2pt.pl
19794 ____________________________________________________________________________
19795 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
19796         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
19797              resulting duplicate output, but t/harness isn't)
19798      Branch: maint-5.6/perl
19799            ! t/run/runenv.t
19800 ____________________________________________________________________________
19801 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
19802         Log: t/harness wasn't picking up all the tests
19803      Branch: maint-5.6/perl
19804            ! t/harness
19805 ____________________________________________________________________________
19806 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
19807         Log: update MANIFEST for new file
19808      Branch: maint-5.6/perl
19809            ! MANIFEST
19810 ____________________________________________________________________________
19811 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
19812         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
19813              the exception of the macperl/macos/... tree
19814      Branch: maint-5.6/perl
19815           +> t/lib/filefind-taint.t
19816           !> (integrate 72 files)
19817 ____________________________________________________________________________
19818 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
19819         Log: Fix test.
19820      Branch: maint-5.6/macperl
19821            ! macos/bundled_ext/Filter/t/call.t
19822 ____________________________________________________________________________
19823 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
19824         Log: Make perl fork()-safe (in a slightly limited way) even on
19825              platforms that don't have pthread_atfork() (extension of
19826              the fix in change#11151).
19827              
19828              Note that this will not help extensions that call fork()
19829              directly in C, or that link to libraries that call fork()
19830              directly.  Such cases must be fixed to either call
19831              PerlProc_fork(), or call atfork_lock() in parent before the
19832              calling the function that forks and call atfork_unlock()
19833              in both parent and child immediately after the fork().
19834              (There are no worries if C code calls exec() in the child
19835              immediately after a fork().  Only cases where the child
19836              calls perl's API functions (including New()) after the
19837              fork() are problematic.)
19838              
19839              This change also eliminates the use of vfork() from perl,
19840              since all such uses were violating the severe restrictions
19841              on modifying the state of the process between the vfork()
19842              and the exec().
19843              
19844              This is a modified version of patches suggested by Abhijit
19845              Menon-Sen and Richard Soderberg.
19846      Branch: perl
19847            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
19848            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
19849 ____________________________________________________________________________
19850 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
19851         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
19852              Switch, and Text::Balanced.
19853      Branch: maint-5.6/macperl
19854            + macos/bundled_ext/Filter/Util/Call/Call.pm
19855            + macos/bundled_ext/Filter/Util/Call/Call.xs
19856            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
19857            + macos/bundled_ext/Filter/t/MyFilter.pm
19858            + macos/bundled_ext/Filter/t/call.t
19859            + macos/bundled_ext/Filter/t/filter-util.pl
19860            + macos/bundled_lib/blib/lib/Class/ISA.pm
19861            + macos/bundled_lib/blib/lib/Digest.pm
19862            + macos/bundled_lib/blib/lib/Filter/Simple.pm
19863            + macos/bundled_lib/blib/lib/Switch.pm
19864            + macos/bundled_lib/blib/lib/Text/Balanced.pm
19865            + macos/bundled_lib/blib/lib/Text/Balanced.pod
19866            + macos/bundled_lib/t/Class/ISA/test.pl
19867            + macos/bundled_lib/t/Digest/Digest.t
19868            + macos/bundled_lib/t/Filter/Simple/test.pl
19869            + macos/bundled_lib/t/Switch/test.pl
19870            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
19871            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
19872            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
19873            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
19874            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
19875            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
19876            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
19877            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
19878 ____________________________________________________________________________
19879 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
19880         Log: Add Filter::Util::Call to config/make files; edit utils
19881              to recognize the module (it was descended too far down).
19882              Bump version to 5.6.1a4.
19883      Branch: maint-5.6/macperl
19884            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
19885            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
19886            ! macos/macperl/Makefile.mk macos/xsubpp.patch
19887 ____________________________________________________________________________
19888 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
19889         Log: Make DB_File the default for MLDBM on MacOS.
19890      Branch: maint-5.6/macperl
19891            ! macos/bundled_lib/blib/lib/MLDBM.pm
19892 ____________________________________________________________________________
19893 [ 11419] By: nick                                  on 2001/07/20  14:51:03
19894         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
19895              From:  Simon Cozens <simon@netthink.co.uk>
19896              Date:  Fri, 20 Jul 2001 11:42:35 -0400
19897              Message-Id:  <20010720114235.A5235@netthink.co.uk>
19898      Branch: perl
19899            ! lib/UnicodeCD.pm
19900 ____________________________________________________________________________
19901 [ 11418] By: nick                                  on 2001/07/20  14:48:12
19902         Log: Subject:  [PATCH regcomp.h] adds a comment
19903              From:  Abhijit Menon-Sen <ams@wiw.org>
19904              Date:  Fri, 20 Jul 2001 21:05:37 +0530
19905              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
19906      Branch: perl
19907            ! regcomp.h
19908 ____________________________________________________________________________
19909 [ 11417] By: nick                                  on 2001/07/20  14:16:38
19910         Log: Subject:  [PATCH 5.7.2] INSTALL updates
19911              From:  Andy Dougherty <doughera@lafayette.edu>
19912              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
19913              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
19914      Branch: perl
19915            ! INSTALL
19916 ____________________________________________________________________________
19917 [ 11416] By: nick                                  on 2001/07/20  06:44:44
19918         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19919              From:  Russ Allbery <rra@stanford.edu>
19920              Date:  19 Jul 2001 15:52:37 -0700
19921              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
19922      Branch: perl
19923            ! lib/Pod/Man.pm
19924 ____________________________________________________________________________
19925 [ 11415] By: nick                                  on 2001/07/20  06:35:11
19926         Log: Subject:  [PATCH] defer op_seq allocation
19927              From:  Abhijit Menon-Sen <ams@wiw.org>
19928              Date:  Thu, 19 Jul 2001 22:12:24 +0530
19929              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
19930      Branch: perl
19931            ! op.c
19932 ____________________________________________________________________________
19933 [ 11414] By: nick                                  on 2001/07/20  06:23:36
19934         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
19935              From:  Abhijit Menon-Sen <ams@wiw.org>
19936              Date:  Fri, 20 Jul 2001 01:18:50 +0530
19937              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
19938              (Private e-mail)
19939      Branch: perl
19940            ! ext/Time/HiRes/HiRes.xs
19941 ____________________________________________________________________________
19942 [ 11413] By: nick                                  on 2001/07/20  06:18:53
19943         Log: Integrate mainline
19944      Branch: perlio
19945           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
19946            - t/base/commonsense.t
19947           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
19948           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
19949           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
19950           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
19951           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
19952           !> win32/win32.c
19953 ____________________________________________________________________________
19954 [ 11412] By: nick                                  on 2001/07/19  06:44:27
19955         Log: Integrate win32/perlhost.h from maintenance branch.
19956              (Rest of $ENV{PATH} / system() fix.)
19957      Branch: perl
19958           !> win32/perlhost.h
19959 ____________________________________________________________________________
19960 [ 11411] By: nick                                  on 2001/07/19  06:41:34
19961         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
19962              From:  Philip Newton <Philip.Newton@gmx.net>
19963              Date:  Wed, 18 Jul 2001 21:43:57 +0200
19964              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
19965      Branch: perl
19966            ! pod/perlhack.pod
19967 ____________________________________________________________________________
19968 [ 11410] By: nick                                  on 2001/07/19  06:39:35
19969         Log: Subject:  Security hole in taint checking in open()
19970              From:  deekoo@tentacle.net
19971              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
19972              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
19973      Branch: perl
19974            ! doio.c
19975 ____________________________________________________________________________
19976 [ 11409] By: nick                                  on 2001/07/19  06:28:08
19977         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
19978              From:  Abhijit Menon-Sen <ams@wiw.org>
19979              Date:  Thu, 19 Jul 2001 04:30:43 +0530
19980              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
19981      Branch: perl
19982            ! ext/Time/HiRes/HiRes.xs
19983 ____________________________________________________________________________
19984 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
19985         Log: Update docs with latest implementation information and new URLs.
19986      Branch: maint-5.6/macperl
19987            ! README.macos pod/perlport.pod
19988 ____________________________________________________________________________
19989 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
19990         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
19991              Fix BuildRules to accept optimization variables.
19992      Branch: maint-5.6/macperl
19993            + macos/bundled_ext/Digest/MD5/Makefile.mk
19994            ! macos/BuildRules.mk macos/Makefile.mk
19995            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
19996            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
19997 ____________________________________________________________________________
19998 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
19999         Log: Integrate changes 11399,11401
20000      Branch: maint-5.6/macperl
20001           !> win32/perlhost.h win32/win32.c
20002 ____________________________________________________________________________
20003 [ 11405] By: nick                                  on 2001/07/18  06:50:33
20004         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
20005              from perl5.6*
20006      Branch: perl
20007           !> win32/perlhost.h win32/win32.c
20008 ____________________________________________________________________________
20009 [ 11404] By: nick                                  on 2001/07/18  06:43:59
20010         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
20011              From:  hv@crypt0.demon.co.uk
20012              Date:  Wed, 18 Jul 2001 05:58:46 +0100
20013              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
20014      Branch: perl
20015            ! ext/POSIX/POSIX.t
20016 ____________________________________________________________________________
20017 [ 11403] By: nick                                  on 2001/07/18  06:38:57
20018         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
20019              From:  hv@crypt0.demon.co.uk
20020              Date:  Wed, 18 Jul 2001 05:21:54 +0100
20021              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
20022      Branch: perl
20023            ! numeric.c t/op/arith.t
20024 ____________________________________________________________________________
20025 [ 11402] By: nick                                  on 2001/07/18  06:19:17
20026         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
20027              From:  mjd@plover.com
20028              Date:  17 Jul 2001 17:59:20 -0000
20029              Message-Id:  <20010717175920.8177.qmail@plover.com>
20030      Branch: perl
20031            ! pod/perlre.pod
20032 ____________________________________________________________________________
20033 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
20034         Log: thinko in change#11400 (duh)
20035      Branch: maint-5.6/perl
20036            ! win32/perlhost.h
20037 ____________________________________________________________________________
20038 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
20039         Log: change#11399 revealed another unrelated bug; this is just a temporary
20040              bandaid
20041      Branch: maint-5.6/perl
20042            ! win32/perlhost.h
20043 ____________________________________________________________________________
20044 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
20045         Log: fix bugs in handling of the virtualized environment under windows;
20046              there were bugs in propagating any changes to %ENV down to the real
20047              environment when such changes happened in the toplevel process
20048              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
20049              problem identification, and for a part of the fix)
20050      Branch: maint-5.6/perl
20051            ! win32/perlhost.h win32/win32.c
20052 ____________________________________________________________________________
20053 [ 11398] By: nick                                  on 2001/07/17  08:26:35
20054         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
20055              From: Peter Prymmer <pvhp@forte.com>
20056              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
20057              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
20058              
20059              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
20060              should not depend on existance of Config.pm
20061      Branch: perl
20062           +> t/lib/commonsense.t
20063            - t/base/commonsense.t
20064            ! MANIFEST t/README
20065 ____________________________________________________________________________
20066 [ 11397] By: nick                                  on 2001/07/17  08:09:58
20067         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
20068              From:  Michael G Schwern <schwern@pobox.com>
20069              Date:  Mon, 16 Jul 2001 18:20:31 -0400
20070              Message-Id:  <20010716182031.A1128@blackrider>
20071      Branch: perl
20072            ! pod/perlhack.pod
20073 ____________________________________________________________________________
20074 [ 11396] By: nick                                  on 2001/07/17  08:04:11
20075         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
20076              From:  Gwyn Judd <b.judd@xtra.co.nz>
20077              Date:  Tue, 17 Jul 2001 20:55:58 +1200
20078              Message-Id:  <20010717205558.A3107@thislove>
20079      Branch: perl
20080            ! pod/perlfunc.pod
20081 ____________________________________________________________________________
20082 [ 11395] By: nick                                  on 2001/07/17  08:02:22
20083         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
20084              From:  Peter Prymmer <pvhp@forte.com>
20085              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
20086              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
20087      Branch: perl
20088            ! t/op/sprintf.t
20089 ____________________________________________________________________________
20090 [ 11394] By: nick                                  on 2001/07/17  07:57:06
20091         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
20092              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
20093              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
20094              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
20095      Branch: perl
20096            ! gv.c
20097 ____________________________________________________________________________
20098 [ 11392] By: nick                                  on 2001/07/17  07:50:12
20099         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
20100              From:  Coral <coral@moonlight.crystalflame.net>
20101              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
20102              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
20103      Branch: perl
20104            ! pp_sys.c thread.h
20105 ____________________________________________________________________________
20106 [ 11391] By: nick                                  on 2001/07/17  07:34:28
20107         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
20108              From:  Jonathan Stowe <gellyfish@gellyfish.com>
20109              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
20110              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
20111      Branch: perl
20112            ! utils/h2xs.PL
20113 ____________________________________________________________________________
20114 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
20115         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
20116              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
20117              and Mac::Apps::Launch, which don't work, and Time::HiRes and
20118              Time::Piece, which don't yet work.
20119      Branch: maint-5.6/macperl
20120            + (add 154 files)
20121 ____________________________________________________________________________
20122 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
20123         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
20124              Also add hack to get around missing setenv for PERL5DB.
20125      Branch: maint-5.6/macperl
20126            ! macos/macish.c macos/macish.h
20127 ____________________________________________________________________________
20128 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
20129         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
20130      Branch: maint-5.6/macperl
20131            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
20132            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
20133 ____________________________________________________________________________
20134 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
20135         Log: Fix up some configuration and make options, add extra
20136              extensions.
20137      Branch: maint-5.6/macperl
20138            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
20139            ! macos/macperl/Makefile.mk
20140 ____________________________________________________________________________
20141 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
20142         Log: From Change 11374 in maintperl.
20143      Branch: maint-5.6/macperl
20144           !> utils/h2ph.PL
20145 ____________________________________________________________________________
20146 [ 11385] By: nick                                  on 2001/07/16  14:12:58
20147         Log: Back out change to h2xs till it passes its test.
20148      Branch: perl
20149            ! utils/h2xs.PL
20150 ____________________________________________________________________________
20151 [ 11384] By: nick                                  on 2001/07/16  14:00:10
20152         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
20153              From:  Jonathan Stowe <gellyfish@gellyfish.com>
20154              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
20155              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
20156      Branch: perl
20157            ! utils/h2xs.PL
20158 ____________________________________________________________________________
20159 [ 11383] By: nick                                  on 2001/07/16  13:53:12
20160         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
20161              From:  Robin Houston <robin@kitsite.com>
20162              Date:  Sun, 15 Jul 2001 18:22:31 +0100
20163              Message-Id:  <20010715182230.A11174@robin>
20164      Branch: perl
20165            ! hints/darwin.sh
20166 ____________________________________________________________________________
20167 [ 11382] By: nick                                  on 2001/07/16  13:52:49
20168         Log: Subject:  [PATCH perl@11372] re_dup
20169              From:  Radu Greab <radu@netsoft.ro>
20170              Date:  Sun, 15 Jul 2001 04:50:06 +0300
20171              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
20172      Branch: perl
20173            ! sv.c
20174 ____________________________________________________________________________
20175 [ 11379] By: nick                                  on 2001/07/16  13:35:39
20176         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
20177              From:  Robin Houston <robin@kitsite.com>
20178              Date:  Sat, 14 Jul 2001 14:28:50 +0100
20179              Message-Id:  <20010714142850.A10205@robin>
20180      Branch: perl
20181            ! ext/B/B/Deparse.pm
20182 ____________________________________________________________________________
20183 [ 11378] By: nick                                  on 2001/07/16  13:30:36
20184         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
20185              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
20186              Date:  Sat, 14 Jul 2001 22:17:42 +0900
20187              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
20188      Branch: perl
20189            + ext/Encode/Encode/euc-jp-0212.enc
20190            ! ext/Encode/Encode/Tcl.pm
20191 ____________________________________________________________________________
20192 [ 11377] By: nick                                  on 2001/07/16  13:17:28
20193         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
20194              From:  Andy Dougherty <doughera@lafayette.edu>
20195              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
20196              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
20197      Branch: perl
20198            ! hints/darwin.sh hints/rhapsody.sh
20199 ____________________________________________________________________________
20200 [ 11376] By: nick                                  on 2001/07/16  09:05:00
20201         Log: Integrate mainline
20202      Branch: perlio
20203           +> ext/Encode/Encode/7bit-greek.enc
20204           +> ext/Encode/Encode/7bit-latin1.enc
20205           +> ext/Encode/Encode/cns11643-1.enc
20206           +> ext/Encode/Encode/cns11643-2.enc
20207           +> ext/Encode/Encode/iso2022-cn.enc
20208           +> ext/Encode/Encode/iso2022-jp1.enc
20209           +> ext/Encode/Encode/iso2022-jp2.enc
20210           !> Changes Configure MANIFEST Makefile.SH
20211           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
20212           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
20213           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
20214           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
20215           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
20216 ____________________________________________________________________________
20217 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
20218         Log: integrate change#11374 from maint-5.6
20219              
20220              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
20221      Branch: perl
20222           !> utils/h2ph.PL
20223 ____________________________________________________________________________
20224 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
20225         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
20226      Branch: maint-5.6/perl
20227            ! utils/h2ph.PL
20228 ____________________________________________________________________________
20229 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
20230         Log: Update Changes.
20231      Branch: perl
20232            ! Changes patchlevel.h
20233 ____________________________________________________________________________
20234 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
20235         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
20236              From: Jonathan Stowe <gellyfish@gellyfish.com>
20237              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
20238              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
20239      Branch: perl
20240            ! utils/h2xs.PL
20241 ____________________________________________________________________________
20242 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
20243         Log: Subject: patch to add DEL to [:cntrl:]
20244              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20245              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
20246              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
20247      Branch: perl
20248            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
20249 ____________________________________________________________________________
20250 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
20251         Log: Metaconfig unit change for #11369; plus a dependency nit.
20252      Branch: metaconfig
20253            ! U/compline/nblock_io.U
20254      Branch: metaconfig/U/perl
20255            ! Extensions.U
20256 ____________________________________________________________________________
20257 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
20258         Log: #include <stdlib.h> so that exit() is prototyped,
20259              noticed by Hugo.
20260      Branch: perl
20261            ! Configure
20262 ____________________________________________________________________________
20263 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
20264         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
20265              From: Peter Prymmer <pvhp@forte.com>
20266              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
20267              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
20268      Branch: perl
20269            ! t/op/sprintf.t
20270 ____________________________________________________________________________
20271 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
20272         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
20273              From: Peter Prymmer <pvhp@forte.com>
20274              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
20275              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
20276      Branch: perl
20277            ! ext/Encode/Encode/Tcl.t
20278 ____________________________________________________________________________
20279 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
20280         Log: Add information about gcc 3.0 basic block profiling.
20281      Branch: perl
20282            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
20283 ____________________________________________________________________________
20284 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
20285         Log: Subject: Error in lib/PerlIO/Via.pm ?
20286              From: Mark-Jason Dominus <mjd@plover.com>
20287              Date: Fri, 13 Jul 2001 15:55:41 -0400
20288              Message-ID: <20010713195541.26751.qmail@plover.com>
20289      Branch: perl
20290            ! ext/PerlIO/Via/Via.pm
20291 ____________________________________________________________________________
20292 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
20293         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
20294              section from the Compiler section.
20295      Branch: perl
20296            ! myconfig.SH
20297 ____________________________________________________________________________
20298 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
20299         Log: Handle glibc style of constant definitions using enum
20300              with intervening #defines; from Brendan O'Dea.
20301      Branch: perl
20302            ! utils/h2ph.PL
20303 ____________________________________________________________________________
20304 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
20305         Log: Add LC_MESSAGES to the locale_h export tag (it already is
20306              in the Makefile.PL and thusly eligible for an XS constant)
20307              (see also maintperl #10543)
20308      Branch: perl
20309            ! ext/POSIX/POSIX.pm
20310 ____________________________________________________________________________
20311 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
20312         Log: Subject: Re: [patch] re_dup
20313              From: Abhijit Menon-Sen <ams@wiw.org>
20314              Date: Fri, 13 Jul 2001 21:41:09 +0530
20315              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
20316      Branch: perl
20317            ! sv.c
20318 ____________________________________________________________________________
20319 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
20320         Log: Subject: [patch] re_dup
20321              From: Doug MacEachern <dougm@covalent.net>
20322              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
20323              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
20324      Branch: perl
20325            ! sv.c
20326 ____________________________________________________________________________
20327 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
20328         Log: Update Changes.
20329      Branch: perl
20330            ! Changes patchlevel.h
20331 ____________________________________________________________________________
20332 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
20333         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
20334              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
20335              Date: Sat, 14 Jul 2001 00:06:30 +0900
20336              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
20337      Branch: perl
20338            + ext/Encode/Encode/7bit-greek.enc
20339            + ext/Encode/Encode/7bit-latin1.enc
20340            + ext/Encode/Encode/cns11643-1.enc
20341            + ext/Encode/Encode/cns11643-2.enc
20342            + ext/Encode/Encode/iso2022-cn.enc
20343            + ext/Encode/Encode/iso2022-jp1.enc
20344            + ext/Encode/Encode/iso2022-jp2.enc
20345            ! MANIFEST ext/Encode/Encode/Tcl.pm
20346            ! ext/Encode/Encode/iso2022-kr.enc
20347 ____________________________________________________________________________
20348 [ 11357] By: nick                                  on 2001/07/13  14:24:06
20349         Log: Blind integrate mainline (as of 5.7.2?)
20350      Branch: perlio
20351           !> AUTHORS Changes Porting/config.sh Porting/config_H
20352           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
20353           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
20354           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20355           !> win32/makefile.mk
20356 ____________________________________________________________________________
20357 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
20358         Log: Snip away the devel patchlevel.
20359      Branch: perl
20360            ! patchlevel.h
20361 ____________________________________________________________________________
20362 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
20363         Log: Bump the version to 5.7.2.
20364      Branch: perl
20365            ! Porting/config.sh Porting/config_H patchlevel.h
20366            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
20367            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20368            ! win32/makefile.mk
20369 ____________________________________________________________________________
20370 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
20371         Log: Update Changes.
20372      Branch: perl
20373            ! Changes
20374 ____________________________________________________________________________
20375 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
20376         Log: Reword.
20377      Branch: perl
20378            ! AUTHORS
20379 ____________________________________________________________________________
20380 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
20381         Log: AUTHORS update.
20382      Branch: perl
20383            ! AUTHORS
20384 ____________________________________________________________________________
20385 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
20386         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
20387              unless ithreads.
20388      Branch: perl
20389            ! makedef.pl
20390 ____________________________________________________________________________
20391 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
20392         Log: Integrate perlio.
20393      Branch: perl
20394           !> win32/distclean.bat
20395 ____________________________________________________________________________
20396 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
20397         Log: Test the encoding transform only iff we have PerlIO,
20398              noticed by H. Merijn Brand.
20399      Branch: perl
20400            ! ext/PerlIO/t/encoding.t
20401 ____________________________________________________________________________
20402 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
20403         Log: README.netware tweaks from Ananth Kesari.
20404      Branch: perl
20405            ! README.netware
20406 ____________________________________________________________________________
20407 [ 11346] By: nick                                  on 2001/07/13  09:18:51
20408         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
20409              to avoid /unicode vs /Unicode issues.
20410      Branch: perlio
20411            ! win32/distclean.bat
20412 ____________________________________________________________________________
20413 [ 11345] By: nick                                  on 2001/07/13  06:24:18
20414         Log: Integrate mainline
20415      Branch: perlio
20416           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
20417            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
20418           !> (integrate 63 files)
20419 ____________________________________________________________________________
20420 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
20421         Log: Add d_bincompat5005 information to perl -V.
20422      Branch: perl
20423            ! myconfig.SH
20424 ____________________________________________________________________________
20425 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
20426         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
20427              From: Abhijit Menon-Sen <ams@wiw.org>
20428              Date: Fri, 13 Jul 2001 07:12:36 +0530
20429              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
20430      Branch: perl
20431            ! sv.c
20432 ____________________________________________________________________________
20433 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
20434         Log: Remove unicode::distinct, as per Inaba Hiroto.
20435      Branch: perl
20436            - lib/unicode/distinct.pm
20437            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
20438            ! t/lib/1_compile.t
20439 ____________________________________________________________________________
20440 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
20441         Log: Paging for Dr Octothorpe.
20442      Branch: perl
20443            ! pod/perlfaq4.pod
20444 ____________________________________________________________________________
20445 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
20446         Log: cut-n-paste error noticed by mjd.
20447      Branch: perl
20448            ! pod/perlfaq4.pod
20449 ____________________________________________________________________________
20450 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
20451         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
20452              From: Peter Prymmer <pvhp@forte.com>
20453              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
20454              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
20455      Branch: perl
20456            ! pod/perlfaq4.pod
20457 ____________________________________________________________________________
20458 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
20459         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
20460              From: Randall Gellens <randy@qualcomm.com>
20461              Date: Thu, 12 Jul 2001 16:56:23 -0700
20462              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
20463      Branch: perl
20464            ! Porting/repository.pod
20465 ____________________________________________________________________________
20466 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
20467         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
20468      Branch: perl
20469            ! thread.h
20470 ____________________________________________________________________________
20471 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
20472         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
20473              From: coral <coral@moonlight.crystalflame.net>
20474              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
20475              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
20476      Branch: perl
20477            ! thread.h
20478 ____________________________________________________________________________
20479 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
20480         Log: Metaconfig unit change for #11134.
20481      Branch: metaconfig
20482            + U/threads/d_pthread_atfork.U
20483 ____________________________________________________________________________
20484 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
20485         Log: Add HAS_PTHREAD_ATFORK.
20486      Branch: perl
20487            ! Configure NetWare/config.wc NetWare/config_H.wc
20488            ! Porting/Glossary Porting/config.sh Porting/config_H
20489            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
20490            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
20491            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20492            ! win32/config.gc win32/config.vc win32/config_H.bc
20493            ! win32/config_H.gc win32/config_H.vc
20494 ____________________________________________________________________________
20495 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
20496         Log: Subject: [PATCH] File::Copy fails on tied handles
20497              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
20498              Date: Thu, 12 Jul 2001 15:18:51 -0700
20499              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
20500      Branch: perl
20501            ! lib/File/Copy.pm
20502 ____________________________________________________________________________
20503 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
20504         Log: Subject: [PATCH] Langinfo.t
20505              From: Nicholas Clark <nick@ccl4.org>
20506              Date: Thu, 12 Jul 2001 23:55:38 +0100
20507              Message-ID: <20010712235538.M5827@plum.flirble.org>
20508      Branch: perl
20509            ! ext/I18N/Langinfo/Langinfo.t
20510 ____________________________________________________________________________
20511 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
20512         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
20513              From: Peter Prymmer <pvhp@forte.com>
20514              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
20515              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
20516      Branch: perl
20517            ! pod/perl572delta.pod
20518 ____________________________________________________________________________
20519 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
20520         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
20521              From: Abhijit Menon-Sen <ams@wiw.org>
20522              Date: Fri, 13 Jul 2001 05:21:16 +0530
20523              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
20524      Branch: perl
20525            ! sv.c
20526 ____________________________________________________________________________
20527 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
20528         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
20529              From: Abhijit Menon-Sen <ams@wiw.org>
20530              Date: Fri, 13 Jul 2001 03:04:25 +0530
20531              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
20532      Branch: perl
20533            ! av.c
20534 ____________________________________________________________________________
20535 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
20536         Log: s/^M$//g
20537      Branch: perl
20538            ! win32/Makefile win32/makefile.mk
20539 ____________________________________________________________________________
20540 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
20541         Log: Update Changes.
20542      Branch: perl
20543            ! Changes patchlevel.h
20544 ____________________________________________________________________________
20545 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
20546         Log: Typo spotted by Philip Newton.
20547      Branch: perl
20548            ! pod/perl572delta.pod
20549 ____________________________________________________________________________
20550 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
20551         Log: Subject: [PATCH] fixes perl_clone of perl_clone
20552              From: Artur Bergman <artur@contiller.se>
20553              Date: Thu, 12 Jul 2001 20:57:09 +0200
20554              Message-ID: <B773BFA4.236B%artur@contiller.se>
20555      Branch: perl
20556            ! sv.c
20557 ____________________________________________________________________________
20558 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
20559         Log: Add README.uts from Hal Morris.
20560      Branch: perl
20561            + README.uts
20562            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
20563            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20564 ____________________________________________________________________________
20565 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
20566         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
20567              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20568              Date: Thu, 12 Jul 2001 20:32:37 +0200
20569              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
20570      Branch: perl
20571            ! hints/aix.sh
20572 ____________________________________________________________________________
20573 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
20574         Log: Subject: Patch: document reg_data.what member
20575              From: Mark-Jason Dominus <mjd@plover.com>
20576              Message-ID: <20010712182532.14821.qmail@plover.com>
20577              Date: Thu, 12 Jul 2001 14:25:32 -0400
20578      Branch: perl
20579            ! regcomp.c regcomp.h
20580 ____________________________________________________________________________
20581 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
20582         Log: Subject: [PATCH] Perl_re_dup()
20583              From: Abhijit Menon-Sen <ams@wiw.org>
20584              Date: Thu, 12 Jul 2001 23:54:32 +0530
20585              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
20586      Branch: perl
20587            ! embed.h embed.pl perlapi.c proto.h sv.c
20588 ____________________________________________________________________________
20589 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
20590         Log: Regen Configure, modlib, toc.
20591      Branch: perl
20592            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20593            ! pod/perlmodlib.pod pod/perltoc.pod
20594 ____________________________________________________________________________
20595 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
20596         Log: The problem seems to be in PerlIO::Layer::->find() not
20597              accepting the ":encoding(blurflur)" arguments.
20598      Branch: perl
20599            ! lib/PerlIO.pm lib/open.pm
20600 ____________________________________________________________________________
20601 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
20602         Log: AIX doc update.
20603      Branch: perl
20604            ! README.aix pod/perl572delta.pod
20605 ____________________________________________________________________________
20606 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
20607         Log: Subject: AIX README update
20608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20609              Date: Thu, 12 Jul 2001 19:28:30 +0200
20610              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
20611      Branch: perl
20612            ! README.aix
20613 ____________________________________________________________________________
20614 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
20615         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
20616              From: Norton Allen <allen@huarp.harvard.edu>
20617              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
20618              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
20619      Branch: perl
20620            ! ext/IO/lib/IO/t/io_unix.t
20621 ____________________________________________________________________________
20622 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
20623         Log: Subject: [PATCH README.qnx hints/qnx.sh]
20624              From: Norton Allen <allen@huarp.harvard.edu>
20625              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
20626              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
20627      Branch: perl
20628            ! README.qnx hints/qnx.sh
20629 ____________________________________________________________________________
20630 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
20631         Log: Subject: [patch] faster PM_GETRE
20632              From: Doug MacEachern <dougm@covalent.net>
20633              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
20634              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
20635      Branch: perl
20636            ! op.h
20637 ____________________________________________________________________________
20638 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
20639         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
20640              From: Doug MacEachern <dougm@covalent.net>
20641              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
20642              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
20643      Branch: perl
20644            ! op.c
20645 ____________________________________________________________________________
20646 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
20647         Log: Tell where the nice Estonian database is.
20648      Branch: perl
20649            ! lib/open.pm
20650 ____________________________________________________________________________
20651 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
20652         Log: Retract #11309 since #11310 is a better fix.
20653      Branch: perl
20654            ! t/lib/1_compile.t
20655 ____________________________________________________________________________
20656 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
20657         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
20658              change#11300 needs to return the status of failed win32_spawnvp())
20659              
20660              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
20661              splitting correctly; remove unused variables; 'require' at run time
20662              rather than 'use' at compile time for I18N::Langinfo, since it
20663              isn't everyware
20664      Branch: perl
20665            ! lib/open.pm win32/win32.c
20666 ____________________________________________________________________________
20667 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
20668         Log: Temporary workaround.
20669      Branch: perl
20670            ! t/lib/1_compile.t
20671 ____________________________________________________________________________
20672 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
20673         Log: UCD typo in #11306 and add also more known-to-be-tested
20674              modules to the skip list.
20675      Branch: perl
20676            ! t/lib/1_compile.t
20677 ____________________________________________________________________________
20678 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
20679         Log: Rename Unicode::UCD to UnicodeCD to avoid
20680              messups with case-insensitive filesystems.
20681      Branch: perl
20682            + lib/UnicodeCD.pm lib/UnicodeCD.t
20683            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
20684            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
20685 ____________________________________________________________________________
20686 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
20687         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
20688              From: daniel@biz.bitpusher.com
20689              Date: Wed, 11 Jul 2001 23:25:47 -0700
20690              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
20691      Branch: perl
20692            ! lib/Tie/Array.pm t/op/splice.t
20693 ____________________________________________________________________________
20694 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
20695         Log: Subject: [PATCH] More accurate line numbers in messages
20696              From: Paul Johnson <paul@pjcj.net>
20697              Date: Thu, 12 Jul 2001 04:14:11 +0200
20698              Message-ID: <20010712041411.A3467@pjcj.net>
20699              
20700              (With prototyping and multiplicity tweaks.)
20701      Branch: perl
20702            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
20703 ____________________________________________________________________________
20704 [ 11304] By: nick                                  on 2001/07/12  12:53:40
20705         Log: Integrate mainline
20706      Branch: perlio
20707           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
20708           !> regexec.c thread.h
20709 ____________________________________________________________________________
20710 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
20711         Log: Cut-and-pasto in #11298.
20712      Branch: perl
20713            ! ext/ByteLoader/bytecode.h
20714 ____________________________________________________________________________
20715 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
20716         Log: Update the AIX known problems section.
20717      Branch: perl
20718            ! pod/perl572delta.pod
20719 ____________________________________________________________________________
20720 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
20721         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
20722              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20723              Date: Thu, 12 Jul 2001 12:16:16 +0200
20724              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
20725      Branch: perl
20726            ! hints/aix.sh
20727 ____________________________________________________________________________
20728 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
20729         Log: Integrate perlio.
20730      Branch: perl
20731           !> makedef.pl win32/win32.c
20732 ____________________________________________________________________________
20733 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
20734         Log: Subject: [PATCH] fix for PMOP threadness failures
20735              From: Artur Bergman <artur@contiller.se>
20736              Date: Thu, 12 Jul 2001 09:48:06 +0200
20737              Message-ID: <B77322D6.22DD%artur@contiller.se>
20738      Branch: perl
20739            ! regexec.c
20740 ____________________________________________________________________________
20741 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
20742         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
20743              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20744              Date: Thu, 12 Jul 2001 09:09:48 +0200
20745              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
20746              
20747              More parentheses to keep bcc happy.
20748      Branch: perl
20749            ! ext/ByteLoader/bytecode.h
20750 ____________________________________________________________________________
20751 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
20752         Log: Subject: Re: [patch] pthread_atfork bandaid
20753              From: Doug MacEachern <dougm@covalent.net>
20754              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
20755              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
20756      Branch: perl
20757            ! thread.h
20758 ____________________________________________________________________________
20759 [ 11296] By: nick                                  on 2001/07/12  11:55:48
20760         Log: Exclude reentrant_buffer from .def file
20761      Branch: perlio
20762            ! makedef.pl
20763 ____________________________________________________________________________
20764 [ 11295] By: nick                                  on 2001/07/12  11:11:44
20765         Log: Honour void-ness of my_exit()
20766      Branch: perlio
20767            ! win32/win32.c
20768 ____________________________________________________________________________
20769 [ 11294] By: nick                                  on 2001/07/12  07:51:04
20770         Log: Integrate mainline
20771      Branch: perlio
20772           +> uts/sprintf_wrap.c
20773           !> (integrate 35 files)
20774 ____________________________________________________________________________
20775 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
20776         Log: Retract #11289.
20777      Branch: perl
20778            ! embed.h embed.pl perl.c proto.h thread.h
20779 ____________________________________________________________________________
20780 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
20781         Log: Now the :locale pseudolayer *almost* works...
20782      Branch: perl
20783            ! lib/open.pm
20784 ____________________________________________________________________________
20785 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
20786         Log: Locale encoding tweaks.
20787      Branch: perl
20788            ! lib/open.pm
20789 ____________________________________________________________________________
20790 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
20791         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
20792              From: Mark-Jason Dominus <mjd@plover.com>
20793              Date: Thu, 12 Jul 2001 00:59:31 -0400
20794              Message-ID: <20010712045931.8543.qmail@plover.com>
20795              
20796              Remove the chmod/umask leading zero warning.
20797      Branch: perl
20798            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
20799            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
20800 ____________________________________________________________________________
20801 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
20802         Log: (Retracted by #11289.)
20803      Branch: perl
20804            ! embed.h embed.pl perl.c proto.h thread.h
20805 ____________________________________________________________________________
20806 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
20807         Log: Needed by #11283.
20808      Branch: perl
20809            ! intrpvar.h
20810 ____________________________________________________________________________
20811 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
20812         Log: Metaconfig unit change for #11286.
20813      Branch: metaconfig/U/perl
20814            ! patchlevel.U
20815 ____________________________________________________________________________
20816 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
20817         Log: Subject: Re: [PATCH Configure] perl -V broken
20818              From: Andy Dougherty <doughera@lafayette.edu>
20819              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
20820              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
20821      Branch: perl
20822            ! Configure myconfig.SH
20823 ____________________________________________________________________________
20824 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
20825         Log: Retract #11166 (and #11237).
20826      Branch: perl
20827            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
20828            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
20829            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
20830 ____________________________________________________________________________
20831 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
20832         Log: UTS tweaks for Hal Morris.
20833      Branch: perl
20834            + uts/sprintf_wrap.c
20835            ! MANIFEST hints/uts.sh perl.h
20836 ____________________________________________________________________________
20837 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
20838         Log: Subject: [PATCH] Use reentrant API glibc
20839              From: Artur Bergman <artur@contiller.se>
20840              Date: Thu, 12 Jul 2001 00:58:21 +0200
20841              Message-ID: <B772A6AD.2288%artur@contiller.se>
20842      Branch: perl
20843            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
20844            ! sv.c
20845 ____________________________________________________________________________
20846 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
20847         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
20848              From: barries <barries@slaysys.com>
20849              Date: Wed, 11 Jul 2001 15:11:46 -0400
20850              Message-ID: <20010711151146.G24560@jester.slaysys.com>
20851      Branch: perl
20852            ! pp_sys.c t/lib/warnings/doio win32/win32.c
20853 ____________________________________________________________________________
20854 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
20855         Log: Subject: [patch] pthread_atfork bandaid
20856              From: Doug MacEachern <dougm@covalent.net>
20857              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
20858              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
20859      Branch: perl
20860            ! miniperlmain.c perl.c
20861 ____________________________________________________________________________
20862 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
20863         Log: Subject: [patch] perl_clone leaks
20864              From: Doug MacEachern <dougm@covalent.net>
20865              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
20866              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
20867      Branch: perl
20868            ! sv.c
20869 ____________________________________________________________________________
20870 [ 11279] By: nick                                  on 2001/07/11  15:49:38
20871         Log: Integrate mainline
20872      Branch: perlio
20873           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
20874           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
20875           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
20876           +> lib/Term/ANSIColor/README
20877           !> (integrate 54 files)
20878 ____________________________________________________________________________
20879 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
20880         Log: Update Changes.
20881      Branch: perl
20882            ! Changes patchlevel.h
20883 ____________________________________________________________________________
20884 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
20885         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
20886              From: Peter Prymmer <pvhp@forte.com>
20887              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
20888              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
20889              
20890              Backport of embed.pl to 5.003.
20891      Branch: perl
20892            ! embed.pl
20893 ____________________________________________________________________________
20894 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
20895         Log: Subject: Re: POSIX test #14 on UTS 
20896              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20897              Date: Wed, 11 Jul 2001 03:02:14 +0100
20898              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
20899      Branch: perl
20900            ! ext/POSIX/POSIX.t
20901 ____________________________________________________________________________
20902 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
20903         Log: Make the I32 an IV to preserve structure alignment and size.
20904      Branch: perl
20905            ! op.h
20906 ____________________________________________________________________________
20907 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
20908         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
20909              From: "Artur Bergman" <artur@contiller.se>
20910              Date: Wed, 11 Jul 2001 14:23:37 +0200
20911              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
20912              
20913              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
20914      Branch: perl
20915            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
20916            ! pod/perlapi.pod sv.c
20917 ____________________________________________________________________________
20918 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
20919         Log: Tweak until Pod::Parser gets updated.
20920      Branch: perl
20921            ! t/pod/special_seqs.xr
20922 ____________________________________________________________________________
20923 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
20924         Log: File::Spec usage tweak.
20925      Branch: perl
20926            ! lib/ExtUtils.t
20927 ____________________________________________________________________________
20928 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
20929         Log: Integrate #11263 from macperl; macos and macosx updates.
20930      Branch: perl
20931           !> pod/perlport.pod
20932 ____________________________________________________________________________
20933 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
20934         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
20935              From: Peter Prymmer <pvhp@forte.com>
20936              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
20937              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
20938      Branch: perl
20939            + ext/Time/HiRes/hints/dynixptx.pl
20940            ! MANIFEST hints/dynixptx.sh
20941 ____________________________________________________________________________
20942 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
20943         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
20944              From: Nicholas Clark <nick@ccl4.org>
20945              Date: Tue, 10 Jul 2001 23:17:43 +0100
20946              Message-ID: <20010710231742.B59620@plum.flirble.org>
20947      Branch: perl
20948            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
20949 ____________________________________________________________________________
20950 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
20951         Log: Subject: [DOC PATCH] Pluggable runops
20952              From: Paul Johnson <paul@pjcj.net>
20953              Date: Tue, 10 Jul 2001 21:53:28 +0200
20954              Message-ID: <20010710215328.B26577@pjcj.net>
20955      Branch: perl
20956            ! pod/perlguts.pod
20957 ____________________________________________________________________________
20958 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
20959         Log: Subject: [PATCH] Authors
20960              From: Artur Bergman <artur@contiller.se>
20961              Date: Tue, 10 Jul 2001 20:39:12 +0200
20962              Message-ID: <B771186F.21CD%artur@contiller.se>
20963      Branch: perl
20964            ! AUTHORS
20965 ____________________________________________________________________________
20966 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
20967         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
20968              From: Doug MacEachern <dougm@covalent.net>
20969              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
20970              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
20971      Branch: perl
20972            ! pp_ctl.c
20973 ____________________________________________________________________________
20974 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
20975         Log: Subject: doc patch; times() in scalar context
20976              From: mjd@plover.com
20977              Date: 10 Jul 2001 18:01:17 -0000
20978              Message-ID: <20010710180117.12477.qmail@plover.com>
20979      Branch: perl
20980            ! pod/perlfunc.pod
20981 ____________________________________________________________________________
20982 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
20983         Log: Subject: [PATCH] Small fix to pp_gmtime
20984              From: Artur Bergman <artur@contiller.se>
20985              Date: Tue, 10 Jul 2001 19:54:52 +0200
20986              Message-ID: <B7710E0B.21C5%artur@contiller.se>
20987      Branch: perl
20988            ! pp_sys.c
20989 ____________________________________________________________________________
20990 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
20991         Log: Integrate changes from mainline perl, add notes about
20992              Mac OS X and Mac OS.
20993      Branch: maint-5.6/macperl
20994            ! pod/perlport.pod
20995 ____________________________________________________________________________
20996 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
20997         Log: A proof of the dangers of package; ?
20998      Branch: perl
20999            ! t/lib/warnings/op
21000 ____________________________________________________________________________
21001 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
21002         Log: Regen toc and modlib.
21003      Branch: perl
21004            ! pod/perlmodlib.pod pod/perltoc.pod
21005 ____________________________________________________________________________
21006 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
21007         Log: Add compexcl(), casefold(), and casespec() interfaces;
21008              and make all interfaces to return hash references instead
21009              of hashes. 
21010      Branch: perl
21011            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21012 ____________________________________________________________________________
21013 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
21014         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
21015              From: "Philip Newton" <Philip.Newton@gmx.net>
21016              Date: Tue, 10 Jul 2001 09:55:59 +0200
21017              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
21018              
21019              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
21020              From: "Philip Newton" <Philip.Newton@gmx.net>
21021              Date: Tue, 10 Jul 2001 09:56:37 +0200
21022              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
21023      Branch: perl
21024            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21025            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
21026 ____________________________________________________________________________
21027 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
21028         Log: Subject: [patch] undef &xsub for 1,2
21029              From: Doug MacEachern <dougm@covalent.net>
21030              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
21031              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
21032              
21033              (This version of the patch with a comment from Gisle.)
21034      Branch: perl
21035            ! op.c
21036 ____________________________________________________________________________
21037 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
21038         Log: Mention package; deprecation and the Win32 problems.
21039      Branch: perl
21040            ! pod/perl572delta.pod
21041 ____________________________________________________________________________
21042 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
21043         Log: Subject: [PATCH] deprecate package with no arguments
21044              From: Robin Houston <robin@kitsite.com>
21045              Date: Tue, 10 Jul 2001 13:33:40 +0100
21046              Message-ID: <20010710133340.A13452@robin.kitsite.com>
21047      Branch: perl
21048            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
21049 ____________________________________________________________________________
21050 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
21051         Log: Upgrade to podlators 1.10.
21052      Branch: perl
21053            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
21054            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
21055            ! pod/pod2man.PL pod/pod2text.PL
21056 ____________________________________________________________________________
21057 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
21058         Log: Upgrade to Term::ANSIColor 1.04.
21059      Branch: perl
21060            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
21061            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
21062 ____________________________________________________________________________
21063 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
21064         Log: Integrate perlio (the right fix for the ":layer(args)")
21065      Branch: perl
21066           !> perlio.c
21067 ____________________________________________________________________________
21068 [ 11252] By: nick                                  on 2001/07/10  06:58:14
21069         Log: Fix open(...,"...:layer(xxx)",...)
21070              - use memEQ not strEQ as there is '(' not '\0'
21071      Branch: perlio
21072            ! perlio.c
21073 ____________________________________________________________________________
21074 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
21075         Log: Telling the number of tests helps.
21076      Branch: perl
21077            ! ext/PerlIO/t/encoding.t
21078 ____________________________________________________________________________
21079 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
21080         Log: Require I18N::Langinfo, not use.
21081      Branch: perl
21082            ! lib/open.pm
21083 ____________________________________________________________________________
21084 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
21085         Log: Add a test for for PerlIO ":encoding(...)" layer.
21086      Branch: perl
21087            + ext/PerlIO/t/encoding.t
21088            ! MANIFEST ext/Encode/Encode.pm
21089 ____________________________________________________________________________
21090 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
21091         Log: PerlIO ":encoding(foobar)" temporary fix.
21092              Not really correct, I think, since the change means
21093              that prefixes match.
21094      Branch: perl
21095            ! perlio.c
21096 ____________________________________________________________________________
21097 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
21098         Log: Update to Math::BigInt 1.36.  The biggest news is
21099              the separation of the backend; now the pure Perl
21100              implementation is in Math::BigInt::Calc, but one
21101              can plugin, say, Math::BigInt::BitVect, and get
21102              considerable speedup.
21103      Branch: perl
21104            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
21105            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
21106            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
21107            ! lib/Math/BigInt/t/mbimbf.t
21108 ____________________________________________________________________________
21109 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
21110         Log: Subject: Re: compatibility question
21111              From: Peter Prymmer <pvhp@forte.com>
21112              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
21113              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
21114      Branch: perl
21115            ! lib/ExtUtils/MM_VMS.pm
21116 ____________________________________________________________________________
21117 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
21118         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
21119              From: Norton Allen <allen@huarp.harvard.edu>
21120              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
21121              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
21122      Branch: perl
21123            ! ext/File/Glob/t/basic.t
21124 ____________________________________________________________________________
21125 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
21126         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
21127              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21128              Date: Tue, 10 Jul 2001 00:29:55 +0900
21129              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
21130      Branch: perl
21131            + ext/Encode/Encode/HZ.enc
21132            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
21133            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
21134            ! ext/Encode/Encode/iso2022-jp.enc
21135            ! ext/Encode/Encode/iso2022-kr.enc
21136 ____________________________________________________________________________
21137 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
21138         Log: Add in all them there macos/ files.
21139      Branch: maint-5.6/macperl
21140            + (add 577 files)
21141 ____________________________________________________________________________
21142 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
21143         Log: Add the new modules to the list of having those own tests.
21144      Branch: perl
21145            ! t/lib/1_compile.t
21146 ____________________________________________________________________________
21147 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
21148         Log: Add INOUT to control both ways at the same time.
21149      Branch: perl
21150            ! lib/open.pm
21151 ____________________________________________________________________________
21152 [ 11240] By: nick                                  on 2001/07/09  16:33:50
21153         Log: Integrate mainline
21154      Branch: perlio
21155           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
21156           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
21157           !> (integrate 41 files)
21158 ____________________________________________________________________________
21159 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
21160         Log: More encoding mapping magic.
21161      Branch: perl
21162            ! lib/open.pm
21163 ____________________________________________________________________________
21164 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
21165         Log: Update Changes.
21166      Branch: perl
21167            ! Changes patchlevel.h
21168 ____________________________________________________________________________
21169 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
21170         Log: (Retracted by #11285).
21171              
21172              Subject: [PATCH] OPpCONST_OCTAL fixes
21173              From: Abhijit Menon-Sen <ams@wiw.org>
21174              Date: Mon, 9 Jul 2001 07:38:45 +0530
21175              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
21176      Branch: perl
21177            ! op.c
21178 ____________________________________________________________________________
21179 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
21180         Log: Add a pseudolayer ":locale" to the open pragma which
21181              will get the encoding from the locale.  Yet undocumented
21182              because I can't get the PerlIO :encoding(foobar) to work.
21183      Branch: perl
21184            ! ext/Encode/Encode.pm lib/open.pm
21185 ____________________________________________________________________________
21186 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
21187         Log: Add more encoding mappings.
21188      Branch: perl
21189            ! ext/Encode/Encode.pm
21190 ____________________________________________________________________________
21191 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
21192         Log: Document that using :encoding layer requires using Encode.
21193      Branch: perl
21194            ! ext/Encode/Encode.pm lib/PerlIO.pm
21195 ____________________________________________________________________________
21196 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
21197         Log: Netware tweak from Ananth Kesari.
21198      Branch: perl
21199            ! NetWare/netware.h
21200 ____________________________________________________________________________
21201 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
21202         Log: t/harness doesn't know about run/*.t
21203      Branch: perl
21204            ! t/harness
21205 ____________________________________________________________________________
21206 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
21207         Log: run/exit.t busted on windows
21208      Branch: perl
21209            ! t/run/exit.t
21210 ____________________________________________________________________________
21211 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
21212         Log: fix a couple of UCD.t tests that fail due to bad case
21213      Branch: perl
21214            ! lib/Unicode/UCD.t
21215 ____________________________________________________________________________
21216 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
21217         Log: test skip logic was broken
21218      Branch: perl
21219            ! ext/I18N/Langinfo/Langinfo.t
21220 ____________________________________________________________________________
21221 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
21222         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
21223              failure of ExtUtils.t#27 when built in debug mode)
21224      Branch: perl
21225            ! lib/ExtUtils/MM_Win32.pm
21226 ____________________________________________________________________________
21227 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
21228         Log: I18N::Langinfo is not available on windows
21229      Branch: perl
21230            ! win32/FindExt.pm
21231 ____________________________________________________________________________
21232 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
21233         Log: save a dTHX
21234      Branch: perl
21235            ! ext/POSIX/POSIX.xs
21236 ____________________________________________________________________________
21237 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
21238         Log: Update Changes.
21239      Branch: perl
21240            ! Changes patchlevel.h
21241 ____________________________________________________________________________
21242 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
21243         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
21244              as pointed out by Sarathy.
21245      Branch: perl
21246            ! ext/I18N/Langinfo/Langinfo.xs
21247 ____________________________________________________________________________
21248 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
21249         Log: Retract #11212.
21250      Branch: perl
21251            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
21252 ____________________________________________________________________________
21253 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
21254         Log: Bump up the VERSION of Cwd.xs.
21255      Branch: perl
21256            ! ext/Cwd/Makefile.PL
21257 ____________________________________________________________________________
21258 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
21259         Log: Retract #11220, the problem wasn't the missing leading zero.
21260              Here's the problem:
21261              $ ./perl -we 'chmod(oct("755"), ".")'
21262              Non-octal literal mode (493) specified at -e line 1.
21263              (Did you mean 0493 instead?)
21264      Branch: perl
21265            ! lib/ExtUtils/MM_Unix.pm
21266 ____________________________________________________________________________
21267 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
21268         Log: (Retracted by #11221)
21269              Change the PERM_RW and PERM_RWX to 0644 and 0755
21270              (add the leading zero).
21271      Branch: perl
21272            ! lib/ExtUtils/MM_Unix.pm
21273 ____________________________________________________________________________
21274 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
21275         Log: Integrate changes #11193, 11205, 11209 from macperl.
21276              
21277              Fix up AutoLoader to fudge for Mac paths in import().
21278              
21279              Allow symbols in try_symbol() to begin with "_".
21280              
21281              Small portability fix for Mac OS.
21282      Branch: perl
21283           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
21284 ____________________________________________________________________________
21285 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
21286         Log: Metaconfig unit change for #11217.
21287      Branch: metaconfig/U/perl
21288            ! Extensions.U
21289 ____________________________________________________________________________
21290 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
21291         Log: Detypo, problem noticed by Gerrit P. Haase.
21292      Branch: perl
21293            ! Configure config_h.SH
21294 ____________________________________________________________________________
21295 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
21296         Log: Cwd cleanups.
21297      Branch: perl
21298            ! ext/Cwd/Cwd.xs
21299 ____________________________________________________________________________
21300 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
21301         Log: Slight tweaks on #11213.
21302      Branch: perl
21303            ! toke.c
21304 ____________________________________________________________________________
21305 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
21306         Log: A missing dTHX noticed by Gerrit P. Haase.
21307      Branch: perl
21308            ! ext/POSIX/POSIX.xs
21309 ____________________________________________________________________________
21310 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
21311         Log: Subject: [PATCH toke.c] Simplify yytoke()
21312              From: Simon Cozens <simon@netthink.co.uk>
21313              Date: Sun, 8 Jul 2001 13:24:34 +0100
21314              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
21315              
21316              Split out pending_ident().
21317      Branch: perl
21318            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
21319 ____________________________________________________________________________
21320 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
21321         Log: (Retracted by #11223.)
21322              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
21323              Date: Wed, 05 Nov 1997 17:22:34 -0600
21324              From: Graham Barr <gbarr@ti.com>
21325              Message-Id: <3460FFBA.6DA51F46@ti.com>
21326      Branch: perl
21327            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
21328 ____________________________________________________________________________
21329 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
21330         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
21331      Branch: perl
21332            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
21333            ! pod/perllocale.pod
21334 ____________________________________________________________________________
21335 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
21336         Log: Really do the test under the C locale.
21337      Branch: perl
21338            ! ext/I18N/Langinfo/Langinfo.t
21339 ____________________________________________________________________________
21340 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
21341         Log: Small portability fix for Mac OS.
21342      Branch: maint-5.6/macperl
21343            ! lib/Cwd.pm
21344 ____________________________________________________________________________
21345 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
21346         Log: Metaconfig unit change for #11207.
21347      Branch: metaconfig/U/perl
21348            ! Extensions.U
21349 ____________________________________________________________________________
21350 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
21351         Log: Add I18N::Langinfo, which is basically a wrapper around
21352              nl_langinfo(), which is an additional way to query locale
21353              specific information.
21354      Branch: perl
21355            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
21356            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
21357            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
21358 ____________________________________________________________________________
21359 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
21360         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
21361              used in File::Find tests; replace with if.t.
21362      Branch: maint-5.6/macperl
21363            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
21364            ! t/pragma/warn/op
21365 ____________________________________________________________________________
21366 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
21367         Log: Allow symbols in try_symbol() to begin with "_".
21368      Branch: maint-5.6/macperl
21369            ! makedef.pl
21370 ____________________________________________________________________________
21371 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
21372         Log: Sync up the File::Find changes from the rewrite by
21373              Thomas Wegner, et al.
21374      Branch: maint-5.6/macperl
21375            + t/lib/filefind-taint.t
21376            ! lib/File/Find.pm t/lib/filefind.t
21377 ____________________________________________________________________________
21378 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
21379         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
21380              From: Thomas Wegner <wegner_thomas@yahoo.com>
21381              Date: Thu, 5 Jul 2001 20:31:25 +0200
21382              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
21383      Branch: maint-5.6/macperl
21384            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
21385 ____________________________________________________________________________
21386 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
21387         Log: Some more test portability fixes.
21388      Branch: maint-5.6/macperl
21389            ! t/lib/filecopy.t t/pragma/warn/pp_sys
21390 ____________________________________________________________________________
21391 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
21392         Log: The #11200 removed wrong (non-existent) target.  Duh.
21393      Branch: perl
21394            ! Makefile.SH
21395 ____________________________________________________________________________
21396 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
21397         Log: Zap the lib/re.pm before creating it.
21398      Branch: perl
21399            ! Makefile.SH
21400 ____________________________________________________________________________
21401 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
21402         Log: Another test.  Please ignore.
21403      Branch: maint-5.6/macperl
21404            ! README.macos
21405 ____________________________________________________________________________
21406 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
21407         Log: Portability fixes for a lot of tests, especially IO-related
21408              tests, and warnings, and the harness script.
21409      Branch: maint-5.6/macperl
21410            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
21411            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
21412            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
21413            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
21414            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
21415            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
21416            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
21417            ! t/pragma/warnings.t
21418 ____________________________________________________________________________
21419 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
21420         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
21421              From: Nicholas Clark <nick@ccl4.org>
21422              Date: Sat, 7 Jul 2001 21:00:17 +0100
21423              Message-ID: <20010707210017.H59620@plum.flirble.org>
21424      Branch: perl
21425            ! lib/h2xs.t
21426 ____________________________________________________________________________
21427 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
21428         Log: The UNICOS/mk SysV IPC problem has been fixed.
21429      Branch: perl
21430            ! pod/perl572delta.pod
21431 ____________________________________________________________________________
21432 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
21433         Log: Slight update tweaks on perlunicode.pod.
21434      Branch: perl
21435            ! pod/perlunicode.pod
21436 ____________________________________________________________________________
21437 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
21438         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
21439              From: Mark-Jason Dominus <mjd@plover.com>
21440              Date: Sat, 07 Jul 2001 13:04:04 -0400
21441              Message-ID: <20010707170404.32694.qmail@plover.com>
21442      Branch: perl
21443            ! ext/DB_File/DB_File.pm
21444 ____________________________________________________________________________
21445 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
21446         Log: Fix up AutoLoader to fudge for Mac paths in import().
21447      Branch: maint-5.6/macperl
21448            ! lib/AutoLoader.pm
21449 ____________________________________________________________________________
21450 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
21451         Log: Try to force the lib/re.pm to be there before entering
21452              the extensions builds, should help for parallel makes.
21453      Branch: perl
21454            ! Makefile.SH
21455 ____________________________________________________________________________
21456 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
21457         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
21458              From: Norton Allen <allen@huarp.harvard.edu>
21459              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
21460              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
21461      Branch: perl
21462            ! ext/POSIX/POSIX.xs
21463 ____________________________________________________________________________
21464 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
21465         Log: Subject: [PATCH] Re: op/arith.t
21466              From: Nicholas Clark <nick@ccl4.org>
21467              Date: Sat, 7 Jul 2001 13:04:54 +0100
21468              Message-ID: <20010707130454.D59620@plum.flirble.org>
21469      Branch: perl
21470            ! numeric.c toke.c
21471 ____________________________________________________________________________
21472 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
21473         Log: Subject: [PATCH] h2xs
21474              From: Nicholas Clark <nick@ccl4.org>
21475              Date: Fri, 6 Jul 2001 23:25:14 +0100
21476              Message-ID: <20010706232514.X59620@plum.flirble.org>
21477      Branch: perl
21478            ! utils/h2xs.PL
21479 ____________________________________________________________________________
21480 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
21481         Log: Subject: Re: bleedperl perl_alloc..free leakage
21482              From: Radu Greab <radu@netsoft.ro>
21483              Date: Fri, 6 Jul 2001 19:48:54 +0300
21484              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
21485              
21486              Leak-be-gone.
21487      Branch: perl
21488            ! op.c
21489 ____________________________________________________________________________
21490 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
21491         Log: Test again.  Please ignore.
21492      Branch: maint-5.6/macperl
21493            ! README.macos
21494 ____________________________________________________________________________
21495 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
21496         Log: Test.  Please ignore.
21497      Branch: maint-5.6/macperl
21498            ! README.macos
21499 ____________________________________________________________________________
21500 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
21501         Log: Include changes already sent in separately as patches,
21502              before branch was created.
21503      Branch: maint-5.6/macperl
21504            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
21505            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
21506            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
21507            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
21508            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
21509            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
21510            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
21511            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
21512            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
21513            ! t/pragma/strict.t
21514 ____________________________________________________________________________
21515 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
21516         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
21517              From: Norton Allen <allen@huarp.harvard.edu>
21518              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
21519              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
21520      Branch: perl
21521            ! utf8.h
21522 ____________________________________________________________________________
21523 [ 11183] By: nick                                  on 2001/07/06  16:27:40
21524         Log: Integrate mainline
21525      Branch: perlio
21526           +> (branch 42 files)
21527            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
21528            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
21529            - win32/bin/mdelete.bat
21530           !> (integrate 215 files)
21531 ____________________________________________________________________________
21532 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
21533         Log: The #11166 needed also these updated.
21534      Branch: perl
21535            ! lib/warnings.pm warnings.h
21536 ____________________________________________________________________________
21537 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
21538         Log: Update Changes.
21539      Branch: perl
21540            ! Changes patchlevel.h
21541 ____________________________________________________________________________
21542 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
21543         Log: Regen toc.
21544      Branch: perl
21545            ! pod/perltoc.pod
21546 ____________________________________________________________________________
21547 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
21548         Log: Nit from Abhijit.
21549      Branch: perl
21550            ! lib/CPAN.pm
21551 ____________________________________________________________________________
21552 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
21553         Log: Retract #11172.
21554      Branch: perl
21555            ! t/op/method.t
21556 ____________________________________________________________________________
21557 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
21558         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
21559              From: Norton Allen <allen@huarp.harvard.edu>
21560              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
21561              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
21562      Branch: perl
21563            ! lib/Cwd.pm
21564 ____________________________________________________________________________
21565 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
21566         Log: (Accidentally empty check-in.)
21567      Branch: perl
21568            ! utf8.h
21569 ____________________________________________________________________________
21570 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
21571         Log: Retract #11165 since Sarathy pointed out it'll not
21572              work properly under threads, the problem should be
21573              solved using "the savestack, either via SSNEW() or
21574              using a newSVpv()+SAVEFREESV() combo."
21575      Branch: perl
21576            ! ext/POSIX/POSIX.xs
21577 ____________________________________________________________________________
21578 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
21579         Log: Retract #11125 since NI-S pointed out it'll not work in
21580              cases where the extension has their own handcrafted INC
21581              et alia.
21582      Branch: perl
21583            ! lib/ExtUtils/MM_Unix.pm
21584 ____________________________________________________________________________
21585 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
21586         Log: Subject: RE: [PATCH] -I and MakeMaker again
21587              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21588              Date: Fri, 6 Jul 2001 09:18:29 +0200
21589              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
21590      Branch: perl
21591            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
21592            ! lib/ExtUtils/MM_Win32.pm
21593 ____________________________________________________________________________
21594 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
21595         Log: (Retracted by #11178)
21596              Subject: [PATCH t/op/method.t] SUPER:: strangeness
21597              From: Piers Cawley <pdcawley@iterative-software.com>
21598              Date: 06 Jul 2001 10:49:01 +0100
21599              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
21600      Branch: perl
21601            ! t/op/method.t
21602 ____________________________________________________________________________
21603 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
21604         Log: VOS README update from Paul Green.
21605      Branch: perl
21606            ! README.vos
21607 ____________________________________________________________________________
21608 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
21609         Log: Subject: [PATCH README.qnx hints/qnx.sh]
21610              From: Norton Allen <allen@huarp.harvard.edu>
21611              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
21612              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
21613      Branch: perl
21614            ! README.qnx hints/qnx.sh
21615 ____________________________________________________________________________
21616 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
21617         Log: Subject: [PATCH] Doc patch for Tie::Hash
21618              From: Artur Bergman <artur@contiller.se>
21619              Date: Thu, 05 Jul 2001 22:51:18 +0200
21620              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
21621      Branch: perl
21622            ! lib/Tie/Hash.pm
21623 ____________________________________________________________________________
21624 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
21625         Log: Subject: [PATCH] perlfaq4.pod
21626              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
21627              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
21628              Date: Thu, 5 Jul 2001 18:44:10 +0100 
21629      Branch: perl
21630            ! pod/perlfaq4.pod
21631 ____________________________________________________________________________
21632 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
21633         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
21634              From: Robin Houston <robin@kitsite.com>
21635              Date: Thu, 5 Jul 2001 18:33:21 +0100
21636              Message-ID: <20010705183321.A27345@robin.kitsite.com>
21637      Branch: perl
21638            ! ext/B/B/Deparse.pm
21639 ____________________________________________________________________________
21640 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
21641         Log: (Retracted by #11285.)
21642              
21643              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
21644              From: Abhijit Menon-Sen <ams@wiw.org>
21645              Date: Fri, 6 Jul 2001 01:26:32 +0530
21646              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
21647      Branch: perl
21648            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
21649            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
21650            ! warnings.pl
21651 ____________________________________________________________________________
21652 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
21653         Log: (Retracted by #11175)
21654              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
21655              From: Norton Allen <allen@huarp.harvard.edu>
21656              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
21657              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
21658      Branch: perl
21659            ! ext/POSIX/POSIX.xs
21660 ____________________________________________________________________________
21661 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
21662         Log: Unterminated C< (noticed by Richard Hatch), and few other
21663              small Unicode doc tweaks.
21664      Branch: perl
21665            ! pod/perlretut.pod
21666 ____________________________________________________________________________
21667 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
21668         Log: More flexible argument understanding; add charblocks() and
21669              charscripts(); make charblock() and charscript() two-way;
21670              add charinrange(); separate the $Unicode::UCD::VERSION and
21671              the version of the Unicode by adding UnicodeVersion().
21672      Branch: perl
21673            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21674 ____________________________________________________________________________
21675 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
21676         Log: Update Unicode::UCD on \p{In...}.
21677      Branch: perl
21678            ! lib/Unicode/UCD.pm
21679 ____________________________________________________________________________
21680 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
21681         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
21682              From: Norton Allen <allen@huarp.harvard.edu>
21683              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
21684              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
21685      Branch: perl
21686            ! lib/ExtUtils/MM_Unix.pm
21687 ____________________________________________________________________________
21688 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
21689         Log: POSIX-BC tweaks from Thomas Dorner.
21690      Branch: perl
21691            ! hints/posix-bc.sh perlio.h
21692 ____________________________________________________________________________
21693 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
21694         Log: Module updates for the delta.
21695      Branch: perl
21696            ! pod/perl572delta.pod
21697 ____________________________________________________________________________
21698 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
21699         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
21700              From: Norton Allen <allen@huarp.harvard.edu>
21701              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
21702              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
21703      Branch: perl
21704            ! ext/IO/lib/IO/t/io_sock.t
21705 ____________________________________________________________________________
21706 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
21707         Log: Subject: [PATCH perldiag.pod] Quick fixes
21708              From: Simon Cozens <simon@netthink.co.uk>
21709              Date: Wed, 4 Jul 2001 20:22:12 +0100
21710              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
21711      Branch: perl
21712            ! pod/perldiag.pod
21713 ____________________________________________________________________________
21714 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
21715         Log: (retracted by #13533)
21716              
21717              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
21718              From: Radu Greab <radu@netsoft.ro>
21719              Date: Wed, 4 Jul 2001 22:13:31 +0300
21720              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
21721      Branch: perl
21722            ! op.c sv.c t/op/pos.t
21723 ____________________________________________________________________________
21724 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
21725         Log: Subject: [PATCH] -I and MakeMaker again
21726              From: Michael G Schwern <schwern@pobox.com>
21727              Date: Wed, 4 Jul 2001 15:03:07 -0400
21728              Message-ID: <20010704150307.I20340@blackrider>
21729              
21730              (and retract #11145)
21731      Branch: perl
21732            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
21733            ! lib/ExtUtils/MakeMaker.pm
21734 ____________________________________________________________________________
21735 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
21736         Log: Subject: Re: PERFORCE change 11142 for review
21737              From: "Philip Newton" <Philip.Newton@gmx.net>
21738              Date: Wed, 4 Jul 2001 20:46:26 +0200
21739              Message-Id: <200107041841.VAA25380@taas.iki.fi>
21740      Branch: perl
21741            ! lib/ExtUtils/MakeMaker.pm
21742 ____________________________________________________________________________
21743 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
21744         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
21745              From: Jonathan Stowe <gellyfish@gellyfish.com>
21746              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
21747              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
21748      Branch: perl
21749            ! utils/pl2pm.PL
21750 ____________________________________________________________________________
21751 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
21752         Log: fix the binary compatibility issue when building with/without
21753              usemymalloc by exporting Perl_malloc() et al as simple wrappers
21754              around the system functions (this allows most extensions built
21755              using one mode to coexist with perls built in the other mode)
21756              
21757              XXX the Perl_mfree() wrapper might need to do return(free()) on
21758              platforms where Free_t isn't "void"
21759      Branch: perl
21760            ! embed.h embed.pl makedef.pl proto.h util.c
21761 ____________________________________________________________________________
21762 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
21763         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
21764              since it doesn't ensure threads other than the one calling fork()
21765              aren't holding any locks; the fix is to use pthread_atfork() to
21766              hold global locks
21767              
21768              building perl with -Dusemymalloc exacerbates the problem since
21769              Perl_malloc() holds a mutex, and perl's exec() calls New()
21770              
21771              XXX the code in win32thread.h may be needed on platforms that have
21772              no pthread_atfork()
21773      Branch: perl
21774            ! perl.c thread.h win32/win32thread.h
21775 ____________________________________________________________________________
21776 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
21777         Log: Integrate #11009 from maintperl.
21778      Branch: maint-5.6/macperl
21779           !> lib/ExtUtils/Manifest.pm
21780 ____________________________________________________________________________
21781 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
21782         Log: Flexing my Perforce muscles.
21783      Branch: maint-5.6/macperl
21784            ! README.macos
21785 ____________________________________________________________________________
21786 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
21787         Log: Update Changes.
21788      Branch: perl
21789            ! Changes patchlevel.h
21790 ____________________________________________________________________________
21791 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
21792         Log: Metaconfig unit change for #11146.
21793      Branch: metaconfig/U/perl
21794            ! d_fcntl_can_lock.U
21795 ____________________________________________________________________________
21796 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
21797         Log: Somehow the #ifdefs of the added code (in #11093) made
21798              HP-UX to fail the fcntl locking test, without the ifdefs
21799              the test seems to be working again.  Reason unknown:
21800              HP-UX cc doesn't complain either way.
21801      Branch: perl
21802            ! Configure
21803 ____________________________________________________________________________
21804 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
21805         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
21806      Branch: perl
21807            ! lib/ExtUtils/MM_Unix.pm
21808 ____________________________________________________________________________
21809 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
21810         Log: gcc -Wall nit.
21811      Branch: perl
21812            ! pp_hot.c
21813 ____________________________________________________________________________
21814 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
21815         Log: When removing tests updating the test count is a good idea, too.
21816      Branch: perl
21817            ! lib/Net/t/require.t
21818 ____________________________________________________________________________
21819 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
21820         Log: Document #11134 and add the new symbols to the list of
21821              of MakeMaker known ones.
21822      Branch: perl
21823            ! lib/ExtUtils/MakeMaker.pm
21824 ____________________________________________________________________________
21825 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
21826         Log: Microperl update.
21827      Branch: perl
21828            ! uconfig.h
21829 ____________________________________________________________________________
21830 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
21831         Log: Update the libnet tests as per #11138.
21832      Branch: perl
21833            - lib/Net/t/ph.t
21834            ! MANIFEST lib/Net/t/require.t
21835 ____________________________________________________________________________
21836 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
21837         Log: Regen toc and modlib.
21838      Branch: perl
21839            ! pod/perlmodlib.pod pod/perltoc.pod
21840 ____________________________________________________________________________
21841 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
21842         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
21843              Graham's request.
21844      Branch: perl
21845            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
21846            ! MANIFEST
21847 ____________________________________________________________________________
21848 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
21849         Log: Add the OS/390 harness results to the delta.
21850      Branch: perl
21851            ! pod/perl572delta.pod
21852 ____________________________________________________________________________
21853 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
21854         Log: Avoid the two study tests in OS/390 until the bug has been solved.
21855      Branch: perl
21856            ! t/op/study.t
21857 ____________________________________________________________________________
21858 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
21859         Log: DOS/DJGPP tweaks from Laszlo Molnar.
21860      Branch: perl
21861            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
21862 ____________________________________________________________________________
21863 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
21864         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
21865              From: Michael G Schwern <schwern@pobox.com>
21866              Date: Wed, 4 Jul 2001 00:01:16 -0400
21867              Message-ID: <20010704000116.C591@blackrider>
21868      Branch: perl
21869            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
21870 ____________________________________________________________________________
21871 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
21872         Log: The #11132 missed singleton characters (not part
21873              of a unilo..unihi range) in Unicode scripts.
21874      Branch: perl
21875            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
21876            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
21877            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
21878            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
21879            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
21880            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
21881            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
21882            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
21883            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
21884            ! lib/unicode/mktables.PL t/op/pat.t
21885 ____________________________________________________________________________
21886 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
21887         Log: Support preferentially the Unicode 'scripts' definition
21888              in the \p{In...} notation since according to Unicode the
21889              scripts concept is more natural for matching than using
21890              the somewhat artificial block names.  The block names are
21891              still available, though, and if there's a name conflict,
21892              the scripts one wins and the blocks one has to do with
21893              'Block' appended to its name.  For more information see
21894              
21895              http://www.unicode.org/unicode/reports/tr24/
21896      Branch: perl
21897            + lib/unicode/In/100.pl lib/unicode/In/101.pl
21898            + lib/unicode/In/102.pl lib/unicode/In/103.pl
21899            + lib/unicode/In/104.pl lib/unicode/In/105.pl
21900            + lib/unicode/In/106.pl lib/unicode/In/107.pl
21901            + lib/unicode/In/108.pl lib/unicode/In/109.pl
21902            + lib/unicode/In/110.pl lib/unicode/In/111.pl
21903            + lib/unicode/In/112.pl lib/unicode/In/113.pl
21904            + lib/unicode/In/114.pl lib/unicode/In/115.pl
21905            + lib/unicode/In/116.pl lib/unicode/In/117.pl
21906            + lib/unicode/In/118.pl lib/unicode/In/119.pl
21907            + lib/unicode/In/120.pl lib/unicode/In/121.pl
21908            + lib/unicode/In/122.pl lib/unicode/In/123.pl
21909            + lib/unicode/In/124.pl lib/unicode/In/125.pl
21910            + lib/unicode/In/126.pl lib/unicode/In/127.pl
21911            + lib/unicode/In/128.pl lib/unicode/In/129.pl
21912            + lib/unicode/In/130.pl lib/unicode/In/131.pl
21913            + lib/unicode/In/132.pl lib/unicode/In/133.pl
21914            + lib/unicode/In/134.pl lib/unicode/In/135.pl
21915            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
21916            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
21917            ! (edit 106 files)
21918 ____________________________________________________________________________
21919 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
21920         Log: Better document the difference between a block and a script.
21921      Branch: perl
21922            ! lib/Unicode/UCD.pm
21923 ____________________________________________________________________________
21924 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
21925         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
21926              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21927              Date: Tue, 3 Jul 2001 15:04:23 -0500
21928              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
21929      Branch: perl
21930            ! lib/CPAN.pm
21931 ____________________________________________________________________________
21932 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
21933         Log: Add tests for charscript().
21934      Branch: perl
21935            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21936 ____________________________________________________________________________
21937 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
21938         Log: Add charscript() to get the UTR#24 script names of characters.
21939      Branch: perl
21940            ! lib/Unicode/UCD.pm
21941 ____________________________________________________________________________
21942 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
21943         Log: Todo updates.
21944      Branch: perl
21945            ! pod/perltodo.pod
21946 ____________________________________________________________________________
21947 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
21948         Log: Unicode::UCD updates.
21949      Branch: perl
21950            ! lib/Unicode/UCD.pm
21951 ____________________________________________________________________________
21952 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
21953         Log: (Retracted by #11174)
21954              Subject: MakeMaker should pass through DEFINE and INC to subdirs
21955              From: Alan Burlison <Alan.Burlison@sun.com>
21956              Date: Tue, 03 Jul 2001 15:20:13 +0100
21957              Message-ID: <3B41D49D.A923D4F9@sun.com>
21958      Branch: perl
21959            ! lib/ExtUtils/MM_Unix.pm
21960 ____________________________________________________________________________
21961 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
21962         Log: Subject: Patch needed for UTS
21963              From: hom00@utsglobal.com (Hal Morris)
21964              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
21965              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
21966              
21967              Replace #11113 with a better version.
21968      Branch: perl
21969            ! perl.h
21970 ____________________________________________________________________________
21971 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
21972         Log: Subject: Re: POINTERRIGOR
21973              From: Andy Dougherty <doughera@lafayette.edu>
21974              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
21975              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
21976      Branch: perl
21977            ! util.c
21978 ____________________________________________________________________________
21979 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
21980         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
21981              From: "Philip Newton" <pnewton@gmx.de>
21982              Date: Tue, 3 Jul 2001 17:03:34 +0200
21983              Message-ID: <3B41FAE6.29564.660E117@localhost>
21984      Branch: perl
21985            ! pp_hot.c
21986 ____________________________________________________________________________
21987 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
21988         Log: Typos.
21989      Branch: perl
21990            ! INSTALL
21991 ____________________________________________________________________________
21992 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
21993         Log: Subject: [PATCH 5.6.1] debugger fixes
21994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21995              Date: Tue, 3 Jul 2001 03:38:18 -0400
21996              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
21997              
21998              The $^S is working again.
21999      Branch: perl
22000            ! lib/perl5db.pl
22001 ____________________________________________________________________________
22002 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
22003         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
22004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22005              Date: Tue, 3 Jul 2001 03:34:06 -0400
22006              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
22007      Branch: perl
22008            ! os2/OS2/Process/Process.pm
22009 ____________________________________________________________________________
22010 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
22011         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
22012              From: "Philip Newton" <Philip.Newton@gmx.net>
22013              Date: Tue, 3 Jul 2001 09:11:27 +0200
22014              Message-Id: <200107030706.KAA04596@taas.iki.fi>
22015      Branch: perl
22016            ! lib/FindBin.pm
22017 ____________________________________________________________________________
22018 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
22019         Log: Delta delta.
22020      Branch: perl
22021            ! pod/perl572delta.pod
22022 ____________________________________________________________________________
22023 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
22024         Log: Metaconfig unit change for 11115.
22025      Branch: metaconfig
22026            ! U/modified/libc.U
22027 ____________________________________________________________________________
22028 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
22029         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
22030              (from Richard Hatch) (this was the cause of pipes() and
22031              times() myeteriously not being found)
22032      Branch: perl
22033            ! Configure
22034 ____________________________________________________________________________
22035 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
22036         Log: Retract #10142, the real culprit found by Richard Hatch,
22037              coming soon to Configure near you.
22038      Branch: perl
22039            ! hints/aix.sh
22040 ____________________________________________________________________________
22041 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
22042         Log: (Replaced by #11124) UTS workaround from Hal Morris.
22043      Branch: perl
22044            ! perl.h
22045 ____________________________________________________________________________
22046 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
22047         Log: Subject: [PATCH] grok not grocking correctly
22048              From: Nicholas Clark <nick@ccl4.org>
22049              Date: Tue, 3 Jul 2001 00:19:08 +0100
22050              Message-ID: <20010703001908.H59620@plum.flirble.org>
22051      Branch: perl
22052            ! numeric.c
22053 ____________________________________________________________________________
22054 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
22055         Log: Subject: [PATCH Deparse.t] test just-posted patches
22056              From: Robin Houston <robin@kitsite.com>
22057              Date: Mon, 2 Jul 2001 23:46:15 +0100
22058              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
22059      Branch: perl
22060            ! ext/B/Deparse.t
22061 ____________________________________________________________________________
22062 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
22063         Log: Subject: [PATCH toke.c] autosplit into @F
22064              From: Robin Houston <robin@kitsite.com>
22065              Date: Mon, 2 Jul 2001 23:18:20 +0100
22066              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
22067      Branch: perl
22068            ! perl.c toke.c
22069 ____________________________________________________________________________
22070 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
22071         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
22072              From: Robin Houston <robin@kitsite.com>
22073              Date: Mon, 2 Jul 2001 23:00:48 +0100
22074              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
22075      Branch: perl
22076            ! ext/B/B/Deparse.pm
22077 ____________________________________________________________________________
22078 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
22079         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
22080              From: "Philip Newton" <Philip.Newton@gmx.net>
22081              Date: Mon, 2 Jul 2001 22:06:22 +0200
22082              (no Message-Id)
22083      Branch: perl
22084            ! ext/NDBM_File/hints/linux.pl
22085 ____________________________________________________________________________
22086 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
22087         Log: Subject: Re: Fixed pack problem - sort of
22088              From: Nicholas Clark <nick@ccl4.org>
22089              Date: Mon, 2 Jul 2001 20:59:20 +0100
22090              Message-ID: <20010702205919.F59620@plum.flirble.org>
22091      Branch: perl
22092            ! pp_pack.c t/op/pack.t
22093 ____________________________________________________________________________
22094 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
22095         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
22096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22097              Date: Mon, 2 Jul 2001 15:45:41 -0400
22098              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
22099      Branch: perl
22100            ! os2/os2.c
22101 ____________________________________________________________________________
22102 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
22103         Log: (Mistaken retraction)
22104      Branch: perl
22105            ! utils/pl2pm.PL
22106 ____________________________________________________________________________
22107 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
22108         Log: Detypo in #11103.
22109      Branch: perl
22110            ! utils/pl2pm.PL
22111 ____________________________________________________________________________
22112 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
22113         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
22114              From: Jonathan Stowe <gellyfish@gellyfish.com>
22115              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
22116              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
22117      Branch: perl
22118            ! utils/pl2pm.PL
22119 ____________________________________________________________________________
22120 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
22121         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
22122              From: "Craig A. Berry" <craigberry@mac.com>
22123              Date: Mon, 02 Jul 2001 14:11:23 -0500
22124              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
22125      Branch: perl
22126            ! lib/Unicode/UCD.pm
22127 ____________________________________________________________________________
22128 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
22129         Log: Subject: [PATCH] Re: op/numconvert.t failures
22130              From: Nicholas Clark <nick@ccl4.org>
22131              Date: Mon, 2 Jul 2001 20:10:48 +0100
22132              Message-ID: <20010702201048.E59620@plum.flirble.org>
22133      Branch: perl
22134            ! t/op/numconvert.t
22135 ____________________________________________________________________________
22136 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
22137         Log: Update Changes.
22138      Branch: perl
22139            ! Changes patchlevel.h
22140 ____________________________________________________________________________
22141 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
22142         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
22143              The real fix must be more involved.  The line of code all the leaky
22144              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
22145              line of Perl_newPMOP().
22146      Branch: perl
22147            ! op.h
22148 ____________________________________________________________________________
22149 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
22150         Log: Based on
22151              
22152              Subject: Re: sizeof(struct sembuf)
22153              From: Nicholas Clark <nick@ccl4.org>
22154              Date: Sun, 1 Jul 2001 22:26:48 +0100
22155              Message-ID: <20010701222648.W59620@plum.flirble.org>
22156              
22157              but do semop() always the slow way.
22158      Branch: perl
22159            ! doio.c
22160 ____________________________________________________________________________
22161 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
22162         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
22163              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22164              Date: Tue, 03 Jul 2001 00:56:30 +0900
22165              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
22166      Branch: perl
22167            ! ext/Encode/Encode/Tcl.t
22168 ____________________________________________________________________________
22169 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
22170         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
22171              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22172              Date: Tue, 03 Jul 2001 00:55:46 +0900
22173              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
22174      Branch: perl
22175            ! ext/Encode/Encode/Tcl.pm
22176 ____________________________________________________________________________
22177 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
22178         Log: Regen api and toc.
22179      Branch: perl
22180            ! pod/perlapi.pod pod/perltoc.pod
22181 ____________________________________________________________________________
22182 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
22183         Log: Metaconfig unit change for #11093.
22184      Branch: metaconfig/U/perl
22185            ! d_fcntl_can_lock.U
22186 ____________________________________________________________________________
22187 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
22188         Log: The fcntl locking test may hang if NFS locking messed up;
22189              break out with alarm(10).
22190      Branch: perl
22191            ! Configure
22192 ____________________________________________________________________________
22193 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
22194         Log: Move the mdelete.bat from win32/bin to win32.
22195      Branch: perl
22196            ! MANIFEST
22197 ____________________________________________________________________________
22198 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
22199         Log: Typo in #11083.
22200      Branch: perl
22201            ! ext/Time/Piece/Piece.t
22202 ____________________________________________________________________________
22203 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
22204         Log: Netware tweaks from Guruprasad.
22205      Branch: perl
22206            - NetWare/perlsdio.h
22207            ! MANIFEST NetWare/Makefile NetWare/interface.c
22208            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
22209            ! perlsdio.h
22210 ____________________________________________________________________________
22211 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
22212         Log: Subject: Re: [PATH] shared -> unique;
22213              From: Abhijit Menon-Sen <ams@wiw.org>
22214              Date: Wed, 27 Jun 2001 03:51:27 +0530
22215              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
22216      Branch: perl
22217            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
22218 ____________________________________________________________________________
22219 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
22220         Log: Subject: Re: AIX / gcc-3.0
22221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22222              Date: Mon, 02 Jul 2001 15:20:21 +0200
22223              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
22224      Branch: perl
22225            ! hints/aix.sh
22226 ____________________________________________________________________________
22227 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
22228         Log: Subject: Re: Bug report: split splits on wrong pattern
22229              From: Abhijit Menon-Sen <ams@wiw.org>
22230              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
22231              Date: Mon, 2 Jul 2001 16:31:33 +0530
22232      Branch: perl
22233            ! pp_ctl.c
22234 ____________________________________________________________________________
22235 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
22236         Log: Subject: [PATCH 5.6.1] test harness
22237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22238              Date: Mon, 2 Jul 2001 06:29:21 -0400
22239              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
22240      Branch: perl
22241            ! lib/Test/Harness.pm
22242 ____________________________________________________________________________
22243 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
22244         Log: Subject: [PATCH 5.6.1] debugger goof
22245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22246              Date: Mon, 2 Jul 2001 06:27:22 -0400
22247              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
22248      Branch: perl
22249            ! lib/perl5db.pl
22250 ____________________________________________________________________________
22251 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
22252         Log: Subject: [PATCH 5.6.1] OS/2 cwd
22253              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22254              Date: Mon, 2 Jul 2001 06:21:17 -0400
22255              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
22256      Branch: perl
22257            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
22258 ____________________________________________________________________________
22259 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
22260         Log: Make #11082 more OS/2-specific.
22261      Branch: perl
22262            ! ext/Time/Piece/Piece.t
22263 ____________________________________________________________________________
22264 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
22265         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
22266              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22267              Date: Mon, 2 Jul 2001 06:06:34 -0400
22268              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
22269      Branch: perl
22270            ! ext/Time/Piece/Piece.t
22271 ____________________________________________________________________________
22272 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
22273         Log: Subject: [PATCH B::Deparse] version number & changes
22274              From: Robin Houston <robin@kitsite.com>  
22275              Date: Sun, 1 Jul 2001 17:17:29 +0100
22276              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
22277      Branch: perl
22278            ! ext/B/B/Deparse.pm
22279 ____________________________________________________________________________
22280 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
22281         Log: Subject: a small fix.
22282              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22283              Date: Mon, 2 Jul 2001 12:17:53 +0200
22284              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
22285      Branch: perl
22286            ! ext/Thread/Thread.xs
22287 ____________________________________________________________________________
22288 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
22289         Log: Subject: RE: perl@10907
22290              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22291              Date: Mon, 2 Jul 2001 12:06:16 +0200
22292              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
22293              
22294              Borland C vs PerlIO.
22295      Branch: perl
22296            ! win32/config.bc win32/config_H.bc
22297 ____________________________________________________________________________
22298 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
22299         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
22300              From: "H.M. Brand" <merijn@l1.procura.nl>
22301              Date: Mon, 02 Jul 2001 11:18:57 +0200
22302              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
22303      Branch: perl
22304            ! t/op/write.t
22305 ____________________________________________________________________________
22306 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
22307         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
22308              From: Michael G Schwern <schwern@pobox.com>
22309              Date: Mon, 2 Jul 2001 00:26:24 -0400
22310              Message-ID: <20010702002624.A18302@blackrider>
22311      Branch: perl
22312            - ext/util/mkbootstrap
22313 ____________________________________________________________________________
22314 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
22315         Log: Subject: [PATCH op.h] v minor comment tweak
22316              From: Robin Houston <robin@puffinry.freeserve.co.uk>
22317              Date: Mon, 2 Jul 2001 00:42:01 +0100
22318              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
22319      Branch: perl
22320            ! op.h
22321 ____________________________________________________________________________
22322 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
22323         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
22324      Branch: perl
22325            ! pod/perlfunc.pod
22326 ____________________________________________________________________________
22327 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
22328         Log: Subject: Re: sizeof(struct sembuf)
22329              From: Nicholas Clark <nick@ccl4.org>
22330              Date: Sun, 1 Jul 2001 19:23:16 +0100
22331              Message-ID: <20010701192316.V59620@plum.flirble.org>
22332              
22333              s/signaling/signalling/
22334      Branch: perl
22335            ! pod/perlfunc.pod
22336 ____________________________________________________________________________
22337 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
22338         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
22339              From: "Philip Newton" <Philip.Newton@gmx.net>
22340              Date: Sun, 1 Jul 2001 09:37:56 +0200
22341              Message-Id: <200107010733.KAA03920@taas.iki.fi>
22342      Branch: perl
22343            ! pod/perlvar.pod
22344 ____________________________________________________________________________
22345 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
22346         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
22347              From: "Philip Newton" <Philip.Newton@gmx.net>
22348              Date: Sun, 1 Jul 2001 09:37:56 +0200
22349              Message-Id: <200107010733.KAA03925@taas.iki.fi>
22350      Branch: perl
22351            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
22352 ____________________________________________________________________________
22353 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
22354         Log: Metaconfig unit change for #11070.
22355      Branch: metaconfig
22356            ! U/compline/randfunc.U
22357 ____________________________________________________________________________
22358 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
22359         Log: Subject: [PATCH perlsnap] its --> it's --> its
22360              From: "Philip Newton" <Philip.Newton@gmx.net>
22361              Date: Sun, 1 Jul 2001 09:37:56 +0200
22362              Message-Id: <200107010733.KAA03914@taas.iki.fi>
22363      Branch: perl
22364            ! Porting/config_H
22365 ____________________________________________________________________________
22366 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
22367         Log: Sync with Sarathy; integrate with perlio.
22368      Branch: perl
22369           !> gv.c
22370 ____________________________________________________________________________
22371 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
22372         Log: regenerate win32/config_H.?c files
22373      Branch: perl
22374            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22375 ____________________________________________________________________________
22376 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
22377         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
22378              naming discipline
22379              
22380              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
22381              because of this)
22382              
22383              fix a warning about "fd" being used without being set in Cwd.xs
22384      Branch: perl
22385            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
22386            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
22387            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
22388            ! win32/config.vc
22389 ____________________________________________________________________________
22390 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
22391         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
22392              within macro arguments") and warnings ("unary minus applied to
22393              unsigned type", among others)
22394      Branch: perl
22395            ! gv.c hv.c op.c pp.c sv.c toke.c
22396 ____________________________________________________________________________
22397 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
22398         Log: win32 fixes: more spurious CRs
22399      Branch: perl
22400            ! win32/mdelete.bat
22401 ____________________________________________________________________________
22402 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
22403         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
22404              from win32/bin (or it gets deleted by distclean); don't delete
22405              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
22406              NT (should be made Win9x specific, and added to makefile.mk)
22407      Branch: perl
22408           +> win32/mdelete.bat
22409            - win32/bin/mdelete.bat
22410            ! win32/Makefile win32/makefile.mk
22411 ____________________________________________________________________________
22412 [ 11063] By: nick                                  on 2001/07/01  18:54:09
22413         Log: Quick for for #ifdef mess
22414      Branch: perlio
22415            ! gv.c
22416 ____________________________________________________________________________
22417 [ 11062] By: nick                                  on 2001/07/01  18:47:42
22418         Log: Raw integrate - does not build #if mess in gv.c
22419      Branch: perlio
22420           !> (integrate 29 files)
22421 ____________________________________________________________________________
22422 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
22423         Log: Make 'compile' target a little less broken.
22424              Still very broken, though: -Wall warnings from
22425              the generated code, boot_Foo prototypes missing,
22426              can't autoload Fcntl::SEEK_CUR et alia, ...
22427      Branch: perl
22428            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
22429            ! utils/perlcc.PL x2p/Makefile.SH
22430 ____________________________________________________________________________
22431 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
22432         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
22433      Branch: perl
22434            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22435            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
22436 ____________________________________________________________________________
22437 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
22438         Log: Update Changes.
22439      Branch: perl
22440            ! Changes patchlevel.h
22441 ____________________________________________________________________________
22442 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
22443         Log: Still one typo, regen toc.
22444      Branch: perl
22445            ! lib/Unicode/UCD.pm pod/perltoc.pod
22446 ____________________________________________________________________________
22447 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
22448         Log: Detypos and regen toc.
22449      Branch: perl
22450            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
22451 ____________________________________________________________________________
22452 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
22453         Log: VERSION tweak.
22454      Branch: perl
22455            ! ext/List/Util/lib/List/Util.pm
22456 ____________________________________________________________________________
22457 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
22458         Log: Attempt at plugging the leak under ithreads detected by Doug.
22459      Branch: perl
22460            ! op.h
22461 ____________________________________________________________________________
22462 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
22463         Log: gcc -Wall lint after #11051.
22464      Branch: perl
22465            ! pp_sys.c
22466 ____________________________________________________________________________
22467 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
22468         Log: Integrate perlio.
22469      Branch: perl
22470           !> lib/File/Find/taint.t
22471 ____________________________________________________________________________
22472 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
22473         Log: Don't use the v-strings for module VERSIONs.
22474      Branch: perl
22475            ! lib/Unicode/UCD.pm
22476 ____________________________________________________________________________
22477 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
22478         Log: Code cleanup based on turning off the -woffs in IRIX.
22479              Not all of the gripes cleaned up (hairy code in hv.c and
22480              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
22481              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
22482              to the IRIX hints)
22483      Branch: perl
22484            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
22485            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
22486            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
22487            ! regcomp.c sv.c
22488 ____________________________________________________________________________
22489 [ 11050] By: nick                                  on 2001/06/30  20:46:46
22490         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
22491      Branch: perlio
22492            ! lib/File/Find/taint.t
22493 ____________________________________________________________________________
22494 [ 11049] By: nick                                  on 2001/06/30  18:13:33
22495         Log: Integrate mainline
22496      Branch: perlio
22497           +> NetWare/nwstdio.h NetWare/perlsdio.h
22498           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
22499           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
22500           +> lib/Unicode/UCD.t t/run/exit.t
22501           !> (integrate 60 files)
22502 ____________________________________________________________________________
22503 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
22504         Log: Delta delta.
22505      Branch: perl
22506            ! pod/perl572delta.pod
22507 ____________________________________________________________________________
22508 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
22509         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
22510              by CPAN.pm, use rather _00.
22511      Branch: perl
22512            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
22513            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
22514            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
22515            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
22516            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
22517            ! lib/ExtUtils/Embed.pm lib/Test.pm
22518 ____________________________________________________________________________
22519 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
22520         Log: Add a simple Unicode character database interface, Unicode::UCD.
22521      Branch: perl
22522            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
22523            ! MANIFEST
22524 ____________________________________________________________________________
22525 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
22526         Log: Subject: [PATCH] op/numconver.t
22527              From: Nicholas Clark <nick@ccl4.org>
22528              Date: Sat, 30 Jun 2001 15:40:10 +0100
22529              Message-ID: <20010630154010.I59620@plum.flirble.org>
22530      Branch: perl
22531            ! t/op/numconvert.t
22532 ____________________________________________________________________________
22533 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
22534         Log: The $^N is now taken (by #11038).
22535      Branch: perl
22536            ! t/base/lex.t
22537 ____________________________________________________________________________
22538 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
22539         Log: The #11040 had slipped to a wrong function...
22540      Branch: perl
22541            ! sv.c
22542 ____________________________________________________________________________
22543 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
22544         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
22545              the Configure library symbol probe mysteriously finds all
22546              symbols but those of pipe() and times().
22547      Branch: perl
22548            ! hints/aix.sh
22549 ____________________________________________________________________________
22550 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
22551         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
22552              From: Nicholas Clark <nick@ccl4.org>
22553              Date: Fri, 29 Jun 2001 23:49:07 +0100
22554              Message-ID: <20010629234907.D59620@plum.flirble.org>
22555      Branch: perl
22556            ! lib/ExtUtils.t
22557 ____________________________________________________________________________
22558 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
22559         Log: Subject: [PATCH] weakref fix 2, not yet there
22560              From: Artur Bergman <artur@contiller.se>
22561              Date: Sat, 30 Jun 2001 01:18:16 +0200
22562              Message-ID: <B762D957.1CC9%artur@contiller.se>
22563      Branch: perl
22564            ! sv.c
22565 ____________________________________________________________________________
22566 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
22567         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
22568              From: Michael G Schwern <schwern@pobox.com>
22569              Date: Fri, 29 Jun 2001 19:39:11 -0400
22570              Message-ID: <20010629193910.D25304@blackrider>
22571      Branch: perl
22572            + t/run/exit.t
22573            ! MANIFEST
22574 ____________________________________________________________________________
22575 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
22576         Log: Add support for $^N, the most-recently closed group.
22577      Branch: perl
22578            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
22579            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
22580            ! thrdvar.h
22581 ____________________________________________________________________________
22582 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
22583         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
22584              From: lvirden@cas.org
22585              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
22586              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
22587              
22588              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
22589              From: lvirden@cas.org
22590              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
22591              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
22592      Branch: perl
22593            ! README.solaris
22594 ____________________________________________________________________________
22595 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
22596         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
22597              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22598              Date: Sat, 30 Jun 2001 07:33:37 +0900
22599              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
22600              
22601              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
22602              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22603              Date: Sat, 30 Jun 2001 21:38:14 +0900
22604              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
22605      Branch: perl
22606            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
22607            + ext/Encode/Encode/7bit-kr.enc
22608            ! MANIFEST ext/Encode/Encode/Tcl.pm
22609 ____________________________________________________________________________
22610 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
22611         Log: NetWare tweaks from Guruprasad.
22612      Branch: perl
22613            + NetWare/nwstdio.h NetWare/perlsdio.h
22614            ! MANIFEST NetWare/Makefile NetWare/config.wc
22615            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
22616            ! NetWare/t/Readme.txt
22617 ____________________________________________________________________________
22618 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
22619         Log: More module $VERSION bump-ups.
22620      Branch: perl
22621            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
22622            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
22623            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
22624 ____________________________________________________________________________
22625 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
22626         Log: Doc update due to #11032.
22627      Branch: perl
22628            ! pod/perl572delta.pod
22629 ____________________________________________________________________________
22630 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
22631         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
22632              From: Peter Prymmer <pvhp@forte.com>
22633              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
22634              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
22635      Branch: perl
22636            ! ext/Time/HiRes/HiRes.xs
22637 ____________________________________________________________________________
22638 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
22639         Log: -lpthreads missing in AIX.
22640      Branch: perl
22641            ! hints/aix.sh
22642 ____________________________________________________________________________
22643 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
22644         Log: Subject: [PATCH] CLONE && weakrefs
22645              From: Artur Bergman <artur@contiller.se>
22646              Date: Fri, 29 Jun 2001 17:02:00 +0200
22647              Message-ID: <B7626508.1CA0%artur@contiller.se>
22648      Branch: perl
22649            ! sv.c
22650 ____________________________________________________________________________
22651 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
22652         Log: Subject: Re: Bug report: split splits on wrong pattern
22653              From: Radu Greab <radu@netsoft.ro>
22654              Date: Wed, 27 Jun 2001 21:50:52 +0300
22655              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
22656      Branch: perl
22657            ! pp_ctl.c t/op/split.t
22658 ____________________________________________________________________________
22659 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
22660         Log: Metaconfig unit change for #11027.
22661      Branch: metaconfig/U/perl
22662            ! d_modfl.U
22663 ____________________________________________________________________________
22664 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
22665         Log: I thought this Configure glitch for AIX was just recently fixed?
22666      Branch: perl
22667            ! Configure
22668 ____________________________________________________________________________
22669 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
22670         Log: Update Changes.
22671      Branch: perl
22672            ! Changes patchlevel.h
22673 ____________________________________________________________________________
22674 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
22675         Log: Subject: Re: perl@10967, File::Find, and Cwd
22676              From: Mike Guy <mjtg@cam.ac.uk>
22677              Date: Fri, 29 Jun 2001 14:56:49 +0100
22678              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
22679      Branch: perl
22680            ! lib/File/Find/taint.t
22681 ____________________________________________________________________________
22682 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
22683         Log: Update the sv_pvprintify() spec.
22684      Branch: perl
22685            ! pod/perltodo.pod
22686 ____________________________________________________________________________
22687 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
22688         Log: Known test failures update.
22689      Branch: perl
22690            ! pod/perl572delta.pod
22691 ____________________________________________________________________________
22692 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
22693         Log: Based on
22694              
22695              Subject: [PATCH @11016] More );) fixes
22696              From: Richard Soderberg <rs@crystalflame.net>
22697              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
22698              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
22699      Branch: perl
22700            ! ext/Thread/Thread.xs ext/Thread/typemap
22701 ____________________________________________________________________________
22702 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
22703         Log: Subject: [PATCH @11016] Fixes compile errors in four files
22704              From: Richard Soderberg <rs@crystalflame.net>
22705              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
22706              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
22707      Branch: perl
22708            ! mg.c pp.c pp_hot.c util.c
22709 ____________________________________________________________________________
22710 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
22711         Log: AIX hints tweaking continues, from Merijn Brand.
22712      Branch: perl
22713            ! hints/aix.sh
22714 ____________________________________________________________________________
22715 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
22716         Log: HP-UX needs gccversion sooner, from Merijn Brand.
22717      Branch: perl
22718            ! hints/hpux.sh
22719 ____________________________________________________________________________
22720 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
22721         Log: Subject: [PATCH 5.6.1] OS/2 docs
22722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22723              Date: Fri, 29 Jun 2001 02:34:12 -0400
22724              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
22725      Branch: perl
22726            ! README.os2 os2/Changes
22727 ____________________________________________________________________________
22728 [ 11017] By: nick                                  on 2001/06/29  10:20:30
22729         Log: Integrate mainline
22730      Branch: perlio
22731           +> (branch 37 files)
22732            - ext/ODBM_File/sdbm.t
22733           !> (integrate 211 files)
22734 ____________________________________________________________________________
22735 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
22736         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
22737              the modules found using a script written by Larry Schatzer Jr.
22738      Branch: perl
22739            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
22740            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
22741            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22742            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
22743            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
22744            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
22745            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
22746            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
22747            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
22748            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
22749            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
22750            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
22751            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
22752            ! lib/constant.pm lib/fields.pm lib/strict.pm
22753 ____________________________________________________________________________
22754 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
22755         Log: The latest JPL from the anoncvs.
22756      Branch: perl
22757            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22758 ____________________________________________________________________________
22759 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
22760         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
22761      Branch: perl
22762            ! t/op/pat.t
22763 ____________________________________________________________________________
22764 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
22765         Log: Worrying about insecure directories now is a bit too late.
22766      Branch: perl
22767            ! lib/File/Find/taint.t
22768 ____________________________________________________________________________
22769 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
22770         Log: Cannot DIE() in a void function,
22771              from Richard Hatch <rhatch@austin.ibm.com>.
22772      Branch: perl
22773            ! ext/IPC/SysV/SysV.xs
22774 ____________________________________________________________________________
22775 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
22776         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
22777              From: Peter Prymmer <pvhp@forte.com>
22778              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
22779              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
22780              
22781              (unfinished: time/hires tests 3, 5, 14 failing, but better
22782              than wholesale failure)
22783      Branch: perl
22784            ! ext/Time/HiRes/HiRes.xs
22785 ____________________________________________________________________________
22786 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
22787         Log: Subject: [PATCH 5.6.1] OS/2 improvements
22788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22789              Date: Thu, 28 Jun 2001 16:03:14 -0400
22790              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
22791      Branch: perl
22792            + os2/os2_base.t
22793            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
22794            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
22795            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
22796            ! os2/os2ish.h
22797 ____________________________________________________________________________
22798 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
22799         Log: Subject: Incrementing Extutils::Manifest's $VERSION
22800              From: Michael G Schwern <schwern@pobox.com>
22801              Date: Thu, 28 Jun 2001 13:13:49 -0400
22802              Message-ID: <20010628131349.A14738@blackrider>
22803      Branch: maint-5.6/perl
22804            ! lib/ExtUtils/Manifest.pm
22805 ____________________________________________________________________________
22806 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
22807         Log: AIX tweak from Merijn Brand.
22808      Branch: perl
22809            ! hints/aix.sh
22810 ____________________________________________________________________________
22811 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
22812         Log: Create the macperl branch.
22813      Branch: maint-5.6/macperl
22814           +> (branch 1728 files)
22815 ____________________________________________________________________________
22816 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
22817         Log: Update Changes.
22818      Branch: perl
22819            ! Changes patchlevel.h
22820 ____________________________________________________________________________
22821 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
22822         Log: More Perforce lore.
22823      Branch: perl
22824            ! Porting/repository.pod
22825 ____________________________________________________________________________
22826 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
22827         Log: Metaconfig unit changes for #11003.
22828      Branch: metaconfig/U/perl
22829            + d_nl_langinfo.U i_langinfo.U
22830 ____________________________________________________________________________
22831 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
22832         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
22833              Expected not to exist in non-UNIX excepting in VMS, where
22834              according to a quick web survey they just might.
22835      Branch: perl
22836            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
22837            ! Porting/config_H config_h.SH configure.com epoc/config.sh
22838            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
22839            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22840            ! win32/config.bc win32/config.gc win32/config.vc
22841 ____________________________________________________________________________
22842 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
22843         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
22844              in AIX is one is doing a 64-bit build.
22845      Branch: perl
22846            ! hints/aix.sh
22847 ____________________________________________________________________________
22848 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
22849         Log: Metaconfig unit changes for #11000.
22850      Branch: metaconfig/U/perl
22851            ! use64bits.U uselfs.U
22852 ____________________________________________________________________________
22853 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
22854         Log: Move use64bitint and use64bitall before uselargefiles.
22855      Branch: perl
22856            ! Configure
22857 ____________________________________________________________________________
22858 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
22859         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
22860              From: Robert Spier <rspier@pobox.com>
22861              Message-ID: <15162.41164.618712.841415@rls.cx>
22862              Date: Wed, 27 Jun 2001 23:13:16 -0400
22863      Branch: perl
22864            ! doio.c
22865 ____________________________________________________________________________
22866 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
22867         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
22868              From: Peter Prymmer <pvhp@forte.com>
22869              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
22870              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
22871      Branch: perl
22872            ! numeric.c
22873 ____________________________________________________________________________
22874 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
22875         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
22876              From: Peter Prymmer <pvhp@forte.com>
22877              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
22878              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
22879      Branch: perl
22880            ! configure.com ext/Digest/MD5/Makefile.PL
22881 ____________________________________________________________________________
22882 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
22883         Log: Update Changes.
22884      Branch: perl
22885            ! Changes patchlevel.h
22886 ____________________________________________________________________________
22887 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
22888         Log: Tiny EPOC updates.
22889      Branch: perl
22890            ! epoc/config.sh
22891 ____________________________________________________________________________
22892 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
22893         Log: The Test::More and Test::Simple tests required help
22894              thanks to our schizophrenic test scheme.
22895      Branch: perl
22896            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22897            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22898            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22899            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
22900            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
22901 ____________________________________________________________________________
22902 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
22903         Log: Upgrade to Test::Simple 0.09.
22904      Branch: perl
22905            + lib/Test/Simple/Changes
22906            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
22907            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22908            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22909            ! lib/Test/Simple/t/plan_is_noplan.t
22910 ____________________________________________________________________________
22911 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
22912         Log: Upgrade to Test::More 0.07.
22913      Branch: perl
22914            + lib/Test/More/Changes
22915            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
22916            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
22917            ! lib/Test/More/t/skipall.t
22918 ____________________________________________________________________________
22919 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
22920         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
22921              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22922              Date: Wed, 27 Jun 2001 18:40:04 +0200
22923              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
22924      Branch: perl
22925            ! hints/hpux.sh
22926 ____________________________________________________________________________
22927 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
22928         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22929              From: Norton Allen <allen@huarp.harvard.edu>
22930              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
22931              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
22932      Branch: perl
22933            ! README.qnx hints/qnx.sh
22934 ____________________________________________________________________________
22935 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
22936         Log: Subject: [PATCH] two little documentation nits
22937              From: Abhijit Menon-Sen <ams@wiw.org>
22938              Date: Wed, 27 Jun 2001 20:07:50 +0530
22939              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
22940      Branch: perl
22941            ! sv.c sv.h
22942 ____________________________________________________________________________
22943 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
22944         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
22945              From: Norton Allen <allen@huarp.harvard.edu>
22946              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
22947              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
22948      Branch: perl
22949            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
22950 ____________________________________________________________________________
22951 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
22952         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
22953              From: Michael G Schwern <schwern@pobox.com>
22954              Date: Wed, 27 Jun 2001 02:34:58 -0400
22955              Message-ID: <20010627023458.K23874@blackrider>
22956      Branch: perl
22957            ! vms/test.com
22958 ____________________________________________________________________________
22959 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
22960         Log: Add perl_clone_host() for Netware.
22961      Branch: perl
22962            ! NetWare/nw5.c
22963 ____________________________________________________________________________
22964 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
22965         Log: GCC 3.0 hints for HP-UX.
22966      Branch: perl
22967            ! hints/hpux.sh
22968 ____________________________________________________________________________
22969 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
22970         Log: In some Linux distributions the libndbm is broken
22971              (no null key support), therefore link with libgdbm
22972              (if available), since it has a working ndbm emulation,
22973              from Jonathan Stowe.
22974      Branch: perl
22975            + ext/NDBM_File/hints/linux.pl
22976            ! MANIFEST
22977 ____________________________________________________________________________
22978 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
22979         Log: Subject: [PATCH perl@10930] find.t hack for VMS
22980              From: "Craig A. Berry" <craigberry@mac.com>
22981              Date: Tue, 26 Jun 2001 23:40:25 -0500
22982              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
22983      Branch: perl
22984            ! lib/File/Find/find.t
22985 ____________________________________________________________________________
22986 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
22987         Log: AUTHORS updates.
22988      Branch: perl
22989            ! AUTHORS
22990 ____________________________________________________________________________
22991 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
22992         Log: Metaconfig unit change like #10980.
22993      Branch: metaconfig
22994            ! U/compline/d_stdstdio.U
22995 ____________________________________________________________________________
22996 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
22997         Log: "lose the it's", from Abhijit Menon-Sen.
22998              ("It's" not searched, pods not searched.)
22999      Branch: perl
23000            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
23001            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
23002            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
23003            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
23004            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
23005            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
23006 ____________________________________________________________________________
23007 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
23008         Log: "lose the looses", from Abhijit Menon-Sen.
23009      Branch: perl
23010            ! ext/B/B/Assembler.pm gv.c
23011 ____________________________________________________________________________
23012 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
23013         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
23014      Branch: perl
23015            ! hints/os390.sh
23016 ____________________________________________________________________________
23017 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
23018         Log: DEC C 5.3 on the VAX simply doesn't seem to like
23019              compiling the MD5 extension, disable it there for now,
23020              from Peter Prymmer.
23021      Branch: perl
23022            ! configure.com
23023 ____________________________________________________________________________
23024 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
23025         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
23026              From: Jonathan Stowe <gellyfish@gellyfish.com>
23027              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
23028              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
23029      Branch: perl
23030            ! pod/perlfaq3.pod
23031 ____________________________________________________________________________
23032 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
23033         Log: Subject: [PATCH 5.6.1] perlxs misprints
23034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23035              Date: Tue, 26 Jun 2001 17:20:00 -0400
23036              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
23037      Branch: perl
23038            ! pod/perlxs.pod
23039 ____________________________________________________________________________
23040 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
23041         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
23042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23043              Date: Tue, 26 Jun 2001 17:27:07 -0400
23044              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
23045      Branch: perl
23046            ! lib/ExtUtils/MM_Unix.pm
23047 ____________________________________________________________________________
23048 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
23049         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
23050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23051              Date: Tue, 26 Jun 2001 17:23:24 -0400
23052              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
23053      Branch: perl
23054            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
23055 ____________________________________________________________________________
23056 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
23057         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
23058              by Olaf Flebbe.
23059      Branch: perl
23060            ! perl.h
23061 ____________________________________________________________________________
23062 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
23063         Log: Detypo.
23064      Branch: perl
23065            ! lib/Memoize/t/tie_sdbm.t
23066 ____________________________________________________________________________
23067 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
23068         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
23069      Branch: perl
23070            ! win32/perllib.c
23071 ____________________________________________________________________________
23072 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
23073         Log: Subject: [patch] perl_clone+CvFILE
23074              From: Doug MacEachern <dougm@covalent.net>
23075              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
23076              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
23077      Branch: perl
23078            ! sv.c
23079 ____________________________________________________________________________
23080 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
23081         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
23082              From: Mark-Jason Dominus <mjd@plover.com>
23083              Date: Tue, 26 Jun 2001 12:33:01 -0400
23084              Message-ID: <20010626163301.31298.qmail@plover.com>
23085      Branch: perl
23086            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
23087 ____________________________________________________________________________
23088 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
23089         Log: Update Changes.
23090      Branch: perl
23091            ! Changes patchlevel.h
23092 ____________________________________________________________________________
23093 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
23094         Log: Also catfile() needs now to explicitly exported.
23095      Branch: perl
23096            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
23097 ____________________________________________________________________________
23098 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
23099         Log: Regen toc.
23100      Branch: perl
23101            ! pod/perltoc.pod
23102 ____________________________________________________________________________
23103 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
23104         Log: Nonexistent pod command.
23105      Branch: perl
23106            ! pod/perl572delta.pod
23107 ____________________________________________________________________________
23108 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
23109         Log: Be more portable in the quest for tmpdir.
23110      Branch: perl
23111            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
23112 ____________________________________________________________________________
23113 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
23114         Log: Be more portable in finding out the home directory,
23115              and use File::Spec to do the concat.
23116              (Come to think of it, couldn't File::Spec provide
23117              for a ->homedir method?)
23118      Branch: perl
23119            ! lib/Net/Config.pm
23120 ____________________________________________________________________________
23121 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
23122         Log: Doc patch for #10959.
23123      Branch: perl
23124            ! pod/perlfunc.pod
23125 ____________________________________________________________________________
23126 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
23127         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
23128              From: "Philip Newton" <pnewton@gmx.de>
23129              Date: Tue, 26 Jun 2001 16:26:47 +0200
23130              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
23131      Branch: perl
23132            ! pod/perldata.pod
23133 ____________________________________________________________________________
23134 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
23135         Log: Subject: [PATH] shared -> unique;
23136              From: "Artur Bergman" <artur@contiller.se>
23137              Date: Tue, 26 Jun 2001 16:18:40 +0200
23138              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
23139              
23140              Because "shared" isn't: it's read-only.
23141      Branch: perl
23142            ! toke.c xsutils.c
23143 ____________________________________________________________________________
23144 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
23145         Log: Escape multiline croak messages.
23146      Branch: perl
23147            ! t/op/ver.t
23148 ____________________________________________________________________________
23149 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
23150         Log: No more pragma/*.t for minitest.
23151      Branch: perl
23152            ! Makefile.SH
23153 ____________________________________________________________________________
23154 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
23155         Log: AUTHORS updates.
23156      Branch: perl
23157            ! AUTHORS
23158 ____________________________________________________________________________
23159 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
23160         Log: delta updates.
23161      Branch: perl
23162            ! pod/perl572delta.pod
23163 ____________________________________________________________________________
23164 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
23165         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
23166              From: Artur Bergman <artur@contiller.se> 
23167              Date: Tue, 26 Jun 2001 15:32:53 +0200
23168              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
23169      Branch: perl
23170            ! makedef.pl sv.c sv.h win32/perllib.c
23171 ____________________________________________________________________________
23172 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
23173         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
23174              From: Jonathan Stowe <gellyfish@gellyfish.com>
23175              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
23176              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
23177              
23178              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
23179      Branch: perl
23180            + ext/Time/HiRes/hints/sco.pl
23181            ! MANIFEST
23182 ____________________________________________________________________________
23183 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
23184         Log: Subject: [PATCH 5.6.1] static build
23185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23186              Date: Tue, 26 Jun 2001 04:22:25 -0400
23187              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
23188      Branch: perl
23189            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
23190            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
23191 ____________________________________________________________________________
23192 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
23193         Log: DJGPP patches from Laszlo Molnar.
23194      Branch: perl
23195            ! djgpp/djgpp.c perl.c util.c
23196 ____________________________________________________________________________
23197 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
23198         Log: Netware patches from Ananth Kesari.
23199      Branch: perl
23200            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
23201            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
23202            ! NetWare/nwtinfo.h
23203 ____________________________________________________________________________
23204 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
23205         Log: Detypo.
23206      Branch: perl
23207            ! ext/Errno/Errno_pm.PL
23208 ____________________________________________________________________________
23209 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
23210         Log: There seems to be two ways of spelling the $^O in *STEP.
23211      Branch: perl
23212            ! ext/Errno/Errno_pm.PL
23213 ____________________________________________________________________________
23214 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
23215         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
23216              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
23217      Branch: perl
23218            ! ext/Errno/Errno_pm.PL
23219 ____________________________________________________________________________
23220 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
23221         Log: Known bugs update.
23222      Branch: perl
23223            ! pod/perl572delta.pod
23224 ____________________________________________________________________________
23225 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
23226         Log: The default installation of Cygwin has 500 as root's uid.
23227      Branch: perl
23228            ! lib/User/pwent.t
23229 ____________________________________________________________________________
23230 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
23231         Log: Be even more relaxed (re-allow having only one entry).
23232      Branch: perl
23233            ! t/op/grent.t t/op/pwent.t
23234 ____________________________________________________________________________
23235 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
23236         Log: Test failure updates.
23237      Branch: perl
23238            ! pod/perl572delta.pod
23239 ____________________________________________________________________________
23240 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
23241         Log: MPE/iX test tweaks from Mark Bixby.
23242      Branch: perl
23243            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
23244            ! t/io/fs.t t/op/stat.t
23245 ____________________________________________________________________________
23246 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
23247         Log: Microperl findings.
23248      Branch: perl
23249            ! perl.h pp_sys.c
23250 ____________________________________________________________________________
23251 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
23252         Log: Touch uconfig.h.
23253      Branch: perl
23254            ! uconfig.h
23255 ____________________________________________________________________________
23256 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
23257         Log: Subject: [PATCH] Proposed fix for Pod::Man
23258              From: Rob Napier <rnapier@employees.org>
23259              Date: Mon, 25 Jun 2001 15:49:24 -0400
23260              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
23261              
23262              Cater for Solaris nroff brokenness (shortchanges daisywheel
23263              printers, but hey, we also no more support PDPs.)
23264      Branch: perl
23265            ! lib/Pod/Man.pm
23266 ____________________________________________________________________________
23267 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
23268         Log: Typo in #10937.
23269      Branch: perl
23270            ! ext/POSIX/sigaction.t
23271 ____________________________________________________________________________
23272 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
23273         Log: SIGCONT not trappable in VMS.
23274      Branch: perl
23275            ! ext/POSIX/sigaction.t
23276 ____________________________________________________________________________
23277 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
23278         Log: Subject: [DRAFT] Encode-Tcl.t
23279              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23280              Date: Tue, 26 Jun 2001 03:38:08 +0900
23281              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
23282      Branch: perl
23283            + ext/Encode/Encode/Tcl.t
23284            ! MANIFEST ext/Encode/Encode/Tcl.pm
23285 ____________________________________________________________________________
23286 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
23287         Log: Because of #10932 retract also the perlfunc hunk of #10910.
23288      Branch: perl
23289            ! pod/perlfunc.pod
23290 ____________________________________________________________________________
23291 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
23292         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
23293              by Ilya Zakharevich in
23294              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
23295      Branch: perl
23296            ! XSUB.h
23297 ____________________________________________________________________________
23298 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
23299         Log: Typo in #10889.
23300      Branch: perl
23301            ! hints/uts.sh
23302 ____________________________________________________________________________
23303 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
23304         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
23305              From: Abhijit Menon-Sen <ams@wiw.org>
23306              Date: Mon, 25 Jun 2001 23:45:45 +0530
23307              Message-ID: <20010625234545.A5022@lustre.linux.in>
23308      Branch: perl
23309            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
23310 ____________________________________________________________________________
23311 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
23312         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
23313              From: Michael G Schwern <schwern@pobox.com>
23314              Date: Mon, 25 Jun 2001 14:35:51 -0400
23315              Message-ID: <20010625143551.H13819@blackrider>
23316      Branch: perl
23317            ! lib/Test.pm
23318 ____________________________________________________________________________
23319 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
23320         Log: Update Changes.
23321      Branch: perl
23322            ! Changes patchlevel.h
23323 ____________________________________________________________________________
23324 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
23325         Log: Regen toc and modlib.
23326      Branch: perl
23327            ! pod/perlmodlib.pod pod/perltoc.pod
23328 ____________________________________________________________________________
23329 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
23330         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
23331              for the benefit of C++ compilers, as suggested by Guruprasad.
23332      Branch: perl
23333            ! embed.pl proto.h
23334 ____________________________________________________________________________
23335 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
23336         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
23337              From: Jonathan Stowe <gellyfish@gellyfish.com>
23338              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
23339              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
23340      Branch: perl
23341            ! pod/perlfaq5.pod
23342 ____________________________________________________________________________
23343 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
23344         Log: Missed from #10925.
23345      Branch: perl
23346            ! gv.c
23347 ____________________________________________________________________________
23348 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
23349         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
23350              From: Robin Houston <robin@kitsite.com>
23351              Date: Sat, 19 May 2001 16:19:34 +0100
23352              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
23353      Branch: perl
23354            ! cv.h gv.h op.c
23355 ____________________________________________________________________________
23356 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
23357         Log: Netware README tweak.
23358      Branch: perl
23359            ! README.netware
23360 ____________________________________________________________________________
23361 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
23362         Log: Subject: [PATCH] Re: overload.t fails
23363              From: Abhijit Menon-Sen <ams@wiw.org>
23364              Date: Mon, 25 Jun 2001 14:52:20 +0530
23365              Message-ID: <20010625145220.A24114@lustre.linux.in>
23366      Branch: perl
23367            ! lib/overload.t
23368 ____________________________________________________________________________
23369 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
23370         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
23371              From: Mike Guy <mjtg@cam.ac.uk>
23372              Date: Mon, 25 Jun 2001 11:43:23 +0100
23373              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
23374      Branch: perl
23375            ! lib/Carp.pm
23376 ____________________________________________________________________________
23377 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
23378         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
23379              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23380              Date: Sun, 24 Jun 2001 05:17:05 -0400
23381              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
23382      Branch: perl
23383            ! os2/os2ish.h
23384 ____________________________________________________________________________
23385 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
23386         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
23387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23388              Date: Mon, 25 Jun 2001 05:52:27 -0400
23389              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
23390      Branch: perl
23391            ! hints/os2.sh
23392 ____________________________________________________________________________
23393 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
23394         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
23395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23396              Date: Mon, 25 Jun 2001 05:23:35 -0400
23397              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
23398      Branch: perl
23399            ! os2/os2.c
23400 ____________________________________________________________________________
23401 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
23402         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
23403              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23404              Date: Mon, 25 Jun 2001 05:04:32 -0400
23405              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
23406      Branch: perl
23407            ! os2/OS2/REXX/DLL/DLL.pm
23408 ____________________________________________________________________________
23409 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
23410         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
23411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23412              Date: Mon, 25 Jun 2001 05:02:36 -0400
23413              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
23414      Branch: perl
23415            ! mg.c os2/dl_os2.c os2/os2.c
23416 ____________________________________________________________________________
23417 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
23418         Log: Subject: Re: [PATCH 5.6.1] misprints
23419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23420              Date: Mon, 25 Jun 2001 04:50:50 -0400
23421              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
23422      Branch: perl
23423            ! os2/os2.c pp_sys.c
23424 ____________________________________________________________________________
23425 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
23426         Log: Add Test::More and Test::Simple to the delta.
23427      Branch: perl
23428            ! pod/perl572delta.pod
23429 ____________________________________________________________________________
23430 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
23431         Log: Add Test::More, from Michael G Schwern.
23432      Branch: perl
23433            + lib/Test/More.pm lib/Test/More/t/More.t
23434            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
23435            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
23436            + t/lib/Test/More/Catch.pm
23437            ! MANIFEST
23438 ____________________________________________________________________________
23439 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
23440         Log: Add Test::Simple from Michael G Schwern.
23441      Branch: perl
23442            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
23443            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
23444            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
23445            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
23446            + t/lib/Test/Simple/Catch.pm
23447            + t/lib/Test/Simple/sample_tests/death.plx
23448            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
23449            + t/lib/Test/Simple/sample_tests/extras.plx
23450            + t/lib/Test/Simple/sample_tests/five_fail.plx
23451            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
23452            + t/lib/Test/Simple/sample_tests/one_fail.plx
23453            + t/lib/Test/Simple/sample_tests/require.plx
23454            + t/lib/Test/Simple/sample_tests/success.plx
23455            + t/lib/Test/Simple/sample_tests/too_few.plx
23456            + t/lib/Test/Simple/sample_tests/two_fail.plx
23457            ! MANIFEST
23458 ____________________________________________________________________________
23459 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
23460         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
23461              From: "Craig A. Berry" <craigberry@mac.com>
23462              Date: Sun, 24 Jun 2001 23:41:36 -0500
23463              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
23464      Branch: perl
23465            ! pp_sys.c
23466 ____________________________________________________________________________
23467 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
23468         Log: Upgrade to Attribute::Handlers 0.70.
23469      Branch: perl
23470            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
23471            ! MANIFEST lib/Attribute/Handlers.pm
23472 ____________________________________________________________________________
23473 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
23474         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
23475              From: Abhijit Menon-Sen <ams@wiw.org>
23476              Date: Sat, 23 Jun 2001 05:17:44 +0530
23477              Message-ID: <20010623051744.A18583@lustre.linux.in>
23478              
23479              (Can't think of a good place to put tests.)
23480      Branch: perl
23481            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
23482 ____________________________________________________________________________
23483 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
23484         Log: Subject: [PATCH] t/op/pat.t typo fix
23485              From: Richard Soderberg <rs@crystalflame.net>
23486              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
23487              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
23488      Branch: perl
23489            ! t/op/pat.t
23490 ____________________________________________________________________________
23491 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
23492         Log: Move the pack warnings to their own file, as pointed
23493              out by Spider.
23494      Branch: perl
23495            + t/lib/warnings/pp_pack
23496            ! MANIFEST t/lib/warnings/pp
23497 ____________________________________________________________________________
23498 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
23499         Log: Update Changes.
23500      Branch: perl
23501            ! Changes patchlevel.h
23502 ____________________________________________________________________________
23503 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
23504         Log: Partially fix a problem noticed by IRIX compiler:
23505              the initialization of parse_start was bypassed by
23506              several gotos.  Now initialized to zero, which may
23507              not be the best choice.
23508      Branch: perl
23509            ! regcomp.c
23510 ____________________________________________________________________________
23511 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
23512         Log: Relax the group and password tests back to moaning only
23513              if no matches at all are found.  (Even with a small sample
23514              I could find many sites where there are, umm, anomalies in
23515              the said databases.)       
23516      Branch: perl
23517            ! t/op/grent.t t/op/pwent.t
23518 ____________________________________________________________________________
23519 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
23520         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
23521      Branch: perl
23522            ! pp_ctl.c
23523 ____________________________________________________________________________
23524 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
23525         Log: De-cut-and-pasto in #10902.
23526      Branch: perl
23527            ! pp_ctl.c
23528 ____________________________________________________________________________
23529 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
23530         Log: The #10771 didn't take?
23531      Branch: perl
23532            ! pp_ctl.c
23533 ____________________________________________________________________________
23534 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
23535         Log: Undo the filetests part of #10900, under multiplicity
23536              weird errors take place.
23537      Branch: perl
23538            ! pp_sys.c
23539 ____________________________________________________________________________
23540 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
23541         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
23542      Branch: perl
23543            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
23544 ____________________________________________________________________________
23545 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
23546         Log: (Replaced by #10922)
23547              
23548              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
23549              From: Tony Bowden <tony@kasei.com>
23550              Date: Sun, 24 Jun 2001 17:32:40 +0100
23551              Message-ID: <20010624173240.A16293@blackstar.co.uk>
23552              
23553              Document (well, mention) shortmess() and longmess()
23554              to rob people of their fun of reinventing the weel.
23555      Branch: perl
23556            ! lib/Carp.pm
23557 ____________________________________________________________________________
23558 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
23559         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
23560              From: Brian Jepson <bjepson@oreilly.com>
23561              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
23562              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
23563      Branch: perl
23564            ! pp_sys.c
23565 ____________________________________________________________________________
23566 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
23567         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
23568              From: Robin Barker <rmb1@cise.npl.co.uk> 
23569              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
23570              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
23571      Branch: perl
23572            ! lib/CPAN.pm
23573 ____________________________________________________________________________
23574 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
23575         Log: Memoize patch from mjd.
23576      Branch: perl
23577            ! lib/Memoize/t/tie_storable.t
23578 ____________________________________________________________________________
23579 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
23580         Log: Spec the sv_pvprintify() a bit more.
23581      Branch: perl
23582            ! pod/perltodo.pod
23583 ____________________________________________________________________________
23584 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
23585         Log: Upgrade to Memoize 0.65.
23586      Branch: perl
23587            + lib/Memoize/t/array_confusion.t
23588            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23589            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
23590            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23591            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
23592            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
23593            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
23594            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
23595            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
23596            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
23597            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
23598            ! lib/Memoize/t/tie_storable.t
23599 ____________________________________________________________________________
23600 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
23601         Log: Metaconfig unit change for #10892.
23602      Branch: metaconfig
23603            ! U/modified/Options.U
23604 ____________________________________________________________________________
23605 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
23606         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
23607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23608              Date: Sun, 24 Jun 2001 05:24:40 -0400
23609              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
23610      Branch: perl
23611            ! Configure hints/os2.sh
23612 ____________________________________________________________________________
23613 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
23614         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
23615              From: Mike Guy <mjtg@cam.ac.uk>
23616              Date: Sun, 24 Jun 2001 15:28:39 +0100
23617              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
23618              
23619              Fix an ancient (5.002) bug.
23620      Branch: perl
23621            ! lib/Carp/Heavy.pm
23622 ____________________________________________________________________________
23623 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
23624         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
23625              variables.
23626      Branch: perl
23627            ! pp_sys.c
23628 ____________________________________________________________________________
23629 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
23630         Log: Make UTS as per #10888.
23631      Branch: perl
23632            ! hints/uts.sh
23633 ____________________________________________________________________________
23634 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
23635         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
23636      Branch: perl
23637            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
23638            ! mpeix/mpeixish.h perl.h unixish.h
23639 ____________________________________________________________________________
23640 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
23641         Log: AUTHORS update.
23642      Branch: perl
23643            ! AUTHORS
23644 ____________________________________________________________________________
23645 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
23646         Log: Subject: Encode::Tcl for multibyte doesnot work
23647              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23648              Date: Sun, 24 Jun 2001 22:48:21 +0900
23649              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
23650      Branch: perl
23651            ! ext/Encode/Encode/Tcl.pm
23652 ____________________________________________________________________________
23653 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
23654         Log: Subject: [PATCH] Remove tautology in error messages
23655              From: Mike Guy <mjtg@cam.ac.uk>
23656              Date: Sun, 24 Jun 2001 13:31:00 +0100
23657              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
23658      Branch: perl
23659            ! pp_sys.c
23660 ____________________________________________________________________________
23661 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
23662         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
23663      Branch: perl
23664            ! hints/darwin.sh
23665 ____________________________________________________________________________
23666 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
23667         Log: Subject: Re: [PATCH 5.6.1] test suite
23668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23669              Date: Sun, 24 Jun 2001 05:47:05 -0400
23670              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
23671              
23672              Test suite fixes.
23673      Branch: perl
23674            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
23675 ____________________________________________________________________________
23676 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
23677         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
23678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23679              Date: Sun, 24 Jun 2001 05:37:19 -0400
23680              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
23681      Branch: perl
23682            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
23683 ____________________________________________________________________________
23684 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
23685         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
23686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23687              Date: Sun, 24 Jun 2001 05:34:50 -0400
23688              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
23689              
23690              Pacify compiler warnings.
23691      Branch: perl
23692            ! pp_sys.c
23693 ____________________________________________________________________________
23694 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
23695         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
23696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23697              Date: Sun, 24 Jun 2001 05:21:18 -0400
23698              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
23699              
23700              Enable compression of executables during link time.
23701      Branch: perl
23702            ! hints/os2.sh
23703 ____________________________________________________________________________
23704 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
23705         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
23706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23707              Date: Sun, 24 Jun 2001 05:15:11 -0400
23708              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
23709              
23710              Add ordinals to the export list for Perl DLL.
23711              (Breaks intra-version DLL compatibility.)
23712      Branch: perl
23713            ! makedef.pl
23714 ____________________________________________________________________________
23715 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
23716         Log: Allow (displaying and) re-editing the Subject in perlbug.
23717              Also abstract the Subject quality control into a function.
23718      Branch: perl
23719            ! utils/perlbug.PL
23720 ____________________________________________________________________________
23721 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
23722         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
23723      Branch: perl
23724            ! utils/perlbug.PL
23725 ____________________________________________________________________________
23726 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
23727         Log: Regen toc and modlib.
23728      Branch: perl
23729            ! pod/perlmodlib.pod pod/perltoc.pod
23730 ____________________________________________________________________________
23731 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
23732         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
23733              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
23734              attribute semantics as much as possible, or 'ntsec' which uses
23735              native NTFS semantics.)  (See also #10877.)
23736      Branch: perl
23737            ! perl.c
23738 ____________________________________________________________________________
23739 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
23740         Log: (Retracted by #11586)
23741              
23742              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
23743      Branch: perl
23744            ! lib/Test/Harness.pm
23745 ____________________________________________________________________________
23746 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
23747         Log: Just zap the -uPerlio.
23748      Branch: perl
23749            ! ext/B/Stash.t
23750 ____________________________________________________________________________
23751 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
23752         Log: Do not test PerlIO if PerlIO not used.
23753      Branch: perl
23754            ! ext/PerlIO/PerlIO.t
23755 ____________________________________________________________________________
23756 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
23757         Log: Regen perlapi.
23758      Branch: perl
23759            ! pod/perlapi.pod
23760 ____________________________________________________________________________
23761 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
23762         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
23763              From: Nicholas Clark <nick@ccl4.org>
23764              Date: Sat, 23 Jun 2001 22:55:47 +0100
23765              Message-ID: <20010623225547.Z98663@plum.flirble.org>
23766      Branch: perl
23767            ! numeric.c
23768 ____________________________________________________________________________
23769 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
23770         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
23771              From: Prymmer/Kahn <pvhp@best.com>
23772              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
23773              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
23774      Branch: perl
23775            ! lib/h2xs.t
23776 ____________________________________________________________________________
23777 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
23778         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
23779              cygwin does not taint cwd, just like win32.
23780      Branch: perl
23781            ! lib/File/Find/taint.t t/op/taint.t
23782 ____________________________________________________________________________
23783 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
23784         Log: Retract #10865, the patch should be unnecessary.
23785              (But seemingly helpful in Cygwin?  Strange.)
23786      Branch: perl
23787            ! lib/Memoize/t/tie_ndbm.t
23788 ____________________________________________________________________________
23789 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
23790         Log: Misplaced test file; plus Cygwin filesystem semantics.
23791      Branch: perl
23792            + ext/SDBM_File/sdbm.t
23793            - ext/ODBM_File/sdbm.t
23794            ! MANIFEST
23795 ____________________________________________________________________________
23796 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
23797         Log: (Retracted by #10867.)
23798      Branch: perl
23799            ! lib/Memoize/t/tie_ndbm.t
23800 ____________________________________________________________________________
23801 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
23802         Log: Metaconfig unit change for #10863.
23803      Branch: metaconfig/U/perl
23804            ! Extensions.U
23805 ____________________________________________________________________________
23806 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
23807         Log: In Cygwin do not build NDBM_File and ODBM_File unless
23808              -lndbm and -ldbm are available.
23809      Branch: perl
23810            ! Configure config_h.SH
23811 ____________________________________________________________________________
23812 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
23813         Log: More Cygwin filesystem semantics.
23814      Branch: perl
23815            ! t/io/fs.t t/op/stat.t
23816 ____________________________________________________________________________
23817 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
23818         Log: More DOSish permission semantics for Cygwin.
23819      Branch: perl
23820            ! lib/AnyDBM_File.t
23821 ____________________________________________________________________________
23822 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
23823         Log: Cygwin too has different permission semantics.
23824      Branch: perl
23825            ! ext/GDBM_File/gdbm.t
23826 ____________________________________________________________________________
23827 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
23828         Log: The group (and assumedly passwd) databases can have
23829              only one entry (this is the case in cygwin).
23830      Branch: perl
23831            ! t/op/grent.t t/op/pwent.t
23832 ____________________________________________________________________________
23833 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
23834         Log: Also in Cygwin use Socket to figure out domainname
23835              (if any) (avoids trying to call external 'domainname',
23836              which doesn't at the moment exist in Cygwin)
23837      Branch: perl
23838            ! lib/Net/Domain.pm
23839 ____________________________________________________________________________
23840 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
23841         Log: Remove also the lib$Foo.def, not just $Foo.def.
23842      Branch: perl
23843            ! lib/ExtUtils/MM_Unix.pm
23844 ____________________________________________________________________________
23845 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
23846         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
23847      Branch: perl
23848            ! unixish.h
23849 ____________________________________________________________________________
23850 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
23851         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
23852              to match the whole isprint(), only the space character.
23853      Branch: perl
23854            ! handy.h pod/perlre.pod t/op/pat.t
23855 ____________________________________________________________________________
23856 [ 10854] By: nick                                  on 2001/06/23  08:09:33
23857         Log: Integrate mainline
23858      Branch: perlio
23859           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
23860           !> lib/ExtUtils.t lib/File/Find/taint.t
23861           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
23862           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
23863           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23864 ____________________________________________________________________________
23865 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
23866         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
23867              with its floats    in os390 and s390 (UTS).
23868      Branch: perl
23869            ! lib/Math/BigInt/t/bigintpm.t
23870 ____________________________________________________________________________
23871 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
23872         Log: Add also UTS (s390) to the non-IEEE float platforms.
23873      Branch: perl
23874            ! t/op/sprintf.t
23875 ____________________________________________________________________________
23876 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
23877         Log: Subject: RFC: what are applicable standards for exponent sizes?
23878              From: Peter Prymmer <pvhp@forte.com>
23879              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
23880              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
23881      Branch: perl
23882            ! t/op/sprintf.t
23883 ____________________________________________________________________________
23884 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
23885         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
23886              From: Peter Prymmer <pvhp@forte.com>
23887              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
23888              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
23889      Branch: perl
23890            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23891 ____________________________________________________________________________
23892 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
23893         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
23894              From: Peter Prymmer <pvhp@forte.com>
23895              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
23896              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
23897      Branch: perl
23898            ! lib/ExtUtils.t
23899 ____________________________________________________________________________
23900 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
23901         Log: Retract #10845.
23902      Branch: perl
23903            ! lib/File/Find/taint.t
23904 ____________________________________________________________________________
23905 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
23906         Log: Yet another error message.
23907      Branch: perl
23908            ! t/op/mkdir.t
23909 ____________________________________________________________________________
23910 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
23911         Log: The croak message for nonexistent socket functions may vary.
23912      Branch: perl
23913            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
23914 ____________________________________________________________________________
23915 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
23916         Log: (Retracted by #10848.)
23917      Branch: perl
23918            ! lib/File/Find/taint.t
23919 ____________________________________________________________________________
23920 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
23921         Log: Integrate perlio.
23922      Branch: perl
23923           !> lib/File/Find/taint.t t/op/write.t
23924 ____________________________________________________________________________
23925 [ 10843] By: nick                                  on 2001/06/22  21:24:51
23926         Log: Back out debug in taint.t
23927      Branch: perlio
23928            ! lib/File/Find/taint.t
23929 ____________________________________________________________________________
23930 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
23931         Log: setitimer() does not exist in Unicos, despite of what
23932              Configure thinks, from Mark P. Lutz.
23933      Branch: perl
23934            ! hints/unicos.sh
23935 ____________________________________________________________________________
23936 [ 10841] By: nick                                  on 2001/06/22  21:19:36
23937         Log: Skip cwd test on Win32 ???
23938      Branch: perlio
23939            ! lib/File/Find/taint.t
23940 ____________________________________________________________________________
23941 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
23942         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
23943              and Tru64 gcc -Wall happy.
23944      Branch: perl
23945            ! mg.c
23946 ____________________________________________________________________________
23947 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
23948         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
23949      Branch: perl
23950            ! ext/IPC/SysV/Semaphore.pm
23951 ____________________________________________________________________________
23952 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
23953         Log: Metaconfig unit change for #10837.
23954      Branch: metaconfig/U/perl
23955            ! Cross.U
23956 ____________________________________________________________________________
23957 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
23958         Log: Cleanup of the cross-compilation unit.
23959      Branch: perl
23960            ! Configure
23961 ____________________________________________________________________________
23962 [ 10836] By: nick                                  on 2001/06/22  20:45:12
23963         Log: Skip |- based op/write.t on Win32 as well as VMS
23964      Branch: perlio
23965            ! t/op/write.t
23966 ____________________________________________________________________________
23967 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
23968         Log: Integrate perlio.
23969      Branch: perl
23970           !> util.c
23971 ____________________________________________________________________________
23972 [ 10834] By: nick                                  on 2001/06/22  20:41:54
23973         Log: Integrate mainline
23974      Branch: perlio
23975           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23976           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
23977           !> vos/config.ga.h
23978 ____________________________________________________________________________
23979 [ 10833] By: nick                                  on 2001/06/22  20:22:58
23980         Log: Patcho fix.
23981      Branch: perlio
23982            ! util.c
23983 ____________________________________________________________________________
23984 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
23985         Log: Metaconfig unit changes for #10831.
23986      Branch: metaconfig
23987            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
23988 ____________________________________________________________________________
23989 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
23990         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
23991              From: Andy Dougherty <doughera@lafayette.edu>
23992              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
23993              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
23994      Branch: perl
23995            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23996            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
23997 ____________________________________________________________________________
23998 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
23999         Log: MPE/iX prototype nits from Mark Bixby.
24000      Branch: perl
24001            ! pp_sys.c
24002 ____________________________________________________________________________
24003 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
24004         Log: Detypo.
24005      Branch: perl
24006            ! util.c
24007 ____________________________________________________________________________
24008 [ 10828] By: nick                                  on 2001/06/22  15:33:37
24009         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
24010      Branch: perlio
24011           +> lib/h2xs.t
24012           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
24013           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
24014           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
24015           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
24016           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24017           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
24018           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
24019           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
24020           !> vms/vmsish.h
24021 ____________________________________________________________________________
24022 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
24023         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
24024              Date: Fri, 22 Jun 2001 10:08:35 -0500
24025              From: "Craig A. Berry" <craigberry@mac.com>
24026              Message-Id: <a05101001b75908704194@[192.168.56.145]>
24027      Branch: perl
24028            ! vms/vms.c vms/vmsish.h
24029 ____________________________________________________________________________
24030 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
24031         Log: NetWare scripts tweak from Ananth Kesari.
24032      Branch: perl
24033            ! NetWare/t/NWScripts.pl
24034 ____________________________________________________________________________
24035 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
24036         Log: Update Changes.
24037      Branch: perl
24038            ! Changes patchlevel.h
24039 ____________________________________________________________________________
24040 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
24041         Log: Add .i and .s targets.
24042      Branch: perl
24043            ! Makefile.SH
24044 ____________________________________________________________________________
24045 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
24046         Log: Upgrade to Locale::Maketext 1.03.
24047      Branch: perl
24048            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24049            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
24050 ____________________________________________________________________________
24051 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
24052         Log: Upgrade to I18N::LangTags 0.26.
24053      Branch: perl
24054            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
24055            ! lib/I18N/LangTags/test.pl
24056 ____________________________________________________________________________
24057 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
24058         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
24059              Philip Newton.
24060      Branch: perl
24061            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
24062            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24063 ____________________________________________________________________________
24064 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
24065         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
24066              From: Prymmer/Kahn <pvhp@best.com>
24067              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
24068              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
24069      Branch: perl
24070            + lib/h2xs.t
24071            ! MANIFEST utils/h2xs.PL
24072 ____________________________________________________________________________
24073 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
24074         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
24075              From: Prymmer/Kahn <pvhp@best.com>
24076              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
24077              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
24078      Branch: perl
24079            ! lib/ExtUtils.t
24080 ____________________________________________________________________________
24081 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
24082         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
24083              From: Prymmer/Kahn <pvhp@best.com>
24084              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
24085              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
24086      Branch: perl
24087            ! t/pod/plainer.t
24088 ____________________________________________________________________________
24089 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
24090         Log: AUTHORS update.
24091      Branch: perl
24092            ! AUTHORS
24093 ____________________________________________________________________________
24094 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
24095         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
24096              From: "Craig A. Berry" <craigberry@mac.com>
24097              Date: Thu, 21 Jun 2001 18:20:38 -0500
24098              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
24099      Branch: perl
24100            ! ext/POSIX/POSIX.xs
24101 ____________________________________________________________________________
24102 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
24103         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
24104              From: "Craig A. Berry" <craigberry@mac.com>
24105              Date: Thu, 21 Jun 2001 09:58:52 -0500
24106              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
24107      Branch: perl
24108            ! ext/B/Deparse.t t/op/write.t
24109 ____________________________________________________________________________
24110 [ 10814] By: nick                                  on 2001/06/22  08:13:09
24111         Log: Integrate mainline.
24112      Branch: perlio
24113           !> (integrate 46 files)
24114 ____________________________________________________________________________
24115 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
24116         Log: Change the prefixes only if $prefix is unset,
24117              as originally patched by Marcel Grunauer.
24118      Branch: perl
24119            ! hints/darwin.sh hints/rhapsody.sh
24120 ____________________________________________________________________________
24121 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
24122         Log: Subject: Re: Patch for hints/darwin.sh
24123              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
24124              Date: Thu, 21 Jun 2001 11:23:46 -0700
24125              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
24126      Branch: perl
24127            ! hints/darwin.sh hints/rhapsody.sh
24128 ____________________________________________________________________________
24129 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
24130         Log: Add .PHONY targets for non-file targets,
24131              from Wilfredo Sánchez.  Should help saying
24132              "make install" on case-insensitive filesystems.
24133      Branch: perl
24134            ! Makefile.SH
24135 ____________________________________________________________________________
24136 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
24137         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
24138              From: Doug MacEachern <dougm@covalent.net>
24139              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
24140              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
24141              
24142              plus reword the getcwd() comment, plus use getcwd() buffer
24143              size minus one.
24144      Branch: perl
24145            ! util.c
24146 ____________________________________________________________________________
24147 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
24148         Log: More gprofing from Doug MacEachern.
24149      Branch: perl
24150            ! Makefile.SH
24151 ____________________________________________________________________________
24152 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
24153         Log: Metaconfig unit change for #10807.
24154      Branch: metaconfig/U/perl
24155            ! d_sfio.U
24156 ____________________________________________________________________________
24157 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
24158         Log: Tell that you are removing the unneeded -lsfio.
24159      Branch: perl
24160            ! Configure
24161 ____________________________________________________________________________
24162 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
24163         Log: More MPE/iX tweaks from Mark Bixby.
24164      Branch: perl
24165            ! perl.c t/op/magic.t
24166 ____________________________________________________________________________
24167 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
24168         Log: The fchdir() proto is supposed to live in <unistd.h>.
24169      Branch: perl
24170            ! ext/Cwd/Cwd.xs
24171 ____________________________________________________________________________
24172 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
24173         Log: This town is too small for the Cwd extension and me,
24174              it would seem...
24175      Branch: perl
24176            ! ext/Cwd/Cwd.xs
24177 ____________________________________________________________________________
24178 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
24179         Log: Metaconfig unit change for #10802.
24180      Branch: metaconfig/U/perl
24181            ! d_modfl.U
24182 ____________________________________________________________________________
24183 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
24184         Log: More d'ohs.
24185      Branch: perl
24186            ! Configure
24187 ____________________________________________________________________________
24188 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
24189         Log: Off-by-one.  I'm so classic.
24190      Branch: perl
24191            ! util.c
24192 ____________________________________________________________________________
24193 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
24194         Log: Update Changes.
24195      Branch: perl
24196            ! Changes patchlevel.h
24197 ____________________________________________________________________________
24198 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
24199         Log: Subject: Documentation patch for Net::FTP
24200              From: Marcel Grunauer <marcel@codewerk.com>
24201              Date: Wed, 20 Jun 2001 23:03:26 +0200
24202              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
24203      Branch: perl
24204            ! lib/Net/FTP.pm
24205 ____________________________________________________________________________
24206 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
24207         Log: Retract the #10417 mg.c and embed.pl parts because of
24208              strange SEGVs in 64bit x86 FreeBSD observed by
24209              Nicholas Clark.
24210      Branch: perl
24211            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
24212 ____________________________________________________________________________
24213 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
24214         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
24215      Branch: perl
24216            ! Configure NetWare/config.wc NetWare/config_H.wc
24217            ! Porting/Glossary Porting/config.sh Porting/config_H
24218            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24219            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24220            ! vos/config.ga.h win32/config.bc win32/config.gc
24221            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24222            ! win32/config_H.vc
24223 ____________________________________________________________________________
24224 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
24225         Log: Cwd tweak from Doug MacEachern.
24226      Branch: perl
24227            ! ext/Cwd/Cwd.xs
24228 ____________________________________________________________________________
24229 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
24230         Log: Protect the fchdir() and lstat() with ifdefs.
24231              fchdir() needs a Configure probe.
24232      Branch: perl
24233            ! ext/Cwd/Cwd.xs
24234 ____________________________________________________________________________
24235 [ 10794] By: nick                                  on 2001/06/21  17:11:35
24236         Log: Integrate mainline
24237      Branch: perlio
24238           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
24239           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
24240           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
24241           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
24242           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
24243           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
24244           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
24245           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
24246            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
24247            - lib/File/Glob/case.t lib/File/Glob/global.t
24248            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
24249            - lib/File/Temp/posix.t lib/File/Temp/security.t
24250            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
24251            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
24252            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
24253            - lib/Text/Wrap/wrap.t
24254           !> (integrate 41 files)
24255 ____________________________________________________________________________
24256 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
24257         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
24258              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
24259              Date: Thu, 21 Jun 2001 13:04:54 -0500
24260              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
24261      Branch: perl
24262            ! ext/Cwd/Cwd.xs
24263 ____________________________________________________________________________
24264 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
24265         Log: Subject: [PATCH pod] overlong =item
24266              From: Robin Barker <rmb1@cise.npl.co.uk>
24267              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
24268              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
24269      Branch: perl
24270            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
24271            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24272 ____________________________________________________________________________
24273 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
24274         Log: Subject: [PATCH perlio.c] format 
24275              From: Robin Barker <rmb1@cise.npl.co.uk>
24276              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
24277              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
24278      Branch: perl
24279            ! perlio.c
24280 ____________________________________________________________________________
24281 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
24282         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
24283              From: Radu Greab <radu@netsoft.ro>
24284              Date: Thu, 21 Jun 2001 19:06:02 +0300
24285              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
24286      Branch: perl
24287            ! pod/perlapi.pod sv.c
24288 ____________________________________________________________________________
24289 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
24290         Log: The metaconfig unit changes for #10788.
24291      Branch: metaconfig/U/perl
24292            ! Cross.U fflushall.U
24293 ____________________________________________________________________________
24294 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
24295         Log: Cross-configuration changes: make $from to rm the files
24296              before copying them over (this means that he rm can be
24297              removed from the fflushall test), create $targetmkdir      
24298              (not documented in install since it is supposed to internal
24299              use only), make $run to copy over the executable only if
24300              a stamp file .xok doesn't already exist (to avoid unnecessary
24301              copying of the executable)
24302      Branch: perl
24303            ! Configure Makefile.SH
24304 ____________________________________________________________________________
24305 [ 10787] By: nick                                  on 2001/06/21  14:16:18
24306         Log: Integrate mainline
24307      Branch: perlio
24308           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
24309           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
24310           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
24311            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
24312           !> (integrate 34 files)
24313 ____________________________________________________________________________
24314 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
24315         Log: Re-add the files as text.
24316      Branch: perl
24317            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
24318 ____________________________________________________________________________
24319 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
24320         Log: Delete the binary files.
24321      Branch: perl
24322            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
24323 ____________________________________________________________________________
24324 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
24325         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
24326              From: Andy Dougherty <doughera@lafayette.edu>
24327              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
24328              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
24329      Branch: perl
24330            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
24331            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
24332            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
24333            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
24334 ____________________________________________________________________________
24335 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
24336         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
24337              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
24338              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
24339              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
24340              
24341              Setting umask to something friendlier.
24342      Branch: perl
24343            ! installman installperl
24344 ____________________________________________________________________________
24345 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
24346         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
24347              Resort MANIFEST with sort -f, looks much better.
24348      Branch: perl
24349            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
24350            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
24351            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
24352            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
24353            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
24354            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
24355            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
24356            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
24357            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
24358            - lib/File/Glob/case.t lib/File/Glob/global.t
24359            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
24360            - lib/File/Temp/posix.t lib/File/Temp/security.t
24361            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
24362            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
24363            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
24364            - lib/Text/Wrap/wrap.t
24365            ! MANIFEST
24366 ____________________________________________________________________________
24367 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
24368         Log: Upgrade to I18N::LangTags 0.25.
24369      Branch: perl
24370            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
24371            ! lib/I18N/LangTags/List.pm
24372 ____________________________________________________________________________
24373 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
24374         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
24375              From: Richard Soderberg <rs@crystalflame.net>
24376              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
24377              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
24378      Branch: perl
24379            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
24380            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
24381 ____________________________________________________________________________
24382 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
24383         Log: Test obsoleted by change #10777.
24384      Branch: perl
24385            ! t/op/sub_lval.t
24386 ____________________________________________________________________________
24387 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
24388         Log: Case of confused test numbering.
24389      Branch: perl
24390            ! t/op/pat.t
24391 ____________________________________________________________________________
24392 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
24393         Log: Subject: Re: Opinion on undef lvalue
24394              From: Abhijit Menon-Sen <ams@wiw.org>
24395              Date: Sun, 17 Jun 2001 13:04:46 +0530
24396              Message-ID: <20010617130446.B27925@lustre.linux.in>
24397              
24398              Allow lvalue subs to return undef in array context.
24399      Branch: perl
24400            ! pp_hot.c
24401 ____________________________________________________________________________
24402 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
24403         Log: Just a guess that using the same hack for cygwin as
24404              for win32 might help.
24405      Branch: perl
24406            ! lib/File/Find/find.t
24407 ____________________________________________________________________________
24408 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
24409         Log: NetWare tweaks from Guruprasad.
24410      Branch: perl
24411            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
24412            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
24413            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
24414            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
24415 ____________________________________________________________________________
24416 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
24417         Log: Subject: Re: perl@10722: Bogus warnings on REs 
24418              From: Hugo <hv@crypt.compulink.co.uk>
24419              Date: Thu, 21 Jun 2001 09:51:17 +0100
24420              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
24421              
24422              Unroll to avoid a UTS compiler bug.
24423      Branch: perl
24424            ! regcomp.c
24425 ____________________________________________________________________________
24426 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
24427         Log: Subject: Re: [PATCH] Make /o work under i?threads
24428              From: Artur Bergman <artur@contiller.se>
24429              Date: Thu, 21 Jun 2001 14:38:03 +0200
24430              Message-ID: <B757B74A.184D%artur@contiller.se>
24431      Branch: perl
24432            ! t/op/pat.t
24433 ____________________________________________________________________________
24434 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
24435         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
24436              From: Artur Bergman <artur@contiller.se> 
24437              Date: Thu, 21 Jun 2001 14:27:33 +0200
24438              Message-ID: <B757B4D4.1849%artur@contiller.se>
24439              
24440              Plus extra parentheses.
24441      Branch: perl
24442            ! op.h
24443 ____________________________________________________________________________
24444 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
24445         Log: Subject: [PATCH] Make /o work under i?threads
24446              From: Richard Soderberg <rs@crystalflame.net>
24447              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
24448              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
24449      Branch: perl
24450            ! pp_ctl.c
24451 ____________________________________________________________________________
24452 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
24453         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
24454              From: Artur Bergman <artur@contiller.se>
24455              Date: Thu, 21 Jun 2001 14:04:54 +0200
24456              Message-ID: <B757AF86.1842%artur@contiller.se>
24457      Branch: perl
24458            ! op.h
24459 ____________________________________________________________________________
24460 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
24461         Log: Subject: Re: perl@10765: sv.c not OK on win32
24462              From: Artur Bergman <artur@contiller.se>
24463              Date: Thu, 21 Jun 2001 10:31:06 +0200
24464              Message-ID: <B7577D69.182C%artur@contiller.se>
24465      Branch: perl
24466            ! sv.c
24467 ____________________________________________________________________________
24468 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
24469         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
24470              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24471              Date: Thu, 21 Jun 2001 06:23:56 -0400
24472              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
24473              
24474              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
24475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24476              Date: Thu, 21 Jun 2001 06:32:21 -0400
24477              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
24478      Branch: perl
24479            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
24480 ____________________________________________________________________________
24481 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
24482         Log: Subject: [PATCH] make syslog test more verbose
24483              From: Robert Spier <rspier@pobox.com>
24484              Date: Thu, 21 Jun 2001 00:54:32 -0400
24485              Message-ID: <15153.32264.295807.333073@rls.cx>
24486      Branch: perl
24487            ! ext/Sys/Syslog/syslog.t
24488 ____________________________________________________________________________
24489 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
24490         Log: Subject: op/study.t refinements
24491              From: Hugo <hv@crypt.compulink.co.uk>
24492              Date: Thu, 21 Jun 2001 00:29:07 +0100
24493              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
24494      Branch: perl
24495            ! t/op/study.t
24496 ____________________________________________________________________________
24497 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
24498         Log: Update Changes.
24499      Branch: perl
24500            ! Changes patchlevel.h
24501 ____________________________________________________________________________
24502 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
24503         Log: Subject: Re: [PATCH] djgpp updates
24504              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
24505              Date: Wed, 20 Jun 2001 10:05:15 +0200
24506              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
24507      Branch: perl
24508            ! djgpp/config.over
24509 ____________________________________________________________________________
24510 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
24511         Log: Fix for ID 20010619.002 "When building hash, hash keys that
24512              are function calls are not being called", from Abhijit.
24513      Branch: perl
24514            ! t/base/lex.t toke.c
24515 ____________________________________________________________________________
24516 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
24517         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
24518      Branch: perl
24519            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
24520            + lib/Locale/Maketext/test.pl
24521            - lib/Locale/Maketext.t
24522            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24523            ! lib/Locale/Maketext/TPJ13.pod
24524 ____________________________________________________________________________
24525 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
24526         Log: Metaconfig unit change for #10760.
24527      Branch: metaconfig
24528            ! U/modified/Cppsym.U
24529 ____________________________________________________________________________
24530 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
24531         Log: Do not remove the ccsym* Cppsym* files since
24532              they are useful for metaconfig units coming after us.
24533              (This is the Configure nit mentioned in #10752.)
24534      Branch: perl
24535            ! Configure
24536 ____________________________________________________________________________
24537 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
24538         Log: Update to I18N::LangTags 0.24, from Sean Burke.
24539      Branch: perl
24540            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
24541            + lib/I18N/LangTags/README
24542            - lib/I18N/LangTags/List.pod
24543            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
24544 ____________________________________________________________________________
24545 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
24546         Log: Regen headers.
24547      Branch: perl
24548            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
24549            ! pod/perlapi.pod proto.h
24550 ____________________________________________________________________________
24551 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
24552         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
24553              From: Artur Bergman <artur@contiller.se>
24554              Date: Wed, 20 Jun 2001 11:31:32 +0200
24555              Message-ID: <B7563A14.17D8%artur@contiller.se>
24556      Branch: perl
24557            ! embed.pl hv.c intrpvar.h sv.c sv.h
24558 ____________________________________________________________________________
24559 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
24560         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
24561              From: Tim Sweetman <tim@aldigital.co.uk> 
24562              Date: Wed, 13 Jun 2001 14:25:17 +0100 
24563              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
24564      Branch: perl
24565            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
24566 ____________________________________________________________________________
24567 [ 10755] By: nick                                  on 2001/06/20  16:12:37
24568         Log: Integrate mainline
24569      Branch: perlio
24570           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
24571           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
24572           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
24573           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
24574           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
24575           !> t/op/study.t util.c
24576 ____________________________________________________________________________
24577 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
24578         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
24579              but not Makefile)
24580      Branch: maint-5.6/perl
24581            ! win32/Makefile
24582 ____________________________________________________________________________
24583 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
24584         Log: Security tweak on readlink().
24585      Branch: perl
24586            ! pp_sys.c
24587 ____________________________________________________________________________
24588 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
24589         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
24590      Branch: perl
24591            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
24592            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
24593            ! mpeix/relink t/op/pwent.t
24594 ____________________________________________________________________________
24595 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
24596         Log: Reinstate #10725 (with probe for alarm()).
24597      Branch: perl
24598            ! t/op/study.t
24599 ____________________________________________________________________________
24600 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
24601         Log: Replace our implementation of realpath() with OpenBSD's
24602              (src/lib/libc/stdlib/realpath.c 1.4).
24603      Branch: perl
24604            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
24605            ! pod/perldiag.pod proto.h util.c
24606 ____________________________________________________________________________
24607 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
24608         Log: Integrate perlio.
24609      Branch: perl
24610           !> perlio.c
24611 ____________________________________________________________________________
24612 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
24613         Log: No point in going into memory-saving contortions
24614              with getcwd() since there's a danger of buffer overflow.
24615              Also make the POSIX extension to use sv_getcwd().
24616              Finally, a missed proto.h fragment.
24617      Branch: perl
24618            ! ext/POSIX/POSIX.xs proto.h util.c
24619 ____________________________________________________________________________
24620 [ 10747] By: nick                                  on 2001/06/20  12:38:26
24621         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
24622      Branch: perlio
24623            ! perlio.c
24624 ____________________________________________________________________________
24625 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
24626         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
24627              From: Graham Barr <gbarr@pobox.com>
24628              Date: Wed, 20 Jun 2001 11:05:49 +0100
24629              Message-ID: <20010620110549.I19188@pobox.com>
24630              
24631              reported in        
24632              
24633              Subject: Bug in IO::Socket::INET module (repeat)
24634              From: "Harmon S. Nine" <hnine@netarx.com>
24635              Date: Tue, 19 Jun 2001 09:41:35 -0400
24636              Message-ID: <3B2F568F.8080605@netarx.com>
24637              
24638              The bug was that the IO::Socket::INET constructor
24639              did not allow a 'LocalPort' of 0.
24640      Branch: perl
24641            ! ext/IO/lib/IO/Socket/INET.pm
24642 ____________________________________________________________________________
24643 [ 10745] By: nick                                  on 2001/06/20  08:56:39
24644         Log: Integrate mainline.
24645      Branch: perlio
24646           !> (integrate 37 files)
24647 ____________________________________________________________________________
24648 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
24649         Log: After some reading I don't think we can blindly
24650              use systems' realpath().  Too many security problems,
24651              too many buggy implementations.
24652              
24653              TODO: the realpath() emulation code in util.c doesn't
24654              seem fully operational?  (readlink(), for example?)
24655      Branch: perl
24656            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
24657            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
24658            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
24659            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
24660            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
24661            ! win32/config_H.gc win32/config_H.vc
24662 ____________________________________________________________________________
24663 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
24664         Log: Metaconfig unit change for #10738.
24665      Branch: metaconfig
24666            ! U/compline/d_gconvert.U
24667 ____________________________________________________________________________
24668 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
24669         Log: Integrate change #10739 from maintperl:
24670              
24671              C<eval "/x$\r\n/x"> fails to compile correctly 
24672      Branch: perl
24673           !> t/op/pat.t toke.c
24674 ____________________________________________________________________________
24675 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
24676         Log: Retract #10725 (Hugo asked NOT to apply the patch)
24677      Branch: perl
24678            ! t/op/study.t
24679 ____________________________________________________________________________
24680 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
24681         Log: The test.third results were funnily named because of the
24682              new test scheme.
24683      Branch: perl
24684            ! t/TEST
24685 ____________________________________________________________________________
24686 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
24687         Log: C<eval "/x$\r\n/x"> fails to compile correctly
24688      Branch: maint-5.6/perl
24689            ! t/op/pat.t toke.c
24690 ____________________________________________________________________________
24691 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
24692         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
24693              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24694              Date: Tue, 19 Jun 2001 19:15:40 -0400
24695              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
24696              
24697              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
24698              because "1e+129" being expected but "1.e+129" being returned.
24699              The culprit (at least in Tru64) is the use of gcvt().
24700      Branch: perl
24701            ! Configure
24702 ____________________________________________________________________________
24703 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
24704         Log: Subject: [PATCH perl@10722] test hunting on VMS
24705              From: "Craig A. Berry" <craigberry@mac.com>
24706              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
24707              Date: Tue, 19 Jun 2001 18:59:01 -0500
24708      Branch: perl
24709            ! vms/test.com
24710 ____________________________________________________________________________
24711 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
24712         Log: Subject: [PATCH] s/typos//
24713              From: Abhijit Menon-Sen <ams@wiw.org>
24714              Date: Wed, 20 Jun 2001 02:15:02 +0530
24715              Message-ID: <20010620021502.A14541@lustre.linux.in>
24716              
24717              Without the op.h s/bearword/bareword/ hunk, see
24718              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
24719      Branch: perl
24720            ! util.c
24721 ____________________________________________________________________________
24722 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
24723         Log: Metaconfig unit change for #10732 and #10733.
24724      Branch: metaconfig/U/perl
24725            ! fflushall.U
24726 ____________________________________________________________________________
24727 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
24728         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
24729              From: "Craig A. Berry" <craigberry@mac.com>
24730              Date: Tue, 19 Jun 2001 17:19:48 -0500
24731              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
24732      Branch: perl
24733            ! configure.com vms/descrip_mms.template
24734 ____________________________________________________________________________
24735 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
24736         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
24737              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24738              Date: Tue, 19 Jun 2001 16:48:07 -0400
24739              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
24740              
24741              Further fixes to fflush(NULL) detection.
24742      Branch: perl
24743            ! Configure
24744 ____________________________________________________________________________
24745 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
24746         Log: AIX test -s hangs with non-existent files?
24747              (A genuine logic bug in Configure, but AIX also broken?)
24748      Branch: perl
24749            ! Configure
24750 ____________________________________________________________________________
24751 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
24752         Log: AUTHORS updates.
24753      Branch: perl
24754            ! AUTHORS
24755 ____________________________________________________________________________
24756 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
24757         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
24758              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24759              Date: Tue, 19 Jun 2001 15:33:25 -0400
24760              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
24761      Branch: perl
24762            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
24763            ! t/lib/warnings/pp
24764 ____________________________________________________________________________
24765 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
24766         Log: Integrate perlio.
24767      Branch: perl
24768           !> lib/File/Find/find.t win32/distclean.bat
24769 ____________________________________________________________________________
24770 [ 10728] By: nick                                  on 2001/06/19  18:24:53
24771         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
24772      Branch: perlio
24773            ! lib/File/Find/find.t win32/distclean.bat
24774 ____________________________________________________________________________
24775 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
24776         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
24777              also add information how to find out whether one has PerlIO.
24778      Branch: perl
24779            ! pod/perlfunc.pod
24780 ____________________________________________________________________________
24781 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
24782         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
24783              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24784              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
24785              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
24786      Branch: perl
24787            ! pod/perlfunc.pod
24788 ____________________________________________________________________________
24789 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
24790         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
24791              From: Hugo <hv@crypt.compulink.co.uk>
24792              Date: Tue, 19 Jun 2001 12:37:30 +0100
24793              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
24794      Branch: perl
24795            ! t/op/study.t
24796 ____________________________________________________________________________
24797 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
24798         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
24799              From: Hugo <hv@crypt.compulink.co.uk>
24800              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
24801              Date: Tue, 19 Jun 2001 13:15:17 +0100
24802      Branch: perl
24803            ! util.c
24804 ____________________________________________________________________________
24805 [ 10723] By: nick                                  on 2001/06/19  14:46:15
24806         Log: Integrate mainline
24807      Branch: perlio
24808           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
24809           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
24810           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
24811           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
24812           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
24813           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24814            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24815            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24816            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24817            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24818            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24819            - ext/Thread/unsync4.t
24820           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
24821           !> djgpp/config.over djgpp/fixpmain
24822           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
24823           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
24824           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
24825 ____________________________________________________________________________
24826 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
24827         Log: Update Changes.
24828      Branch: perl
24829            ! Changes patchlevel.h
24830 ____________________________________________________________________________
24831 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
24832         Log: The existence shall be MANIFESted.
24833      Branch: perl
24834            ! MANIFEST
24835 ____________________________________________________________________________
24836 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
24837         Log: The old libnet.cfg is first searched from the current directory,
24838              only then from the module path.
24839      Branch: perl
24840            ! utils/libnetcfg.PL
24841 ____________________________________________________________________________
24842 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
24843         Log: NetWare tweaks from Guruprasad.
24844      Branch: perl
24845            ! NetWare/Makefile NetWare/config.wc
24846 ____________________________________________________________________________
24847 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
24848         Log: Subject: [PATCH] djgpp updates
24849              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
24850              Date: Tue, 19 Jun 2001 10:59:06 +0200
24851              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
24852      Branch: perl
24853            ! djgpp/config.over djgpp/fixpmain
24854 ____________________________________________________________________________
24855 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
24856         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
24857              From: Prymmer/Kahn <pvhp@best.com>
24858              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
24859              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
24860      Branch: perl
24861            ! win32/Makefile
24862 ____________________________________________________________________________
24863 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
24864         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
24865              to happen right after the inclusion of <inttypes.h>,
24866              from Edward Moy.
24867      Branch: perl
24868            ! handy.h perl.h
24869 ____________________________________________________________________________
24870 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
24871         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
24872              From: Doug MacEachern <dougm@covalent.net>
24873              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
24874              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
24875      Branch: perl
24876            ! ext/DynaLoader/DynaLoader_pm.PL
24877 ____________________________________________________________________________
24878 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
24879         Log: Revert #10656 for perfomance reasons but leave in the
24880              use of Hv*() macros -- in comments, so that grepping the
24881              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
24882              suggested by Sarathy, also by Abhijit.)
24883      Branch: perl
24884            ! hv.c
24885 ____________________________________________________________________________
24886 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
24887         Log: Subject: [patch] .s MakeMaker suffix
24888              From: Doug MacEachern <dougm@covalent.net>
24889              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
24890              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
24891      Branch: perl
24892            ! lib/ExtUtils/MM_Unix.pm
24893 ____________________________________________________________________________
24894 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
24895         Log: One test lost in the big shuffle restored.
24896      Branch: perl
24897            + ext/IPC/SysV/ipcsysv.t
24898            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24899 ____________________________________________________________________________
24900 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
24901         Log: Rename the old non-standard threads tests so that
24902              they won't be invoked.
24903      Branch: perl
24904            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
24905            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
24906            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
24907            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
24908            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
24909            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24910            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24911            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24912            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24913            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24914            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24915            - ext/Thread/unsync4.t
24916            ! MANIFEST
24917 ____________________________________________________________________________
24918 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
24919         Log: Integrate perlio.
24920      Branch: perl
24921           !> win32/config_sh.PL
24922 ____________________________________________________________________________
24923 [ 10709] By: nick                                  on 2001/06/19  08:18:18
24924         Log: Integrate mainline
24925      Branch: perlio
24926           +> (branch 40 files)
24927            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24928            - lib/strict/subs lib/strict/vars lib/warnings/1global
24929            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24930            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24931            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24932            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24933            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24934            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24935            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24936            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24937            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24938            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24939            - lib/warnings/utf8 lib/warnings/util
24940           !> (integrate 57 files)
24941 ____________________________________________________________________________
24942 [ 10708] By: nick                                  on 2001/06/19  07:57:10
24943         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
24944      Branch: perlio
24945            ! win32/config_sh.PL
24946 ____________________________________________________________________________
24947 [ 10707] By: nick                                  on 2001/06/19  07:05:07
24948         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
24949      Branch: perl
24950            ! perly.c perly.y perly_c.diff vms/perly_c.vms
24951 ____________________________________________________________________________
24952 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
24953         Log: More perl572delta tweaks.
24954      Branch: perl
24955            ! pod/perl572delta.pod
24956 ____________________________________________________________________________
24957 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
24958         Log: Update perl572delta.
24959      Branch: perl
24960            ! pod/perl572delta.pod
24961 ____________________________________________________________________________
24962 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
24963         Log: VOS updates from Paul Green.
24964      Branch: perl
24965            ! vos/Changes vos/build.cm vos/perl.bind
24966 ____________________________________________________________________________
24967 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
24968         Log: Update the vos/config.*.* files.
24969      Branch: perl
24970            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24971            ! vos/config.ga.h
24972 ____________________________________________________________________________
24973 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
24974         Log: Add a makefile for more painless adding of symbols to the
24975              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
24976              takes care of the adding)
24977      Branch: perl
24978            + vos/Makefile
24979 ____________________________________________________________________________
24980 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
24981         Log: Make libnetcfg by default display the libnet configuration,
24982              -c to change, add -i for old config, document all options,
24983              regen toc.
24984      Branch: perl
24985            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
24986 ____________________________________________________________________________
24987 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
24988         Log: gcc -Wall sweep.
24989      Branch: perl
24990            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
24991 ____________________________________________________________________________
24992 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
24993         Log: So there.
24994      Branch: perl
24995            ! universal.c
24996 ____________________________________________________________________________
24997 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
24998         Log: Document the need for sv_printify().
24999              
25000              Document that 'use utf8' has been considered.
25001              
25002              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
25003      Branch: perl
25004            ! pod/perltodo.pod universal.c
25005 ____________________________________________________________________________
25006 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
25007         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
25008              From: Nicholas Clark <nick@ccl4.org>
25009              Date: Mon, 18 Jun 2001 23:29:23 +0100
25010              Message-ID: <20010618232923.I98663@plum.flirble.org>
25011      Branch: perl
25012            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
25013            ! ext/Sys/Syslog/Makefile.PL
25014 ____________________________________________________________________________
25015 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
25016         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
25017              From: Scott.L.Miller@Compaq.com
25018              Date: Mon, 18 Jun 2001 10:12:27 -0500
25019              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
25020      Branch: perl
25021            ! lib/perl5db.pl pod/perldebug.pod
25022 ____________________________________________________________________________
25023 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
25024         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
25025              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
25026              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
25027              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
25028      Branch: perl
25029            ! lib/Carp/Heavy.pm
25030 ____________________________________________________________________________
25031 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
25032         Log: Subject: [PATCH] Documentation changes for CLONE
25033              From: Artur Bergman <artur@contiller.se>
25034              Date: Mon, 18 Jun 2001 22:06:37 +0200
25035              Message-ID: <B7542BEC.1719%artur@contiller.se>
25036      Branch: perl
25037            ! pod/perlmod.pod pod/perlsub.pod
25038 ____________________________________________________________________________
25039 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
25040         Log: Subject: Re: configure.com
25041              From: "Craig A. Berry" <craigberry@mac.com>
25042              Date: Mon, 18 Jun 2001 16:04:38 -0500
25043              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
25044      Branch: perl
25045            ! configure.com
25046 ____________________________________________________________________________
25047 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
25048         Log: Subject: PL_nullstash + perl_clone()
25049              From: Doug MacEachern <dougm@covalent.net>
25050              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
25051              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
25052      Branch: perl
25053            ! sv.c
25054 ____________________________________________________________________________
25055 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
25056         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
25057              From: davem@fdgroup.co.uk
25058              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
25059              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
25060      Branch: perl
25061            ! embed.pl pod/perlapi.pod
25062 ____________________________________________________________________________
25063 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
25064         Log: More cross-compilation defaults gleaned from -Dcc
25065              if it is CPU-OS-gcc.
25066      Branch: metaconfig
25067            ! U/modified/libc.U
25068      Branch: metaconfig/U/perl
25069            ! Cross.U
25070      Branch: perl
25071            ! Configure INSTALL
25072 ____________________________________________________________________________
25073 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
25074         Log: Update Changes.
25075      Branch: perl
25076            ! Changes patchlevel.h
25077 ____________________________________________________________________________
25078 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
25079         Log: Subject: [PATCH 5.7.1] sv.c documentation
25080              From: davem@fdgroup.co.uk
25081              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
25082              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
25083      Branch: perl
25084            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
25085            ! sv.c sv.h
25086 ____________________________________________________________________________
25087 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
25088         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
25089              From: "Jon Gunnip" <jongunnip@hotmail.com>
25090              Date: Sun, 17 Jun 2001 18:24:29 -0400
25091              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
25092      Branch: perl
25093            ! pod/perlvar.pod
25094 ____________________________________________________________________________
25095 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
25096         Log: Move the locale/strict/warnings helper files back
25097              under the t/lib; this way the amount of non-installabled
25098              stuff under lib/ stays smaller.
25099      Branch: perl
25100            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
25101            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
25102            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
25103            + t/lib/warnings/5nolint t/lib/warnings/6default
25104            + t/lib/warnings/7fatal t/lib/warnings/8signal
25105            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
25106            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
25107            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
25108            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
25109            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
25110            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
25111            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
25112            + t/lib/warnings/taint t/lib/warnings/toke
25113            + t/lib/warnings/universal t/lib/warnings/utf8
25114            + t/lib/warnings/util
25115            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
25116            - lib/strict/subs lib/strict/vars lib/warnings/1global
25117            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
25118            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
25119            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
25120            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
25121            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
25122            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
25123            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
25124            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
25125            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
25126            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
25127            - lib/warnings/utf8 lib/warnings/util
25128            ! MANIFEST installperl lib/locale.t lib/strict.t
25129 ____________________________________________________________________________
25130 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
25131         Log: Split off the pack/unpack code, from Nicholas Clark.
25132      Branch: perl
25133            + pp_pack.c
25134            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
25135            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
25136            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
25137 ____________________________________________________________________________
25138 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
25139         Log: Guard the SysV IPC tests against being invoked in
25140              SysV-IPC-less places.
25141      Branch: perl
25142            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
25143 ____________________________________________________________________________
25144 [ 10683] By: nick                                  on 2001/06/18  12:24:42
25145         Log: Integrate mainline (new test scheme now ok on Linux).
25146      Branch: perlio
25147           +> lib/warnings.t
25148           !> dump.c sv.c
25149 ____________________________________________________________________________
25150 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
25151         Log: Add the locale.c and numeric.c to the microperl sources.
25152      Branch: perl
25153            ! Makefile.micro win32/Makefile
25154 ____________________________________________________________________________
25155 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
25156         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
25157              From: Abhijit Menon-Sen <ams@wiw.org>
25158              Date: Mon, 18 Jun 2001 14:23:44 +0530
25159              Message-ID: <20010618142344.A13136@lustre.linux.in>
25160      Branch: perl
25161            ! dump.c
25162 ____________________________________________________________________________
25163 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
25164         Log: Subject: Re: [PATCH] more anonymous stash cleanups
25165              From: Abhijit Menon-Sen <ams@wiw.org>
25166              Date: Mon, 18 Jun 2001 15:50:32 +0530
25167              Message-ID: <20010618155032.A13223@lustre.linux.in>
25168              
25169              Plus the comment left in as suggested by NI-S.
25170      Branch: perl
25171            ! sv.c
25172 ____________________________________________________________________________
25173 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
25174         Log: One missed file.
25175      Branch: perl
25176            + lib/warnings.t
25177 ____________________________________________________________________________
25178 [ 10678] By: nick                                  on 2001/06/18  08:05:29
25179         Log: Integrate mainline (part2 - the deletes)
25180      Branch: perlio
25181            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
25182            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
25183            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
25184            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
25185            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
25186            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
25187            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
25188            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
25189            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
25190            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
25191            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
25192 ____________________________________________________________________________
25193 [ 10677] By: nick                                  on 2001/06/18  08:04:44
25194         Log: Integrate mainline (part1)
25195      Branch: perlio
25196           +> (branch 376 files)
25197            - (delete 219 files)
25198           !> (integrate 151 files)
25199 ____________________________________________________________________________
25200 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
25201         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
25202              No doubt I made some mistakes like missed some files or
25203              misnamed some files.  The naming rules were more or less:
25204              (1) if the module is from CPAN, follows its ways, be it
25205              t/*.t or test.pl.
25206              (2) otherwise if there are multiple tests for a module
25207              put them in a t/
25208              (3) otherwise if there's only one test put it in Module.t
25209              (4) helper files go to module/ (locale, strict, warnings)
25210              (5) use longer filenames now that we can (but e.g. the
25211              compat-0.6.t and the Text::Balanced test files still
25212              were renamed to be more civil against the 8.3 people)
25213              installperl was updated appropriately not to install the
25214              *.t files or the help files from under lib.
25215              
25216              TODO: some helper files still remain under t/ that could
25217              follow their 'masters'.  UPDATE: On second thoughts, why
25218              should they.  They can continue to live under t/lib, and
25219              in fact the locale/strict/warnings helpers that were moved
25220              could be moved back.  This way the amount of non-installable
25221              stuff under lib/ stays smaller.
25222      Branch: perl
25223            + (add 253 files)
25224            - (delete 254 files)
25225            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
25226 ____________________________________________________________________________
25227 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
25228         Log: The warning no more comes from util.c, it comes from numeric.c.
25229      Branch: perl
25230            ! README.tru64
25231 ____________________________________________________________________________
25232 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
25233         Log: Subject: Re: anyone good at casting spells?
25234              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25235              Date: Sun, 17 Jun 2001 21:21:04 -0400
25236              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
25237      Branch: perl
25238            ! ext/POSIX/POSIX.xs hv.h
25239 ____________________________________________________________________________
25240 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
25241         Log: Protect the (original) thread tests against testing if no 5.005
25242              threads have been configured.
25243      Branch: perl
25244            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
25245            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
25246            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
25247            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
25248            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
25249            ! ext/Thread/unsync4.t
25250 ____________________________________________________________________________
25251 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
25252         Log: Try the new test scanning scheme on Text::Abbrev.
25253      Branch: perl
25254            + lib/Text/Abbrev.t
25255            - lib/Text/Abbrev/t/abbrev.t
25256            ! MANIFEST
25257 ____________________________________________________________________________
25258 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
25259         Log: Change the scan policy of the *.t and test.pl files,
25260              now the *.t do not need to live in a t/ directory.
25261      Branch: perl
25262            ! t/TEST t/harness
25263 ____________________________________________________________________________
25264 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
25265         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
25266              From: Ilmari Karonen <iltzu@sci.fi>
25267              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
25268              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
25269      Branch: perl
25270            ! pod/perlfaq7.pod
25271 ____________________________________________________________________________
25272 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
25273         Log: Quench the warnings from Tru64; the HP-UX is still
25274              broken because it really, REALLY, doesn't like the
25275              HvARRAY() being lvalue:
25276              
25277              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
25278              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
25279      Branch: perl
25280            ! hv.c
25281 ____________________________________________________________________________
25282 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
25283         Log: Integrate change #10667 from maintperl:
25284              
25285              change#10449 broke the special-case that makes lexicals inside the
25286              eval"" within DB::DB() visible
25287      Branch: perl
25288           !> op.c
25289 ____________________________________________________________________________
25290 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
25291         Log: change#10449 broke the special-case that makes lexicals inside the
25292              eval"" within DB::DB() visible
25293      Branch: maint-5.6/perl
25294            ! op.c
25295 ____________________________________________________________________________
25296 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
25297         Log: Still spurious output; indent the code a bit.
25298              
25299              TODO1: separate the utility functions like MkDir
25300              into a helper script?
25301              
25302              TODO2: I see a lot of repetition in the filepath()
25303              and dirpath() calls.
25304      Branch: perl
25305            ! t/lib/filefind.t t/lib/findtaint.t
25306 ____________________________________________________________________________
25307 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
25308         Log: Regen modlib, toc.
25309      Branch: perl
25310            ! pod/perlmodlib.pod pod/perltoc.pod
25311 ____________________________________________________________________________
25312 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
25313         Log: Add libnetcfg to perlutil.
25314      Branch: perl
25315            ! pod/perlutil.pod
25316 ____________________________________________________________________________
25317 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
25318         Log: Initial integration of libnet-1.0703.
25319              The Configure script renamed as libnetcfg, will be
25320              installed along other utilities.
25321      Branch: perl
25322            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
25323            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
25324            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
25325            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
25326            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
25327            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
25328            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
25329            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
25330            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
25331            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
25332            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
25333            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
25334            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
25335            + utils/libnetcfg.PL
25336            ! MANIFEST utils.lst utils/Makefile
25337 ____________________________________________________________________________
25338 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
25339         Log: Less potentially test-harness-confusing output.
25340      Branch: perl
25341            ! lib/Memoize/t/expire_module_t.t
25342 ____________________________________________________________________________
25343 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
25344         Log: The final print annoys make test.
25345      Branch: perl
25346            ! t/lib/filefind.t t/lib/findtaint.t
25347 ____________________________________________________________________________
25348 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
25349         Log: Add an option for handling dangling symbolic links.
25350      Branch: perl
25351            ! lib/File/Find.pm t/lib/filefind.t
25352 ____________________________________________________________________________
25353 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
25354         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
25355              From: Thomas Wegner <wegner_thomas@yahoo.com>
25356              Date: Sun, 17 Jun 2001 14:43:11 +0200
25357              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
25358      Branch: perl
25359            + t/lib/findtaint.t
25360            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
25361 ____________________________________________________________________________
25362 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
25363         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
25364              From: Jonathan Stowe <gellyfish@gellyfish.com>
25365              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
25366              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
25367      Branch: perl
25368            ! lib/ExtUtils/MM_Unix.pm
25369 ____________________________________________________________________________
25370 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
25371         Log: Subject: [PATCH] more anonymous stash cleanups
25372              From: Abhijit Menon-Sen <ams@wiw.org>
25373              Date: Sun, 17 Jun 2001 11:44:06 +0530
25374              Message-ID: <20010617114406.A25203@lustre.linux.in>
25375      Branch: perl
25376            ! op.c
25377 ____________________________________________________________________________
25378 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
25379         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
25380              From: Abhijit Menon-Sen <ams@wiw.org>
25381              Date: Sun, 17 Jun 2001 08:02:59 +0530
25382              Message-ID: <20010617080259.A28776@lustre.linux.in>
25383              
25384              Subject: [PATCH #2/7] xhv_eiter
25385              From: Abhijit Menon-Sen <ams@wiw.org>
25386              Date: Sun, 17 Jun 2001 08:13:18 +0530
25387              Message-ID: <20010617081318.B28776@lustre.linux.in>
25388              
25389              Subject: [PATCH #3/7] xhv_fill
25390              From: Abhijit Menon-Sen <ams@wiw.org>
25391              Date: Sun, 17 Jun 2001 08:25:16 +0530
25392              Message-ID: <20010617082516.C28776@lustre.linux.in>
25393              
25394              Subject: [PATCH #4/7] xhv_keys
25395              From: Abhijit Menon-Sen <ams@wiw.org>
25396              Date: Sun, 17 Jun 2001 08:36:17 +0530
25397              Message-ID: <20010617083617.D28776@lustre.linux.in>
25398              
25399              Subject: [PATCH #5/7] xhv_max
25400              From: Abhijit Menon-Sen <ams@wiw.org>
25401              Date: Sun, 17 Jun 2001 08:39:48 +0530
25402              Message-ID: <20010617083948.E28776@lustre.linux.in>
25403              
25404              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
25405              From: Abhijit Menon-Sen <ams@wiw.org>
25406              Date: Sun, 17 Jun 2001 08:51:11 +0530
25407              Message-ID: <20010617085111.F28776@lustre.linux.in>
25408      Branch: perl
25409            ! hv.c
25410 ____________________________________________________________________________
25411 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
25412         Log: Update Changes.
25413      Branch: perl
25414            ! Changes patchlevel.h
25415 ____________________________________________________________________________
25416 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
25417         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
25418              From: Abhijit Menon-Sen <ams@wiw.org>
25419              Date: Sat, 16 Jun 2001 07:41:19 +0530
25420              Message-ID: <20010616074119.A24720@lustre.linux.in>
25421      Branch: perl
25422            ! hv.c perl.c vms/vmsish.h win32/win32.h
25423 ____________________________________________________________________________
25424 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
25425         Log: Document tests failing when threaded, since we now have more.
25426      Branch: perl
25427            ! pod/perl572delta.pod
25428 ____________________________________________________________________________
25429 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
25430         Log: -Wall cleanup.
25431      Branch: perl
25432            ! ext/Thread/Thread.xs
25433 ____________________________________________________________________________
25434 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
25435         Log: pthread_attr_setstacksize() isn't absolutely necessary
25436              to call, only iff THREAD_CREATE_NEEDS_STACK.
25437      Branch: perl
25438            ! ext/Thread/Thread.xs
25439 ____________________________________________________________________________
25440 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
25441         Log: -Wall strays.
25442      Branch: perl
25443            ! perl.c util.c
25444 ____________________________________________________________________________
25445 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
25446         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
25447              (and INT64_MIN) brokenness.
25448      Branch: perl
25449            ! hints/darwin.sh perl.h
25450 ____________________________________________________________________________
25451 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
25452         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
25453              From: Nicholas Clark <nick@ccl4.org>
25454              Date: Sun, 17 Jun 2001 00:16:05 +0100
25455              Message-ID: <20010617001605.V98663@plum.flirble.org>
25456      Branch: perl
25457            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
25458            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
25459            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25460 ____________________________________________________________________________
25461 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
25462         Log: Add perlnetware to docs; regen toc; supply skeleton
25463              docs for some Memoize submodules.
25464      Branch: perl
25465            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
25466            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25467            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
25468            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
25469            ! win32/Makefile win32/makefile.mk
25470 ____________________________________________________________________________
25471 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
25472         Log: pod cleanup.
25473      Branch: perl
25474            ! README.netware
25475 ____________________________________________________________________________
25476 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
25477         Log: Integrate Memoize 0.64.  Few tweaks were required in
25478              the test scripts.  Note that the speed and expire*
25479              tests take several dozen seconds to run.
25480      Branch: perl
25481            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25482            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
25483            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25484            + lib/Memoize/README lib/Memoize/SDBM_File.pm
25485            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
25486            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
25487            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
25488            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
25489            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
25490            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
25491            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
25492            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
25493            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
25494            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
25495            ! MANIFEST t/lib/1_compile.t
25496 ____________________________________________________________________________
25497 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
25498         Log: Document the cross-compilation options.
25499      Branch: perl
25500            ! Cross/README INSTALL
25501 ____________________________________________________________________________
25502 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
25503         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
25504      Branch: perl
25505            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
25506            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
25507            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
25508            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
25509            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
25510            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
25511            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
25512            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
25513            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
25514            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
25515            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
25516            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
25517            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
25518            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
25519            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
25520            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
25521            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
25522            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
25523            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
25524            + lib/ExtUtils/MM_NW5.pm
25525            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
25526            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
25527            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25528            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
25529            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
25530            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
25531            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
25532            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
25533            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
25534            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
25535            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
25536            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
25537            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
25538            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
25539            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
25540            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
25541            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
25542            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
25543            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
25544            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
25545            ! util.h x2p/a2py.c
25546 ____________________________________________________________________________
25547 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
25548         Log: Resort MANIFEST.
25549      Branch: perl
25550            ! MANIFEST
25551 ____________________________________________________________________________
25552 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
25553         Log: Integrate perlio.
25554      Branch: perl
25555           +> win32/win32io.c
25556           !> MANIFEST perlio.c perliol.h win32/makefile.mk
25557 ____________________________________________________________________________
25558 [ 10640] By: nick                                  on 2001/06/16  18:38:31
25559         Log: Disable :win32 layer as default till I get it working
25560      Branch: perlio
25561            ! MANIFEST perlio.c
25562 ____________________________________________________________________________
25563 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
25564         Log: Try the new scheme by moving the Text::Abbrev test
25565              to a new place under lib.
25566      Branch: perl
25567            + lib/Text/Abbrev/t/abbrev.t
25568            - t/lib/abbrev.t
25569            ! MANIFEST
25570 ____________________________________________________________________________
25571 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
25572         Log: Make the code even more dynamical so that testname
25573              suffix length can change.
25574      Branch: perl
25575            ! lib/Test/Harness.pm t/TEST
25576 ____________________________________________________________________________
25577 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
25578         Log: Allow for deeper t/ and also a single test.pl.
25579      Branch: perl
25580            ! t/TEST t/harness
25581 ____________________________________________________________________________
25582 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
25583         Log: #define fix from Nicholas Clark.
25584      Branch: perl
25585            ! ext/POSIX/POSIX.xs
25586 ____________________________________________________________________________
25587 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
25588         Log: Initialization is nice.
25589      Branch: perl
25590            ! lib/Test/Harness.pm
25591 ____________________________________________________________________________
25592 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
25593         Log: Make t/TEST and t/harness to test also the t/ tests
25594              under the main lib/ and ext/ directories.  Fix Test::Harness
25595              to dynamically change the width of its "foo/bar....ok" output.
25596      Branch: perl
25597            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
25598 ____________________________________________________________________________
25599 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
25600         Log: Subject: [PATCH] Re: perl@10611 
25601              From: Nicholas Clark <nick@ccl4.org>
25602              Date: Sat, 16 Jun 2001 16:52:47 +0100
25603              Message-ID: <20010616165247.O98663@plum.flirble.org>
25604              
25605              The .xs parts, too.
25606      Branch: perl
25607            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
25608            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
25609 ____________________________________________________________________________
25610 [ 10632] By: nick                                  on 2001/06/16  16:44:35
25611         Log: Work-in-progress win32 layer semi-functional, checking 
25612              for UNIX breakage.
25613      Branch: perlio
25614            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
25615 ____________________________________________________________________________
25616 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
25617         Log: Subject: [PATCH] Re: perl@10611 
25618              From: Nicholas Clark <nick@ccl4.org>
25619              Date: Sat, 16 Jun 2001 16:52:47 +0100
25620              Message-ID: <20010616165247.O98663@plum.flirble.org>
25621      Branch: perl
25622            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
25623            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
25624            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
25625            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
25626            ! lib/ExtUtils/Constant.pm
25627 ____________________________________________________________________________
25628 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
25629         Log: Metaconfig unit change for #10629.
25630      Branch: metaconfig
25631            ! U/modified/Finish.U
25632 ____________________________________________________________________________
25633 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
25634         Log: The extraction changed directories.
25635      Branch: perl
25636            ! Configure
25637 ____________________________________________________________________________
25638 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
25639         Log: Math::BigInt 1.35 from Tels.
25640      Branch: perl
25641            + t/lib/mbimbf.t
25642            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25643            ! t/lib/bigfltpm.t t/lib/bigintpm.t
25644 ____________________________________________________________________________
25645 [ 10627] By: nick                                  on 2001/06/16  14:54:52
25646         Log: Work in progress UNIX-side edit of win32 PerLIO layer
25647      Branch: perlio
25648            + win32/win32io.c
25649            ! perlio.c win32/makefile.mk
25650 ____________________________________________________________________________
25651 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
25652         Log: Subject: [PATCH 5.6.1] os2/diff-configure
25653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25654              Date: Fri, 15 Jun 2001 01:19:36 -0400
25655              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
25656              
25657              Empty all of it because I think #10624 made even the
25658              last patch hunk unnecessary.
25659      Branch: perl
25660            ! os2/diff.configure
25661 ____________________________________________________________________________
25662 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
25663         Log: Metaconfig unit change for 10624.
25664      Branch: metaconfig
25665            ! U/modified/libc.U
25666      Branch: perl
25667            ! config_h.SH
25668 ____________________________________________________________________________
25669 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
25670         Log: Move the initialization of libnames to the beginning so
25671              that can one 'seed' it (as OS/2 does.)
25672      Branch: perl
25673            ! Configure
25674 ____________________________________________________________________________
25675 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
25676         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
25677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25678              Date: Fri, 15 Jun 2001 19:10:57 -0400
25679              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
25680      Branch: perl
25681            ! os2/OS2/REXX/DLL/DLL.pm
25682 ____________________________________________________________________________
25683 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
25684         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
25685              From: "Craig A. Berry" <craigberry@mac.com>
25686              Date: Fri, 15 Jun 2001 17:00:03 -0500
25687              Message-Id: <a05101007b750342599be@[172.16.52.1]>
25688      Branch: perl
25689            ! vms/descrip_mms.template
25690 ____________________________________________________________________________
25691 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
25692         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
25693              From: "Craig A. Berry" <craigberry@mac.com>
25694              Date: Fri, 15 Jun 2001 18:39:42 -0500
25695              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
25696      Branch: perl
25697            ! lib/File/Spec/VMS.pm t/lib/extutils.t
25698 ____________________________________________________________________________
25699 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
25700         Log: Integrate perlio.
25701      Branch: perl
25702           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
25703           !> t/io/utf8.t t/lib/io_scalar.t
25704 ____________________________________________________________________________
25705 [ 10619] By: nick                                  on 2001/06/15  21:05:19
25706         Log: Generated files
25707      Branch: perlio
25708            ! embed.h proto.h
25709 ____________________________________________________________________________
25710 [ 10618] By: nick                                  on 2001/06/15  20:27:42
25711         Log: Fix open.pm to work via XS-implemented method calls rather
25712              than *open::layers variables which caused all the HV/AV hassle.
25713      Branch: perlio
25714            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
25715            ! t/lib/io_scalar.t
25716 ____________________________________________________________________________
25717 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
25718         Log: Integrate perlio.
25719      Branch: perl
25720           !> lib/ExtUtils/Constant.pm
25721 ____________________________________________________________________________
25722 [ 10616] By: nick                                  on 2001/06/15  18:46:47
25723         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
25724      Branch: perlio
25725            ! lib/ExtUtils/Constant.pm
25726 ____________________________________________________________________________
25727 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
25728         Log: Integrate perlio.
25729      Branch: perl
25730           !> ext/Socket/Socket.xs
25731 ____________________________________________________________________________
25732 [ 10614] By: nick                                  on 2001/06/15  18:33:37
25733         Log: MULTIPLICITY fix for Socket.xs
25734      Branch: perlio
25735            ! ext/Socket/Socket.xs
25736 ____________________________________________________________________________
25737 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
25738         Log: Subject: Re: perl@10611
25739              From: Doug MacEachern <dougm@covalent.net>
25740              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
25741              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
25742      Branch: perl
25743            ! ext/Socket/Socket.xs
25744 ____________________________________________________________________________
25745 [ 10612] By: nick                                  on 2001/06/15  16:14:38
25746         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
25747      Branch: perlio
25748           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25749           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
25750           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
25751           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
25752           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
25753           !> utils/h2ph.PL
25754 ____________________________________________________________________________
25755 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
25756         Log: Update Changes.
25757      Branch: perl
25758            ! Changes patchlevel.h
25759 ____________________________________________________________________________
25760 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
25761         Log: Upping the test count.
25762      Branch: perl
25763            ! t/lib/filefind.t
25764 ____________________________________________________________________________
25765 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
25766         Log: Integrate perlio.
25767      Branch: perl
25768           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25769 ____________________________________________________________________________
25770 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
25771         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
25772              From: andreas.koenig@anima.de (Andreas J. Koenig)
25773              Date: 15 Jun 2001 13:30:39 +0200
25774              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
25775              
25776              Record the grim history.
25777      Branch: perl
25778            ! lib/File/Find.pm
25779 ____________________________________________________________________________
25780 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
25781         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
25782              From: Brian McCauley <nobull@mail.com>
25783              Date: 15 Jun 2001 07:51:26 +0100
25784              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
25785      Branch: perl
25786            ! lib/File/Find.pm t/lib/filefind.t
25787 ____________________________________________________________________________
25788 [ 10606] By: nick                                  on 2001/06/15  14:00:08
25789         Log: regen_config_h for Win32.
25790      Branch: perlio
25791            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25792 ____________________________________________________________________________
25793 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
25794         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
25795              From: Peter Prymmer <pvhp@forte.com>
25796              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
25797              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
25798      Branch: perl
25799            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
25800 ____________________________________________________________________________
25801 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
25802         Log: Some filesystems require writability for rename/unlink.
25803      Branch: perl
25804            ! opcode.pl
25805 ____________________________________________________________________________
25806 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
25807         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
25808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
25809              Date: Fri, 15 Jun 2001 12:08:53 +0200
25810              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
25811      Branch: perl
25812            ! perlio.c
25813 ____________________________________________________________________________
25814 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
25815         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
25816              From: Mike Guy <mjtg@cam.ac.uk>
25817              Date: Fri, 15 Jun 2001 14:11:49 +0100
25818              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
25819      Branch: perl
25820            ! opcode.pl
25821 ____________________________________________________________________________
25822 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
25823         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
25824              From: Nicholas Clark <nick@ccl4.org>
25825              Date: Thu, 14 Jun 2001 23:52:56 +0100
25826              Message-ID: <20010614235256.G98663@plum.flirble.org>
25827      Branch: perl
25828            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
25829            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25830 ____________________________________________________________________________
25831 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
25832         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
25833              From: Russ Allbery <rra@stanford.edu>
25834              Date: 14 Jun 2001 13:24:43 -0700
25835              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
25836      Branch: perl
25837            ! ext/GDBM_File/GDBM_File.pm
25838 ____________________________________________________________________________
25839 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
25840         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
25841              From: Nicholas Clark <nick@ccl4.org>
25842              Date: Thu, 14 Jun 2001 20:37:47 +0100
25843              Message-ID: <20010614203747.F98663@plum.flirble.org>
25844      Branch: perl
25845            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25846            ! t/lib/gdbm.t
25847 ____________________________________________________________________________
25848 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
25849         Log: Integrate perlio.
25850      Branch: perl
25851           !> makedef.pl sv.c
25852 ____________________________________________________________________________
25853 [ 10597] By: nick                                  on 2001/06/15  11:08:13
25854         Log: Check that HVs with HvNAME() != NULL are really stashes before
25855              treating them as such. Also be more defensive on the GvCV.
25856              Win32 fork and dprof now working again. 
25857      Branch: perlio
25858            ! sv.c
25859 ____________________________________________________________________________
25860 [ 10596] By: nick                                  on 2001/06/15  10:11:20
25861         Log: Integrate mainline.
25862      Branch: perlio
25863           +> Cross/README
25864           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
25865           !> Porting/config_H config_h.SH configure.com epoc/config.sh
25866           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
25867           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25868           !> vos/config.ga.h win32/config.bc win32/config.gc
25869           !> win32/config.vc win32/config_H.bc win32/config_H.gc
25870           !> win32/config_H.vc
25871 ____________________________________________________________________________
25872 [ 10595] By: nick                                  on 2001/06/15  09:37:17
25873         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
25874              - Win32 (VC++) now builds but fails:
25875              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
25876              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
25877              write.t    - open(...,"|-") not implemented on Win32 
25878      Branch: perlio
25879            ! makedef.pl
25880 ____________________________________________________________________________
25881 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
25882         Log: Integrate perlio.
25883      Branch: perl
25884           !> perlio.c win32/makefile.mk
25885 ____________________________________________________________________________
25886 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
25887         Log: Metaconfig unit changes for #10592.
25888      Branch: metaconfig
25889            + U/modified/i_varhdr.U U/modified/startsh.U
25890            - U/a_dvisory/crosscompile.U U/target/Target.U
25891            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
25892            ! U/compline/bitpbyte.U U/compline/byteorder.U
25893            ! U/compline/ccflags.U U/compline/charsize.U
25894            ! U/compline/d_casti32.U U/compline/d_castneg.U
25895            ! U/compline/d_closedir.U U/compline/d_fd_set.U
25896            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
25897            ! U/compline/d_keepsig.U U/compline/d_open3.U
25898            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25899            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
25900            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
25901            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
25902            ! U/compline/doublesize.U U/compline/floatsize.U
25903            ! U/compline/nblock_io.U U/compline/orderlib.U
25904            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
25905            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
25906            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
25907            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
25908            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
25909            ! U/modified/spitshell.U U/threads/archname.U
25910            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
25911            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
25912            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
25913            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
25914            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
25915      Branch: metaconfig/U/perl
25916            + Cross.U
25917            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
25918            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
25919            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
25920            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
25921            ! stdio_streams.U uselfs.U
25922 ____________________________________________________________________________
25923 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
25924         Log: The first steps towards cross-compilation.
25925              
25926              Abstract execution of compiled test executables with $run,
25927              and abstract transfer of files with $to and $from.
25928              
25929              Under cross-compilation the $run, $to, and $from will point
25930              to appropriate wrapper scripts, by default ssh and scp,
25931              but also rsh, rcp, and cp are supported.  If not
25932              cross-compiling, they will be set to '', ':', and ':',
25933              respectively.
25934              
25935              With these patches I was able to get Configure for
25936              iPAQ ARM Linux on an Intel Linux about 95% right
25937              (only a few tests failed to execute or they produced
25938              incorrect results), and I was able to compile
25939              a functional miniperl.
25940              
25941              The symbol crosscompile renamed to be usecrosscompile,
25942              the corresponding C symbol from CROSSCOMPILE to
25943              USE_CROSS_COMPILE.
25944      Branch: perl
25945            ! Configure Cross/README Makefile.SH Porting/Glossary
25946            ! Porting/config.sh Porting/config_H config_h.SH configure.com
25947            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
25948            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25949            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25950            ! win32/config.gc win32/config.vc win32/config_H.bc
25951            ! win32/config_H.gc win32/config_H.vc
25952 ____________________________________________________________________________
25953 [ 10591] By: nick                                  on 2001/06/14  20:00:12
25954         Log: Steps along the road toward Win32 building again.
25955      Branch: perlio
25956            ! perlio.c win32/makefile.mk
25957 ____________________________________________________________________________
25958 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
25959         Log: Integrate perlio.
25960      Branch: perl
25961           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25962 ____________________________________________________________________________
25963 [ 10589] By: nick                                  on 2001/06/14  13:54:07
25964         Log: Routine regen_config_h for Win32
25965      Branch: perlio
25966            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25967 ____________________________________________________________________________
25968 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
25969         Log: Integrate perlio.
25970      Branch: perl
25971           +> perlyline.pl
25972           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
25973 ____________________________________________________________________________
25974 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
25975         Log: A placeholder.
25976      Branch: perl
25977            + Cross/README
25978 ____________________________________________________________________________
25979 [ 10586] By: nick                                  on 2001/06/14  08:25:07
25980         Log: Add new step to run_byacc which:
25981              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
25982              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
25983      Branch: perlio
25984            + perlyline.pl
25985            ! MANIFEST Makefile.SH perly.c
25986 ____________________________________________________________________________
25987 [ 10585] By: nick                                  on 2001/06/14  08:22:29
25988         Log: Integrate mainline
25989      Branch: perlio
25990           +> locale.c numeric.c
25991           !> Changes cygwin/Makefile.SHs embed.h embed.pl
25992           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
25993           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
25994           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
25995           !> x2p/Makefile.SH
25996 ____________________________________________________________________________
25997 [ 10584] By: nick                                  on 2001/06/14  08:05:53
25998         Log: Hack to remove insecure directories from PATH so test will run.
25999      Branch: perlio
26000            ! t/lib/filefind.t
26001 ____________________________________________________________________________
26002 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
26003         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
26004      Branch: perl
26005            - t/lib/mbimbf.t
26006            ! MANIFEST
26007 ____________________________________________________________________________
26008 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
26009         Log: Detypo.
26010      Branch: perl
26011            ! x2p/Makefile.SH
26012 ____________________________________________________________________________
26013 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
26014         Log: de-$CONFIG continues.
26015      Branch: perl
26016            ! cygwin/Makefile.SHs x2p/Makefile.SH
26017 ____________________________________________________________________________
26018 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
26019         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
26020              From: Nicholas Clark <nick@ccl4.org>
26021              Date: Wed, 13 Jun 2001 21:20:13 +0100
26022              Message-ID: <20010613212013.D98663@plum.flirble.org>
26023      Branch: perl
26024            ! opcode.pl
26025 ____________________________________________________________________________
26026 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
26027         Log: Subject: splitting util.c
26028              From: Hugo <hv@crypt.compulink.co.uk>
26029              Date: Thu, 14 Jun 2001 00:41:08 +0100
26030              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
26031      Branch: perl
26032            + locale.c numeric.c
26033            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
26034            ! pod/perlapi.pod proto.h util.c
26035 ____________________________________________________________________________
26036 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
26037         Log: Upgrade to Math::BigInt 1.34 from Tels.
26038      Branch: perl
26039            + t/lib/mbimbf.t
26040            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26041            ! t/lib/bigfltpm.t t/lib/bigintpm.t
26042 ____________________________________________________________________________
26043 [ 10577] By: nick                                  on 2001/06/13  19:02:48
26044         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
26045      Branch: perlio
26046           !> (integrate 125 files)
26047 ____________________________________________________________________________
26048 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
26049         Log: Update Changes.
26050      Branch: perl
26051            ! Changes patchlevel.h
26052 ____________________________________________________________________________
26053 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
26054         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
26055              From: "Craig A. Berry" <craigberry@mac.com>
26056              Date: Wed, 13 Jun 2001 13:24:28 -0500
26057              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
26058      Branch: perl
26059            ! ext/re/Makefile.PL
26060 ____________________________________________________________________________
26061 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
26062         Log: Mc.u.c. for #10573.
26063      Branch: metaconfig
26064            ! U/threads/usethreads.U
26065 ____________________________________________________________________________
26066 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
26067         Log: It would be also be good if I could type.
26068      Branch: perl
26069            ! Configure
26070 ____________________________________________________________________________
26071 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
26072         Log: Metaconfig unit change for #10571.
26073      Branch: metaconfig
26074            ! U/threads/usethreads.U
26075 ____________________________________________________________________________
26076 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
26077         Log: A non-empty default is a good thing.
26078      Branch: perl
26079            ! Configure
26080 ____________________________________________________________________________
26081 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
26082         Log: Metaconfig unit change for #10569.
26083      Branch: metaconfig
26084            ! U/threads/usethreads.U
26085 ____________________________________________________________________________
26086 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
26087         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
26088              extremely experimental, not even prompted for.
26089      Branch: perl
26090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26091            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
26092            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26093            ! win32/config.bc win32/config.gc win32/config.vc
26094 ____________________________________________________________________________
26095 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
26096         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
26097      Branch: perl
26098            ! pod/perlfaq6.pod
26099 ____________________________________________________________________________
26100 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
26101         Log: Integrate perlio; conflicts, accept Nick's versions.
26102      Branch: perl
26103           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26104           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
26105 ____________________________________________________________________________
26106 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
26107         Log: Subject: Re: ext/ + -Wall
26108              From: Doug MacEachern <dougm@covalent.net>
26109              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
26110              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
26111      Branch: perl
26112            ! XSUB.h lib/ExtUtils/xsubpp perl.h
26113 ____________________________________________________________________________
26114 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
26115         Log: Similar logic as DB_File.xs, using the modern macros and
26116              defines them to older ones for older Perls where PERL_VERSION
26117              is not defined, from Doug MacEachern.
26118      Branch: perl
26119            ! ext/Storable/Storable.xs
26120 ____________________________________________________________________________
26121 [ 10564] By: nick                                  on 2001/06/13  15:22:01
26122         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
26123              and using that instead (name lookups are sequential search for now).
26124      Branch: perlio
26125            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26126            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
26127 ____________________________________________________________________________
26128 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
26129         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
26130              From: "Richard Soderberg" <rs@crystalflame.net>
26131              Date: Sat, 26 May 2001 06:44:20 -0700
26132              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
26133      Branch: perl
26134            ! sv.c t/op/glob.t
26135 ____________________________________________________________________________
26136 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
26137         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
26138              From: "Craig A. Berry" <craigberry@mac.com>
26139              Date: Tue, 12 Jun 2001 23:55:26 -0500
26140              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
26141      Branch: perl
26142            ! ext/re/Makefile.PL ext/re/re.xs
26143 ____________________________________________________________________________
26144 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
26145         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
26146              suggested by NI-S.
26147      Branch: perl
26148            ! XSUB.h malloc.c perl.h
26149 ____________________________________________________________________________
26150 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
26151         Log: Regen toc.
26152      Branch: perl
26153            ! pod/perltoc.pod
26154 ____________________________________________________________________________
26155 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
26156         Log: Subject: [patch] perl.gprof control
26157              From: Doug MacEachern <dougm@covalent.net>
26158              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
26159              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
26160      Branch: perl
26161            ! miniperlmain.c perl.h
26162 ____________________________________________________________________________
26163 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
26164         Log: Subject: Re: ext/ + -Wall
26165              From: Doug MacEachern <dougm@covalent.net>
26166              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
26167              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
26168              
26169              Document ax and break up dXSARGS.
26170      Branch: perl
26171            ! XSUB.h pod/perlapi.pod
26172 ____________________________________________________________________________
26173 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
26174         Log: More AIX tweakage from Merijn.
26175      Branch: perl
26176            ! hints/aix.sh
26177 ____________________________________________________________________________
26178 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
26179         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
26180              From: "Craig A. Berry" <craigberry@mac.com>
26181              Date: Tue, 12 Jun 2001 22:57:45 -0500
26182              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
26183      Branch: perl
26184            ! vms/descrip_mms.template
26185 ____________________________________________________________________________
26186 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
26187         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
26188              From: "Craig A. Berry" <craigberry@mac.com>
26189              Date: Tue, 12 Jun 2001 22:21:39 -0500
26190              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
26191      Branch: perl
26192            ! configure.com util.c
26193 ____________________________________________________________________________
26194 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
26195         Log: New AIX dynaloading code from Jens-Uwe Mager.
26196              Does break binary compatibility.
26197      Branch: perl
26198            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26199 ____________________________________________________________________________
26200 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
26201         Log: VMS DEC C compiler found nits by Peter Prymmer.
26202      Branch: perl
26203            ! util.c
26204 ____________________________________________________________________________
26205 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
26206         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
26207              From: Peter Prymmer <pvhp@forte.com>
26208              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
26209              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
26210      Branch: perl
26211            ! t/lib/filecomp.t
26212 ____________________________________________________________________________
26213 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
26214         Log: I wonder how many $CONFIGs still lurk in the shadows.
26215      Branch: perl
26216            ! pod/Makefile.SH x2p/cflags.SH
26217 ____________________________________________________________________________
26218 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
26219         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
26220      Branch: perl
26221            ! pod/checkpods.PL
26222 ____________________________________________________________________________
26223 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
26224         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
26225      Branch: perl
26226            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
26227 ____________________________________________________________________________
26228 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
26229         Log: Subject: [patch] rid local_patches warnings
26230              From: Doug MacEachern <dougm@covalent.net>
26231              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
26232              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
26233      Branch: perl
26234            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
26235 ____________________________________________________________________________
26236 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
26237         Log: Subject: Re: ext/ + -Wall
26238              From: Doug MacEachern <dougm@covalent.net>
26239              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
26240              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
26241      Branch: perl
26242            ! ext/attrs/attrs.xs
26243 ____________________________________________________________________________
26244 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
26245         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
26246              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26247              Date: Tue, 12 Jun 2001 14:36:20 -0400
26248              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
26249      Branch: perl
26250            ! pod/perlretut.pod
26251 ____________________________________________________________________________
26252 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
26253         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
26254              From: Mike Guy <mjtg@cam.ac.uk>
26255              Date: Tue, 12 Jun 2001 19:10:31 +0100
26256              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
26257              
26258              Subject: Re: [ID 20010612.001] out of memory during regex compilation
26259              From: Mike Guy <mjtg@cam.ac.uk>
26260              Date: Tue, 12 Jun 2001 19:21:01 +0100
26261              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
26262      Branch: perl
26263            ! pod/perlop.pod
26264 ____________________________________________________________________________
26265 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
26266         Log: AIX tweaks from Merijn H. Brand.
26267      Branch: perl
26268            ! hints/aix.sh
26269 ____________________________________________________________________________
26270 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
26271         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
26272              From: "Brendan O'Dea" <bod@compusol.com.au>
26273              Date: Wed, 13 Jun 2001 05:16:47 +1000
26274              Message-ID: <20010613051647.A8945@compusol.com.au>
26275      Branch: maint-5.6/perl
26276            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26277 ____________________________________________________________________________
26278 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
26279         Log: Subject: Small bcopy cleanup
26280              From: Andy Dougherty <doughera@lafayette.edu>
26281              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
26282              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
26283      Branch: perl
26284            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
26285 ____________________________________________________________________________
26286 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
26287         Log: Subject: [PATCH] Re: ext/ + -Wall
26288              From: Nicholas Clark <nick@ccl4.org>
26289              Date: Wed, 13 Jun 2001 00:04:30 +0100
26290              Message-ID: <20010613000430.M5901@plum.flirble.org>
26291      Branch: perl
26292            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26293 ____________________________________________________________________________
26294 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
26295         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
26296              From: Nicholas Clark <nick@ccl4.org>
26297              Date: Tue, 12 Jun 2001 23:53:07 +0100
26298              Message-ID: <20010612235307.L5901@plum.flirble.org>
26299      Branch: perl
26300            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26301 ____________________________________________________________________________
26302 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
26303         Log: MPE/iX tweaks from Mark Bixby.
26304      Branch: perl
26305            ! hints/mpeix.sh mpeix/mpeixish.h util.c
26306 ____________________________________________________________________________
26307 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
26308         Log: Update Changes.
26309      Branch: perl
26310            ! Changes patchlevel.h
26311 ____________________________________________________________________________
26312 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
26313         Log: One less -Wall whine (found under DEBUGGING).
26314      Branch: perl
26315            ! x2p/Makefile.SH x2p/a2p.c
26316 ____________________________________________________________________________
26317 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
26318         Log: s/case-independent/case-insensitive/g
26319      Branch: perl
26320            ! pod/perldebug.pod
26321 ____________________________________________________________________________
26322 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
26323         Log: As suggested in    
26324              
26325              Subject: Re: ext/ + -Wall
26326              From: Gurusamy Sarathy <gsar@ActiveState.com>
26327              Date: Mon, 11 Jun 2001 23:34:31 -0700
26328              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
26329      Branch: perl
26330            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
26331            ! perl.h
26332 ____________________________________________________________________________
26333 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
26334         Log: Subject: ext/ + -Wall
26335              From: Doug MacEachern <dougm@covalent.net>
26336              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
26337              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
26338      Branch: perl
26339            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
26340            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
26341            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
26342            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
26343            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
26344            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
26345            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
26346            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
26347            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
26348            ! lib/ExtUtils/xsubpp
26349 ____________________________________________________________________________
26350 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
26351         Log: Subject: [PATCH] anonymous stashes
26352              From: Abhijit Menon-Sen <ams@wiw.org>
26353              Date: Tue, 12 Jun 2001 12:47:04 +0530
26354              Message-ID: <20010612124704.A29029@lustre.linux.in>
26355      Branch: perl
26356            ! dump.c gv.c sv.c xsutils.c
26357 ____________________________________________________________________________
26358 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
26359         Log: One more test for $^S.
26360      Branch: perl
26361            ! t/op/magic.t
26362 ____________________________________________________________________________
26363 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
26364         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
26365              From: Abhijit Menon-Sen <ams@wiw.org>
26366              Date: Tue, 12 Jun 2001 17:35:55 +0530
26367              Message-ID: <20010612173555.A32426@lustre.linux.in>
26368      Branch: perl
26369            ! mg.c t/op/magic.t
26370 ____________________________________________________________________________
26371 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
26372         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
26373              From: Mike Guy <mjtg@cam.ac.uk>
26374              Date: Tue, 12 Jun 2001 13:14:15 +0100
26375              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
26376      Branch: perl
26377            ! pod/perlop.pod
26378 ____________________________________________________________________________
26379 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
26380         Log: AUTHORS updates.
26381      Branch: perl
26382            ! AUTHORS
26383 ____________________________________________________________________________
26384 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
26385         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
26386              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
26387              Content-Transfer-Encoding: 7bit
26388              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
26389      Branch: perl
26390            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
26391 ____________________________________________________________________________
26392 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
26393         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
26394              From: "Philip Newton" <Philip.Newton@gmx.net>
26395              Date: Mon, 11 Jun 2001 07:08:03 +0200
26396              Message-Id: <200106120802.LAA08992@taas.iki.fi>
26397      Branch: perl
26398            ! t/base/term.t
26399 ____________________________________________________________________________
26400 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
26401         Log: Cleanup the a2p.c for -Wall.
26402      Branch: perl
26403            ! x2p/Makefile.SH x2p/a2p.c
26404 ____________________________________________________________________________
26405 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
26406         Log: File::Find update for MacOS from Chris Nandor.
26407      Branch: perl
26408            ! lib/File/Find.pm t/lib/filefind.t
26409 ____________________________________________________________________________
26410 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
26411         Log: gcc -Wall nits picked out by a non-UNIX system
26412              (courtesy of Mark Bixby)
26413      Branch: perl
26414            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
26415            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
26416            ! pp_sys.c util.c
26417 ____________________________________________________________________________
26418 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
26419         Log: Metaconfig unit change for #10522.  (The d_modfl changes
26420              placate metalint.)
26421      Branch: metaconfig/U/perl
26422            ! d_modfl.U d_u32align.U
26423 ____________________________________________________________________________
26424 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
26425         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
26426              be "./try 2>&1 >/dev/null".
26427      Branch: perl
26428            ! Configure
26429 ____________________________________________________________________________
26430 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
26431         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
26432              From: "Craig A. Berry" <craigberry@mac.com>
26433              Date: Mon, 11 Jun 2001 14:00:32 -0500
26434              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
26435      Branch: perl
26436            ! configure.com
26437 ____________________________________________________________________________
26438 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
26439         Log: Move the full \p\P lists to perlunicode.
26440      Branch: perl
26441            ! pod/perlretut.pod pod/perlunicode.pod
26442 ____________________________________________________________________________
26443 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
26444         Log: VOS build tweak for 5.6.1 from Paul Green.
26445      Branch: maint-5.6/perl
26446            ! vos/build.cm
26447 ____________________________________________________________________________
26448 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
26449         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
26450              From: "Craig A. Berry" <craigberry@mac.com>
26451              Date: Fri, 8 Jun 2001 18:08:18 -0500
26452              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
26453      Branch: perl
26454            ! vms/vms.c
26455 ____________________________________________________________________________
26456 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
26457         Log: Update Changes.
26458      Branch: perl
26459            ! Changes patchlevel.h
26460 ____________________________________________________________________________
26461 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
26462         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
26463      Branch: perl
26464            ! vos/config.alpha.h vos/config.ga.h
26465 ____________________________________________________________________________
26466 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
26467         Log: VOS updates from Paul Green for @10476.
26468      Branch: perl
26469            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
26470            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26471            ! vos/config.ga.h vos/configure_perl.cm
26472 ____________________________________________________________________________
26473 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
26474         Log: Subject: [PATCH] Not many people know this ...
26475              From: Mike Guy <mjtg@cam.ac.uk>
26476              Date: Mon, 11 Jun 2001 14:55:15 +0100
26477              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
26478      Branch: perl
26479            ! pod/perldebug.pod
26480 ____________________________________________________________________________
26481 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
26482         Log: Add final commas to lists as suggested by Philip Newton.
26483      Branch: perl
26484            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26485 ____________________________________________________________________________
26486 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
26487         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
26488              Date: Sun, 10 Jun 2001 23:35:38 -0400
26489              From: Chris Nandor <pudge@pobox.com>
26490              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
26491      Branch: perl
26492            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
26493            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
26494            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
26495            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
26496            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
26497            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
26498            ! t/op/write.t t/pragma/strict.t
26499 ____________________________________________________________________________
26500 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
26501         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
26502              From: Chris Nandor <pudge@pobox.com>
26503              Date: Mon, 11 Jun 2001 08:24:28 -0400
26504              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
26505      Branch: perl
26506            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
26507            ! t/lib/io_dir.t
26508 ____________________________________________________________________________
26509 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
26510         Log: One more run_byacc (a hand-tweaked version had slipped in).
26511      Branch: perl
26512            ! perly.c vms/perly_c.vms
26513 ____________________________________________________________________________
26514 [ 10509] By: nick                                  on 2001/06/11  07:49:15
26515         Log: Integrate mainline
26516      Branch: perlio
26517           !> Makefile.SH embed.h embed.pl global.sym
26518           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
26519           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
26520           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
26521           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
26522 ____________________________________________________________________________
26523 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
26524         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
26525              From: Mike Guy <mjtg@cam.ac.uk>
26526              Reply-To: mjtg@cam.ac.uk
26527              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
26528      Branch: perl
26529            ! lib/ExtUtils/Manifest.pm
26530 ____________________________________________________________________________
26531 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
26532         Log: Subject: [PATCH] ExtUtils::Constant
26533              From: Nicholas Clark <nick@ccl4.org>
26534              Date: Sun, 10 Jun 2001 23:25:41 +0100
26535              Message-ID: <20010610232540.C76396@plum.flirble.org>
26536      Branch: perl
26537            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26538 ____________________________________________________________________________
26539 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
26540         Log: Integrate perlio.
26541      Branch: perl
26542           !> iperlsys.h
26543 ____________________________________________________________________________
26544 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
26545         Log: Move the grok_number and its lieutenant grok_numeric_radix
26546              from sv.c statics to util.c and public.
26547      Branch: perl
26548            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
26549            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
26550 ____________________________________________________________________________
26551 [ 10504] By: nick                                  on 2001/06/10  17:47:06
26552         Log: Fix (valid) -Wall warnings in perlio.c
26553      Branch: perlio
26554            ! iperlsys.h
26555 ____________________________________________________________________________
26556 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
26557         Log: Update perly_c.diff, update perly.fixer to edit away
26558              some of the -Wall noise.
26559      Branch: perl
26560            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
26561 ____________________________________________________________________________
26562 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
26563         Log: Check the version of byacc.
26564      Branch: perl
26565            ! Makefile.SH
26566 ____________________________________________________________________________
26567 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
26568         Log: Subject: [PATCH] perly.y overhaul
26569              From: Simon Cozens <simon@netthink.co.uk>
26570              Date: Sun, 10 Jun 2001 16:56:54 +0100
26571              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
26572              
26573              Plus make run_byacc.
26574      Branch: perl
26575            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
26576 ____________________________________________________________________________
26577 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
26578         Log: Integrate perlio.
26579      Branch: perl
26580           !> perlio.c perlsfio.h
26581 ____________________________________________________________________________
26582 [ 10499] By: nick                                  on 2001/06/10  15:01:08
26583         Log: Integrate mainline
26584      Branch: perlio
26585           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
26586           !> t/pragma/locale.t util.c
26587 ____________________________________________________________________________
26588 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
26589         Log: Put some meat on the perl572delta bones.  The list of
26590              selected bug fixes needs more work, as does still the
26591              whole document.
26592      Branch: perl
26593            ! pod/perl572delta.pod
26594 ____________________________________________________________________________
26595 [ 10497] By: nick                                  on 2001/06/10  12:27:51
26596         Log: Paper over a crack or two with USE_SFIO
26597      Branch: perlio
26598            ! perlio.c perlsfio.h
26599 ____________________________________________________________________________
26600 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
26601         Log: Update Changes.
26602      Branch: perl
26603            ! Changes patchlevel.h
26604 ____________________________________________________________________________
26605 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
26606         Log: Subject: Re: pragma/locale.t #107
26607              From: Hugo <hv@crypt.compulink.co.uk>
26608              Date: Sun, 10 Jun 2001 11:23:30 +0100
26609              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
26610              
26611              Encapsulate the scan of the decimal radix separator.
26612      Branch: perl
26613            ! embed.h embed.pl proto.h sv.c
26614 ____________________________________________________________________________
26615 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
26616         Log: Try to grok numbers both with the locale specific separator
26617              and with the usual "." (if different from the lss); add a test
26618              to locale.t to do also a little bit of math in addition to just
26619              equalness testing; remove extraneous logic as suggested in
26620              
26621              Subject: Re: pragma/locale.t #107
26622              From: Nicholas Clark <nick@ccl4.org>
26623              Date: Sat, 9 Jun 2001 22:37:36 +0100
26624              Message-ID: <20010609223735.Y76396@plum.flirble.org>
26625      Branch: perl
26626            ! sv.c t/pragma/locale.t
26627 ____________________________________________________________________________
26628 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
26629         Log: Metaconfig unit change for #10492.
26630      Branch: metaconfig/U/perl
26631            ! Extensions.U
26632 ____________________________________________________________________________
26633 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
26634         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
26635              From: Artur Bergman <artur@contiller.se> 
26636              Date: Sat, 09 Jun 2001 21:03:51 +0200
26637              Message-ID: <B7483FB6.1398%artur@contiller.se>
26638      Branch: perl
26639            ! Configure
26640 ____________________________________________________________________________
26641 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
26642         Log: Integrate perlio.
26643      Branch: perl
26644           !> perlsfio.h
26645 ____________________________________________________________________________
26646 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
26647         Log: Do locale specific separator if only in locale.
26648      Branch: perl
26649            ! util.c
26650 ____________________________________________________________________________
26651 [ 10489] By: nick                                  on 2001/06/09  19:13:25
26652         Log: Make XS/Typemap compile (but fail) with sfio
26653      Branch: perlio
26654            ! perlsfio.h
26655 ____________________________________________________________________________
26656 [ 10488] By: nick                                  on 2001/06/09  19:12:51
26657         Log: Re-integrate mainline
26658      Branch: perlio
26659           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
26660           !> proto.h sv.c util.c
26661 ____________________________________________________________________________
26662 [ 10487] By: nick                                  on 2001/06/09  16:26:29
26663         Log: Integrate mainline
26664      Branch: perlio
26665           !> (integrate 31 files)
26666 ____________________________________________________________________________
26667 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
26668         Log: Subject: [PATCH] New attempt to clone callack
26669              From: Artur Bergman <artur@contiller.se> 
26670              Date: Thu, 07 Jun 2001 11:52:16 +0200
26671              Message-ID: <B7451B6F.12B7%artur@contiller.se>
26672      Branch: perl
26673            ! embedvar.h intrpvar.h perlapi.h sv.c
26674 ____________________________________________________________________________
26675 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
26676         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
26677      Branch: perl
26678            ! embed.h embed.pl perl.h proto.h sv.c util.c
26679 ____________________________________________________________________________
26680 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
26681         Log: Subject: Re: pragma/locale.t #107
26682              From: Nicholas Clark <nick@ccl4.org>
26683              Date: Sat, 9 Jun 2001 16:26:10 +0100
26684              Message-ID: <20010609162609.V76396@plum.flirble.org>
26685              
26686              A missing NVification.
26687      Branch: perl
26688            ! sv.c
26689 ____________________________________________________________________________
26690 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
26691         Log: Redo the #10482, there already was a test script for formats.
26692      Branch: perl
26693            - t/io/format.t
26694            ! MANIFEST t/op/write.t
26695 ____________________________________________________________________________
26696 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
26697         Log: Twisted format testing, from Merijn.
26698      Branch: perl
26699            + t/io/format.t
26700            ! MANIFEST
26701 ____________________________________________________________________________
26702 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
26703         Log: More \p{In...} testing, combined with \N{...}.
26704      Branch: perl
26705            ! lib/utf8_heavy.pl t/op/pat.t
26706 ____________________________________________________________________________
26707 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
26708         Log: Metaconfig changes for #10479.
26709      Branch: metaconfig
26710            ! U/Glossary.patch
26711      Branch: metaconfig/U/perl
26712            ! d_modfl.U
26713 ____________________________________________________________________________
26714 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
26715         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
26716      Branch: perl
26717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26718            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
26719            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26720            ! win32/config.bc win32/config.gc win32/config.vc
26721 ____________________________________________________________________________
26722 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
26723         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
26724              From: "Craig A. Berry" <craigberry@mac.com>
26725              Date: Thu, 7 Jun 2001 14:27:20 -0500
26726              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
26727      Branch: perl
26728            ! vms/perlvms.pod
26729 ____________________________________________________________________________
26730 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
26731         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
26732              From: Gisle Aas <gisle@ActiveState.com>
26733              Date: 07 Jun 2001 17:04:29 -0700
26734              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
26735      Branch: perl
26736            ! ext/re/re.xs
26737 ____________________________________________________________________________
26738 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
26739         Log: Update Changes.
26740      Branch: perl
26741            ! Changes patchlevel.h
26742 ____________________________________________________________________________
26743 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
26744         Log: Regen Glossary et alia.
26745      Branch: perl
26746            ! Porting/Glossary Porting/config.sh Porting/config_H
26747 ____________________________________________________________________________
26748 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
26749         Log: Metaconfig unit changes for #10473.
26750      Branch: metaconfig/U/perl
26751            ! d_modfl.U
26752 ____________________________________________________________________________
26753 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
26754         Log: Harumph, also AIX will spill its guts (i.e. dump core)
26755              if an executable contains modfl() but it hasn't been
26756              compiled right (in the case of AIX, with cc -qlongdouble).
26757      Branch: perl
26758            ! Configure
26759 ____________________________________________________________________________
26760 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
26761         Log: integrate change#10471 from mainline
26762              
26763              in change#10451, check that CvOUTSIDE is a CV before looking in
26764              (it can apparently be SVt_NULL during global destruction)
26765      Branch: maint-5.6/perl
26766           !> op.c
26767 ____________________________________________________________________________
26768 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
26769         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
26770              (it can apparently be SVt_NULL during global destruction)
26771      Branch: perl
26772            ! op.c
26773 ____________________________________________________________________________
26774 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
26775         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
26776              From: Robin Barker <rmb1@cise.npl.co.uk>
26777              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
26778              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
26779      Branch: perl
26780            ! lib/diagnostics.pm pod/perldiag.pod
26781 ____________________________________________________________________________
26782 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
26783         Log: Subject: [PATCH perl@10439] long =item
26784              From: Robin Barker <rmb1@cise.npl.co.uk>
26785              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
26786              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
26787      Branch: perl
26788            ! README.amiga lib/Attribute/Handlers.pm
26789            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26790 ____________________________________________________________________________
26791 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
26792         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
26793              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
26794              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
26795              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
26796      Branch: perl
26797            ! pod/perlguts.pod
26798 ____________________________________________________________________________
26799 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
26800         Log: Integrate perlio.
26801      Branch: perl
26802           !> sv.c
26803 ____________________________________________________________________________
26804 [ 10466] By: nick                                  on 2001/06/07  10:25:40
26805         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
26806              whitespace tweaks.
26807              Still coredumps in pragma/overload.t - what a nice hard fail that is...
26808      Branch: perlio
26809            ! sv.c
26810 ____________________________________________________________________________
26811 [ 10465] By: nick                                  on 2001/06/07  08:41:58
26812         Log: Raw integrate of mainline for S_grok_number debug
26813              (sv.c has MULTIPLICITY issues as well as whatever else ...)
26814      Branch: perlio
26815            - plan9/perlplan9.doc plan9/perlplan9.pod
26816           !> (integrate 46 files)
26817 ____________________________________________________________________________
26818 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
26819         Log: The proper prototyping for #10463.
26820      Branch: perl
26821            ! embed.h embed.pl proto.h sv.c
26822 ____________________________________________________________________________
26823 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
26824         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
26825              From: Nicholas Clark <nick@ccl4.org>
26826              Date: Thu, 7 Jun 2001 00:29:59 +0100
26827              Message-ID: <20010607002959.Z76396@plum.flirble.org>
26828      Branch: perl
26829            ! sv.c
26830 ____________________________________________________________________________
26831 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
26832         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
26833              From: "Craig A. Berry" <craigberry@mac.com>
26834              Date: Wed, 06 Jun 2001 17:54:30 -0500
26835              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
26836      Branch: perl
26837            ! vms/perlvms.pod
26838 ____________________________________________________________________________
26839 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
26840         Log: Podify the remaining README.platform files;
26841              merge README.plan9 and plan9/perlplan9.pod;
26842              delete plan9/perlplan9.* (the perlplan.doc needs to
26843              be regenerated in Plan 9); make the =head1 and =head2
26844              in the README.platform to be a little more verbose
26845              (skipped README.os2 not to anger Ilya) so that they
26846              look better in the toc; regen toc.
26847      Branch: perl
26848            - plan9/perlplan9.doc plan9/perlplan9.pod
26849            ! MANIFEST README.aix README.amiga README.apollo README.beos
26850            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
26851            ! README.hpux README.hurd README.machten README.macos
26852            ! README.micro README.mint README.mpeix README.os390
26853            ! README.plan9 README.qnx README.solaris README.threads
26854            ! README.tru64 README.vmesa README.vms README.vos README.win32
26855            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26856            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26857 ____________________________________________________________________________
26858 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
26859         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
26860              From: Mike Guy <mjtg@cam.ac.uk>
26861              Reply-To: mjtg@cam.ac.uk
26862              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
26863      Branch: perl
26864            ! pod/perlguts.pod
26865 ____________________________________________________________________________
26866 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
26867         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
26868              From: Mike Guy <mjtg@cam.ac.uk>
26869              Reply-To: mjtg@cam.ac.uk
26870              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
26871      Branch: perl
26872            ! pod/perlsec.pod
26873 ____________________________________________________________________________
26874 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
26875         Log: Disable long doubles from pre-5.0 Tru64s.
26876      Branch: perl
26877            ! README.tru64 hints/dec_osf.sh
26878 ____________________________________________________________________________
26879 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
26880         Log: The #10455 exposed that modfl() is fundamentally busted
26881              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
26882              testing it.
26883      Branch: perl
26884            ! hints/dec_osf.sh
26885 ____________________________________________________________________________
26886 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
26887         Log: Metaconfig unit change for #10455.
26888      Branch: metaconfig/U/perl
26889            ! d_modfl.U
26890 ____________________________________________________________________________
26891 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
26892         Log: Configure check for geborken modfl(), inspired by
26893              
26894              Subject: Re: [20010118.017] op/int.t failure 
26895              From: Hugo <hv@crypt.compulink.co.uk>
26896              Date: Tue, 05 Jun 2001 13:43:27 +0100
26897              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
26898      Branch: perl
26899            ! Configure
26900 ____________________________________________________________________________
26901 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
26902         Log: Integrate changes #10450 and #10451 from maintperl:
26903              
26904              optimize change#10448 slightly (don't repeat search in eval""s lexical
26905              scope, since that has already been searched)
26906              
26907              change#9108 needs subtler treatment for case of closures created
26908              within eval""
26909      Branch: perl
26910           !> op.c t/op/misc.t
26911 ____________________________________________________________________________
26912 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
26913         Log: MakeMaker magic to compile (when no dynamic loading)
26914              List/Util.xsc as (ListUtil.c and) ListUtil.o since
26915              POSIX-BC (BS2000) linker has an evil limitation of
26916              being unable to include in the same executable several
26917              object files with the same name - case-insensitively -
26918              because otherwise we conflict with util.c.
26919              Strictly speaking currently required only in POSIX-BC
26920              but probably will do no harm elsewhere where static
26921              linking is required.
26922      Branch: perl
26923            ! ext/List/Util/Makefile.PL
26924 ____________________________________________________________________________
26925 [ 10452] By: nick                                  on 2001/06/06  08:59:51
26926         Log: Integrate mainline.
26927      Branch: perlio
26928           +> lib/Attribute/Handlers/demo/Demo.pm
26929           +> lib/Attribute/Handlers/demo/Descriptions.pm
26930           +> lib/Attribute/Handlers/demo/MyClass.pm
26931           +> lib/Attribute/Handlers/demo/demo.pl
26932           +> lib/Attribute/Handlers/demo/demo2.pl
26933           +> lib/Attribute/Handlers/demo/demo3.pl
26934           +> lib/Attribute/Handlers/demo/demo4.pl
26935           +> lib/Attribute/Handlers/demo/demo_call.pl
26936           +> lib/Attribute/Handlers/demo/demo_chain.pl
26937           +> lib/Attribute/Handlers/demo/demo_cycle.pl
26938           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
26939           +> lib/Attribute/Handlers/demo/demo_phases.pl
26940           +> lib/Attribute/Handlers/demo/demo_range.pl
26941           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
26942           +> uts/strtol_wrap.c
26943           !> (integrate 91 files)
26944 ____________________________________________________________________________
26945 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
26946         Log: change#9108 needs subtler treatment for case of closures created
26947              within eval""
26948      Branch: maint-5.6/perl
26949            ! op.c t/op/misc.t
26950 ____________________________________________________________________________
26951 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
26952         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
26953              scope, since that has already been searched)
26954      Branch: maint-5.6/perl
26955            ! op.c
26956 ____________________________________________________________________________
26957 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
26958         Log: Integrate change #10448 from maintperl; lexicals
26959              outside an eval"" weren't resolved correctly inside a subroutine
26960              definition inside the eval"" if they were not already referenced
26961              in the toplevel of the eval""-ed code
26962      Branch: perl
26963           !> cop.h op.c pp_ctl.c t/op/misc.t
26964 ____________________________________________________________________________
26965 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
26966         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
26967              outside an eval"" weren't resolved correctly inside a subroutine
26968              definition inside the eval"" if they were not already referenced
26969              in the toplevel of the eval""-ed code
26970      Branch: maint-5.6/perl
26971            ! cop.h op.c pp_ctl.c t/op/misc.t
26972 ____________________________________________________________________________
26973 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
26974         Log: Subject: [PATCH] perl570delta.pod
26975              From: Peter Scott <Peter@PSDT.com> 
26976              Date: Tue, 05 Jun 2001 18:51:02 -0700
26977              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
26978      Branch: perl
26979            ! pod/perl570delta.pod
26980 ____________________________________________________________________________
26981 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
26982         Log: The fudge factor is no more needed.  I hope.
26983      Branch: perl
26984            ! t/lib/posix.t
26985 ____________________________________________________________________________
26986 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
26987         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
26988              From: Hugo <hv@crypt.compulink.co.uk>
26989              Date: Tue, 05 Jun 2001 12:58:19 +0100
26990              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
26991      Branch: perl
26992            ! util.c
26993 ____________________________________________________________________________
26994 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
26995         Log: Make up prototypes only for those who have the functions
26996              but not the prototypes.
26997      Branch: perl
26998            ! perl.h
26999 ____________________________________________________________________________
27000 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
27001         Log: Subject: Re: Not OK: perl@10439 on win32 
27002              From: Prymmer/Kahn <pvhp@best.com> 
27003              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
27004              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
27005      Branch: perl
27006            ! perl.h util.c
27007 ____________________________________________________________________________
27008 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
27009         Log: The metaconfig units changes for #10441.
27010      Branch: metaconfig
27011            ! U/modified/Extract.U U/modified/Extractall.U
27012            ! U/modified/Finish.U
27013 ____________________________________________________________________________
27014 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
27015         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
27016      Branch: perl
27017            ! Configure
27018 ____________________________________________________________________________
27019 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
27020         Log: Unnecessary fuzziness undone, noted by Mike Guy.
27021      Branch: perl
27022            ! t/op/tr.t
27023 ____________________________________________________________________________
27024 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
27025         Log: Update Changes.
27026      Branch: perl
27027            ! Changes patchlevel.h
27028 ____________________________________________________________________________
27029 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
27030         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
27031              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
27032              leakage patch.
27033      Branch: perl
27034            ! t/op/misc.t
27035 ____________________________________________________________________________
27036 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
27037         Log: Test case for #10433/#10424.
27038      Branch: perl
27039            ! t/op/misc.t
27040 ____________________________________________________________________________
27041 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
27042         Log: Subject: One fix for strtoul not setting errno
27043              From: hom00@utsglobal.com (Hal Morris)
27044              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
27045              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
27046      Branch: perl
27047            + uts/strtol_wrap.c
27048            ! MANIFEST hints/uts.sh
27049 ____________________________________________________________________________
27050 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
27051         Log: Metaconfig units changes for #10434.
27052      Branch: metaconfig
27053            ! U/modified/Cppsym.U
27054      Branch: metaconfig/U/perl
27055            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
27056            + d_syscallproto.U d_usleepproto.U
27057            ! longdblfio.U quadfio.U
27058 ____________________________________________________________________________
27059 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
27060         Log: Configure tweaks; add prototype probes, make the cpp symbols
27061              probe to cast, not whine; test for %Ld and %Lf before %lld and
27062              %llf because the L is the ANSI way.
27063      Branch: perl
27064            ! Configure config_h.SH configure.com epoc/config.sh
27065            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
27066            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
27067            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
27068 ____________________________________________________________________________
27069 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
27070         Log: Sigh.  This is what #10424 was supposed to check in.
27071      Branch: perl
27072            ! op.c sv.c sv.h
27073 ____________________________________________________________________________
27074 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
27075         Log: More verbose failure.
27076      Branch: perl
27077            ! t/op/ver.t
27078 ____________________________________________________________________________
27079 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
27080         Log: The .pm changes to go with #10428.
27081      Branch: perl
27082            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
27083            ! ext/Sys/Syslog/Syslog.pm
27084 ____________________________________________________________________________
27085 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
27086         Log: On second thoughts show to utf8 skippage message only
27087              on failures, it's too confusing otherwise,
27088      Branch: perl
27089            ! t/pragma/locale.t
27090 ____________________________________________________________________________
27091 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
27092         Log: Do not import anything from Encode.
27093      Branch: perl
27094            ! ext/MIME/Base64/QuotedPrint.pm
27095 ____________________________________________________________________________
27096 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
27097         Log: The #10402 didn't take.  Weird.
27098      Branch: perl
27099            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
27100            ! ext/Sys/Syslog/Syslog.xs
27101 ____________________________________________________________________________
27102 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
27103         Log: Eradicate traces of 'asciirange' re subpragma.
27104      Branch: perl
27105            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
27106            ! pod/perldiag.pod
27107 ____________________________________________________________________________
27108 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
27109         Log: use is a compile-time thing.
27110      Branch: perl
27111            ! ext/MIME/Base64/QuotedPrint.pm
27112 ____________________________________________________________________________
27113 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
27114         Log: Subject: [PATCH perl@10419] -Wall casting patch
27115              From: Robin Barker <rmb1@cise.npl.co.uk>
27116              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
27117              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
27118      Branch: perl
27119            ! ext/Devel/DProf/DProf.xs mg.c
27120 ____________________________________________________________________________
27121 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
27122         Log: Subject: [PATCH #2] introducing SVpad_TYPED
27123              From: Abhijit Menon-Sen <ams@wiw.org>
27124              Date: Mon, 4 Jun 2001 12:26:02 +0530
27125              Message-ID: <20010604122602.A5775@lustre.linux.in>
27126      Branch: perl
27127            ! op.c sv.c sv.h
27128 ____________________________________________________________________________
27129 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
27130         Log: testsuite for change#10192 (from Gisle Aas)
27131      Branch: perl
27132            + t/op/override.t
27133            ! MANIFEST
27134 ____________________________________________________________________________
27135 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
27136         Log: integrate changes#10414-10416 from mainline
27137              
27138              Potential buffer overrun if the radix separator is more than
27139              one byte.  Also, under locales, prefer the locale-specific
27140              separator over the old boring ".".
27141              
27142              "10.", that is, decimal numbers can have no decimal part at all.
27143              
27144              The non-locale places need love, too.
27145      Branch: maint-5.6/perl
27146           !> perl.h sv.c
27147 ____________________________________________________________________________
27148 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
27149         Log: Missed from #10420.
27150      Branch: perl
27151            ! epoc/config.sh
27152 ____________________________________________________________________________
27153 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
27154         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
27155              often this prototype goes with HAS_SETRESUID_PROTO.
27156      Branch: perl
27157            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27158            ! config_h.SH configure.com perl.h uconfig.h
27159 ____________________________________________________________________________
27160 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
27161         Log: Update Changes.
27162      Branch: perl
27163            ! Changes patchlevel.h
27164 ____________________________________________________________________________
27165 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
27166         Log: -Wall "subscript has type `char'" cleanup.
27167      Branch: perl
27168            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
27169 ____________________________________________________________________________
27170 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
27171         Log: Various "cast to pointer from integer of different size"
27172              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
27173              wide but I32 (int) only 32 bits wide).
27174              
27175              WARNING: the classnum and tagnum changes in Storable.xs
27176              may not be wise, they may be breaking binary compatibility
27177              (in 64-bit platforms), asked Raphael Manfredi about the changes.
27178      Branch: perl
27179            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
27180            ! mg.c proto.h
27181 ____________________________________________________________________________
27182 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
27183         Log: The non-locale places need love, too.
27184      Branch: perl
27185            ! perl.h
27186 ____________________________________________________________________________
27187 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
27188         Log: "10.", that is, decimal numbers can have no decimal part at all.
27189      Branch: perl
27190            ! perl.h
27191 ____________________________________________________________________________
27192 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
27193         Log: Potential buffer overrun if the radix separator is more than
27194              one byte.  Also, under locales, prefer the locale-specific
27195              separator over the old boring ".".
27196      Branch: perl
27197            ! perl.h sv.c
27198 ____________________________________________________________________________
27199 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
27200         Log: Integrate change #10412 from maintperl; locale is now
27201              per-cop, not per-op; plus retweak the locale.t to always
27202              list the skipped utf8 locales.
27203      Branch: perl
27204            ! t/pragma/locale.t
27205           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
27206           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
27207 ____________________________________________________________________________
27208 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
27209         Log: rationalize locale handling to fix the bugs uncovered by change#10394
27210              
27211              the major issue was that the runtime was looking at PL_hints rather
27212              than op_private to notice whether locale was enabled
27213              
27214              the secondary issue was that many locale-sensitive numeric ops didn't
27215              have HINT_LOCALE propagated into their op_private
27216              
27217              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
27218              instead of per-op, just like HINT_BYTE and the hints for lexical
27219              warnings (this makes the hint available to every op via PL_curcop)
27220              
27221              pragma/locale.t may need to be reworked with these fixes in mind
27222              (it currently passes its tests)
27223      Branch: maint-5.6/perl
27224            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
27225            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
27226 ____________________________________________________________________________
27227 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
27228         Log: More verbose debugging.
27229      Branch: perl
27230            ! t/pragma/locale.t
27231 ____________________________________________________________________________
27232 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
27233         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
27234              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27235              Date: Sat, 2 Jun 2001 22:53:33 +0100
27236              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
27237      Branch: perl
27238            ! regcomp.c t/pragma/warn/regcomp
27239 ____________________________________________________________________________
27240 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
27241         Log: Mention that lexicalizing $a or $b is a bad idea if one
27242              wants to use sort().
27243      Branch: perl
27244            ! pod/perlvar.pod
27245 ____________________________________________________________________________
27246 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
27247         Log: Tweak the test to be happy if the accuracy is 'good enough'.
27248      Branch: perl
27249            ! t/lib/posix.t
27250 ____________________________________________________________________________
27251 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
27252         Log: Upgrade to Attribute::Handlers 0.70.
27253              
27254              NOTE: this unearthed the "too late for CHECK block" bug,
27255              that's why the 1_compile.t change.
27256      Branch: perl
27257            + lib/Attribute/Handlers/demo/Demo.pm
27258            + lib/Attribute/Handlers/demo/Descriptions.pm
27259            + lib/Attribute/Handlers/demo/MyClass.pm
27260            + lib/Attribute/Handlers/demo/demo.pl
27261            + lib/Attribute/Handlers/demo/demo2.pl
27262            + lib/Attribute/Handlers/demo/demo3.pl
27263            + lib/Attribute/Handlers/demo/demo4.pl
27264            + lib/Attribute/Handlers/demo/demo_call.pl
27265            + lib/Attribute/Handlers/demo/demo_chain.pl
27266            + lib/Attribute/Handlers/demo/demo_cycle.pl
27267            + lib/Attribute/Handlers/demo/demo_hashdir.pl
27268            + lib/Attribute/Handlers/demo/demo_phases.pl
27269            + lib/Attribute/Handlers/demo/demo_range.pl
27270            + lib/Attribute/Handlers/demo/demo_rawdata.pl
27271            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
27272            ! t/lib/attrhand.t
27273 ____________________________________________________________________________
27274 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
27275         Log: One less -Wall whine.
27276      Branch: perl
27277            ! regcomp.c
27278 ____________________________________________________________________________
27279 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
27280         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
27281      Branch: perl
27282           !> t/op/eval.t
27283 ____________________________________________________________________________
27284 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
27285         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
27286              aren't "normally" visible inside eval""s contained in subs unless
27287              a cloned reference to them already exists)
27288              
27289              strangely enough, t/harness didn't show this up as a failure
27290              (harness needs fixing?)
27291      Branch: maint-5.6/perl
27292            ! t/op/eval.t
27293 ____________________________________________________________________________
27294 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
27295         Log: Update to Text::Balanced 1.85.
27296      Branch: perl
27297            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
27298 ____________________________________________________________________________
27299 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
27300         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
27301              From: Nicholas Clark <nick@ccl4.org>
27302              Date: Sun, 3 Jun 2001 17:54:36 +0100
27303              Message-ID: <20010603175436.E76396@plum.flirble.org> 
27304      Branch: perl
27305            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
27306            ! ext/Sys/Syslog/Syslog.xs
27307 ____________________________________________________________________________
27308 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
27309         Log: Unused variables.
27310      Branch: perl
27311            ! util.c
27312 ____________________________________________________________________________
27313 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
27314         Log: Subject: [PATCH] APIfy op_clear 
27315              From: Simon Cozens <simon@netthink.co.uk>
27316              Date: Sun, 3 Jun 2001 13:51:46 +0100
27317              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
27318              
27319              (despite the subject line, op_null is APIfied by the patch)
27320      Branch: perl
27321            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27322 ____________________________________________________________________________
27323 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
27324         Log: Subject: [PATCH] t/lib/extutils.t
27325              From: Nicholas Clark <nick@ccl4.org>
27326              Date: Sat, 2 Jun 2001 23:57:05 +0100
27327              Message-ID: <20010602235705.Q12698@plum.flirble.org>
27328      Branch: perl
27329            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27330 ____________________________________________________________________________
27331 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
27332         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
27333              From: Prymmer/Kahn <pvhp@best.com>
27334              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
27335              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
27336      Branch: perl
27337            ! win32/Makefile win32/makefile.mk
27338 ____________________________________________________________________________
27339 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
27340         Log: Subject: Re: 'decimal digits' macro? 
27341              From: Hugo <hv@crypt.compulink.co.uk>
27342              Date: Sun, 03 Jun 2001 04:26:36 +0100
27343              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
27344      Branch: perl
27345            ! handy.h t/lib/posix.t t/op/tr.t
27346 ____________________________________________________________________________
27347 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
27348         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
27349              From: Hugo <hv@crypt.compulink.co.uk>
27350              Date: Sun, 03 Jun 2001 14:56:30 +0100
27351              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
27352      Branch: perl
27353            ! util.c
27354 ____________________________________________________________________________
27355 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
27356         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
27357      Branch: perl
27358           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
27359           !> vms/perly_c.vms
27360 ____________________________________________________________________________
27361 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
27362         Log: fix leakage of lexicals at file scope into subroutines that were
27363              declared before them; this appears to be a longstanding bug that
27364              meant that lexicals at file scope were never "deintroduced", meaning
27365              their scope range was never properly closed, and their visibility
27366              extended to all subsequent eval""s or requires
27367              
27368              added a test case
27369              
27370              seems to also fix a case of bogus duplicate warnings
27371      Branch: maint-5.6/perl
27372            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
27373            ! vms/perly_c.vms
27374 ____________________________________________________________________________
27375 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
27376         Log: More VMS tweaks from Craig A. Berry.
27377      Branch: perl
27378            ! configure.com t/lib/extutils.t
27379 ____________________________________________________________________________
27380 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
27381         Log: -Wall cleanup continues.
27382      Branch: perl
27383            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
27384            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
27385            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
27386            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
27387            ! run.c toke.c util.c
27388 ____________________________________________________________________________
27389 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
27390         Log: The metaconfig unit change for #10390.
27391      Branch: metaconfig/U/perl
27392            ! gccvers.U
27393 ____________________________________________________________________________
27394 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
27395         Log: Drop the -ansi from the default gcc flags.
27396              
27397              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
27398              that struct cannot be compared with a flat integer, such as STRLEN.
27399              The -ansi will also cause a lot of noise in Solaris because of:
27400              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
27401      Branch: perl
27402            ! Configure
27403 ____________________________________________________________________________
27404 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
27405         Log: Integrate perlio.
27406      Branch: perl
27407           !> pod/perlapi.pod util.c
27408 ____________________________________________________________________________
27409 [ 10388] By: nick                                  on 2001/06/02  08:01:12
27410         Log: Integrate mainline
27411      Branch: perlio
27412           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
27413           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
27414           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
27415           !> t/lib/1_compile.t t/lib/mimeqp.t
27416 ____________________________________________________________________________
27417 [ 10387] By: nick                                  on 2001/06/02  07:39:17
27418         Log: Tweak util.c's atof2 for MULTIPLICITY
27419      Branch: perlio
27420            ! util.c
27421 ____________________________________________________________________________
27422 [ 10386] By: nick                                  on 2001/06/02  07:38:33
27423         Log: Integrate mainline
27424      Branch: perlio
27425           !> (integrate 41 files)
27426 ____________________________________________________________________________
27427 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
27428         Log: Add Attribute::Handlers 0.61 from Damian Conway.
27429      Branch: perl
27430            + lib/Attribute/Handlers.pm t/lib/attrhand.t
27431            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
27432 ____________________________________________________________________________
27433 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
27434         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
27435              From: Peter Prymmer <pvhp@forte.com>
27436              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
27437              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
27438      Branch: perl
27439            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
27440 ____________________________________________________________________________
27441 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
27442         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
27443              From: Jeff Pinyan <jeffp@crusoe.net>
27444              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
27445              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
27446      Branch: perl
27447            ! lib/File/Find.pm
27448 ____________________________________________________________________________
27449 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
27450         Log: Subject: [PATCH perl@10381] configure.com tweaks
27451              From: "Craig A. Berry" <craigberry@mac.com>
27452              Date: Fri, 1 Jun 2001 13:55:43 -0500
27453              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
27454      Branch: perl
27455            ! configure.com
27456 ____________________________________________________________________________
27457 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
27458         Log: Update Changes.
27459      Branch: perl
27460            ! Changes patchlevel.h
27461 ____________________________________________________________________________
27462 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
27463         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
27464              From: Mike Guy <mjtg@cam.ac.uk>
27465              Date: Fri, 01 Jun 2001 18:17:02 +0100
27466              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
27467      Branch: perl
27468            ! lib/perl5db.pl
27469 ____________________________________________________________________________
27470 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
27471         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
27472              From: Hugo <hv@crypt.compulink.co.uk>
27473              Date: Thu, 31 May 2001 20:49:48 +0100
27474              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
27475      Branch: perl
27476            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
27477            ! util.c
27478 ____________________________________________________________________________
27479 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
27480         Log: Zero() is not available in x2p (or, rather, some of its
27481              implementations like memzero() might not be available.)
27482      Branch: perl
27483            ! x2p/hash.c
27484 ____________________________________________________________________________
27485 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
27486         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
27487              From: Michael G Schwern <schwern@pobox.com>
27488              Date: Fri, 1 Jun 2001 12:00:29 +0100
27489              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
27490              
27491              (But use Zero() instead of memset.)
27492      Branch: perl
27493            ! x2p/hash.c
27494 ____________________________________________________________________________
27495 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
27496         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
27497              From: Jeff Pinyan <jeffp@crusoe.net>
27498              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
27499              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
27500      Branch: perl
27501            ! pod/perldiag.pod regcomp.c t/op/pat.t
27502 ____________________________________________________________________________
27503 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
27504         Log: Retract #10324 and #10333; not needed.
27505      Branch: perl
27506            ! hints/irix_6.sh hints/linux.sh
27507 ____________________________________________________________________________
27508 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
27509         Log: The #10370 wasn't quite right.
27510      Branch: perl
27511            ! ext/XS/Typemap/Typemap.xs
27512 ____________________________________________________________________________
27513 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
27514         Log: The metaconfig units changes for #10372.
27515      Branch: metaconfig/U/perl
27516            + d_realpath.U d_sresgproto.U d_sresuproto.U
27517            ! gccvers.U i_db.U
27518 ____________________________________________________________________________
27519 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
27520         Log: Configure tweaks; record the Berkeley DB version,
27521              probe for realpath(), for setresuid() and setresgid()
27522              prototypes; use realpath() (try to be paranoid enough),
27523              use the setres[ug]id prototypes because glibc has the functions
27524              but not their prototypes; add -Wall -ansi to gcc ccflags;
27525              regen toc.
27526      Branch: perl
27527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27528            ! config_h.SH configure.com epoc/config.sh
27529            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
27530            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
27531            ! vos/config.ga.def win32/config.bc win32/config.gc
27532            ! win32/config.vc
27533 ____________________________________________________________________________
27534 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
27535         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
27536              From: Michael G Schwern <schwern@pobox.com>
27537              Date: Fri, 1 Jun 2001 11:28:14 +0100
27538              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
27539      Branch: perl
27540            ! lib/attributes.pm xsutils.c
27541 ____________________________________________________________________________
27542 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
27543         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
27544              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27545              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
27546              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
27547      Branch: perl
27548            ! ext/XS/Typemap/Typemap.xs
27549 ____________________________________________________________________________
27550 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
27551         Log: Subject: [patch] Cwd.xs optimizations/abstraction
27552              From: Doug MacEachern <dougm@covalent.net>
27553              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
27554              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
27555      Branch: perl
27556            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
27557            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
27558 ____________________________________________________________________________
27559 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
27560         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!])
27561              From: Nicholas Clark <nick@ccl4.org>
27562              Date: Thu, 31 May 2001 23:56:40 +0100
27563              Message-ID: <20010531235640.F12698@plum.flirble.org>
27564              
27565              Make the test work also under only static extensions
27566              (sh Configure -Uusedl fakes this nicely)
27567      Branch: perl
27568            ! t/lib/extutils.t
27569 ____________________________________________________________________________
27570 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
27571         Log: Subject: [PATCH hv.c] Eliminating trigraph
27572              From: Michael G Schwern <schwern@pobox.com>
27573              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
27574              Date: Fri, 1 Jun 2001 11:49:56 +0100
27575      Branch: perl
27576            ! hv.c
27577 ____________________________________________________________________________
27578 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
27579         Log: Subject: Re: [PATCH] Tests for File::Compare 
27580              From: "Philip Newton" <Philip.Newton@gmx.net>
27581              Date: Thu, 31 May 2001 19:44:05 +0200
27582              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
27583              
27584              Unnecessary "quotation marks".
27585      Branch: perl
27586            ! t/lib/filecomp.t
27587 ____________________________________________________________________________
27588 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
27589         Log: Integrate perlio.
27590      Branch: perl
27591           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
27592 ____________________________________________________________________________
27593 [ 10364] By: nick                                  on 2001/06/01  10:13:31
27594         Log: Cleanup dll.base and dll.exp created by GCC builds.
27595      Branch: perlio
27596            ! lib/ExtUtils/MM_Win32.pm
27597 ____________________________________________________________________________
27598 [ 10363] By: nick                                  on 2001/06/01  10:02:17
27599         Log: Make filecomp test work on CRLF platforms by adding binmode.
27600      Branch: perlio
27601            ! t/lib/filecomp.t
27602 ____________________________________________________________________________
27603 [ 10362] By: nick                                  on 2001/06/01  08:37:17
27604         Log: Integrate mainline
27605      Branch: perlio
27606           !> Changes Configure patchlevel.h perlio.c
27607 ____________________________________________________________________________
27608 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
27609         Log: panic:claustrophobia.
27610      Branch: perl
27611            ! perlio.c
27612 ____________________________________________________________________________
27613 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
27614         Log: Update Changes.
27615      Branch: perl
27616            ! Changes patchlevel.h
27617 ____________________________________________________________________________
27618 [ 10359] By: nick                                  on 2001/05/31  12:35:50
27619         Log: Integrate mainline.
27620      Branch: perlio
27621           +> t/lib/filecomp.t
27622           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
27623           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
27624 ____________________________________________________________________________
27625 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
27626         Log: Integrate perlio.
27627      Branch: perl
27628           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
27629           !> win32/config_H.vc
27630 ____________________________________________________________________________
27631 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
27632         Log: Metaconfig unit change for #10356.
27633      Branch: metaconfig
27634            ! U/installdirs/inc_version_list.U
27635 ____________________________________________________________________________
27636 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
27637         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
27638              (idea from Sarathy; implementation from Andy)
27639      Branch: perl
27640            ! Configure
27641 ____________________________________________________________________________
27642 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
27643         Log: More AUTHORS.
27644      Branch: perl
27645            ! AUTHORS
27646 ____________________________________________________________________________
27647 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
27648         Log: Subject: Re: [PATCH] Tests for File::Compare
27649              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
27650              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
27651              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
27652      Branch: perl
27653            + t/lib/filecomp.t
27654            ! MANIFEST t/lib/1_compile.t
27655 ____________________________________________________________________________
27656 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
27657         Log: Subject: [PATCH] DEBUG_* macro cleanups
27658              From: Abhijit Menon-Sen <ams@wiw.org>
27659              Date: Thu, 31 May 2001 12:16:22 +0530
27660              Message-ID: <20010531121622.B4829@lustre.linux.in>
27661              
27662              Subject: Re: [PATCH] DEBUG_* macro cleanups
27663              From: Abhijit Menon-Sen <ams@wiw.org>
27664              Date: Thu, 31 May 2001 13:57:01 +0530
27665              Message-ID: <20010531135701.A21775@lustre.linux.in>
27666              
27667              (The DEBUG_ definitions in perl.h changed to use the
27668              STMT_START and STMT_END.)
27669      Branch: perl
27670            ! perl.h pp_ctl.c sv.c toke.c
27671 ____________________________________________________________________________
27672 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
27673         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
27674              From: Abhijit Menon-Sen <ams@wiw.org>
27675              Date: Thu, 31 May 2001 08:27:55 +0530
27676              Message-ID: <20010531082755.A10018@lustre.linux.in>
27677      Branch: perl
27678            ! ext/Storable/Storable.xs gv.c perl.c
27679 ____________________________________________________________________________
27680 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
27681         Log: Subject: [PATCH] AUTHORS
27682              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27683              Date: Thu, 31 May 2001 01:27:59 -0500
27684              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
27685              
27686              Subject: Re: [PATCH] AUTHORS
27687              From: "Philip Newton" <Philip.Newton@gmx.net>
27688              Date: Thu, 31 May 2001 10:08:06 +0200
27689              (Message-Id missing?)
27690      Branch: perl
27691            ! AUTHORS
27692 ____________________________________________________________________________
27693 [ 10350] By: nick                                  on 2001/05/31  11:40:43
27694         Log: win32 - dmake regen_config_h
27695      Branch: perlio
27696            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27697 ____________________________________________________________________________
27698 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
27699         Log: Subject: Re: [PATCH util.c] More warning cleanups.
27700              From: "Philip Newton" <Philip.Newton@gmx.net>
27701              Date: Thu, 31 May 2001 07:41:36 +0200
27702              Message-Id: <200105310538.IAA25458@taku.hut.fi>
27703              
27704              Undo C++-ism that snekt in.
27705      Branch: perl
27706            ! util.c
27707 ____________________________________________________________________________
27708 [ 10348] By: nick                                  on 2001/05/31  11:36:46
27709         Log: Tolerate Win32 numerics
27710      Branch: perlio
27711            ! t/pragma/warn/toke
27712 ____________________________________________________________________________
27713 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
27714         Log: Integrate perlio.
27715      Branch: perl
27716           !> perlio.c win32/win32.h
27717 ____________________________________________________________________________
27718 [ 10346] By: nick                                  on 2001/05/31  10:54:55
27719         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
27720              perlio.c change 10255.
27721      Branch: perlio
27722            ! perlio.c
27723 ____________________________________________________________________________
27724 [ 10345] By: nick                                  on 2001/05/31  10:01:57
27725         Log: Conditionaly put back some "unused" dTHX which are used
27726              with PERL_IMPLICIT_SYS
27727      Branch: perlio
27728            ! perlio.c
27729 ____________________________________________________________________________
27730 [ 10344] By: nick                                  on 2001/05/31  10:00:59
27731         Log: Fix Win32 for new spelling IN_BYTES 
27732      Branch: perlio
27733            ! win32/win32.h
27734 ____________________________________________________________________________
27735 [ 10343] By: nick                                  on 2001/05/31  08:01:32
27736         Log: perlio.c -Wall cleaner under MULTIPLICITY
27737              - still minor noise with linux stdio
27738      Branch: perlio
27739            ! perlio.c
27740 ____________________________________________________________________________
27741 [ 10342] By: nick                                  on 2001/05/31  07:52:23
27742         Log: Integrate mainline.
27743      Branch: perlio
27744           !> (integrate 42 files)
27745 ____________________________________________________________________________
27746 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
27747         Log: AUTHORS updates.
27748      Branch: perl
27749            ! AUTHORS
27750 ____________________________________________________________________________
27751 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
27752         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
27753              From: Peter Prymmer <pvhp@forte.com>
27754              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
27755              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
27756      Branch: perl
27757            ! t/lib/md5-file.t
27758 ____________________________________________________________________________
27759 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
27760         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
27761              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
27762              to match the pragma name; various robustness cleanups.
27763      Branch: perl
27764            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
27765            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
27766 ____________________________________________________________________________
27767 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
27768         Log: More -Wall sweeping.
27769      Branch: perl
27770            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
27771            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
27772            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
27773            ! regcomp.c sv.c toke.c utf8.c
27774 ____________________________________________________________________________
27775 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
27776         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
27777              From: Nicholas Clark <nick@ccl4.org>
27778              Date: Wed, 30 May 2001 22:34:41 +0100
27779              Message-ID: <20010530223441.Y86445@plum.flirble.org>
27780      Branch: perl
27781            ! t/op/cmp.t
27782 ____________________________________________________________________________
27783 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
27784         Log: It's is not, it isn't ain't, and it's it's, not its,
27785              if you mean it is. If you don't, it's its. Then too,
27786              it's hers. It isn't her's. It isn't our's either.
27787              It's ours, and likewise yours and theirs.
27788              -- Oxford University Press, Edpress News
27789      Branch: perl
27790            ! lib/autouse.pm
27791 ____________________________________________________________________________
27792 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
27793         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
27794      Branch: perl
27795            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
27796            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
27797            ! x2p/str.c x2p/walk.c xsutils.c
27798 ____________________________________________________________________________
27799 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
27800         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
27801              From: Michael G Schwern <schwern@pobox.com>
27802              Date: Wed, 30 May 2001 17:10:38 +0100
27803              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
27804              
27805              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
27806              From: Abhijit Menon-Sen <ams@wiw.org>
27807              Date: Wed, 30 May 2001 23:16:13 +0530
27808              Message-ID: <20010530231613.A31933@lustre.linux.in>
27809      Branch: perl
27810            ! perl.c t/run/runenv.t
27811 ____________________________________________________________________________
27812 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
27813         Log: (Retracted by #10375.)
27814              
27815              IRIX hints patch from Merijn Broeren.
27816              
27817              TODO: (this and the earlier Linux hints patch) should be solved
27818              at Configure level.  Merijn: -ldb should not be used on any platform
27819              for perl, just when linking DBFile itself. Trying to be helpful here
27820              is counterproductive.
27821      Branch: perl
27822            ! hints/irix_6.sh
27823 ____________________________________________________________________________
27824 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
27825         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
27826              From: Nicholas Clark <nick@ccl4.org>
27827              Date: Wed, 30 May 2001 23:20:58 +0100
27828              Message-ID: <20010530232058.B86445@plum.flirble.org>
27829      Branch: perl
27830            ! doop.c
27831 ____________________________________________________________________________
27832 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
27833         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27834              From: Michael G Schwern <schwern@pobox.com> 
27835              Date: Wed, 30 May 2001 15:24:20 +0100
27836              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
27837      Branch: perl
27838            ! t/pragma/autouse.t
27839 ____________________________________________________________________________
27840 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
27841         Log: The regex trick wasn't a good idea.
27842      Branch: perl
27843            ! pod/perlfaq4.pod
27844 ____________________________________________________________________________
27845 [ 10329] By: nick                                  on 2001/05/30  18:34:35
27846         Log: Integrate mainline
27847      Branch: perlio
27848           !> (integrate 40 files)
27849 ____________________________________________________________________________
27850 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
27851         Log: Update Changes.
27852      Branch: perl
27853            ! Changes patchlevel.h
27854 ____________________________________________________________________________
27855 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
27856         Log: The metaconfig unit change for #10325.
27857      Branch: metaconfig
27858            + U/modified/afs.U
27859 ____________________________________________________________________________
27860 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
27861         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
27862              is now wrong.
27863      Branch: perl
27864            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
27865 ____________________________________________________________________________
27866 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
27867         Log: Introduce $Config{afsroot}.
27868      Branch: perl
27869            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27870            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
27871            ! win32/config.gc win32/config.vc
27872 ____________________________________________________________________________
27873 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
27874         Log: (Retracted by #10375.)
27875              
27876              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
27877      Branch: perl
27878            ! hints/linux.sh
27879 ____________________________________________________________________________
27880 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
27881         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
27882              (Also Configure tweaks needed; coming up soon.)
27883      Branch: perl
27884            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
27885 ____________________________________________________________________________
27886 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
27887         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
27888              From: Michael G Schwern <schwern@pobox.com>
27889              Date: Sun, 27 May 2001 10:29:43 +0100
27890              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
27891      Branch: perl
27892            ! lib/perl5db.pl
27893 ____________________________________________________________________________
27894 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
27895         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
27896              and Abhijit Menon-Sen.
27897      Branch: perl
27898            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
27899            ! perl.c pp_sys.c regcomp.c
27900 ____________________________________________________________________________
27901 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
27902         Log: Fix the BOOT section to call myU2time properly.
27903      Branch: perl
27904            ! ext/Time/HiRes/HiRes.xs
27905 ____________________________________________________________________________
27906 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
27907         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27908              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
27909              Date: Wed, 30 May 2001 09:44:29 -0400
27910              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
27911              
27912              Detypo; plus add one more trick.
27913      Branch: perl
27914            ! pod/perlfaq4.pod
27915 ____________________________________________________________________________
27916 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
27917         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)
27918              From: Michael G Schwern <schwern@pobox.com>
27919              Date: Wed, 30 May 2001 14:39:06 +0100
27920              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
27921      Branch: perl
27922            ! lib/autouse.pm t/pragma/autouse.t
27923 ____________________________________________________________________________
27924 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
27925         Log: Subject: Re: AIX and gcc (moving targets)
27926              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27927              Date: Wed, 30 May 2001 15:25:08 +0200
27928              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
27929      Branch: perl
27930            ! ext/Time/HiRes/HiRes.xs
27931 ____________________________________________________________________________
27932 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
27933         Log: Subject: [PATCH t/TEST] sorting tests
27934              From: Michael G Schwern <schwern@pobox.com>
27935              Date: Wed, 30 May 2001 10:24:02 +0100
27936              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
27937      Branch: perl
27938            ! t/TEST
27939 ____________________________________________________________________________
27940 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
27941         Log: Subject: [ID 20010529.002] typos in man page perlre
27942              From: bart@cg681574-a.adubn1.nj.home.com 
27943              Date: Tue, 29 May 2001 13:58:59 -0500
27944              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
27945      Branch: perl
27946            ! pod/perlre.pod
27947 ____________________________________________________________________________
27948 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
27949         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27950              From: "Craig A. Berry" <craigberry@mac.com>
27951              Date: Tue, 29 May 2001 23:23:45 -0500
27952              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
27953      Branch: perl
27954            ! t/lib/extutils.t t/pragma/autouse.t
27955 ____________________________________________________________________________
27956 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
27957         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)
27958              From: David Dyck <dcd@tc.fluke.com>
27959              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
27960              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
27961      Branch: perl
27962            ! t/lib/filefind.t
27963 ____________________________________________________________________________
27964 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
27965         Log: AIX hints update for gcc from Merijn H. Brand.
27966      Branch: perl
27967            ! hints/aix.sh
27968 ____________________________________________________________________________
27969 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
27970         Log: Retract #10295 and #10296: a more generic solution
27971              is needed (there's something funny with gcc on AIX).
27972      Branch: perl
27973            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
27974 ____________________________________________________________________________
27975 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
27976         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27977              From: Hugo <hv@crypt.compulink.co.uk>
27978              Date: Wed, 30 May 2001 11:59:19 +0100
27979              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
27980              
27981              localizing $@ has unfortunate semantics - if you die past
27982              a local $@, the die message is lost.
27983      Branch: perl
27984            ! lib/utf8_heavy.pl
27985 ____________________________________________________________________________
27986 [ 10309] By: nick                                  on 2001/05/30  08:23:02
27987         Log: Integrate mainline (autouse works again.)
27988      Branch: perlio
27989           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
27990           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
27991           !> pod/perlvar.pod t/op/cmp.t
27992 ____________________________________________________________________________
27993 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
27994         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
27995              From: David Dyck <dcd@tc.fluke.com>
27996              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
27997              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
27998      Branch: perl
27999            ! lib/File/Find.pm
28000 ____________________________________________________________________________
28001 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
28002         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
28003              From: Nicholas Clark <nick@ccl4.org>
28004              Date: Tue, 29 May 2001 23:16:09 +0100
28005              Message-ID: <20010529231609.U86445@plum.flirble.org>
28006              
28007              Make the test output slightly clearer by distinguishing
28008              between '' and undef.
28009      Branch: perl
28010            ! t/op/cmp.t
28011 ____________________________________________________________________________
28012 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
28013         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
28014              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28015              Date: Tue, 29 May 2001 19:15:19 -0400
28016              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
28017      Branch: perl
28018            ! hints/os2.sh
28019 ____________________________________________________________________________
28020 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
28021         Log: Subject: perlvar.pod addition
28022              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
28023              Date: Fri, 25 May 2001 20:23:12 +0200
28024              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
28025              
28026              Subject: Re: perlvar.pod addition
28027              From: "Abigail" <abigail@foad.org> 
28028              Date: Fri, 25 May 2001 22:00:39 +0200
28029              Message-ID: <20010525200039.28029.qmail@foad.org>
28030              
28031              Mention $a and $b in perlvar.
28032      Branch: perl
28033            ! pod/perlvar.pod
28034 ____________________________________________________________________________
28035 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
28036         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
28037              From: Jeff Pinyan <jeffp@crusoe.net>
28038              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
28039              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
28040      Branch: perl
28041            ! pod/perlvar.pod
28042 ____________________________________________________________________________
28043 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
28044         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
28045              From: Jeff Pinyan <jeffp@crusoe.net>
28046              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
28047              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
28048      Branch: perl
28049            ! pod/perlfaq6.pod
28050 ____________________________________________________________________________
28051 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
28052         Log: Mention Time::localtime and Time::gmtime.
28053      Branch: perl
28054            ! ext/Time/Piece/Piece.pm
28055 ____________________________________________________________________________
28056 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
28057         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
28058              From: Michael G Schwern <schwern@pobox.com>
28059              Date: Tue, 29 May 2001 18:51:32 +0100
28060              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
28061      Branch: perl
28062            ! pod/perlfaq4.pod
28063 ____________________________________________________________________________
28064 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
28065         Log: Retract #10243.
28066      Branch: perl
28067            ! lib/autouse.pm
28068 ____________________________________________________________________________
28069 [ 10299] By: nick                                  on 2001/05/29  18:41:19
28070         Log: Post weekend integrate mainline (fails one test pragma/autouse).
28071      Branch: perlio
28072           +> (branch 29 files)
28073           !> (integrate 91 files)
28074 ____________________________________________________________________________
28075 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
28076         Log: Update Changes.
28077      Branch: perl
28078            ! Changes patchlevel.h
28079 ____________________________________________________________________________
28080 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
28081         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
28082              before Perl_load_module/Perl_call_method and restore the value
28083              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
28084      Branch: perl
28085            ! utf8.c
28086 ____________________________________________________________________________
28087 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
28088         Log: Subject: Re: AIX and gcc (moving targets)
28089              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28090              Date: Tue, 29 May 2001 17:59:40 +0200
28091              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
28092      Branch: perl
28093            ! ext/Storable/Makefile.PL
28094 ____________________________________________________________________________
28095 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
28096         Log: Subject: Re: AIX and gcc (moving targets)
28097              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28098              Date: Tue, 29 May 2001 12:32:57 +0200
28099              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
28100      Branch: perl
28101            ! ext/POSIX/Makefile.PL
28102 ____________________________________________________________________________
28103 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
28104         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
28105              From: Michael G Schwern <schwern@pobox.com>
28106              Date: Tue, 29 May 2001 09:53:29 +0100
28107              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
28108              
28109              (#10280 retracted)
28110      Branch: perl
28111            ! lib/Test/Harness.pm t/lib/test-harness.t
28112 ____________________________________________________________________________
28113 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
28114         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
28115              From: Michael G Schwern <schwern@pobox.com>
28116              Date: Tue, 29 May 2001 09:19:52 +0100
28117              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
28118      Branch: perl
28119            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
28120            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
28121            + t/lib/Test/todo.t
28122            ! MANIFEST lib/Test.pm t/TEST
28123 ____________________________________________________________________________
28124 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
28125         Log: From: Michael G Schwern <schwern@pobox.com>
28126              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
28127              Date: Tue, 29 May 2001 08:26:09 +0100
28128              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
28129      Branch: perl
28130            ! t/TEST
28131 ____________________________________________________________________________
28132 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
28133         Log: Add tests for Time::gmtime and Time::localtime.
28134      Branch: perl
28135            + t/lib/time-gmtime.t t/lib/time-localtime.t
28136            ! MANIFEST t/lib/1_compile.t
28137 ____________________________________________________________________________
28138 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
28139         Log: Add test for File::stat.
28140      Branch: perl
28141            + t/lib/filestat.t
28142            ! MANIFEST t/lib/1_compile.t
28143 ____________________________________________________________________________
28144 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
28145         Log: Add test for Net::servent.
28146      Branch: perl
28147            + t/lib/net-sent.t
28148            ! MANIFEST t/lib/1_compile.t
28149 ____________________________________________________________________________
28150 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
28151         Log: Add test for Net::protoent.
28152      Branch: perl
28153            + t/lib/net-pent.t
28154            ! MANIFEST t/lib/1_compile.t
28155 ____________________________________________________________________________
28156 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
28157         Log: Add test for Net::netent.
28158      Branch: perl
28159            + t/lib/net-nent.t
28160            ! MANIFEST t/lib/1_compile.t
28161 ____________________________________________________________________________
28162 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
28163         Log: Add test for User::grent.  Portability doubtful.
28164      Branch: perl
28165            + t/lib/user-grent.t
28166            ! MANIFEST t/lib/1_compile.t
28167 ____________________________________________________________________________
28168 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
28169         Log: Add test for User::pwent.
28170              Probably will fall down somewhere for portability reasons.
28171      Branch: perl
28172            + t/lib/user-pwent.t
28173            ! MANIFEST t/lib/1_compile.t
28174 ____________________________________________________________________________
28175 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
28176         Log: Metaconfig units changes for #10283.
28177      Branch: metaconfig
28178            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
28179            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
28180            ! U/installdirs/sitescript.U U/modified/Signal.U
28181 ____________________________________________________________________________
28182 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
28183         Log: Subject: [PATCH 5.6.1] signal names in Configure
28184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28185              Date: Tue, 29 May 2001 03:52:25 -0400
28186              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
28187              
28188              Subject: [PATCH 5.6.1] older perl in Configure
28189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28190              Date: Tue, 29 May 2001 03:55:40 -0400
28191              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
28192              
28193              Subject: [PATCH 5.6.1] goofs in Configure
28194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28195              Date: Tue, 29 May 2001 04:13:07 -0400
28196              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
28197              
28198              Configure portability tweaks.
28199      Branch: perl
28200            ! Configure
28201 ____________________________________________________________________________
28202 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
28203         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
28204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28205              Date: Tue, 29 May 2001 04:07:06 -0400
28206              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
28207      Branch: perl
28208            ! os2/os2.c
28209 ____________________________________________________________________________
28210 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
28211         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
28212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28213              Date: Tue, 29 May 2001 04:01:38 -0400
28214              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
28215      Branch: perl
28216            ! hints/os2.sh os2/Makefile.SHs
28217 ____________________________________________________________________________
28218 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
28219         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
28220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28221              Date: Tue, 29 May 2001 03:50:18 -0400
28222              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
28223      Branch: perl
28224            ! lib/Test/Harness.pm
28225 ____________________________________________________________________________
28226 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
28227         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
28228      Branch: perl
28229            ! lib/utf8_heavy.pl
28230 ____________________________________________________________________________
28231 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
28232         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
28233              From: Hugo <hv@crypt.compulink.co.uk>
28234              Date: Tue, 29 May 2001 03:03:45 +0100
28235              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
28236              
28237              Explanation why the $@ always gets the UTF8 flag when under use utf8--
28238              because we told it to have the flag when under use utf8.
28239      Branch: perl
28240            ! pp_ctl.c
28241 ____________________________________________________________________________
28242 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
28243         Log: At least a partial fix for 20010528.004.
28244      Branch: perl
28245            ! lib/utf8_heavy.pl
28246 ____________________________________________________________________________
28247 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
28248         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
28249              From: Nicholas Clark <nick@ccl4.org> 
28250              Date: Mon, 28 May 2001 23:39:38 +0100
28251              Message-ID: <20010528233938.M86445@plum.flirble.org>
28252              
28253              More portable non-zero UV.
28254      Branch: perl
28255            ! t/lib/extutils.t
28256 ____________________________________________________________________________
28257 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
28258         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
28259              From: Nicholas Clark <nick@ccl4.org>
28260              Date: Mon, 28 May 2001 22:46:09 +0100
28261              Message-ID: <20010528224608.L86445@plum.flirble.org>
28262              
28263              Test also "make clean".
28264      Branch: perl
28265            ! t/lib/extutils.t
28266 ____________________________________________________________________________
28267 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
28268         Log: Subject: Re: Would -Wno-unused -Wall be better?
28269              From: Michael G Schwern <schwern@pobox.com>
28270              Date: Tue, 29 May 2001 00:55:54 +0100
28271              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
28272      Branch: perl
28273            ! pp.h
28274 ____________________________________________________________________________
28275 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
28276         Log: Add a test for 20010528.007, fixed in #10272.
28277      Branch: perl
28278            ! t/op/misc.t toke.c
28279 ____________________________________________________________________________
28280 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
28281         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
28282              From: Hugo <hv@crypt.compulink.co.uk>
28283              Date: Tue, 29 May 2001 00:23:23 +0100
28284              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
28285      Branch: perl
28286            ! toke.c
28287 ____________________________________________________________________________
28288 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
28289         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
28290              From: Michael G Schwern <schwern@pobox.com>
28291              Date: Tue, 29 May 2001 00:42:59 +0100
28292              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
28293      Branch: perl
28294            ! t/pragma/autouse.t
28295 ____________________________________________________________________________
28296 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
28297         Log: Some shells seemingly arrange the signal handlers differently
28298              (bug id 20010521.004).
28299      Branch: perl
28300            ! t/lib/sigaction.t
28301 ____________________________________________________________________________
28302 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
28303         Log: Regen perlmodlib.
28304      Branch: perl
28305            ! pod/perlmodlib.pod
28306 ____________________________________________________________________________
28307 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
28308         Log: Update Changes.
28309      Branch: perl
28310            ! Changes patchlevel.h
28311 ____________________________________________________________________________
28312 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
28313         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
28314              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28315              Date: Mon, 28 May 2001 14:56:35 -0500
28316              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
28317      Branch: perl
28318            ! pod/perlnewmod.pod
28319 ____________________________________________________________________________
28320 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
28321         Log: Regen toc.
28322      Branch: perl
28323            ! pod/perltoc.pod
28324 ____________________________________________________________________________
28325 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
28326         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
28327              From: "Richard Soderberg" <rs@crystalflame.net>
28328              Date: Mon, 28 May 2001 12:31:23 -0700
28329              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
28330      Branch: perl
28331            ! t/op/splice.t
28332 ____________________________________________________________________________
28333 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
28334         Log: The #10260 was too bold: locales and utf8 still do not mix.
28335      Branch: perl
28336            ! t/pragma/locale.t
28337 ____________________________________________________________________________
28338 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
28339         Log: Subject: [PATCH] Pod nitpicks
28340              From: "Richard Soderberg" <rs@crystalflame.net>
28341              Date: Mon, 28 May 2001 10:08:58 -0700
28342              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
28343      Branch: perl
28344            ! pod/perl571delta.pod pod/perlapi.pod sv.h
28345 ____________________________________________________________________________
28346 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
28347         Log: Upgrade to I18N::LangTags 0.22.
28348      Branch: perl
28349            + lib/I18N/LangTags/List.pod
28350            ! MANIFEST lib/I18N/LangTags.pm
28351 ____________________________________________________________________________
28352 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
28353         Log: A slightly more serious bug found by -Mutf8; op/misc and
28354              lib/complex dumped core.
28355      Branch: perl
28356            ! regexec.c
28357 ____________________________________________________________________________
28358 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
28359         Log: Various buglets shaken out by -Mutf8.
28360      Branch: perl
28361            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
28362            ! t/pragma/locale.t
28363 ____________________________________________________________________________
28364 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
28365         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
28366      Branch: perl
28367            ! t/lib/carp.t
28368 ____________________________________________________________________________
28369 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
28370         Log: Subject: [PATCH] todo patch
28371              From: Artur Bergman <artur@contiller.se> 
28372              Date: Mon, 28 May 2001 17:03:51 +0200
28373              Message-ID: <B7383577.F34%artur@contiller.se>
28374      Branch: perl
28375            ! pod/perltodo.pod
28376 ____________________________________________________________________________
28377 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
28378         Log: Subject: typo in perlguts.pod
28379              From: "John P. Linderman" <jpl@research.att.com>
28380              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
28381              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
28382      Branch: perl
28383            ! pod/perlguts.pod
28384 ____________________________________________________________________________
28385 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
28386         Log: Subject: AIX and gcc (moving targets)
28387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28388              Date: Mon, 28 May 2001 12:54:04 +0200
28389              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
28390      Branch: perl
28391            ! hints/aix.sh
28392 ____________________________________________________________________________
28393 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
28394         Log: Subject: Re: perlio + multiple perl_alloc..destruct
28395              From: Doug MacEachern <dougm@covalent.net>
28396              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
28397              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
28398      Branch: perl
28399            ! perlio.c
28400 ____________________________________________________________________________
28401 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
28402         Log: The #10251 wasn't quite up-to-the-code.
28403      Branch: perl
28404            ! t/op/misc.t
28405 ____________________________________________________________________________
28406 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
28407         Log: Test case for bug 20010526.004, fixed in #10252.
28408      Branch: perl
28409            ! t/op/taint.t
28410 ____________________________________________________________________________
28411 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
28412         Log: Subject: Re: [ID 20010526.004] Taint looses value
28413              From: Hugo <hv@crypt.compulink.co.uk>
28414              Date: Sun, 27 May 2001 20:39:32 +0100
28415              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
28416      Branch: perl
28417            ! sv.c
28418 ____________________________________________________________________________
28419 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
28420         Log: Test case for 20010422.005, fixed by #10250.
28421      Branch: perl
28422            ! t/op/misc.t
28423 ____________________________________________________________________________
28424 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
28425         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
28426              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28427              Date: Mon, 28 May 2001 06:39:12 -0400
28428              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
28429      Branch: perl
28430            ! toke.c
28431 ____________________________________________________________________________
28432 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
28433         Log: Linerewrapping.
28434      Branch: perl
28435            ! lib/open.pm
28436 ____________________________________________________________________________
28437 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
28438         Log: Updates on the modules list.
28439      Branch: perl
28440            ! t/lib/1_compile.t
28441 ____________________________________________________________________________
28442 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
28443         Log: Add a test for PerlIO.
28444              
28445              (I probably got the crlf/raw thing wrong for clrfy platforms...)
28446      Branch: perl
28447            + t/lib/perlio.t
28448            ! MANIFEST lib/PerlIO.pm
28449 ____________________________________________________________________________
28450 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
28451         Log: Add a test for carp et alia.
28452      Branch: perl
28453            + t/lib/carp.t
28454            ! MANIFEST
28455 ____________________________________________________________________________
28456 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
28457         Log: Adding the new test would be swell.
28458      Branch: perl
28459            + t/pragma/autouse.t
28460 ____________________________________________________________________________
28461 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
28462         Log: Add a test for the autouse pragma.
28463      Branch: perl
28464            ! MANIFEST
28465 ____________________________________________________________________________
28466 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
28467         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
28468              From: dLux <dlux@spam.sch.bme.hu>
28469              Date: Sun, 27 May 2001 16:14:26 +0200
28470              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
28471      Branch: perl
28472            ! lib/autouse.pm
28473 ____________________________________________________________________________
28474 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
28475         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
28476              From: "Richard Soderberg" <rs@crystalflame.net>
28477              Date: Mon, 28 May 2001 03:56:36 -0700
28478              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
28479      Branch: perl
28480            ! utils/dprofpp.PL
28481 ____________________________________________________________________________
28482 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
28483         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
28484              From: "Stephen P. Potter" <spp@spotter.yi.org>
28485              Date: Tue, 22 May 2001 11:40:25 -0400
28486              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
28487              
28488              Subject: Re: [ID 20010522.003] Time::Local module bug
28489              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
28490              Date: Tue, 22 May 2001 11:50:19 -0400
28491              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
28492      Branch: perl
28493            ! lib/Time/Local.pm
28494 ____________________________________________________________________________
28495 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
28496         Log: The PERL_DL_NONLAZY can have whitespace in front.
28497      Branch: perl
28498            ! t/lib/extutils.t
28499 ____________________________________________________________________________
28500 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
28501         Log: Document strftime() and strptime().
28502      Branch: perl
28503            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
28504 ____________________________________________________________________________
28505 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
28506         Log: Make Time::Piece::strptime() to be a function, not a method.
28507      Branch: perl
28508            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
28509 ____________________________________________________________________________
28510 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
28511         Log: Tweak the test to be more portable.
28512      Branch: perl
28513            ! t/lib/extutils.t
28514 ____________________________________________________________________________
28515 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
28516         Log: Subject: PATCH: Re: Re: Attributes that tie
28517              From: Leon Brocard <acme@astray.com>
28518              Date: Sun, 27 May 2001 12:37:29 +0100
28519              Message-ID: <20010527123729.A22663@ns0.astray.com>
28520              
28521              Document that variable attributes are not currently usable
28522              for tieing.  (An ugly limitation that should be fixed.)
28523      Branch: perl
28524            ! lib/attributes.pm
28525 ____________________________________________________________________________
28526 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
28527         Log: Microperl tweaks.
28528      Branch: perl
28529            ! Makefile.micro uconfig.h uconfig.sh
28530 ____________________________________________________________________________
28531 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
28532         Log: Add make target for microperl (kind of silly, but convenient).
28533      Branch: perl
28534            ! Makefile.SH
28535 ____________________________________________________________________________
28536 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
28537         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
28538              for microperl.)
28539      Branch: perl
28540            ! doio.c
28541 ____________________________________________________________________________
28542 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
28543         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
28544              From: rspier@pobox.com (Robert Spier)
28545              Date: Sat, 26 May 2001 20:05:23 -0400
28546              Message-ID: <15120.17603.148648.12430@rls.cx>
28547              
28548              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
28549              From: rspier@pobox.com (Robert Spier)
28550              Date: Sun, 27 May 2001 00:23:12 -0400
28551              Message-ID: <15120.33072.511966.767230@rls.cx>
28552      Branch: perl
28553            ! doio.c pod/perlfunc.pod
28554 ____________________________________________________________________________
28555 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
28556         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
28557      Branch: perl
28558            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28559 ____________________________________________________________________________
28560 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
28561         Log: Add README.tru64.
28562      Branch: perl
28563            + README.tru64
28564 ____________________________________________________________________________
28565 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
28566         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
28567      Branch: perl
28568            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
28569            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
28570            ! MANIFEST
28571 ____________________________________________________________________________
28572 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
28573         Log: Integrate I18N::LangTags from Sean Burke.
28574              
28575              TODO: the language list from RFC 3066 needs to be integrated
28576              and made available somehow.  The list is included in the
28577              I18N-LangTags 0.21 distribution, but it is undocumented
28578              and unconnected to the module.
28579      Branch: perl
28580            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
28581            ! MANIFEST
28582 ____________________________________________________________________________
28583 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
28584         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
28585              envisioned by Sarathy.
28586      Branch: perl
28587            ! t/op/ver.t toke.c
28588 ____________________________________________________________________________
28589 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
28590         Log: Subject: [ID 20010525.001] Pod typo nits fixed
28591              From: lvirden@cas.org
28592              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
28593              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
28594              
28595              minus the perlsolaris decimation plus the
28596              
28597              Subject: Re: [ID 20010525.001] Pod typo nits fixed
28598              From: "Philip Newton" <Philip.Newton@gmx.net>
28599              Date: Fri, 25 May 2001 18:05:55 +0200
28600              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
28601      Branch: perl
28602            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
28603            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
28604            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
28605            ! pod/perlutil.pod pod/perlxstut.pod
28606 ____________________________________________________________________________
28607 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
28608         Log: return clauses are nice.
28609      Branch: perl
28610            ! sv.c
28611 ____________________________________________________________________________
28612 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
28613         Log: Subject: change 10199 backwards?
28614              From: Doug MacEachern <dougm@covalent.net>
28615              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
28616              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
28617      Branch: perl
28618            ! sv.c
28619 ____________________________________________________________________________
28620 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
28621         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
28622              From: Hugo <hv@crypt.compulink.co.uk>
28623              Date: Sat, 26 May 2001 17:05:12 +0100
28624              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
28625      Branch: perl
28626            + t/op/gmagic.t
28627            ! MANIFEST doop.c embed.h embed.pl global.sym
28628            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
28629            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
28630 ____________________________________________________________________________
28631 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
28632         Log: Regen headers for #10221.
28633      Branch: perl
28634            ! global.sym objXSUB.h perlapi.c
28635 ____________________________________________________________________________
28636 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
28637         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
28638              From: Juha Laiho <juha.laiho@Elma.Net>
28639              Date: Thu, 3 May 2001 09:51:30 +0300
28640              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
28641      Branch: perl
28642            ! embed.pl
28643 ____________________________________________________________________________
28644 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
28645         Log: Subject: Re: [PATCH] Re: stability of sort()?
28646              From: "John P. Linderman" <jpl@research.att.com>
28647              Date: Sat, 26 May 2001 13:27:19 -0400
28648              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
28649      Branch: perl
28650            ! pod/perlfunc.pod
28651 ____________________________________________________________________________
28652 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
28653         Log: Integrate perlio.
28654      Branch: perl
28655           !> pod/perlguts.pod
28656 ____________________________________________________________________________
28657 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
28658         Log: Subject: [PATCH perl@10210] PerlIO for VMS
28659              From: "Craig A. Berry" <craigberry@mac.com>
28660              Date: Sat, 26 May 2001 09:34:11 -0500
28661              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
28662      Branch: perl
28663            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
28664            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
28665            ! vms/vmsish.h
28666 ____________________________________________________________________________
28667 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
28668         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
28669              From: David Dyck <dcd@tc.fluke.com>
28670              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
28671              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
28672      Branch: perl
28673            ! lib/perl5db.pl
28674 ____________________________________________________________________________
28675 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
28676         Log: Subject: utf8 regexp tests
28677              From: Hugo <hv@crypt.compulink.co.uk>
28678              Date: Fri, 25 May 2001 22:35:01 +0100
28679              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
28680      Branch: perl
28681            ! t/op/regexp.t
28682 ____________________________________________________________________________
28683 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
28684         Log: Subject: [PATCH] Re: stability of sort()?
28685              From: Nicholas Clark <nick@ccl4.org>
28686              Date: Fri, 25 May 2001 22:40:19 +0100
28687              Message-ID: <20010525224019.B86445@plum.flirble.org>
28688      Branch: perl
28689            ! pod/perlfunc.pod
28690 ____________________________________________________________________________
28691 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
28692         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
28693              From: John Peacock <jpeacock@rowman.com>
28694              Date: Thu, 24 May 2001 22:14:01 -0400
28695              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
28696      Branch: perl
28697            ! mg.c scope.c sv.c
28698 ____________________________________________________________________________
28699 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
28700         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
28701              From: Nicholas Clark <nick@ccl4.org>
28702              Date: Sun, 20 May 2001 19:24:13 +0100
28703              Message-ID: <20010520192413.G83222@plum.flirble.org>
28704      Branch: perl
28705            + lib/ExtUtils/Constant.pm t/lib/extutils.t
28706            ! MANIFEST utils/h2xs.PL
28707 ____________________________________________________________________________
28708 [ 10212] By: nick                                  on 2001/05/26  09:49:28
28709         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
28710              add a few more notes there on use of mortals on the stack.
28711      Branch: perlio
28712            ! pod/perlguts.pod
28713 ____________________________________________________________________________
28714 [ 10211] By: nick                                  on 2001/05/26  09:05:36
28715         Log: Integrate mainline
28716      Branch: perlio
28717           +> t/lib/fcntl.t t/pragma/vars.t
28718           !> (integrate 49 files)
28719 ____________________________________________________________________________
28720 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
28721         Log: Update Changes.
28722      Branch: perl
28723            ! Changes patchlevel.h
28724 ____________________________________________________________________________
28725 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
28726         Log: Based on
28727              
28728              Subject: [PATCH pp.c] Wrapping pack("C",256)
28729              From: Simon Cozens <simon@netthink.co.uk>
28730              Date: Sat, 12 May 2001 17:58:41 +0100
28731              Message-ID: <20010512175841.A6132@netthink.co.uk>
28732      Branch: perl
28733            ! pod/perldiag.pod pp.c t/pragma/warn/pp
28734 ____________________________________________________________________________
28735 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
28736         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
28737              From: "Brendan O'Dea" <bod@compusol.com.au>
28738              Date: Fri, 25 May 2001 11:18:29 +1000
28739              Message-ID: <20010525111829.A28411@compusol.com.au>
28740              
28741              (Slightly modified.)
28742      Branch: perl
28743            ! lib/Term/Cap.pm
28744 ____________________________________________________________________________
28745 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
28746         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
28747              From: Hugo <hv@crypt.compulink.co.uk>
28748              Date: Fri, 25 May 2001 02:13:25 +0100
28749              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
28750      Branch: perl
28751            ! t/op/misc.t
28752 ____________________________________________________________________________
28753 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
28754         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
28755              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
28756              Date: Fri, 25 May 2001 10:25:36 +0900
28757              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
28758      Branch: perl
28759            ! regcomp.c regexec.c
28760 ____________________________________________________________________________
28761 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
28762         Log: Subject: [PATCH #2] stash autovivification and method call error messages
28763              From: Ilmari Karonen <iltzu@sci.fi>
28764              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
28765              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
28766      Branch: perl
28767            ! gv.c pp_hot.c t/op/method.t
28768 ____________________________________________________________________________
28769 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
28770         Log: Add make target and documentation for gprof profiling.
28771      Branch: perl
28772            ! Makefile.SH pod/perlhack.pod
28773 ____________________________________________________________________________
28774 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
28775         Log: Subject: Don't think about UTF8 
28776              From: Mike Guy <mjtg@cam.ac.uk> 
28777              Date: Tue, 22 May 2001 14:35:39 +0100
28778              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
28779      Branch: perl
28780            ! sv.h
28781 ____________________________________________________________________________
28782 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
28783         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
28784              From: Geraint A Edwards <gedge@serf.org> 
28785              Date: Thu, 24 May 2001 22:51:24 +0100
28786              Message-Id: <20010524225124.A34981@cymru.serf.org>
28787      Branch: perl
28788            ! x2p/find2perl.PL
28789 ____________________________________________________________________________
28790 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
28791         Log: DB_File has its own attribute story.
28792      Branch: perl
28793            ! ext/DB_File/DB_File.xs
28794 ____________________________________________________________________________
28795 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
28796         Log: Subject: Re: Making perl with -Wall
28797              From: Andy Dougherty <doughera@lafayette.edu>
28798              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
28799              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
28800      Branch: perl
28801            ! perl.h
28802 ____________________________________________________________________________
28803 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
28804         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
28805              From: "Richard Soderberg" <rs@crystalflame.net>
28806              Date: Thu, 24 May 2001 08:58:16 -0700
28807              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
28808      Branch: perl
28809            ! sv.c
28810 ____________________________________________________________________________
28811 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
28812         Log: IV/UV casting fixes from Nicholas Clark.
28813      Branch: perl
28814            ! perl.h pp_sys.c util.c
28815 ____________________________________________________________________________
28816 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
28817         Log: Subject: Re: Making perl with -Wall
28818              From: Michael G Schwern <schwern@pobox.com>
28819              Date: Thu, 24 May 2001 15:40:28 +0100
28820              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
28821      Branch: perl
28822            ! malloc.c perl.h
28823 ____________________________________________________________________________
28824 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
28825         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
28826              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28827              Date: Tue, 22 May 2001 11:49:37 +0200
28828              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
28829      Branch: metaconfig
28830            ! U/modified/Oldsym.U
28831      Branch: metaconfig/U/perl
28832            ! patchlevel.U
28833      Branch: perl
28834            ! Configure config_h.SH myconfig.SH
28835 ____________________________________________________________________________
28836 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
28837         Log: Under versiononly install also the scripts with the version suffix.
28838              (e.g. .../bin/h2xs5.7.1)
28839      Branch: perl
28840            ! installperl
28841 ____________________________________________________________________________
28842 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
28843         Log: Subject: [PATCH] Stop segfault in mg.c:636
28844              From: "Richard Soderberg" <rs@crystalflame.net>
28845              Date: Thu, 24 May 2001 05:51:52 -0700
28846              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
28847      Branch: perl
28848            ! mg.c
28849 ____________________________________________________________________________
28850 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
28851         Log: Iteration continues; hopefully convergently.
28852      Branch: perl
28853            ! t/lib/b-stash.t
28854 ____________________________________________________________________________
28855 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
28856         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
28857              From: Gisle Aas <gisle@ActiveState.com>
28858              Date: 23 May 2001 16:13:10 -0700
28859              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
28860      Branch: perl
28861            ! op.c toke.c
28862 ____________________________________________________________________________
28863 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
28864         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
28865              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28866              Date: Thu, 24 May 2001 05:05:22 -0500
28867              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
28868      Branch: perl
28869            ! lib/dumpvar.pl lib/perl5db.pl
28870 ____________________________________________________________________________
28871 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
28872         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
28873              From: David Dyck <dcd@tc.fluke.com>
28874              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
28875              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
28876      Branch: perl
28877            ! lib/perl5db.pl
28878 ____________________________________________________________________________
28879 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
28880         Log: Tiny pod nits on READMEs, mostly whitespace issues.
28881      Branch: perl
28882            ! README.amiga README.dos README.macos README.mpeix README.vmesa
28883            ! README.win32
28884 ____________________________________________________________________________
28885 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
28886         Log: The DG/UX part of the 20010521.005.
28887      Branch: perl
28888            ! README.dgux
28889 ____________________________________________________________________________
28890 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
28891         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
28892              From: Hugo <hv@crypt.compulink.co.uk>
28893              Date: Mon, 21 May 2001 16:32:02 +0100
28894              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
28895      Branch: perl
28896            ! regcomp.c t/op/misc.t
28897 ____________________________________________________________________________
28898 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
28899         Log: Subject: [PATCH] Extra UNIVERSAL tests
28900              From: Mike Guy <mjtg@cam.ac.uk>
28901              Date: Wed, 23 May 2001 12:29:20 +0100
28902              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
28903      Branch: perl
28904            ! t/op/universal.t
28905 ____________________________________________________________________________
28906 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
28907         Log: Subject: [PATCH] Remove EQ keyword
28908              From: Mike Guy <mjtg@cam.ac.uk>
28909              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
28910              Date: Wed, 23 May 2001 11:17:29 +0100
28911      Branch: perl
28912            ! keywords.h keywords.pl
28913 ____________________________________________________________________________
28914 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
28915         Log: Subject: [PATCH] lib/perl5db.pl
28916              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28917              Date: Wed, 23 May 2001 02:18:03 -0500
28918              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
28919      Branch: perl
28920            ! lib/perl5db.pl
28921 ____________________________________________________________________________
28922 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
28923         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
28924              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28925              Date: Tue, 22 May 2001 23:34:41 -0500
28926              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
28927      Branch: perl
28928            ! lib/Term/Cap.pm
28929 ____________________________________________________________________________
28930 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
28931         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
28932              From: davem@fdgroup.co.uk
28933              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
28934              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
28935      Branch: perl
28936            ! emacs/e2ctags.pl
28937 ____________________________________________________________________________
28938 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
28939         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
28940              From: Michael G Schwern <schwern@pobox.com>
28941              Date: Tue, 22 May 2001 14:15:09 +0100
28942              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
28943      Branch: perl
28944            ! lib/vars.pm
28945 ____________________________________________________________________________
28946 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
28947         Log: Subject: [PATCH lib/vars.pm] Odd code nit
28948              From: Michael G Schwern <schwern@pobox.com>
28949              Date: Tue, 22 May 2001 14:14:28 +0100
28950              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
28951      Branch: perl
28952            ! lib/vars.pm
28953 ____________________________________________________________________________
28954 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
28955         Log: Use the new use vars feature.
28956      Branch: perl
28957            ! t/lib/b-stash.t
28958 ____________________________________________________________________________
28959 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
28960         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
28961              From: Mike Guy <mjtg@cam.ac.uk>
28962              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28963              Date: Tue, 22 May 2001 13:11:39 +0100
28964      Branch: perl
28965            + t/pragma/vars.t
28966            ! MANIFEST lib/vars.pm t/lib/1_compile.t
28967 ____________________________________________________________________________
28968 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
28969         Log: -qlongdouble considered harmful by Merijn.
28970      Branch: perl
28971            ! hints/aix.sh
28972 ____________________________________________________________________________
28973 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
28974         Log: Update Changes.
28975      Branch: perl
28976            ! Changes patchlevel.h
28977 ____________________________________________________________________________
28978 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
28979         Log: Add a test of its very own for Fcntl.  Hopefully portable.
28980      Branch: perl
28981            + t/lib/fcntl.t
28982            ! MANIFEST
28983 ____________________________________________________________________________
28984 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
28985         Log: Must be trickier for 'minitest' not to die.
28986      Branch: perl
28987            ! t/op/taint.t
28988 ____________________________________________________________________________
28989 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
28990         Log: Can't declare other people's variables.
28991      Branch: perl
28992            ! t/lib/b-stash.t
28993 ____________________________________________________________________________
28994 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
28995         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
28996      Branch: perl
28997            ! doio.c t/op/taint.t
28998 ____________________________________________________________________________
28999 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
29000         Log: The OS/2 variable needs to be declared.
29001      Branch: perl
29002            ! t/lib/b-stash.t
29003 ____________________________________________________________________________
29004 [ 10170] By: nick                                  on 2001/05/20  16:48:29
29005         Log: Integrate mainline
29006      Branch: perlio
29007           !> (integrate 41 files)
29008 ____________________________________________________________________________
29009 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
29010         Log: Small perlsec updates: clarify the taintedness of filename
29011              globbing; suggest using Scalar::Util::tainted().
29012      Branch: perl
29013            ! pod/perlsec.pod
29014 ____________________________________________________________________________
29015 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
29016         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
29017              From: Dave Mitchell <davem@fdgroup.co.uk>
29018              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
29019              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
29020      Branch: perl
29021            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
29022            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
29023            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
29024            ! xsutils.c
29025 ____________________________________________________________________________
29026 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
29027         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
29028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29029              Date: Sat, 19 May 2001 04:08:46 -0400
29030              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
29031      Branch: perl
29032            ! lib/ExtUtils/Mksymlists.pm makedef.pl
29033 ____________________________________________________________________________
29034 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
29035         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
29036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29037              Date: Sat, 19 May 2001 04:30:45 -0400
29038              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
29039      Branch: perl
29040            ! os2/os2.c
29041 ____________________________________________________________________________
29042 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
29043         Log: Subject: [PATCH 5.6.1] build bugs OS/2
29044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29045              Date: Sat, 19 May 2001 04:35:28 -0400
29046              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
29047      Branch: perl
29048            ! os2/Makefile.SHs os2/os2.c
29049 ____________________________________________________________________________
29050 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
29051         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
29052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29053              Date: Sat, 19 May 2001 04:04:23 -0400
29054              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
29055              
29056              (In bleadperl patched b-stash.t instead of b.t)
29057      Branch: perl
29058            ! t/lib/b-stash.t t/lib/bigfltpm.t
29059 ____________________________________________________________________________
29060 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
29061         Log: Subject: [PATCH 5.6.1] perl5db
29062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29063              Date: Sat, 19 May 2001 03:49:09 -0400
29064              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
29065      Branch: perl
29066            ! lib/perl5db.pl
29067 ____________________________________________________________________________
29068 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
29069         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
29070              From: Gisle Aas <gisle@ActiveState.com>
29071              Date: 18 May 2001 14:24:51 -0700
29072              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
29073      Branch: perl
29074            ! pp_ctl.c
29075 ____________________________________________________________________________
29076 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
29077         Log: Subject: [PATCH] Chomp should not always stringify
29078              From: Gisle Aas <gisle@ActiveState.com>
29079              Date: 18 May 2001 07:55:25 -0700
29080              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
29081      Branch: perl
29082            ! doop.c t/op/chop.t
29083 ____________________________________________________________________________
29084 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
29085         Log: Integrate perlio.
29086      Branch: perl
29087           !> pod/perlfunc.pod
29088 ____________________________________________________________________________
29089 [ 10159] By: nick                                  on 2001/05/20  09:39:46
29090         Log: Document some more of open's features.
29091      Branch: perlio
29092            ! pod/perlfunc.pod
29093 ____________________________________________________________________________
29094 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
29095         Log: back out change#10153 (it has compatibility issues such as the
29096              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
29097              benefit for 5.6.x doesn't seem worth the risk)
29098      Branch: maint-5.6/perl
29099            ! toke.c
29100 ____________________________________________________________________________
29101 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
29102         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
29103      Branch: perl
29104            ! x2p/s2p.PL
29105 ____________________________________________________________________________
29106 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
29107         Log: Update Changes.
29108      Branch: perl
29109            ! Changes patchlevel.h
29110 ____________________________________________________________________________
29111 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
29112         Log: Integrate change #10144 from maintperl.
29113              
29114              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
29115      Branch: perl
29116           !> win32/config.bc win32/config.gc win32/config.vc
29117           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29118 ____________________________________________________________________________
29119 [ 10154] By: nick                                  on 2001/05/18  07:23:03
29120         Log: Integrate mainline.
29121      Branch: perlio
29122           +> README.dgux t/lib/i18n-collate.t utils.lst
29123           !> (integrate 49 files)
29124 ____________________________________________________________________________
29125 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
29126         Log: Integrate change #7224 from mainline into maintperl.
29127              
29128              Allow @+ and @- to be doublequoted, from Simon Cozens. 
29129              (Approved by Larry, see Tom's comment in 20000830.005.)
29130      Branch: maint-5.6/perl
29131           !> toke.c
29132 ____________________________________________________________________________
29133 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
29134         Log: Subject: [PATCH bleadperl] small lookbehind fix
29135              From: Hugo <hv@crypt.compulink.co.uk>
29136              Date: Fri, 18 May 2001 00:07:19 +0100
29137              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
29138      Branch: perl
29139            ! regexec.c
29140 ____________________________________________________________________________
29141 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
29142         Log: Detypos.
29143      Branch: perl
29144            ! installman utils.lst
29145 ____________________________________________________________________________
29146 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
29147         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
29148              in 20001222.001.
29149      Branch: perl
29150            ! t/lib/glob-basic.t
29151 ____________________________________________________________________________
29152 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
29153         Log: Subject: [PATCH] Test for bug 20010515.004
29154              From: Benjamin Sugars <bsugars@canoe.ca>
29155              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
29156              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
29157      Branch: perl
29158            ! t/op/misc.t
29159 ____________________________________________________________________________
29160 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
29161         Log: Integrate #10145 from maintperl.
29162              
29163              fix for ID 20010515.004 (needs test)
29164      Branch: perl
29165           !> pp_hot.c
29166 ____________________________________________________________________________
29167 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
29168         Log: Thinko noticed by Doug MacEachern.
29169      Branch: perl
29170            ! thread.h
29171 ____________________________________________________________________________
29172 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
29173         Log: Subject: Re: [PATCH] HERE mark in regex
29174              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29175              Date: Thu, 17 May 2001 12:20:33 -0400
29176              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
29177      Branch: perl
29178            ! t/op/re_tests
29179 ____________________________________________________________________________
29180 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
29181         Log: fix for ID 20010515.004 (needs test)
29182      Branch: maint-5.6/perl
29183            ! pp_hot.c
29184 ____________________________________________________________________________
29185 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
29186         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
29187      Branch: maint-5.6/perl
29188            ! win32/config.bc win32/config.gc win32/config.vc
29189            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29190 ____________________________________________________________________________
29191 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
29192         Log: Macrofy the getspecific (and use it also in util.c)
29193      Branch: perl
29194            ! thread.h util.c
29195 ____________________________________________________________________________
29196 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
29197         Log: Use the unchecked thread-specific key fetch also in Tru64.
29198      Branch: perl
29199            ! thread.h
29200 ____________________________________________________________________________
29201 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
29202         Log: Subject: [PATCH 5.6.1]Quick thread speedup
29203              From: Dan Sugalski <dan@sidhe.org> 
29204              Date: Wed, 16 May 2001 18:05:19 -0400
29205              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
29206      Branch: perl
29207            ! thread.h util.c
29208 ____________________________________________________________________________
29209 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
29210         Log: I think this is quite enough testing for a deprecated feature.
29211      Branch: perl
29212            + t/lib/i18n-collate.t
29213            ! MANIFEST t/lib/1_compile.t
29214 ____________________________________________________________________________
29215 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
29216         Log: More HP-UX lore from Jeff Okamoto.
29217      Branch: perl
29218            ! README.hpux
29219 ____________________________________________________________________________
29220 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
29221         Log: Sort utils.lst for easier maintenance.
29222      Branch: perl
29223            ! utils.lst
29224 ____________________________________________________________________________
29225 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
29226         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
29227              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29228              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
29229              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
29230              
29231              Add pod2latex to utils.lst.
29232      Branch: perl
29233            ! MANIFEST utils.lst
29234 ____________________________________________________________________________
29235 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
29236         Log: Subject: Re: [PATCH] HERE mark in regex
29237              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29238              Date: Wed, 16 May 2001 13:04:43 -0400
29239              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
29240      Branch: perl
29241            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
29242            ! t/op/regmesg.t t/pragma/warn/regcomp
29243 ____________________________________________________________________________
29244 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
29245         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
29246              From: Simon Cozens <simon@netthink.co.uk>
29247              Date: Wed, 16 May 2001 18:02:08 +0100
29248              Message-ID: <20010516180208.A6458@netthink.co.uk>
29249      Branch: perl
29250            ! installman utils.lst
29251 ____________________________________________________________________________
29252 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
29253         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
29254              From: "Philip Newton" <pnewton@gmx.de>
29255              Date: Tue, 15 May 2001 15:09:30 +0200
29256              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
29257              
29258              Test case for #10128.
29259      Branch: perl
29260            ! t/pragma/warn/pp_hot
29261 ____________________________________________________________________________
29262 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
29263         Log: Update Changes.
29264      Branch: perl
29265            ! Changes patchlevel.h
29266 ____________________________________________________________________________
29267 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
29268         Log: Deprecate pseudo-hashes.
29269      Branch: perl
29270            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
29271 ____________________________________________________________________________
29272 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
29273         Log: HP-UX hints update from Merijn.
29274      Branch: perl
29275            ! hints/hpux.sh
29276 ____________________________________________________________________________
29277 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
29278         Log: README.hpux update from Merijn.
29279      Branch: perl
29280            ! README.hpux
29281 ____________________________________________________________________________
29282 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
29283         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
29284              From: Simon Cozens <simon@netthink.co.uk>
29285              Date: Wed, 16 May 2001 15:57:55 +0100
29286              Message-ID: <20010516155755.A4728@netthink.co.uk>
29287      Branch: perl
29288            + utils.lst
29289            ! MANIFEST installman installperl
29290 ____________________________________________________________________________
29291 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
29292         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
29293              From: "Philip Newton" <pnewton@gmx.de>
29294              Date: Tue, 15 May 2001 16:31:05 +0200
29295              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
29296              
29297              Fix PERL_Y2KWARN test to check before rather than after appending.
29298      Branch: perl
29299            ! pp_hot.c
29300 ____________________________________________________________________________
29301 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
29302         Log: Regen Porting stuff.
29303      Branch: perl
29304            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29305            ! config_h.SH
29306 ____________________________________________________________________________
29307 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
29308         Log: Metaconfig unit change for #10125.
29309      Branch: metaconfig
29310            ! U/modified/Oldconfig.U
29311 ____________________________________________________________________________
29312 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
29313         Log: Use OSVERS.
29314      Branch: perl
29315            ! Configure config_h.SH perl.c
29316 ____________________________________________________________________________
29317 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
29318         Log: Regen toc.
29319      Branch: perl
29320            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29321 ____________________________________________________________________________
29322 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
29323         Log: Adding the README.dgux to the MANIFEST would be a good idea.
29324      Branch: perl
29325            ! MANIFEST
29326 ____________________________________________________________________________
29327 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
29328         Log: Move the stack desire definition to thread.h.
29329      Branch: perl
29330            ! ext/Thread/Thread.xs thread.h
29331 ____________________________________________________________________________
29332 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
29333         Log: DG-UX threading patches, including a README.dgux,
29334              from Takis Psarogiannakopoulos.
29335      Branch: perl
29336            + README.dgux
29337            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
29338 ____________________________________________________________________________
29339 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
29340         Log: Subject: [PATCH B::Deparse] More on /x regexes
29341              From: Robin Houston <robin@kitsite.com>
29342              Date: Tue, 15 May 2001 19:09:35 +0100
29343              Message-ID: <20010515190935.A27268@penderel>
29344      Branch: perl
29345            ! ext/B/B/Deparse.pm
29346 ____________________________________________________________________________
29347 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
29348         Log: Document that the core time() may be rounding rather
29349              than truncating, would have saved at least my confusion.
29350      Branch: perl
29351            ! ext/Time/HiRes/HiRes.pm
29352 ____________________________________________________________________________
29353 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
29354         Log: Subject: perl-current/t/time-hires.t
29355              From: John Peacock <jpeacock@rowman.com>
29356              Date: Fri, 11 May 2001 14:09:41 -0400
29357              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
29358      Branch: perl
29359            ! t/lib/time-hires.t
29360 ____________________________________________________________________________
29361 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
29362         Log: Subject: [PATCH dump.c] Op private flags
29363              From: Simon Cozens <simon@netthink.co.uk>
29364              Date: Sun, 13 May 2001 20:20:36 +0100
29365              Message-ID: <20010513202036.A21896@netthink.co.uk>
29366      Branch: perl
29367            ! dump.c
29368 ____________________________________________________________________________
29369 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
29370         Log: Upgrade to Switch 2.03.
29371      Branch: perl
29372            ! lib/Switch.pm
29373 ____________________________________________________________________________
29374 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
29375         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
29376              to PERL_CONFIG_SH and use it consistently.
29377      Branch: maint-5.6/perl
29378           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
29379           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
29380           !> myconfig.SH writemain.SH
29381 ____________________________________________________________________________
29382 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
29383         Log: Metaconfig units changes for #10113.
29384      Branch: metaconfig
29385            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
29386 ____________________________________________________________________________
29387 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
29388         Log: The problem described in 20010514.031 still wasn't
29389              fully cured, there were remnants of $CONFIG when
29390              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
29391              to avoid future conflicts.
29392      Branch: perl
29393            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
29394            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
29395            ! myconfig.SH writemain.SH
29396 ____________________________________________________________________________
29397 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
29398         Log: Half of #10107 got lost.
29399      Branch: perl
29400            ! ext/B/B/Deparse.pm
29401 ____________________________________________________________________________
29402 [ 10111] By: nick                                  on 2001/05/15  08:39:14
29403         Log: Integrate mainline.
29404      Branch: perlio
29405           +> ext/POSIX/hints/uts.pl
29406            - Todo Todo-5.6 t/camel-III/vstring.t
29407           !> (integrate 48 files)
29408 ____________________________________________________________________________
29409 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
29410         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
29411              From: Robin Houston <robin@kitsite.com>
29412              Date: Mon, 14 May 2001 22:27:08 +0100
29413              Message-ID: <20010514222708.A22963@penderel>
29414      Branch: perl
29415            ! t/TestInit.pm
29416 ____________________________________________________________________________
29417 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
29418         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
29419              From: Robin Houston <robin@kitsite.com>
29420              Date: Mon, 14 May 2001 22:16:43 +0100
29421              Message-ID: <20010514221643.A22437@penderel>
29422      Branch: perl
29423            ! ext/B/B/Deparse.pm
29424 ____________________________________________________________________________
29425 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
29426         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
29427              From: Robin Houston <robin@kitsite.com>
29428              Date: Mon, 14 May 2001 22:03:44 +0100
29429              Message-ID: <20010514220344.A20643@penderel>
29430      Branch: perl
29431            ! ext/B/B/Deparse.pm
29432 ____________________________________________________________________________
29433 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
29434         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
29435              From: Robin Houston <robin@kitsite.com>
29436              Date: Mon, 14 May 2001 22:10:07 +0100
29437              Message-ID: <20010514221007.A21118@penderel>
29438      Branch: perl
29439            ! ext/B/B/Deparse.pm
29440 ____________________________________________________________________________
29441 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
29442         Log: Fix for 20010514.037; substr() didn't invalidate the locale
29443              collation magic.
29444      Branch: perl
29445            ! pp.c
29446 ____________________________________________________________________________
29447 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
29448         Log: Update Changes.
29449      Branch: perl
29450            ! Changes patchlevel.h
29451 ____________________________________________________________________________
29452 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
29453         Log: Retract #10094.
29454      Branch: perl
29455            ! lib/Pod/Text.pm
29456 ____________________________________________________________________________
29457 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
29458         Log: Integrate change #10100 from maintperl.
29459              
29460              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
29461              bug ID 20010514.027)
29462      Branch: perl
29463           !> mg.c pp_ctl.c
29464 ____________________________________________________________________________
29465 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
29466         Log: Document the deprecatedness of suidperl.
29467      Branch: perl
29468            ! INSTALL pod/perlfaq1.pod
29469 ____________________________________________________________________________
29470 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
29471         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
29472              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29473              Date: Mon, 14 May 2001 09:38:59 -0400
29474              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
29475      Branch: perl
29476            ! lib/ExtUtils/MM_Unix.pm
29477 ____________________________________________________________________________
29478 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
29479         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
29480              bug ID 20010514.027)
29481              
29482              TODO: this needs a testsuite addition
29483      Branch: maint-5.6/perl
29484            ! mg.c pp_ctl.c
29485 ____________________________________________________________________________
29486 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
29487         Log: More DWIMminess for Class::Struct: calling the array or hash
29488              accessors only with one argument, an array or a hash reference,
29489              sets the underlying array or hash.  This mirrors nicely also
29490              the usage in the constructor.
29491              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
29492      Branch: perl
29493            ! lib/Class/Struct.pm t/lib/class-struct.t
29494 ____________________________________________________________________________
29495 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
29496         Log: Reference cmp'ing should go through the whole stringification
29497              process shebang, as pointed out by Sarathy in #10091.
29498      Branch: perl
29499            ! pp.c
29500 ____________________________________________________________________________
29501 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
29502         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
29503              From: Simon Cozens <simon@netthink.co.uk>
29504              Date: Sat, 12 May 2001 16:36:27 +0100
29505              Message-ID: <20010512163627.A5522@netthink.co.uk>
29506              
29507              with some additions salvaged from Todo and Todo-5.6 before
29508              retiring them.
29509      Branch: perl
29510            - Todo Todo-5.6
29511            ! MANIFEST pod/perltodo.pod
29512 ____________________________________________________________________________
29513 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
29514         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
29515              From: "Golubev I. N." <gin@mo.msk.ru>
29516              Date: Mon, 07 May 2001 14:33:34 (GMT)
29517              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
29518      Branch: perl
29519            ! perl.h
29520 ____________________________________________________________________________
29521 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
29522         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
29523              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
29524              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
29525              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
29526      Branch: perl
29527            ! lib/ExtUtils/MM_Unix.pm
29528 ____________________________________________________________________________
29529 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
29530         Log: (Retracted by #10104.)
29531              
29532              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
29533              From: barries <barries@slaysys.com>
29534              Date: Sat, 12 May 2001 01:28:10 -0400
29535              Message-ID: <20010512012810.B26358@jester.slaysys.com>
29536      Branch: perl
29537            ! lib/Pod/Text.pm
29538 ____________________________________________________________________________
29539 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
29540         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
29541              From: Mike Guy <mjtg@cam.ac.uk>
29542              Date: Sat, 12 May 2001 19:24:33 +0100
29543              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
29544      Branch: perl
29545            ! lib/AutoSplit.pm
29546 ____________________________________________________________________________
29547 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
29548         Log: Yet another HP-UX hints tweak from Merijn.
29549      Branch: perl
29550            ! hints/hpux.sh
29551 ____________________________________________________________________________
29552 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
29553         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
29554              isn't defined (changes#9366,9368,9370 from mainline without the
29555              pp_scmp() change)
29556      Branch: maint-5.6/perl
29557            ! pp.c pp.h pp_hot.c
29558 ____________________________________________________________________________
29559 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
29560         Log: The sorting seems to happen now automatically.
29561      Branch: perl
29562            ! t/lib/glob-basic.t
29563 ____________________________________________________________________________
29564 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
29565         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
29566              From: Benjamin Sugars <bsugars@canoe.ca>
29567              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
29568              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
29569      Branch: perl
29570            ! pod/perlfunc.pod
29571 ____________________________________________________________________________
29572 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
29573         Log: Subject: Re: undef(&foo) does not work for XS functions
29574              From: Doug MacEachern <dougm@covalent.net>
29575              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
29576              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
29577      Branch: perl
29578            ! op.c
29579 ____________________________________________________________________________
29580 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
29581         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
29582              From: Peter Prymmer <pvhp@forte.com>
29583              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
29584              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
29585      Branch: perl
29586            ! t/op/append.t
29587 ____________________________________________________________________________
29588 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
29589         Log: Update Changes.
29590      Branch: perl
29591            ! Changes patchlevel.h
29592 ____________________________________________________________________________
29593 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
29594         Log: Remove the 'asciir' re subpragma.  Should instead implement
29595              the 'physical vs logical' range scheme:
29596              
29597              \xAA-\xCC is a native physical range, you want that range of
29598              codepoints in your native encoding.  In EBCDIC the codepoints
29599              in the gaps (between i-j and r-s) should be included.
29600              
29601              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
29602              codepoints in Unicode.
29603              
29604              a-z is a logical range, you want that range of 'logical' codepoints
29605              in your native encoding.  In EBCDIC the codepoints in the gaps
29606              (between i-j and r-s) should not be included.
29607              
29608              Mixed cases (a-\xAA, etc) should either be errors, or maybe
29609              the 'logical' endpoints should be converted to native/Unicode
29610              codepoints, and the range handled as a physical range.
29611              
29612              'Logical endpoints' are to be recognized only in the A-Z, a-z,
29613              and 0-9 ranges.  Probably a warning should be given for mixed
29614              cases like A-z or a-9 (since such expressions are encoding
29615              dependent), with a recommendation to use physical ranges.
29616      Branch: perl
29617            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
29618            ! t/op/regexp.t
29619 ____________________________________________________________________________
29620 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
29621         Log: Make the test to cleanup the test directory tree
29622              both before and after the testing so that we always
29623              have a clean slate to work with.
29624      Branch: perl
29625            ! t/lib/filefind.t
29626 ____________________________________________________________________________
29627 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
29628         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
29629              From: Jon Eveland <jweveland@yahoo.com>
29630              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
29631              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
29632      Branch: perl
29633            ! pod/perlfunc.pod
29634 ____________________________________________________________________________
29635 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
29636         Log: Merge the camel-III/vstring.t with op/ver.t.
29637      Branch: perl
29638            - t/camel-III/vstring.t
29639            ! MANIFEST t/TEST t/harness t/op/ver.t
29640 ____________________________________________________________________________
29641 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
29642         Log: Add test.deparse make target.
29643      Branch: perl
29644            ! Makefile.SH
29645 ____________________________________________________________________________
29646 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
29647         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
29648              From: Robin Houston <robin@kitsite.com>
29649              Date: Fri, 11 May 2001 12:02:22 +0100
29650              Message-ID: <20010511120222.A11529@penderel>
29651      Branch: perl
29652            ! ext/B/B/Deparse.pm t/op/method.t
29653 ____________________________________________________________________________
29654 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
29655         Log: A nicely working combination for UTS from Hal Morris.
29656      Branch: perl
29657            + ext/POSIX/hints/uts.pl
29658            ! MANIFEST hints/uts.sh
29659 ____________________________________________________________________________
29660 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
29661         Log: i_ieeefp=undef for UTS.
29662      Branch: perl
29663            ! hints/uts.sh
29664 ____________________________________________________________________________
29665 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
29666         Log: Subject: RE: rand(0) is rand(1)
29667              From: Larry Shatzer <lshatzer@islanddata.com>
29668              Date: Thu, 10 May 2001 11:09:27 -0700
29669              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
29670      Branch: perl
29671            ! pod/perlfunc.pod
29672 ____________________________________________________________________________
29673 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
29674         Log: Subject: [patch] make op_{clear,null} public
29675              From: Doug MacEachern <dougm@covalent.net>
29676              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
29677              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
29678      Branch: perl
29679            ! embed.h embed.pl op.c proto.h
29680 ____________________________________________________________________________
29681 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
29682         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
29683              From: Robin Houston <robin@kitsite.com>
29684              Date: Thu, 10 May 2001 18:54:59 +0100
29685              Message-ID: <20010510185459.A5995@penderel>
29686      Branch: perl
29687            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
29688 ____________________________________________________________________________
29689 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
29690         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
29691              From: Robin Houston <robin@kitsite.com>
29692              Date: Thu, 10 May 2001 12:56:39 +0100
29693              Message-ID: <20010510125639.A2119@penderel>
29694      Branch: perl
29695            ! ext/B/B/Deparse.pm
29696 ____________________________________________________________________________
29697 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
29698         Log: Retract #10070, not ready yet.
29699      Branch: perl
29700            ! ext/B/B/Deparse.pm
29701 ____________________________________________________________________________
29702 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
29703         Log: The metaconfig unit change for #10071.
29704      Branch: metaconfig
29705            ! U/modified/mallocsrc.U
29706 ____________________________________________________________________________
29707 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
29708         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
29709      Branch: perl
29710            ! Configure
29711 ____________________________________________________________________________
29712 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
29713         Log: (Retracted by #10073)
29714              
29715              Subject: Re: [PATCH t/TEST] B::Deparse tester 
29716              From: Hugo <hv@crypt.compulink.co.uk>
29717              Date: Thu, 10 May 2001 05:48:09 +0100
29718              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
29719      Branch: perl
29720            ! ext/B/B/Deparse.pm
29721 ____________________________________________________________________________
29722 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
29723         Log: Add a for(func()) test.
29724      Branch: perl
29725            ! t/cmd/for.t
29726 ____________________________________________________________________________
29727 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
29728         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
29729              From: Robin Houston <robin@kitsite.com>
29730              Date: Thu, 10 May 2001 13:50:08 +0100
29731              Message-ID: <20010510135008.A2454@penderel>
29732      Branch: perl
29733            ! ext/B/B/Deparse.pm
29734 ____________________________________________________________________________
29735 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
29736         Log: A thinko in #10065.
29737      Branch: perl
29738            ! hv.c
29739 ____________________________________________________________________________
29740 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
29741         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
29742              From: Robin Houston <robin@kitsite.com>
29743              Date: Thu, 10 May 2001 02:10:34 +0100
29744              Message-ID: <20010510021034.A19421@penderel>
29745      Branch: perl
29746            ! ext/B/B.xs ext/B/B/Deparse.pm
29747 ____________________________________________________________________________
29748 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
29749         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
29750              From: Doug MacEachern <dougm@covalent.net>
29751              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
29752              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
29753      Branch: perl
29754            ! hv.c
29755 ____________________________________________________________________________
29756 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
29757         Log: One more workaround for the UTS compiler from Hal Morris.
29758      Branch: perl
29759            ! perl.h
29760 ____________________________________________________________________________
29761 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
29762         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
29763              From: Robin Houston <robin@kitsite.com>
29764              Date: Thu, 10 May 2001 01:02:08 +0100
29765              Message-ID: <20010510010208.A18200@penderel>
29766      Branch: perl
29767            ! ext/B/B/Debug.pm
29768 ____________________________________________________________________________
29769 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
29770         Log: Subject: [PATCH] Simplify deb_curcv() a bit
29771              From: Benjamin Sugars <bsugars@canoe.ca>
29772              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
29773              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
29774      Branch: perl
29775            ! run.c
29776 ____________________________________________________________________________
29777 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
29778         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
29779              From: Benjamin Sugars <bsugars@canoe.ca>
29780              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
29781              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
29782      Branch: perl
29783            ! t/lib/io_scalar.t
29784 ____________________________________________________________________________
29785 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
29786         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
29787              From: Peter Prymmer <pvhp@forte.com>
29788              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
29789              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
29790      Branch: perl
29791            ! t/lib/md5-file.t
29792 ____________________________________________________________________________
29793 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
29794         Log: Subject: [PATCH t/TEST] B::Deparse tester
29795              From: Robin Houston <robin@kitsite.com>
29796              Date: Wed, 9 May 2001 19:17:50 +0100
29797              Message-ID: <20010509191750.A16940@penderel>
29798      Branch: perl
29799            ! ext/B/O.pm t/TEST
29800 ____________________________________________________________________________
29801 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
29802         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
29803              From: Jeff Pinyan <jeffp@crusoe.net>
29804              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
29805              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
29806      Branch: perl
29807            ! lib/Pod/Html.pm
29808 ____________________________________________________________________________
29809 [ 10057] By: nick                                  on 2001/05/09  18:37:56
29810         Log: Integrate mainline.
29811      Branch: perlio
29812           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
29813           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
29814 ____________________________________________________________________________
29815 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
29816         Log: Update Changes.
29817      Branch: perl
29818            ! Changes patchlevel.h
29819 ____________________________________________________________________________
29820 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
29821         Log: Integrate perlio.
29822      Branch: perl
29823           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29824 ____________________________________________________________________________
29825 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
29826         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
29827              From: Benjamin Sugars <bsugars@canoe.ca>
29828              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
29829              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
29830      Branch: perl
29831            ! perlio.c
29832 ____________________________________________________________________________
29833 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
29834         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
29835              From: Benjamin Sugars <bsugars@canoe.ca>
29836              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
29837              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
29838      Branch: perl
29839            ! ext/PerlIO/Scalar/Scalar.xs
29840 ____________________________________________________________________________
29841 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
29842         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
29843              From: Jeff Pinyan <jeffp@crusoe.net>
29844              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
29845              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
29846      Branch: perl
29847            ! lib/Pod/Html.pm
29848 ____________________________________________________________________________
29849 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
29850         Log: EPOC tweak from Olaf Flebbe.
29851      Branch: perl
29852            ! epoc/epocish.h
29853 ____________________________________________________________________________
29854 [ 10050] By: nick                                  on 2001/05/09  14:37:57
29855         Log: win32, regen_config_h
29856      Branch: perlio
29857            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29858 ____________________________________________________________________________
29859 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
29860         Log: Integrate perlio.
29861      Branch: perl
29862           !> pp_sys.c
29863 ____________________________________________________________________________
29864 [ 10048] By: nick                                  on 2001/05/09  11:59:50
29865         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
29866              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
29867      Branch: perlio
29868            ! pp_sys.c
29869 ____________________________________________________________________________
29870 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
29871         Log: Integrate perlio.
29872      Branch: perl
29873           !> run.c
29874 ____________________________________________________________________________
29875 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
29876         Log: Subject: Re: Less warnings during configure
29877              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29878              Date: Wed, 09 May 2001 13:12:49 +0200
29879              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
29880      Branch: perl
29881            ! hints/hpux.sh
29882 ____________________________________________________________________________
29883 [ 10045] By: nick                                  on 2001/05/09  09:56:59
29884         Log: MULTIPLICITY/DEBUGGING build fix.
29885      Branch: perlio
29886            ! run.c
29887 ____________________________________________________________________________
29888 [ 10044] By: nick                                  on 2001/05/09  09:46:37
29889         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
29890      Branch: perlio
29891           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
29892            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29893           !> (integrate 65 files)
29894 ____________________________________________________________________________
29895 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
29896         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29897              From: Robin Houston <robin@kitsite.com>
29898              Date: Tue, 8 May 2001 19:38:00 +0100
29899              Message-ID: <20010508193800.A4389@penderel>
29900              
29901              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29902              From: Robin Houston <robin@kitsite.com>
29903              Date: Tue, 8 May 2001 20:03:57 +0100
29904              Message-ID: <20010508200357.A4614@penderel>
29905              
29906              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29907              From: Robin Houston <robin@kitsite.com>
29908              Date: Wed, 9 May 2001 00:12:05 +0100
29909              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
29910      Branch: perl
29911            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
29912 ____________________________________________________________________________
29913 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
29914         Log: Retract #10031.
29915      Branch: perl
29916            ! pod/perlfunc.pod
29917 ____________________________________________________________________________
29918 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
29919         Log: The metaconfig unit changes for #10040.
29920      Branch: metaconfig/U/perl
29921            ! Checkcc.U d_dlsymun.U dlsrc.U
29922 ____________________________________________________________________________
29923 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
29924         Log: The Configure half of
29925              
29926              Subject: Less warnings during configure
29927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29928              Date: Tue, 08 May 2001 08:44:02 +0200
29929              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29930      Branch: perl
29931            ! Configure
29932 ____________________________________________________________________________
29933 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
29934         Log: Subject: Less warnings during configure
29935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29936              Date: Tue, 08 May 2001 08:44:02 +0200
29937              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29938      Branch: perl
29939            ! hints/hpux.sh
29940 ____________________________________________________________________________
29941 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
29942         Log: Don't forget to whine about \d__\d.
29943      Branch: perl
29944            ! t/pragma/warn/toke toke.c
29945 ____________________________________________________________________________
29946 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
29947         Log: Allow underscores also in the exponent part.
29948      Branch: perl
29949            ! t/pragma/warn/toke toke.c
29950 ____________________________________________________________________________
29951 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
29952         Log: CodeMagicCD doesn't look like an *I*DE.
29953      Branch: perl
29954            ! pod/perlfaq3.pod
29955 ____________________________________________________________________________
29956 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
29957         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
29958              to be consistently down).
29959      Branch: perl
29960            ! pod/perlfaq3.pod
29961 ____________________________________________________________________________
29962 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
29963         Log: Upgrade to Text::Balanced 1.84.
29964      Branch: perl
29965            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
29966 ____________________________________________________________________________
29967 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
29968         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
29969              From: Benjamin Sugars <bsugars@canoe.ca>
29970              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
29971              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
29972      Branch: perl
29973            ! run.c
29974 ____________________________________________________________________________
29975 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
29976         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
29977              From: Peter Prymmer <pvhp@forte.com>
29978              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
29979              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
29980      Branch: perl
29981            ! t/pod/plainer.t
29982 ____________________________________________________________________________
29983 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
29984         Log: (Retracted by #10042)
29985              
29986              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
29987              From: "Philip Newton" <pnewton@gmx.de>
29988              Date: Tue, 8 May 2001 09:18:10 +0200
29989              Message-ID: <3AF7B9D2.28861.603732@localhost>
29990      Branch: perl
29991            ! pod/perlfunc.pod
29992 ____________________________________________________________________________
29993 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
29994         Log: Subject: [PATCH B::Deparse] Document known bugs
29995              From: Robin Houston <robin@kitsite.com>
29996              Date: Tue, 8 May 2001 01:53:34 +0100
29997              Message-ID: <20010508015334.A32394@penderel>
29998      Branch: perl
29999            ! ext/B/B/Deparse.pm
30000 ____________________________________________________________________________
30001 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
30002         Log: Subject: Re: Perl book, magazine and website updates.
30003              From: "Philip Newton" <pnewton@gmx.de>
30004              Date: Mon, 7 May 2001 17:03:58 +0200
30005              Message-ID: <3AF6D57E.5387.1E29930@localhost>
30006      Branch: perl
30007            ! pod/perlfaq2.pod
30008 ____________________________________________________________________________
30009 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
30010         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
30011              From: Peter Prymmer <pvhp@forte.com>
30012              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
30013              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
30014      Branch: perl
30015            ! t/io/fflush.t
30016 ____________________________________________________________________________
30017 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
30018         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
30019              From: Robin Houston <robin@kitsite.com>
30020              Date: Tue, 8 May 2001 01:14:55 +0100
30021              Message-ID: <20010508011455.A32162@penderel>
30022      Branch: perl
30023            ! ext/B/B/Deparse.pm
30024 ____________________________________________________________________________
30025 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
30026         Log: Typo in #10025.
30027      Branch: perl
30028            ! hints/uts.sh
30029 ____________________________________________________________________________
30030 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
30031         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
30032      Branch: perl
30033            ! hints/uts.sh
30034 ____________________________________________________________________________
30035 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
30036         Log: Subject: Re: [ID 20010506.045] question about hash syntax
30037              From: Peter Scott <Peter@PSDT.com>
30038              Date: Sun, 06 May 2001 13:10:40 -0700
30039              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
30040      Branch: perl
30041            ! pod/perl56delta.pod
30042 ____________________________________________________________________________
30043 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
30044         Log: Configure should figure out the list of dynamic extensions
30045              just fine in UTS-- and in fact it does, as reported by Hal Morris.
30046      Branch: perl
30047            ! hints/uts.sh
30048 ____________________________________________________________________________
30049 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
30050         Log: Update Changes.
30051      Branch: perl
30052            ! Changes patchlevel.h
30053 ____________________________________________________________________________
30054 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
30055         Log: Subject: [PATCH regcomp.c] Insecure regexes
30056              From: Robin Houston <robin@kitsite.com>
30057              Date: Mon, 7 May 2001 21:56:12 +0100
30058              Message-ID: <20010507215612.A31114@penderel>
30059      Branch: perl
30060            ! regcomp.c
30061 ____________________________________________________________________________
30062 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
30063         Log: Drop the foobar.perl.com references for now until Simon
30064              gets them sorted out.
30065      Branch: perl
30066            ! pod/perlfaq2.pod
30067 ____________________________________________________________________________
30068 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
30069         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
30070              From: Prymmer/Kahn <pvhp@best.com>
30071              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
30072              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
30073      Branch: perl
30074            ! lib/Devel/SelfStubber.pm
30075 ____________________________________________________________________________
30076 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
30077         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
30078              From: Prymmer/Kahn <pvhp@best.com>
30079              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
30080              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
30081      Branch: perl
30082            ! win32/Makefile
30083 ____________________________________________________________________________
30084 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
30085         Log: s/WebTechnique's/WebTechniques/
30086      Branch: perl
30087            ! pod/perlfaq2.pod
30088 ____________________________________________________________________________
30089 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
30090         Log: Llama 3 updates from Randal.
30091      Branch: perl
30092            ! pod/perlfaq2.pod
30093 ____________________________________________________________________________
30094 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
30095         Log: Subject: [PATCH] Help -Dt show correct pad variables
30096              From: Benjamin Sugars <ben.sugars@home.com>
30097              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
30098              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
30099      Branch: perl
30100            ! embed.h embed.pl proto.h run.c
30101 ____________________________________________________________________________
30102 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
30103         Log: Subject: [PATCH] Document C<our $foo : shared>
30104              From: Benjamin Sugars <ben.sugars@home.com>
30105              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
30106              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
30107      Branch: perl
30108            ! pod/perlfunc.pod
30109 ____________________________________________________________________________
30110 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
30111         Log: Subject: [PATCH B::Deparse] undefined folded constants
30112              From: Robin Houston <robin@kitsite.com>
30113              Date: Sun, 6 May 2001 17:19:09 +0100
30114              Message-ID: <20010506171909.A7046@penderel>
30115      Branch: perl
30116            ! ext/B/B/Deparse.pm
30117 ____________________________________________________________________________
30118 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
30119         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
30120              From: Robin Houston <robin@kitsite.com>
30121              Message-ID: <20010506164654.A6848@penderel>
30122              Date: Sun, 6 May 2001 16:46:54 +0100
30123      Branch: perl
30124            ! ext/B/B/Deparse.pm
30125 ____________________________________________________________________________
30126 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
30127         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
30128              From: Robin Houston <robin@kitsite.com>
30129              Date: Sun, 6 May 2001 14:47:02 +0100
30130              Message-ID: <20010506144702.A6308@penderel>
30131      Branch: perl
30132            ! t/op/my_stash.t
30133 ____________________________________________________________________________
30134 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
30135         Log: Subject: Perl book, magazine and website updates.
30136              From: Simon Cozens <simon@netthink.co.uk>
30137              Date: Sun, 6 May 2001 16:55:36 +0100
30138              Message-ID: <20010506165536.A1795@netthink.co.uk>
30139      Branch: perl
30140            ! pod/perlbook.pod pod/perlfaq2.pod
30141 ____________________________________________________________________________
30142 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
30143         Log: Tweaks on the Tru64 prof options.
30144      Branch: perl
30145            ! pod/perlhack.pod
30146 ____________________________________________________________________________
30147 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
30148         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
30149              From: Robin Houston <robin@kitsite.com>
30150              Date: Sun, 6 May 2001 14:40:51 +0100
30151              Message-ID: <20010506144051.A6279@penderel>
30152      Branch: perl
30153            ! t/pod/testp2pt.pl
30154 ____________________________________________________________________________
30155 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
30156         Log: Subject: [PATCH B::Deparse] scoping
30157              From: Robin Houston <robin@kitsite.com>
30158              Date: Sun, 6 May 2001 14:36:56 +0100
30159              Message-ID: <20010506143656.A4006@penderel>
30160      Branch: perl
30161            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
30162 ____________________________________________________________________________
30163 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
30164         Log: Document the undefinedness of bitshifting out of range.
30165      Branch: perl
30166            ! pod/perlop.pod
30167 ____________________________________________________________________________
30168 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
30169         Log: Retract #10003 and update the IDE descriptions a bit.
30170      Branch: perl
30171            ! pod/perlfaq3.pod
30172 ____________________________________________________________________________
30173 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
30174         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
30175              From: Prymmer/Kahn <pvhp@best.com>
30176              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
30177              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
30178      Branch: perl
30179            ! win32/Makefile win32/buildext.pl win32/config.bc
30180            ! win32/config.gc win32/config.vc
30181 ____________________________________________________________________________
30182 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
30183         Log: (Retracted by #10005.)
30184      Branch: perl
30185            ! pod/perlfaq3.pod
30186 ____________________________________________________________________________
30187 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
30188         Log: It's "psed", not "sed".
30189      Branch: perl
30190            ! x2p/s2p.PL
30191 ____________________________________________________________________________
30192 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
30193         Log: Update Changes.
30194      Branch: perl
30195            ! Changes patchlevel.h
30196 ____________________________________________________________________________
30197 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
30198         Log: Subject: Re: bleadperl make install fails due to "psed"
30199              From: andreas.koenig@anima.de (Andreas J. Koenig)
30200              Date: 05 May 2001 18:23:28 +0200
30201              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
30202      Branch: perl
30203            ! x2p/Makefile.SH x2p/s2p.PL
30204 ____________________________________________________________________________
30205 [  9999] By: jhi                                   on 2001/05/05  18:28:09
30206         Log: AUTHORS updates.
30207      Branch: perl
30208            ! AUTHORS
30209 ____________________________________________________________________________
30210 [  9998] By: jhi                                   on 2001/05/05  18:16:00
30211         Log: Updates on the pods related to the modules included since 5.6.
30212              
30213              TODO: perltodo really could use major updating.
30214      Branch: perl
30215            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
30216            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
30217            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
30218            ! pod/perlsyn.pod pod/perltodo.pod
30219 ____________________________________________________________________________
30220 [  9997] By: jhi                                   on 2001/05/05  17:35:17
30221         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
30222              from Kurt Skauen.
30223      Branch: perl
30224            + hints/atheos.sh
30225            ! MANIFEST
30226 ____________________________________________________________________________
30227 [  9996] By: jhi                                   on 2001/05/05  17:25:00
30228         Log: Add preemptive #undefs for some of the shorter and more prone
30229              to collision regcomp.h #defines.  (Background: the MASK collided
30230              with a system header #define in Rhapsody.)
30231      Branch: perl
30232            ! regcomp.h
30233 ____________________________________________________________________________
30234 [  9995] By: jhi                                   on 2001/05/05  13:24:21
30235         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
30236              From: Nicholas Clark <nick@ccl4.org>
30237              Date: Sat, 5 May 2001 14:46:39 +0100
30238              Message-ID: <20010505144639.O53513@plum.flirble.org>
30239              
30240              Add a test for the constants (if any) being processed correctly.
30241      Branch: perl
30242            ! utils/h2xs.PL
30243 ____________________________________________________________________________
30244 [  9994] By: jhi                                   on 2001/05/05  02:11:03
30245         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
30246              From: Peter Prymmer <pvhp@forte.com>
30247              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
30248              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
30249      Branch: perl
30250            ! t/lib/b-stash.t
30251 ____________________________________________________________________________
30252 [  9993] By: jhi                                   on 2001/05/05  02:03:49
30253         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
30254              From: Peter Prymmer <pvhp@forte.com>
30255              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
30256              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
30257      Branch: perl
30258            ! perlio.c vms/vmsish.h
30259 ____________________________________________________________________________
30260 [  9992] By: jhi                                   on 2001/05/04  17:21:12
30261         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
30262              From: Robin Barker <rmb1@cise.npl.co.uk>
30263              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
30264              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
30265      Branch: perl
30266            + t/pod/plainer.t
30267            ! MANIFEST
30268 ____________________________________________________________________________
30269 [  9991] By: jhi                                   on 2001/05/04  16:47:45
30270         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
30271              From: Robin Barker <rmb1@cise.npl.co.uk>
30272              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
30273              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
30274      Branch: perl
30275            ! regcomp.c
30276 ____________________________________________________________________________
30277 [  9990] By: jhi                                   on 2001/05/04  14:37:20
30278         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
30279              From: Prymmer/Kahn <pvhp@best.com>
30280              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
30281              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
30282      Branch: perl
30283            ! t/lib/b-stash.t
30284 ____________________________________________________________________________
30285 [  9989] By: jhi                                   on 2001/05/04  14:03:58
30286         Log: Introduce perl572delta, update Todo, add the missing
30287              mention about signal safety since 5.7.1 (though this
30288              requires verification and more details.)
30289      Branch: perl
30290            + pod/perl572delta.pod
30291            ! MANIFEST Todo pod/perl571delta.pod
30292 ____________________________________________________________________________
30293 [  9988] By: jhi                                   on 2001/05/04  12:41:51
30294         Log: Subject: [PATCH perl@9944] long =item
30295              From: Robin Barker <rmb1@cise.npl.co.uk>
30296              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
30297              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
30298      Branch: perl
30299            ! ext/Time/HiRes/HiRes.pm
30300 ____________________________________________________________________________
30301 [  9987] By: jhi                                   on 2001/05/04  12:39:19
30302         Log: The #9901 had removed one line essential for EBCDIC.
30303      Branch: perl
30304            ! regcomp.c
30305 ____________________________________________________________________________
30306 [  9986] By: jhi                                   on 2001/05/04  12:30:23
30307         Log: Subject: cygwin/Makefile.SHs INSTALL patch
30308              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
30309              Date: Mon, 08 Jan 2001 04:59:21 +0200
30310              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
30311      Branch: perl
30312            ! cygwin/Makefile.SHs
30313 ____________________________________________________________________________
30314 [  9985] By: jhi                                   on 2001/05/04  03:51:39
30315         Log: Encode/IO doc tweaks.
30316      Branch: perl
30317            ! ext/Encode/Encode.pm
30318 ____________________________________________________________________________
30319 [  9984] By: jhi                                   on 2001/05/04  03:29:34
30320         Log: Remove GDBM_File from the dynamic extensions for UTS,
30321              GDBM is not a standard feature.
30322      Branch: perl
30323            ! hints/uts.sh
30324 ____________________________________________________________________________
30325 [  9983] By: jhi                                   on 2001/05/04  03:22:59
30326         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
30327      Branch: perl
30328            ! pod/perlretut.pod
30329 ____________________________________________________________________________
30330 [  9982] By: jhi                                   on 2001/05/03  23:21:03
30331         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
30332              From: Benjamin Sugars <bsugars@canoe.ca>
30333              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
30334              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
30335      Branch: perl
30336            ! dump.c
30337 ____________________________________________________________________________
30338 [  9981] By: jhi                                   on 2001/05/03  23:20:05
30339         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
30340              From: Benjamin Sugars <bsugars@canoe.ca>
30341              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
30342              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
30343      Branch: perl
30344            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30345 ____________________________________________________________________________
30346 [  9980] By: jhi                                   on 2001/05/03  23:15:29
30347         Log: Integrate perlio.
30348      Branch: perl
30349           !> ext/Encode/Encode.pm
30350 ____________________________________________________________________________
30351 [  9979] By: jhi                                   on 2001/05/03  16:54:59
30352         Log: Install psed man page.
30353      Branch: perl
30354            ! installman
30355 ____________________________________________________________________________
30356 [  9978] By: jhi                                   on 2001/05/03  16:45:58
30357         Log: Remove unused files; noted by Sarathy.
30358      Branch: perl
30359            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
30360            ! MANIFEST
30361 ____________________________________________________________________________
30362 [  9977] By: jhi                                   on 2001/05/03  16:42:30
30363         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
30364              From: Andy Dougherty <doughera@lafayette.edu>
30365              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
30366              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
30367      Branch: perl
30368            ! INSTALL
30369 ____________________________________________________________________________
30370 [  9976] By: nick                                  on 2001/05/03  16:40:42
30371         Log: Allow $answer = encode($object,$text); like it says in docs.
30372      Branch: perlio
30373            ! ext/Encode/Encode.pm
30374 ____________________________________________________________________________
30375 [  9975] By: nick                                  on 2001/05/03  16:22:30
30376         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
30377              to be in scope (fair enough), and also a package variable (our) for eval to see it.
30378      Branch: perlio
30379            ! ext/Encode/Encode.pm
30380 ____________________________________________________________________________
30381 [  9974] By: nick                                  on 2001/05/03  15:48:17
30382         Log: Integrate mainline.
30383      Branch: perlio
30384           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
30385           +> t/lib/filter-simple.t t/lib/next.t
30386           !> (integrate 70 files)
30387 ____________________________________________________________________________
30388 [  9973] By: jhi                                   on 2001/05/03  13:09:09
30389         Log: Update Changes.
30390      Branch: perl
30391            ! Changes patchlevel.h
30392 ____________________________________________________________________________
30393 [  9972] By: jhi                                   on 2001/05/03  12:58:33
30394         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
30395              From: Prymmer/Kahn <pvhp@best.com>
30396              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
30397              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
30398      Branch: perl
30399            ! t/io/fflush.t
30400 ____________________________________________________________________________
30401 [  9971] By: jhi                                   on 2001/05/03  12:57:26
30402         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
30403              From: Prymmer/Kahn <pvhp@best.com>
30404              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
30405              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
30406      Branch: perl
30407            ! win32/FindExt.pm
30408 ____________________________________________________________________________
30409 [  9970] By: jhi                                   on 2001/05/03  02:42:46
30410         Log: Can't croak sans thread context, from Doug MacEachern.
30411      Branch: perl
30412            ! toke.c
30413 ____________________________________________________________________________
30414 [  9969] By: jhi                                   on 2001/05/03  01:23:48
30415         Log: Subject: Random input test and Perl
30416              From: Ilya Zakharevich <ilya@math.berkeley.edu>
30417              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
30418              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
30419      Branch: perl
30420            ! toke.c
30421 ____________________________________________________________________________
30422 [  9968] By: jhi                                   on 2001/05/02  22:17:21
30423         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
30424              From: Peter Prymmer <pvhp@forte.com>
30425              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
30426              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
30427      Branch: perl
30428            ! pod/perlfunc.pod pod/perlport.pod
30429 ____________________________________________________________________________
30430 [  9967] By: jhi                                   on 2001/05/02  20:12:45
30431         Log: Workaround for UTS compiler casting bug from Hal Morris.
30432      Branch: perl
30433            ! perl.h
30434 ____________________________________________________________________________
30435 [  9966] By: jhi                                   on 2001/05/02  18:31:37
30436         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
30437              From: Dan Sugalski <dan@sidhe.org>
30438              Date: Wed, 02 May 2001 15:23:22 -0400
30439              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
30440      Branch: perl
30441            ! perl.c vms/vms.c
30442 ____________________________________________________________________________
30443 [  9965] By: jhi                                   on 2001/05/02  18:21:29
30444         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
30445      Branch: perl
30446            ! pod/perlfunc.pod
30447 ____________________________________________________________________________
30448 [  9964] By: jhi                                   on 2001/05/02  18:15:01
30449         Log: Document large files in INSTALL, document also the %x
30450              limitation if not use64bitint, closes bug 20010326.007.
30451      Branch: perl
30452            ! INSTALL
30453 ____________________________________________________________________________
30454 [  9963] By: jhi                                   on 2001/05/02  17:24:47
30455         Log: perlmodlib tweaks; regen pods.
30456      Branch: perl
30457            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
30458            ! pod/perltoc.pod
30459 ____________________________________________________________________________
30460 [  9962] By: jhi                                   on 2001/05/02  17:14:00
30461         Log: Fix for a segfault, from Marc Lehmann.
30462      Branch: perl
30463            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
30464 ____________________________________________________________________________
30465 [  9961] By: jhi                                   on 2001/05/02  15:55:53
30466         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
30467              From: "Philip Newton" <pnewton@gmx.de>
30468              Date: Wed, 2 May 2001 18:39:03 +0200
30469              Message-ID: <3AF05447.15525.173B588@localhost>
30470      Branch: perl
30471            ! pod/perlop.pod
30472 ____________________________________________________________________________
30473 [  9960] By: jhi                                   on 2001/05/02  15:35:37
30474         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
30475              From: Dan Sugalski <dan@sidhe.org>
30476              Date: Wed, 02 May 2001 11:37:27 -0400
30477              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
30478      Branch: perl
30479            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
30480            ! thread.h vms/vms.c vms/vmsish.h
30481 ____________________________________________________________________________
30482 [  9959] By: jhi                                   on 2001/05/02  15:21:08
30483         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
30484              From: Benjamin Sugars <bsugars@canoe.ca>
30485              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
30486              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
30487      Branch: perl
30488            ! ext/PerlIO/Scalar/Scalar.xs
30489 ____________________________________________________________________________
30490 [  9958] By: jhi                                   on 2001/05/02  15:15:53
30491         Log: Bug in #9915, spotted by Mike Guy.
30492      Branch: perl
30493            ! installperl
30494 ____________________________________________________________________________
30495 [  9957] By: jhi                                   on 2001/05/02  13:26:01
30496         Log: Add a test for not griping about references as array
30497              indices if the reference has magic in it (overloaded
30498              methods).
30499      Branch: perl
30500            ! pod/perldiag.pod t/pragma/warn/pp_hot
30501 ____________________________________________________________________________
30502 [  9956] By: jhi                                   on 2001/05/02  13:07:01
30503         Log: Retracted a bit too much in #9952.
30504      Branch: perl
30505            ! t/pragma/sub_lval.t
30506 ____________________________________________________________________________
30507 [  9955] By: jhi                                   on 2001/05/02  13:05:38
30508         Log: Test for #9952.
30509      Branch: perl
30510            ! t/op/tie.t
30511 ____________________________________________________________________________
30512 [  9954] By: jhi                                   on 2001/05/02  11:48:18
30513         Log: Additional note on the encoding example: one cannot
30514              convert string constants in-place.
30515      Branch: perl
30516            ! ext/Encode/Encode.pm
30517 ____________________________________________________________________________
30518 [  9953] By: jhi                                   on 2001/05/02  11:43:51
30519         Log: Note that if you have recent enough Perl you already
30520              have Filter::Util::Call.
30521      Branch: perl
30522            ! lib/Filter/Simple.pm
30523 ____________________________________________________________________________
30524 [  9952] By: jhi                                   on 2001/05/02  11:31:53
30525         Log: Retract changes #8254 and #8255, causes coredump in
30526              'tie FH, "main"', reported by Abigail, culprit found by
30527              Benjamin Sugars.  Mirrors maintperl change #9950.
30528      Branch: perl
30529            ! op.c t/pragma/sub_lval.t
30530 ____________________________________________________________________________
30531 [  9951] By: jhi                                   on 2001/05/02  11:14:29
30532         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
30533      Branch: perl
30534            + t/lib/MyFilter.pm
30535 ____________________________________________________________________________
30536 [  9950] By: gsar                                  on 2001/05/02  03:17:11
30537         Log: revert integration of changes#8254,8255 in change#8620 (causes
30538              a coredump in C<tie FH, 'foo'>; the idea itself may need better
30539              rationalization)
30540      Branch: maint-5.6/perl
30541            ! op.c t/pragma/sub_lval.t
30542 ____________________________________________________________________________
30543 [  9949] By: gsar                                  on 2001/05/02  02:56:32
30544         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
30545              
30546              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30547              
30548              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30549      Branch: maint-5.6/perl
30550           !> hints/svr5.sh
30551 ____________________________________________________________________________
30552 [  9948] By: gsar                                  on 2001/05/02  02:49:15
30553         Log: pod/find.t breaks on VMS (from Craig Berry)
30554      Branch: maint-5.6/perl
30555            ! t/pod/find.t
30556 ____________________________________________________________________________
30557 [  9947] By: jhi                                   on 2001/05/02  02:43:09
30558         Log: Add an encoding conversion example.
30559      Branch: perl
30560            ! ext/Encode/Encode.pm
30561 ____________________________________________________________________________
30562 [  9946] By: jhi                                   on 2001/05/02  01:34:22
30563         Log: Another coat of paint but still nowhere finished.
30564              Need to decide on the semantics of strptime(): should
30565              strptime() be a function instead of a method?  To do
30566              the week/monthname-strptiming the i18n/l10n bullet needs
30567              to be bitten with gusto.
30568      Branch: perl
30569            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30570 ____________________________________________________________________________
30571 [  9945] By: jhi                                   on 2001/05/01  23:40:52
30572         Log: Update Changes.
30573      Branch: perl
30574            ! Changes patchlevel.h
30575 ____________________________________________________________________________
30576 [  9944] By: jhi                                   on 2001/05/01  23:33:37
30577         Log: Add known-to-be-tested modules to the list-to-be-skipped.
30578      Branch: perl
30579            ! t/lib/1_compile.t
30580 ____________________________________________________________________________
30581 [  9943] By: jhi                                   on 2001/05/01  23:24:40
30582         Log: Subject: BorlandC++ fix
30583              From: "Vadim Konovalov" <watman@inbox.ru>
30584              Date: Mon, 30 Apr 2001 20:12:26 -0700
30585              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
30586      Branch: perl
30587            ! win32/makefile.mk
30588 ____________________________________________________________________________
30589 [  9942] By: jhi                                   on 2001/05/01  23:18:02
30590         Log: Update to Filter::Simple 0.60, create a test for it.
30591      Branch: perl
30592            + t/lib/filter-simple.t
30593            ! MANIFEST lib/Filter/Simple.pm
30594 ____________________________________________________________________________
30595 [  9941] By: jhi                                   on 2001/05/01  19:47:24
30596         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
30597              From: Hugo <hv@crypt.compulink.co.uk>
30598              Date: Tue, 01 May 2001 20:12:20 +0100
30599              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
30600      Branch: perl
30601            ! pp_hot.c t/op/re_tests
30602 ____________________________________________________________________________
30603 [  9940] By: jhi                                   on 2001/05/01  19:42:16
30604         Log: Integrate perlio.
30605      Branch: perl
30606           !> lib/base.pm t/lib/fields.t
30607 ____________________________________________________________________________
30608 [  9939] By: jhi                                   on 2001/05/01  19:39:51
30609         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
30610              From: Benjamin Sugars <bsugars@canoe.ca>
30611              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
30612              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
30613      Branch: perl
30614            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30615 ____________________________________________________________________________
30616 [  9938] By: jhi                                   on 2001/05/01  19:34:09
30617         Log: Add NEXT, a pseudo-class for method redispatching.
30618              <Damian>NEXT.pm probably offers more bang-for-buck
30619              than anything else I've ever written.</Damian>
30620      Branch: perl
30621            + lib/NEXT.pm t/lib/next.t
30622            ! MANIFEST
30623 ____________________________________________________________________________
30624 [  9937] By: jhi                                   on 2001/05/01  19:21:41
30625         Log: Update to Switch 2.02.
30626      Branch: perl
30627            ! lib/Switch.pm t/lib/switch.t
30628 ____________________________________________________________________________
30629 [  9936] By: nick                                  on 2001/05/01  19:09:21
30630         Log: Fix for base.pm clobbering $VERSION
30631      Branch: perlio
30632            ! lib/base.pm
30633 ____________________________________________________________________________
30634 [  9935] By: nick                                  on 2001/05/01  18:54:38
30635         Log: Test for base.pm clobbering $VERSION.
30636      Branch: perlio
30637            ! t/lib/fields.t
30638 ____________________________________________________________________________
30639 [  9934] By: jhi                                   on 2001/05/01  18:39:10
30640         Log: Add information about Scalar::Util::blessed.
30641      Branch: perl
30642            ! pod/perlobj.pod
30643 ____________________________________________________________________________
30644 [  9933] By: jhi                                   on 2001/05/01  18:33:51
30645         Log: Subject: Extra UNIVERSAL documentation
30646              From: Mike Guy <mjtg@cam.ac.uk>
30647              Date: Tue, 01 May 2001 20:12:11 +0100
30648              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
30649      Branch: perl
30650            ! pod/perlobj.pod
30651 ____________________________________________________________________________
30652 [  9932] By: jhi                                   on 2001/05/01  18:26:54
30653         Log: Subject: Autoflush in tests as appropriate
30654              From: Mike Guy <mjtg@cam.ac.uk>
30655              Date: Tue, 01 May 2001 20:05:31 +0100
30656              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
30657      Branch: perl
30658            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
30659            ! t/op/taint.t
30660 ____________________________________________________________________________
30661 [  9931] By: jhi                                   on 2001/05/01  18:02:29
30662         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
30663              From: Benjamin Sugars <bsugars@canoe.ca>
30664              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
30665              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
30666      Branch: perl
30667            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30668 ____________________________________________________________________________
30669 [  9930] By: jhi                                   on 2001/05/01  15:12:26
30670         Log: Subject: Re: Finally got a round tuit
30671              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30672              Date: Tue, 01 May 2001 14:14:10 +0200
30673              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
30674              
30675              The -DP part, slightly modified.
30676      Branch: perl
30677            ! perl.c
30678 ____________________________________________________________________________
30679 [  9929] By: jhi                                   on 2001/05/01  14:17:15
30680         Log: Subject: Re: Finally got a round tuit
30681              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30682              Date: Tue, 01 May 2001 16:34:06 +0200
30683              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
30684              
30685              cpp and optimization tweaks for HP-UX.
30686      Branch: perl
30687            ! hints/hpux.sh
30688 ____________________________________________________________________________
30689 [  9928] By: jhi                                   on 2001/05/01  13:24:20
30690         Log: Tune the scan_num() comments to reality.
30691      Branch: perl
30692            ! toke.c
30693 ____________________________________________________________________________
30694 [  9927] By: jhi                                   on 2001/05/01  13:14:01
30695         Log: Subject: [PATCH B::Deparse] optimised sort
30696              From: Robin Houston <robin@kitsite.com>
30697              Date: Tue, 1 May 2001 14:07:12 +0100
30698              Message-ID: <20010501140712.A4266@penderel>
30699      Branch: perl
30700            ! ext/B/B/Deparse.pm
30701 ____________________________________________________________________________
30702 [  9926] By: jhi                                   on 2001/05/01  13:10:53
30703         Log: Subject: [PATCH t/lib/b-deparse.t] 
30704              From: Robin Houston <robin@kitsite.com>
30705              Date: Tue, 1 May 2001 13:37:42 +0100
30706              Message-ID: <20010501133742.A4082@penderel>
30707      Branch: perl
30708            ! t/lib/b-deparse.t
30709 ____________________________________________________________________________
30710 [  9925] By: jhi                                   on 2001/05/01  13:10:13
30711         Log: Subject: [PATCH B::Deparse] for(;;), sort
30712              From: Robin Houston <robin@kitsite.com>
30713              Date: Tue, 1 May 2001 13:35:00 +0100
30714              Message-ID: <20010501133500.A4061@penderel>
30715      Branch: perl
30716            ! ext/B/B/Deparse.pm
30717 ____________________________________________________________________________
30718 [  9924] By: jhi                                   on 2001/05/01  13:09:22
30719         Log: Subject: [PATCH B::Deparse] do, warn, use
30720              From: Robin Houston <robin@kitsite.com>
30721              Date: Tue, 1 May 2001 13:31:03 +0100
30722              Message-ID: <20010501133103.A4041@penderel>
30723      Branch: perl
30724            ! ext/B/B/Deparse.pm
30725 ____________________________________________________________________________
30726 [  9923] By: jhi                                   on 2001/05/01  11:45:36
30727         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
30728              From: Benjamin Sugars <ben.sugars@home.com>
30729              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
30730              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
30731      Branch: perl
30732            + t/io/fflush.t
30733            ! MANIFEST
30734 ____________________________________________________________________________
30735 [  9922] By: jhi                                   on 2001/05/01  11:35:42
30736         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
30737              From: Peter Prymmer <pvhp@forte.com>
30738              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
30739              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
30740      Branch: perl
30741            ! t/lib/selfstubber.t
30742 ____________________________________________________________________________
30743 [  9921] By: jhi                                   on 2001/04/30  16:34:33
30744         Log: Subject: [PATCH B::Concise] suppress warning
30745              From: Robin Houston <robin@kitsite.com>
30746              Date: Mon, 30 Apr 2001 16:09:49 +0100
30747              Message-ID: <20010430160949.A25086@penderel>
30748      Branch: perl
30749            ! ext/B/B/Concise.pm
30750 ____________________________________________________________________________
30751 [  9920] By: jhi                                   on 2001/04/30  13:56:04
30752         Log: Strip the *markers* from #9919.
30753      Branch: perl
30754            ! pod/perlfaq.pod pod/perlfaq5.pod
30755 ____________________________________________________________________________
30756 [  9919] By: jhi                                   on 2001/04/30  13:54:04
30757         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
30758              From: Gwyn Judd <b.judd@xtra.co.nz>
30759              Date: Sun, 29 Apr 2001 01:47:49 +1200
30760              Message-ID: <20010429014749.A4418@thislove>
30761      Branch: perl
30762            ! pod/perlfaq.pod pod/perlfaq5.pod
30763 ____________________________________________________________________________
30764 [  9918] By: jhi                                   on 2001/04/30  13:13:54
30765         Log: More_tweakage.
30766      Branch: perl
30767            ! pod/perldata.pod pod/perldiag.pod
30768 ____________________________________________________________________________
30769 [  9917] By: jhi                                   on 2001/04/30  13:01:27
30770         Log: Update Changes.
30771      Branch: perl
30772            ! Changes patchlevel.h
30773 ____________________________________________________________________________
30774 [  9916] By: jhi                                   on 2001/04/30  12:57:03
30775         Log: T_w_e_a_k_a_g_e.
30776      Branch: perl
30777            ! pod/perldata.pod pod/perldiag.pod
30778 ____________________________________________________________________________
30779 [  9915] By: jhi                                   on 2001/04/30  12:39:29
30780         Log: Install s2p also as psed.
30781              
30782              TODO: psed documentation?
30783      Branch: perl
30784            ! installperl
30785 ____________________________________________________________________________
30786 [  9914] By: jhi                                   on 2001/04/30  12:29:21
30787         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
30788              From: Jens Hamisch <jens@Strawberry.COM>
30789              Date: Fri, 27 Apr 2001 17:00:36 +0200
30790              Message-ID: <20010427170036.K1372@Strawberry.COM>
30791              
30792              SOCKS5_VERSION_NAME is the right symbol to detect
30793              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
30794              function called socks5_init() is available, and even that is
30795              not universal, most SOCKS5 installations use SOCKSinit()).
30796      Branch: perl
30797            ! perlio.c
30798 ____________________________________________________________________________
30799 [  9913] By: jhi                                   on 2001/04/30  12:22:15
30800         Log: Allow a zero timeout on IO::Socket accept and connect--
30801              though one really shouldn't do that.  Based on
30802              
30803              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
30804              From: "John Holdsworth" <coldwave@bigfoot.com>
30805              Date: Sun, 4 Feb 2001 12:48:18 +0100
30806              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
30807      Branch: perl
30808            ! ext/IO/lib/IO/Socket.pm
30809 ____________________________________________________________________________
30810 [  9912] By: jhi                                   on 2001/04/30  11:27:27
30811         Log: Save the spot of regprev (see #9911) for binary compatibility;
30812              regen API.
30813      Branch: perl
30814            ! embedvar.h perlapi.h thrdvar.h
30815 ____________________________________________________________________________
30816 [  9911] By: jhi                                   on 2001/04/30  11:22:03
30817         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
30818              From: Hugo <hv@crypt.compulink.co.uk>
30819              Date: Sun, 29 Apr 2001 17:09:30 +0100
30820              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
30821      Branch: perl
30822            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
30823 ____________________________________________________________________________
30824 [  9910] By: jhi                                   on 2001/04/30  11:15:12
30825         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
30826              a dummy for PL_numeric_radix); no pressing reason to break
30827              binary compatibility; regen API.
30828      Branch: perl
30829            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
30830            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
30831 ____________________________________________________________________________
30832 [  9909] By: jhi                                   on 2001/04/30  10:56:08
30833         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
30834              From: Walt Mankowski <waltman@netaxs.com>
30835              Date: Sun, 29 Apr 2001 21:53:48 -0400
30836              Message-ID: <20010429215348.A3971@netaxs.com>
30837      Branch: perl
30838            ! pod/perlfunc.pod
30839 ____________________________________________________________________________
30840 [  9908] By: jhi                                   on 2001/04/30  10:49:40
30841         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
30842      Branch: perl
30843            ! t/lib/selfstubber.t
30844 ____________________________________________________________________________
30845 [  9907] By: nick                                  on 2001/04/30  09:26:50
30846         Log: Integrate mainline.
30847      Branch: perlio
30848           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
30849 ____________________________________________________________________________
30850 [  9906] By: jhi                                   on 2001/04/29  23:24:20
30851         Log: Abigail spotted a thinko in #9905.
30852      Branch: perl
30853            ! pod/perldiag.pod
30854 ____________________________________________________________________________
30855 [  9905] By: jhi                                   on 2001/04/29  15:55:39
30856         Log: Changed the underscore/undebar syntax in numeric constants;
30857              now any grouping will do, as long as the underscores are not
30858              consecutive (so "zero-grouping" is out), and they do not begin
30859              or end the integer or fractional parts.
30860      Branch: perl
30861            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
30862 ____________________________________________________________________________
30863 [  9904] By: nick                                  on 2001/04/29  15:43:22
30864         Log: Integrate mainline.
30865      Branch: perlio
30866           +> (branch 98 files)
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           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
30933           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
30934           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
30935           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
30936           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
30937           !> utf8.c win32/Makefile
30938 ____________________________________________________________________________
30939 [  9903] By: jhi                                   on 2001/04/29  14:30:53
30940         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
30941              From: Prymmer/Kahn <pvhp@best.com>
30942              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
30943              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
30944      Branch: perl
30945            ! win32/Makefile
30946 ____________________________________________________________________________
30947 [  9902] By: jhi                                   on 2001/04/29  02:52:44
30948         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
30949              From: "Abigail" <abigail@foad.org>
30950              Date: Sun, 29 Apr 2001 03:14:25 +0200
30951              Message-ID: <20010429011425.24503.qmail@foad.org>
30952      Branch: perl
30953            ! ext/IO/lib/IO/Seekable.pm
30954 ____________________________________________________________________________
30955 [  9901] By: jhi                                   on 2001/04/29  02:04:46
30956         Log: In character classes one couldn't have 0x80..0xff characters
30957              at the left hand side if there were 0x100.. characters in the
30958              character class.
30959      Branch: perl
30960            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
30961            ! t/op/pat.t utf8.c
30962 ____________________________________________________________________________
30963 [  9900] By: jhi                                   on 2001/04/28  22:55:04
30964         Log: Forgot the latest mktables.PL from #9899.
30965      Branch: perl
30966            ! lib/unicode/mktables.PL
30967 ____________________________________________________________________________
30968 [  9899] By: jhi                                   on 2001/04/28  22:53:28
30969         Log: Explain the \p{} and \P{} error message better and
30970              have prettier prettyprint in In.pl.
30971      Branch: perl
30972            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
30973            ! pod/perldiag.pod
30974 ____________________________________________________________________________
30975 [  9898] By: jhi                                   on 2001/04/28  21:03:34
30976         Log: Add one possible explanation for the "Invalid [] range" error.
30977      Branch: perl
30978            ! pod/perldiag.pod
30979 ____________________________________________________________________________
30980 [  9897] By: jhi                                   on 2001/04/28  17:18:26
30981         Log: Add a level of indirection to the implementation of \p{InFoo}
30982              so that we don't have to have long filenames.  (Nothing changes
30983              in the user interface.)   The indirection is defined in
30984              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
30985              Also rename some the character classes by removing '-' from
30986              the classnames, and finally renamed Block.pl as Blocks.pl.
30987      Branch: perl
30988            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
30989            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
30990            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
30991            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
30992            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
30993            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
30994            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
30995            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
30996            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
30997            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
30998            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
30999            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
31000            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
31001            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
31002            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
31003            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
31004            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
31005            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
31006            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
31007            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
31008            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
31009            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
31010            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
31011            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
31012            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
31013            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
31014            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
31015            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
31016            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
31017            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
31018            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
31019            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
31020            + lib/unicode/In/94.pl lib/unicode/In/95.pl
31021            - lib/unicode/Block.pl
31022            - lib/unicode/In/AlphabeticPresentationForms.pl
31023            - lib/unicode/In/Arabic.pl
31024            - lib/unicode/In/ArabicPresentationForms-A.pl
31025            - lib/unicode/In/ArabicPresentationForms-B.pl
31026            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
31027            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
31028            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
31029            - lib/unicode/In/BopomofoExtended.pl
31030            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
31031            - lib/unicode/In/CJKCompatibility.pl
31032            - lib/unicode/In/CJKCompatibilityForms.pl
31033            - lib/unicode/In/CJKCompatibilityIdeographs.pl
31034            - lib/unicode/In/CJKRadicalsSupplement.pl
31035            - lib/unicode/In/CJKSymbolsandPunctuation.pl
31036            - lib/unicode/In/CJKUnifiedIdeographs.pl
31037            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
31038            - lib/unicode/In/Cherokee.pl
31039            - lib/unicode/In/CombiningDiacriticalMarks.pl
31040            - lib/unicode/In/CombiningHalfMarks.pl
31041            - lib/unicode/In/CombiningMarksforSymbols.pl
31042            - lib/unicode/In/ControlPictures.pl
31043            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
31044            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
31045            - lib/unicode/In/EnclosedAlphanumerics.pl
31046            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
31047            - lib/unicode/In/Ethiopic.pl
31048            - lib/unicode/In/GeneralPunctuation.pl
31049            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
31050            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
31051            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
31052            - lib/unicode/In/HalfwidthandFullwidthForms.pl
31053            - lib/unicode/In/HangulCompatibilityJamo.pl
31054            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
31055            - lib/unicode/In/Hebrew.pl
31056            - lib/unicode/In/HighPrivateUseSurrogates.pl
31057            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
31058            - lib/unicode/In/IPAExtensions.pl
31059            - lib/unicode/In/IdeographicDescriptionCharacters.pl
31060            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
31061            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
31062            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
31063            - lib/unicode/In/Latin-1Supplement.pl
31064            - lib/unicode/In/LatinExtended-A.pl
31065            - lib/unicode/In/LatinExtended-B.pl
31066            - lib/unicode/In/LatinExtendedAdditional.pl
31067            - lib/unicode/In/LetterlikeSymbols.pl
31068            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
31069            - lib/unicode/In/MathematicalOperators.pl
31070            - lib/unicode/In/MiscellaneousSymbols.pl
31071            - lib/unicode/In/MiscellaneousTechnical.pl
31072            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
31073            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
31074            - lib/unicode/In/OpticalCharacterRecognition.pl
31075            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
31076            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
31077            - lib/unicode/In/SmallFormVariants.pl
31078            - lib/unicode/In/SpacingModifierLetters.pl
31079            - lib/unicode/In/Specials.pl
31080            - lib/unicode/In/SuperscriptsandSubscripts.pl
31081            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
31082            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
31083            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
31084            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
31085            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
31086            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
31087            ! pod/perlunicode.pod
31088 ____________________________________________________________________________
31089 [  9896] By: jhi                                   on 2001/04/28  14:33:17
31090         Log: Update the information on shared library path on HP-UX.
31091      Branch: perl
31092            ! INSTALL
31093 ____________________________________________________________________________
31094 [  9895] By: jhi                                   on 2001/04/28  14:32:30
31095         Log: Because #9894 seems to do the trick, this workaround can be removed.
31096      Branch: perl
31097            ! t/lib/selfstubber.t
31098 ____________________________________________________________________________
31099 [  9894] By: jhi                                   on 2001/04/28  14:26:13
31100         Log: For PerlIO flush the children's file handles (on fork/exec/system).
31101      Branch: perl
31102            ! perl.h
31103 ____________________________________________________________________________
31104 [  9893] By: jhi                                   on 2001/04/28  14:23:15
31105         Log: Test tweak for #9891.
31106      Branch: perl
31107            ! t/lib/b-deparse.t
31108 ____________________________________________________________________________
31109 [  9892] By: jhi                                   on 2001/04/28  14:10:13
31110         Log: New HP-UX hints from Merijn.
31111      Branch: perl
31112            ! hints/hpux.sh
31113 ____________________________________________________________________________
31114 [  9891] By: jhi                                   on 2001/04/28  14:07:27
31115         Log: Subject: [PATCH B::Deparse] non-block scopes
31116              From: Robin Houston <robin@kitsite.com>
31117              Date: Fri, 27 Apr 2001 19:15:14 +0100
31118              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
31119      Branch: perl
31120            ! ext/B/B/Deparse.pm
31121 ____________________________________________________________________________
31122 [  9890] By: nick                                  on 2001/04/27  19:41:25
31123         Log: Integrate mainline
31124      Branch: perlio
31125           +> t/lib/selfstubber.t
31126           !> (integrate 50 files)
31127 ____________________________________________________________________________
31128 [  9889] By: jhi                                   on 2001/04/27  18:23:46
31129         Log: Subject: Re: selfstubber test fail on bleadperl
31130              From: Mike Guy <mjtg@cam.ac.uk>
31131              Date: Fri, 27 Apr 2001 19:31:18 +0100
31132              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
31133      Branch: perl
31134            ! t/lib/selfstubber.t
31135 ____________________________________________________________________________
31136 [  9888] By: jhi                                   on 2001/04/27  16:20:54
31137         Log: Test tweak for #9886.
31138      Branch: perl
31139            ! t/lib/b-deparse.t
31140 ____________________________________________________________________________
31141 [  9887] By: jhi                                   on 2001/04/27  16:16:33
31142         Log: Buffering issue at least in Solaris (even with perlio).
31143      Branch: perl
31144            ! t/lib/selfstubber.t
31145 ____________________________________________________________________________
31146 [  9886] By: jhi                                   on 2001/04/27  14:59:23
31147         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
31148              From: Robin Houston <robin@kitsite.com>
31149              Date: Fri, 27 Apr 2001 16:53:20 +0100
31150              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
31151      Branch: perl
31152            ! ext/B/B/Deparse.pm
31153 ____________________________________________________________________________
31154 [  9885] By: jhi                                   on 2001/04/27  14:23:51
31155         Log: Update Changes.
31156      Branch: perl
31157            ! Changes patchlevel.h
31158 ____________________________________________________________________________
31159 [  9884] By: jhi                                   on 2001/04/27  14:14:12
31160         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
31161              From: "Philip Newton" <pnewton@gmx.de>
31162              Date: Fri, 27 Apr 2001 16:40:13 +0200
31163              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
31164      Branch: perl
31165            ! pod/perldata.pod
31166 ____________________________________________________________________________
31167 [  9883] By: jhi                                   on 2001/04/27  13:28:19
31168         Log: Add LOG_PERROR; prettify the "removed".
31169      Branch: perl
31170            ! ext/Sys/Syslog/Syslog.xs
31171 ____________________________________________________________________________
31172 [  9882] By: jhi                                   on 2001/04/27  13:13:18
31173         Log: h2xs tweaks: use NV instead of double, "quote" the removed
31174              prefixes for clarity (especially when nothing is removed),
31175              slight pod reformats.
31176      Branch: perl
31177            ! utils/h2xs.PL
31178 ____________________________________________________________________________
31179 [  9881] By: jhi                                   on 2001/04/27  12:58:48
31180         Log: Don't bother creating existing directories.
31181      Branch: perl
31182            ! utils/h2xs.PL
31183 ____________________________________________________________________________
31184 [  9880] By: jhi                                   on 2001/04/27  12:45:39
31185         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
31186              From: Mike Schilli <m@perlmeister.com>
31187              Date: Wed, 25 Apr 2001 01:29:21 -0700
31188              Message-id: <3AE68AE1.6A981723@perlmeister.com>
31189      Branch: perl
31190            ! utils/h2xs.PL
31191 ____________________________________________________________________________
31192 [  9879] By: jhi                                   on 2001/04/27  12:40:55
31193         Log: break is not yet Perl.  Added the template license also to README.
31194      Branch: perl
31195            ! utils/h2xs.PL
31196 ____________________________________________________________________________
31197 [  9878] By: jhi                                   on 2001/04/27  03:08:20
31198         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
31199              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31200              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
31201              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
31202      Branch: perl
31203            ! t/lib/xs-typemap.t
31204 ____________________________________________________________________________
31205 [  9877] By: jhi                                   on 2001/04/26  23:54:40
31206         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
31207              From: "Abigail" <abigail@foad.org>
31208              Date: Fri, 27 Apr 2001 01:44:28 +0200
31209              Message-ID: <20010426234428.19786.qmail@foad.org>
31210      Branch: perl
31211            ! utils/h2xs.PL
31212 ____________________________________________________________________________
31213 [  9876] By: jhi                                   on 2001/04/26  23:52:06
31214         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
31215              From: Peter Prymmer <pvhp@forte.com>
31216              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
31217              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
31218      Branch: perl
31219            ! t/lib/selfstubber.t
31220 ____________________________________________________________________________
31221 [  9875] By: jhi                                   on 2001/04/26  23:48:10
31222         Log: Deparse nits.
31223      Branch: perl
31224            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
31225 ____________________________________________________________________________
31226 [  9874] By: jhi                                   on 2001/04/26  22:46:05
31227         Log: Document ANYOF_CLASS.
31228      Branch: perl
31229            ! regcomp.h
31230 ____________________________________________________________________________
31231 [  9873] By: jhi                                   on 2001/04/26  22:35:03
31232         Log: Subject: Re: [PATCH @9846] dumping ANYOF
31233              From: Hugo <hv@crypt.compulink.co.uk>
31234              Date: Thu, 26 Apr 2001 23:33:38 +0100
31235              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
31236      Branch: perl
31237            ! regcomp.c regcomp.h
31238 ____________________________________________________________________________
31239 [  9872] By: jhi                                   on 2001/04/26  22:34:31
31240         Log: Subject: [PATCH] more for Devel::SelfStubber
31241              From: Nicholas Clark <nick@ccl4.org>
31242              Date: Fri, 27 Apr 2001 00:13:52 +0100
31243              Message-ID: <20010427001351.K88186@plum.flirble.org>
31244      Branch: perl
31245            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
31246 ____________________________________________________________________________
31247 [  9871] By: jhi                                   on 2001/04/26  21:59:17
31248         Log: Subject: [PATCH B::Deparse] formats must be flush left
31249              From: Robin Houston <robin@kitsite.com>
31250              Date: Thu, 26 Apr 2001 23:54:29 +0100
31251              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
31252      Branch: perl
31253            ! ext/B/B/Deparse.pm
31254 ____________________________________________________________________________
31255 [  9870] By: jhi                                   on 2001/04/26  21:57:37
31256         Log: If some of the constants are prefixes of others,
31257              the prefixes may never get recognized.  (See 20010426.006.)
31258      Branch: perl
31259            ! utils/h2xs.PL
31260 ____________________________________________________________________________
31261 [  9869] By: jhi                                   on 2001/04/26  21:50:42
31262         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
31263              From: Chris Bongaarts <cab@tc.umn.edu>
31264              Date: Thu, 26 Apr 2001 17:10:31 -0500
31265              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
31266      Branch: perl
31267            ! ext/Sys/Syslog/Syslog.xs
31268 ____________________________________________________________________________
31269 [  9868] By: jhi                                   on 2001/04/26  21:35:12
31270         Log: Further cuts and more docs from Graham Barr.
31271      Branch: perl
31272            ! ext/List/Util/lib/List/Util.pm
31273            ! ext/List/Util/lib/Scalar/Util.pm
31274 ____________________________________________________________________________
31275 [  9867] By: jhi                                   on 2001/04/26  21:18:57
31276         Log: Subject: [PATCH 5.7.1] DB_File-1.77
31277              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
31278              Date: Thu, 26 Apr 2001 22:37:53 +0100
31279              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
31280      Branch: perl
31281            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31282            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31283 ____________________________________________________________________________
31284 [  9866] By: jhi                                   on 2001/04/26  21:12:31
31285         Log: Subject: [PATCH B::Deparse] fix easy bugs
31286              From: Robin Houston <robin@kitsite.com>
31287              Date: Thu, 26 Apr 2001 23:03:33 +0100
31288              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
31289      Branch: perl
31290            ! ext/B/B/Deparse.pm
31291 ____________________________________________________________________________
31292 [  9865] By: jhi                                   on 2001/04/26  20:26:13
31293         Log: Update Changes.
31294      Branch: perl
31295            ! Changes patchlevel.h
31296 ____________________________________________________________________________
31297 [  9864] By: jhi                                   on 2001/04/26  19:27:48
31298         Log: Dethinko from Robin Houston.
31299      Branch: perl
31300            ! ext/B/B/Deparse.pm
31301 ____________________________________________________________________________
31302 [  9863] By: jhi                                   on 2001/04/26  19:10:35
31303         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
31304              From: Robin Houston <robin@kitsite.com>
31305              Date: Thu, 26 Apr 2001 21:08:32 +0100
31306              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
31307      Branch: perl
31308            ! ext/B/B/Deparse.pm
31309 ____________________________________________________________________________
31310 [  9862] By: jhi                                   on 2001/04/26  19:04:23
31311         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
31312              From: Robin Houston <robin@kitsite.com>
31313              Date: Thu, 26 Apr 2001 20:52:50 +0100
31314              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
31315      Branch: perl
31316            ! ext/B/B/Deparse.pm
31317 ____________________________________________________________________________
31318 [  9861] By: jhi                                   on 2001/04/26  18:56:14
31319         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
31320              From: Mike Guy <mjtg@cam.ac.uk>
31321              Date: Thu, 26 Apr 2001 14:22:40 +0100
31322              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
31323      Branch: perl
31324            ! pod/perlobj.pod
31325 ____________________________________________________________________________
31326 [  9860] By: jhi                                   on 2001/04/26  18:46:42
31327         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
31328              From: Robin Houston <robin@kitsite.com>
31329              Date: Thu, 26 Apr 2001 20:34:29 +0100
31330              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
31331              
31332              Hashes do not interpolate.
31333      Branch: perl
31334            ! ext/B/B/Deparse.pm
31335 ____________________________________________________________________________
31336 [  9859] By: jhi                                   on 2001/04/26  18:43:51
31337         Log: Subject: The Time::Piece conspiracy unmasked!!!
31338              From: Mike Guy <mjtg@cam.ac.uk>
31339              Date: Thu, 26 Apr 2001 19:02:50 +0100
31340              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
31341              
31342              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
31343              From: Mike Guy <mjtg@cam.ac.uk>
31344              Date: Thu, 26 Apr 2001 19:08:21 +0100
31345              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
31346              
31347              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
31348              From: Graham Barr <gbarr@pobox.com>
31349              Date: Thu, 26 Apr 2001 19:12:03 +0100
31350              Message-ID: <20010426191203.A70835@pobox.com>
31351              
31352              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
31353      Branch: perl
31354            ! ext/List/Util/lib/List/Util.pm
31355            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
31356 ____________________________________________________________________________
31357 [  9858] By: jhi                                   on 2001/04/26  18:17:42
31358         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
31359              From: Robin Houston <robin@kitsite.com>
31360              Date: Thu, 26 Apr 2001 16:09:35 +0100
31361              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
31362      Branch: perl
31363            ! t/comp/proto.t
31364 ____________________________________________________________________________
31365 [  9857] By: jhi                                   on 2001/04/26  18:04:59
31366         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
31367              From: barries <barries@slaysys.com>
31368              Date: Thu, 26 Apr 2001 12:01:10 -0400
31369              Message-ID: <20010426120110.E29698@jester.slaysys.com>
31370      Branch: perl
31371            ! pod/perldiag.pod
31372 ____________________________________________________________________________
31373 [  9856] By: jhi                                   on 2001/04/26  18:03:33
31374         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
31375              Date: Thu, 26 Apr 2001 17:13:41 +0100
31376              From: Robin Houston <robin@kitsite.com>
31377              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
31378              
31379              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
31380              From: Robin Houston <robin@kitsite.com>
31381              Date: Thu, 26 Apr 2001 18:44:29 +0100
31382              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
31383      Branch: perl
31384            ! ext/B/B/Deparse.pm
31385 ____________________________________________________________________________
31386 [  9855] By: jhi                                   on 2001/04/26  17:56:04
31387         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
31388              From: Robin Houston <robin@kitsite.com>
31389              Date: Thu, 26 Apr 2001 17:04:08 +0100
31390              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
31391      Branch: perl
31392            ! ext/B/B/Deparse.pm
31393 ____________________________________________________________________________
31394 [  9854] By: jhi                                   on 2001/04/26  17:47:26
31395         Log: Subject: Re: Short test case for undef %stash:: crash
31396              From: Benjamin Sugars <bsugars@canoe.ca> 
31397              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
31398              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
31399              Changed and moved the perldiag entry.
31400      Branch: perl
31401            ! gv.c pod/perldiag.pod
31402 ____________________________________________________________________________
31403 [  9853] By: jhi                                   on 2001/04/26  14:35:16
31404         Log: Beginnings of strptime().  Do not touch the wet paint.
31405      Branch: perl
31406            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
31407 ____________________________________________________________________________
31408 [  9852] By: jhi                                   on 2001/04/26  13:17:21
31409         Log: Retract #9851, core dumps from pod2man.
31410      Branch: perl
31411            ! regcomp.c
31412 ____________________________________________________________________________
31413 [  9851] By: jhi                                   on 2001/04/26  11:54:41
31414         Log: (Retracted by #9852.)
31415              
31416              Subject: [PATCH @9846] dumping ANYOF
31417              From: Hugo <hv@crypt.compulink.co.uk>
31418              Date: Thu, 26 Apr 2001 05:32:38 +0100
31419              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
31420      Branch: perl
31421            ! regcomp.c
31422 ____________________________________________________________________________
31423 [  9850] By: jhi                                   on 2001/04/26  02:34:44
31424         Log: If ccflags was empty the _previous_ $* containing all the
31425              environment variables and Configure variables was used,
31426              which lead, among other bad things, into $ccflags being your
31427              uname -a output, which lead into test compile with cc failing,
31428              which lead into gcc being selected, which didn't work that well
31429              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
31430              with large files, et cetera.
31431      Branch: perl
31432            ! hints/hpux.sh
31433 ____________________________________________________________________________
31434 [  9849] By: jhi                                   on 2001/04/26  01:44:57
31435         Log: Make selfstubber test more portable.
31436      Branch: perl
31437            ! t/lib/selfstubber.t
31438 ____________________________________________________________________________
31439 [  9848] By: jhi                                   on 2001/04/26  00:50:26
31440         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
31441              From: Benjamin Sugars <ben.sugars@home.com>
31442              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
31443              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
31444      Branch: perl
31445            ! ext/Cwd/Cwd.xs
31446 ____________________________________________________________________________
31447 [  9847] By: jhi                                   on 2001/04/26  00:46:58
31448         Log: Subject: [PATCH: perl@9841] VMS updates
31449              From: Peter Prymmer <pvhp@forte.com>
31450              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
31451              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
31452      Branch: perl
31453            ! README.vms configure.com vms/descrip_mms.template
31454            ! vms/ext/filespec.t
31455 ____________________________________________________________________________
31456 [  9846] By: jhi                                   on 2001/04/26  00:11:56
31457         Log: re 'debug' was broken by #9084.
31458      Branch: perl
31459            ! ext/re/re.xs
31460 ____________________________________________________________________________
31461 [  9845] By: jhi                                   on 2001/04/25  22:33:17
31462         Log: Subject: [PATCH] test for Devel::SelfStubber
31463              From: Nicholas Clark <nick@ccl4.org>
31464              Date: Thu, 26 Apr 2001 00:00:54 +0100
31465              Message-ID: <20010426000054.D89026@plum.flirble.org>
31466      Branch: perl
31467            + t/lib/selfstubber.t
31468            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
31469 ____________________________________________________________________________
31470 [  9844] By: jhi                                   on 2001/04/25  22:29:32
31471         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
31472              From: Paul Johnson <paul@pjcj.net>
31473              Date: Thu, 26 Apr 2001 00:46:08 +0200
31474              Message-ID: <20010426004608.H2338@pjcj.net>
31475      Branch: perl
31476            ! ext/B/B/Concise.pm
31477 ____________________________________________________________________________
31478 [  9843] By: jhi                                   on 2001/04/25  22:28:28
31479         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
31480              From: Peter Prymmer <pvhp@forte.com>
31481              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
31482              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
31483      Branch: perl
31484            ! ext/Cwd/Cwd.xs
31485 ____________________________________________________________________________
31486 [  9842] By: jhi                                   on 2001/04/25  20:58:12
31487         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
31488              From: John Peacock <jpeacock@rowman.com>
31489              Date: Wed, 25 Apr 2001 17:30:26 -0400
31490              Message-ID: <3AE741F2.B3217464@rowman.com>
31491      Branch: perl
31492            ! lib/Math/BigInt.pm t/lib/bigintpm.t
31493 ____________________________________________________________________________
31494 [  9841] By: jhi                                   on 2001/04/25  20:07:05
31495         Log: Update Changes.
31496      Branch: perl
31497            ! Changes patchlevel.h
31498 ____________________________________________________________________________
31499 [  9840] By: jhi                                   on 2001/04/25  19:56:51
31500         Log: Yet another HP-UX hints version from Merijn.
31501      Branch: perl
31502            ! hints/hpux.sh
31503 ____________________________________________________________________________
31504 [  9839] By: jhi                                   on 2001/04/25  19:53:04
31505         Log: abs_path() didn't terminate the filename correctly,
31506              in DIRNAMLENless systems like HP-UX this would fail.
31507      Branch: perl
31508            ! ext/Cwd/Cwd.xs
31509 ____________________________________________________________________________
31510 [  9838] By: jhi                                   on 2001/04/25  16:37:26
31511         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
31512              From: Mike Guy <mjtg@cam.ac.uk>
31513              Date: Wed, 25 Apr 2001 18:31:47 +0100
31514              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
31515      Branch: perl
31516            ! op.c
31517 ____________________________________________________________________________
31518 [  9837] By: jhi                                   on 2001/04/25  16:21:53
31519         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
31520              From: Jon Eveland <jweveland@yahoo.com>
31521              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
31522              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
31523      Branch: perl
31524            ! lib/perl5db.pl
31525 ____________________________________________________________________________
31526 [  9836] By: jhi                                   on 2001/04/25  14:17:50
31527         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
31528              From: "Philip Newton" <pnewton@gmx.de>
31529              Date: Wed, 25 Apr 2001 17:05:58 +0200
31530              Message-ID: <3AE703F6.3234.1833C45@localhost>
31531      Branch: perl
31532            ! Porting/patching.pod
31533 ____________________________________________________________________________
31534 [  9835] By: jhi                                   on 2001/04/25  13:58:07
31535         Log: It would seem that both ar and full_ar need to be overridden
31536              for HP-UX to avoid the GNU ar.
31537      Branch: perl
31538            ! hints/hpux.sh
31539 ____________________________________________________________________________
31540 [  9834] By: jhi                                   on 2001/04/25  13:50:40
31541         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
31542              From: "Philip Newton" <pnewton@gmx.de>
31543              Date: Wed, 25 Apr 2001 16:09:23 +0200
31544              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
31545              
31546              Detypo.
31547      Branch: perl
31548            ! t/op/misc.t
31549 ____________________________________________________________________________
31550 [  9833] By: jhi                                   on 2001/04/25  12:36:11
31551         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
31552      Branch: perl
31553            ! hints/hpux.sh
31554 ____________________________________________________________________________
31555 [  9832] By: jhi                                   on 2001/04/25  12:33:36
31556         Log: New version of HP-UX hints from Merijn.
31557      Branch: perl
31558            ! hints/hpux.sh
31559 ____________________________________________________________________________
31560 [  9831] By: jhi                                   on 2001/04/25  03:39:45
31561         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
31562      Branch: perl
31563            ! hints/hpux.sh
31564 ____________________________________________________________________________
31565 [  9830] By: jhi                                   on 2001/04/25  02:53:25
31566         Log: The tzname[] bit is not needed by util.c -- and causes
31567              heartburn in VMS (and it missing was probably the cause of
31568              the Mac OS X trouble).  Ouch.
31569      Branch: perl
31570            ! ext/POSIX/POSIX.xs util.c
31571 ____________________________________________________________________________
31572 [  9829] By: jhi                                   on 2001/04/25  00:10:06
31573         Log: Metaconfig unit change for #9828.
31574      Branch: metaconfig
31575            ! U/compline/ccflags.U
31576 ____________________________________________________________________________
31577 [  9828] By: jhi                                   on 2001/04/25  00:04:18
31578         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
31579              (which is actually the reason for the change, we need to pass
31580              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
31581              EP/IX, OS/2, and TitanOS, based on the hints files.
31582      Branch: perl
31583            ! Configure config_h.SH
31584 ____________________________________________________________________________
31585 [  9827] By: jhi                                   on 2001/04/24  23:49:20
31586         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
31587              the $cat must have an absolute path.
31588      Branch: perl
31589            ! makedepend.SH
31590 ____________________________________________________________________________
31591 [  9826] By: jhi                                   on 2001/04/24  23:40:53
31592         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
31593      Branch: perl
31594            ! README.amiga
31595 ____________________________________________________________________________
31596 [  9825] By: jhi                                   on 2001/04/24  23:35:35
31597         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
31598              From: "Philip Newton" <pnewton@gmx.de>
31599              Date: Tue, 24 Apr 2001 18:52:49 +0200
31600              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
31601      Branch: perl
31602            ! x2p/find2perl.PL
31603 ____________________________________________________________________________
31604 [  9824] By: jhi                                   on 2001/04/24  23:33:07
31605         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
31606              Some gcc specifics dropped out due to extensive rewriting;
31607              will be put back later as needed.
31608      Branch: perl
31609            ! hints/hpux.sh
31610 ____________________________________________________________________________
31611 [  9823] By: jhi                                   on 2001/04/24  23:27:57
31612         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
31613      Branch: perl
31614            ! ext/POSIX/POSIX.xs
31615 ____________________________________________________________________________
31616 [  9822] By: jhi                                   on 2001/04/24  23:25:21
31617         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
31618              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31619              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
31620              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
31621      Branch: perl
31622            ! ext/XS/Typemap/Typemap.xs
31623 ____________________________________________________________________________
31624 [  9821] By: jhi                                   on 2001/04/24  23:24:10
31625         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
31626              From: "Abigail" <abigail@foad.org>
31627              Date: Tue, 24 Apr 2001 23:12:03 +0200
31628              Message-ID: <20010424211203.7901.qmail@foad.org>
31629      Branch: perl
31630            ! pod/perlport.pod
31631 ____________________________________________________________________________
31632 [  9820] By: jhi                                   on 2001/04/24  23:23:15
31633         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
31634              From: Matt Sergeant <matt@sergeant.org>
31635              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
31636              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
31637      Branch: perl
31638            ! pod/perlfaq4.pod
31639 ____________________________________________________________________________
31640 [  9819] By: nick                                  on 2001/04/24  18:49:43
31641         Log: Integrate mainline.
31642      Branch: perlio
31643           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
31644           !> (integrate 37 files)
31645 ____________________________________________________________________________
31646 [  9818] By: jhi                                   on 2001/04/24  14:35:23
31647         Log: Update Changes.
31648      Branch: perl
31649            ! Changes patchlevel.h
31650 ____________________________________________________________________________
31651 [  9817] By: jhi                                   on 2001/04/24  14:09:17
31652         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
31653              From: "Philip Newton" <pnewton@gmx.de>
31654              Date: Tue, 24 Apr 2001 12:58:12 +0200
31655              Message-ID: <3AE57864.8304.B77A0A@localhost> 
31656              
31657              plus add CPAN to the list of modules that have their own tests.
31658      Branch: perl
31659            ! t/lib/1_compile.t
31660 ____________________________________________________________________________
31661 [  9816] By: jhi                                   on 2001/04/24  14:07:03
31662         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
31663              From: Michael G Schwern <schwern@pobox.com>
31664              Date: Sat, 21 Apr 2001 22:35:00 +0100
31665              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
31666      Branch: perl
31667            ! t/lib/1_compile.t
31668 ____________________________________________________________________________
31669 [  9815] By: jhi                                   on 2001/04/24  13:54:32
31670         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
31671              From: Robin Houston <robin@kitsite.com>
31672              Date: Tue, 24 Apr 2001 15:51:18 +0100
31673              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
31674      Branch: perl
31675            ! ext/B/B/Deparse.pm
31676 ____________________________________________________________________________
31677 [  9814] By: jhi                                   on 2001/04/24  13:17:34
31678         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31679              From: Bill Glicker <billg@burrelles.com>
31680              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
31681              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
31682      Branch: perl
31683            ! hints/svr5.sh
31684 ____________________________________________________________________________
31685 [  9813] By: jhi                                   on 2001/04/24  12:54:23
31686         Log: Prevent path disclosure (probing for existence of filenames)
31687              using suidperl; bug id 20010322.218.
31688      Branch: perl
31689            ! perl.c pod/perldiag.pod
31690 ____________________________________________________________________________
31691 [  9812] By: jhi                                   on 2001/04/24  12:08:36
31692         Log: Retract #9811.
31693      Branch: perl
31694            ! ext/POSIX/POSIX.xs
31695 ____________________________________________________________________________
31696 [  9811] By: jhi                                   on 2001/04/24  11:57:35
31697         Log: (Retracted by #9812.)
31698      Branch: perl
31699            ! ext/POSIX/POSIX.xs
31700 ____________________________________________________________________________
31701 [  9810] By: jhi                                   on 2001/04/24  03:32:35
31702         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
31703      Branch: perl
31704            ! util.c
31705 ____________________________________________________________________________
31706 [  9809] By: jhi                                   on 2001/04/24  03:16:13
31707         Log: The Math::BigFloat::import() was broken.
31708              (Fixes bug id 20010422.002.)
31709      Branch: perl
31710            ! lib/Math/BigFloat.pm
31711 ____________________________________________________________________________
31712 [  9808] By: jhi                                   on 2001/04/24  01:11:40
31713         Log: Additional dependencies; should help for parallel makes
31714              not to fail on missing lib/lib.pm or lib/re.pm.
31715      Branch: perl
31716            ! Makefile.SH
31717 ____________________________________________________________________________
31718 [  9807] By: jhi                                   on 2001/04/24  00:57:01
31719         Log: Update the test failure disclaimer.
31720      Branch: perl
31721            ! t/pragma/warn/pp_hot
31722 ____________________________________________________________________________
31723 [  9806] By: jhi                                   on 2001/04/24  00:54:04
31724         Log: Add make target "install-all" which is alias for "install"
31725              to cater for case-preserving filesystems like HFS+.
31726      Branch: perl
31727            ! INSTALL Makefile.SH
31728 ____________________________________________________________________________
31729 [  9805] By: jhi                                   on 2001/04/24  00:47:28
31730         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
31731              From: Peter Prymmer <pvhp@forte.com>
31732              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
31733              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
31734              
31735              (Ken William's message forwarded from macosx@perl.org)
31736      Branch: perl
31737            ! hints/darwin.sh
31738 ____________________________________________________________________________
31739 [  9804] By: jhi                                   on 2001/04/23  23:57:35
31740         Log: Cut-and-pasto.
31741      Branch: perl
31742            ! perlio.c
31743 ____________________________________________________________________________
31744 [  9803] By: jhi                                   on 2001/04/23  23:52:25
31745         Log: More PerlIO robustness.
31746      Branch: perl
31747            ! perlio.c
31748 ____________________________________________________________________________
31749 [  9802] By: jhi                                   on 2001/04/23  23:43:35
31750         Log: Make the "STD* opened only for ..." errors more consistent.
31751      Branch: perl
31752            ! doio.c
31753 ____________________________________________________________________________
31754 [  9801] By: jhi                                   on 2001/04/23  23:34:26
31755         Log: Test case for #9800.
31756      Branch: perl
31757            ! t/op/misc.t
31758 ____________________________________________________________________________
31759 [  9800] By: jhi                                   on 2001/04/23  23:14:43
31760         Log: Avoid coredump on 'close STDERR; die' by making
31761              the PerlIO calls more robust.  Also use SETERRNO()
31762              instead of errno = to be more VMS-ready.
31763      Branch: perl
31764            ! perlio.c
31765 ____________________________________________________________________________
31766 [  9799] By: jhi                                   on 2001/04/23  21:41:10
31767         Log: Subject: test for ID 20010423.002
31768              From: Robin Houston <robin@kitsite.com>
31769              Date: Mon, 23 Apr 2001 16:52:21 +0100
31770              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
31771      Branch: perl
31772            ! t/op/avhv.t
31773 ____________________________________________________________________________
31774 [  9798] By: jhi                                   on 2001/04/23  21:40:07
31775         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
31776              From: David Dyck <dcd@tc.fluke.com>
31777              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
31778              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
31779      Branch: perl
31780            ! installperl
31781 ____________________________________________________________________________
31782 [  9797] By: jhi                                   on 2001/04/23  21:37:56
31783         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
31784              From: Benjamin Sugars <bsugars@canoe.ca>
31785              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
31786              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
31787      Branch: perl
31788            ! ext/Cwd/Cwd.xs lib/Cwd.pm
31789 ____________________________________________________________________________
31790 [  9796] By: jhi                                   on 2001/04/23  21:29:24
31791         Log: Synchronize h2xs and pod2man some more on the documentation
31792              templates they propose.
31793      Branch: perl
31794            ! pod/pod2man.PL utils/h2xs.PL
31795 ____________________________________________________________________________
31796 [  9795] By: jhi                                   on 2001/04/23  17:30:40
31797         Log: Add one more naughty test for base64; make encoding logic cleaner.
31798      Branch: perl
31799            ! t/lib/mimeb64.t
31800 ____________________________________________________________________________
31801 [  9794] By: jhi                                   on 2001/04/23  13:51:32
31802         Log: Update Changes.
31803      Branch: perl
31804            ! Changes patchlevel.h
31805 ____________________________________________________________________________
31806 [  9793] By: jhi                                   on 2001/04/23  13:44:18
31807         Log: Duplicate lines.
31808      Branch: perl
31809            ! MANIFEST
31810 ____________________________________________________________________________
31811 [  9792] By: jhi                                   on 2001/04/23  13:39:13
31812         Log: Subject: Re: PATCH 5.7.1
31813              From: Mark-Jason Dominus <mjd@plover.com>
31814              Date: Mon, 23 Apr 2001 10:30:21 -0400
31815              Message-ID: <20010423143021.17335.qmail@plover.com>
31816      Branch: perl
31817            ! perl.h sv.c
31818 ____________________________________________________________________________
31819 [  9791] By: jhi                                   on 2001/04/23  13:32:40
31820         Log: Add the CPAN.pm 1.59_54 tests.
31821      Branch: perl
31822            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
31823            ! MANIFEST
31824 ____________________________________________________________________________
31825 [  9790] By: jhi                                   on 2001/04/23  13:21:55
31826         Log: Subject: Deparse nit
31827              From: Robin Houston <robin@kitsite.com>
31828              Date: Mon, 23 Apr 2001 12:38:20 +0100
31829              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
31830      Branch: perl
31831            ! ext/B/B/Deparse.pm
31832 ____________________________________________________________________________
31833 [  9789] By: jhi                                   on 2001/04/23  13:19:07
31834         Log: Subject: [PATCH] bug 20010423.002
31835              From: Robin Houston <robin@kitsite.com>
31836              Date: Mon, 23 Apr 2001 13:12:30 +0100
31837              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
31838      Branch: perl
31839            ! pp.c
31840 ____________________________________________________________________________
31841 [  9788] By: jhi                                   on 2001/04/23  13:02:49
31842         Log: Subject: PATCH [5.7.1] hv.c unused #define
31843              From: Mark-Jason Dominus <mjd@plover.com>
31844              Date: Sun, 22 Apr 2001 14:17:49 -0400
31845              Message-ID: <20010422181749.26976.qmail@plover.com>
31846      Branch: perl
31847            ! hv.c
31848 ____________________________________________________________________________
31849 [  9787] By: jhi                                   on 2001/04/23  13:02:02
31850         Log: Subject: PATCH 5.7.1
31851              From: Mark-Jason Dominus <mjd@plover.com>
31852              Date: Sun, 22 Apr 2001 15:12:57 -0400
31853              Message-ID: <20010422191258.6539.qmail@plover.com>
31854              
31855              plus Sarathy's STMT_START + STMT_END suggestion.
31856      Branch: perl
31857            ! perl.h
31858 ____________________________________________________________________________
31859 [  9786] By: jhi                                   on 2001/04/23  12:53:25
31860         Log: Fix for
31861              
31862              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
31863              From: dLux <dlux@spam.sch.bme.hu>
31864              Date: Mon, 23 Apr 2001 01:25:26 +0200
31865              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
31866              
31867              (SvGROW really does return a char *.)
31868      Branch: perl
31869            ! pod/perlapi.pod sv.h
31870 ____________________________________________________________________________
31871 [  9785] By: jhi                                   on 2001/04/23  04:34:04
31872         Log: Time::Piece work continues.  $t->day removed since
31873              I think it's too confusing.  Now has normal and
31874              abbreviated length weekday names and month names,
31875              the names change with _names(), not _list().
31876              Now has strftime() in Perl, _strftime() is
31877              the libc version (to which strftime() falls back
31878              if it doesn't know the format.  To do: the reverse
31879              of strftime, strptime(), and the localisation of both.
31880      Branch: perl
31881            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
31882            ! t/lib/time-piece.t
31883 ____________________________________________________________________________
31884 [  9784] By: jhi                                   on 2001/04/23  02:41:46
31885         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
31886              From: andreas.koenig@anima.de (Andreas J. Koenig)
31887              Date: 23 Apr 2001 05:20:55 +0200
31888              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
31889      Branch: perl
31890            ! t/pragma/overload.t
31891 ____________________________________________________________________________
31892 [  9783] By: jhi                                   on 2001/04/22  23:32:42
31893         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
31894              From: Robin Houston <robin@kitsite.com>
31895              Date: Mon, 23 Apr 2001 00:38:18 +0100
31896              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
31897      Branch: perl
31898            ! ext/B/B/Deparse.pm
31899 ____________________________________________________________________________
31900 [  9782] By: jhi                                   on 2001/04/22  20:55:43
31901         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
31902              From: Simon Cozens <simon@netthink.co.uk>
31903              Date: Sun, 22 Apr 2001 18:47:25 +0100
31904              Message-ID: <20010422184725.A14411@netthink.co.uk>
31905      Branch: perl
31906            ! sv.c t/pragma/overload.t
31907 ____________________________________________________________________________
31908 [  9781] By: jhi                                   on 2001/04/22  20:52:13
31909         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
31910              From: Robin Houston <robin@kitsite.com>
31911              Date: Sun, 22 Apr 2001 22:14:50 +0100
31912              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
31913      Branch: perl
31914            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31915 ____________________________________________________________________________
31916 [  9780] By: nick                                  on 2001/04/22  20:40:31
31917         Log: Integrate mainline.
31918      Branch: perlio
31919           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31920           +> t/lib/b-stash.t
31921           !> (integrate 38 files)
31922 ____________________________________________________________________________
31923 [  9779] By: jhi                                   on 2001/04/22  15:16:03
31924         Log: Subject: IO::Socket::INET patch
31925              From: andrew deryabin <djsf@technarchy.ru>
31926              Date: Sat, 21 Apr 2001 17:46:52 +0400
31927              Message-ID: <20010421174652.B1426@technarchy>
31928      Branch: perl
31929            ! ext/IO/lib/IO/Socket/INET.pm
31930 ____________________________________________________________________________
31931 [  9778] By: jhi                                   on 2001/04/22  15:14:33
31932         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
31933              From: Mark-Jason Dominus <mjd@plover.com>
31934              Date: Sat, 21 Apr 2001 21:27:49 -0400
31935              Message-ID: <20010422012749.27024.qmail@plover.com>
31936      Branch: perl
31937            ! regcomp.c
31938 ____________________________________________________________________________
31939 [  9777] By: jhi                                   on 2001/04/22  15:10:51
31940         Log: Subject: Re: Regex debugger patch 
31941              From: Mark-Jason Dominus <mjd@plover.com>
31942              Date: Sat, 21 Apr 2001 21:48:51 -0400
31943              Message-ID: <20010422014851.27165.qmail@plover.com>
31944      Branch: perl
31945            ! pod/perldebguts.pod
31946 ____________________________________________________________________________
31947 [  9776] By: jhi                                   on 2001/04/22  15:09:48
31948         Log: Subject: Re: Regex debugger patch
31949              From: Mark-Jason Dominus <mjd@plover.com>
31950              Date: Sat, 21 Apr 2001 14:24:39 -0400
31951              Message-ID: <20010421182439.16508.qmail@plover.com>
31952              
31953              Regex debugger backend.
31954      Branch: perl
31955            ! regcomp.c regexp.h
31956 ____________________________________________________________________________
31957 [  9775] By: jhi                                   on 2001/04/21  16:45:40
31958         Log: Subject: [PATCH] Typo in utf8.h
31959              From: Jesús Quiroga <jquiroga@pobox.com>
31960              Date: Sat, 21 Apr 2001 19:25:33 +0200
31961              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
31962      Branch: perl
31963            ! utf8.h
31964 ____________________________________________________________________________
31965 [  9774] By: jhi                                   on 2001/04/21  16:43:52
31966         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31967              From: Joe Orton <jorton@redhat.com>
31968              Date: Tue, 17 Apr 2001 15:50:43 +0100
31969              Message-Id: <20010417155043.D19132@eu.c2.net>
31970      Branch: perl
31971            ! hints/svr5.sh
31972 ____________________________________________________________________________
31973 [  9773] By: jhi                                   on 2001/04/21  15:30:15
31974         Log: Subject: Patch utils/h2xs.PL
31975              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31976              Date: Sat, 21 Apr 2001 10:32:16 -0500
31977              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
31978              
31979              Add MAILING list and LICENSE templates.
31980      Branch: perl
31981            ! utils/h2xs.PL
31982 ____________________________________________________________________________
31983 [  9772] By: jhi                                   on 2001/04/21  15:28:36
31984         Log: Subject: perlfaq2.patch for 5.7.1
31985              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31986              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
31987              Date: Fri, 20 Apr 2001 16:42:19 -0500
31988              
31989              rm an extra tab, a blurb about the xx.cpan to clarify
31990              which countries actually have that and dejanews is history
31991              as well as most of that nonsensical entry.
31992      Branch: perl
31993            ! pod/perlfaq2.pod
31994 ____________________________________________________________________________
31995 [  9771] By: jhi                                   on 2001/04/21  15:27:17
31996         Log: Subject: perlfaq1.patch for 5.7.1
31997              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31998              Date: Fri, 20 Apr 2001 16:57:36 -0500
31999              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
32000              
32001              Evil URLs must die. Especially when they are broken.
32002      Branch: perl
32003            ! pod/perlfaq1.pod
32004 ____________________________________________________________________________
32005 [  9770] By: jhi                                   on 2001/04/21  15:23:38
32006         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
32007              From: Michael G Schwern <schwern@pobox.com>
32008              Date: Sat, 21 Apr 2001 16:11:12 +0100
32009              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
32010      Branch: perl
32011            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
32012            + t/lib/b-stash.t
32013            ! MANIFEST ext/B/B.pm t/lib/b.t
32014 ____________________________________________________________________________
32015 [  9769] By: jhi                                   on 2001/04/21  15:03:32
32016         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
32017              From: Michael G Schwern <schwern@pobox.com>
32018              Date: Sat, 21 Apr 2001 09:48:00 +0100
32019              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
32020      Branch: perl
32021            ! utils/h2ph.PL
32022 ____________________________________________________________________________
32023 [  9768] By: jhi                                   on 2001/04/21  14:33:49
32024         Log: PerlIO and Encode doc cleanup and tweaks.
32025      Branch: perl
32026            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
32027            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
32028 ____________________________________________________________________________
32029 [  9767] By: jhi                                   on 2001/04/21  12:40:16
32030         Log: Integrate perlio.
32031      Branch: perl
32032           !> doio.c
32033 ____________________________________________________________________________
32034 [  9766] By: nick                                  on 2001/04/20  18:28:35
32035         Log: Avoid core dump on
32036              open(STDOUT,">",\$foo);
32037      Branch: perlio
32038            ! doio.c
32039 ____________________________________________________________________________
32040 [  9765] By: jhi                                   on 2001/04/20  13:23:43
32041         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
32042              From: Robin Houston <robin@kitsite.com>
32043              Date: Fri, 20 Apr 2001 14:29:22 +0100
32044              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
32045      Branch: perl
32046            ! ext/B/B.pm ext/B/B/Deparse.pm
32047 ____________________________________________________________________________
32048 [  9764] By: jhi                                   on 2001/04/20  13:19:33
32049         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
32050              From: Peter Prymmer <pvhp@forte.com>
32051              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
32052              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
32053      Branch: perl
32054            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
32055            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
32056            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
32057            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
32058 ____________________________________________________________________________
32059 [  9763] By: jhi                                   on 2001/04/20  12:36:39
32060         Log: Subject: Re: A new PerlIO coredump
32061              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32062              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
32063              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
32064      Branch: perl
32065            ! doio.c
32066 ____________________________________________________________________________
32067 [  9762] By: jhi                                   on 2001/04/19  23:02:30
32068         Log: Update Changes.
32069      Branch: perl
32070            ! Changes patchlevel.h
32071 ____________________________________________________________________________
32072 [  9761] By: jhi                                   on 2001/04/19  22:59:19
32073         Log: More cleanup cleanup.
32074      Branch: perl
32075            ! Makefile.SH win32/Makefile win32/makefile.mk
32076 ____________________________________________________________________________
32077 [  9760] By: jhi                                   on 2001/04/19  22:50:31
32078         Log: lib/Time is non-empty, let's not rmdir it.
32079      Branch: perl
32080            ! Makefile.SH
32081 ____________________________________________________________________________
32082 [  9759] By: jhi                                   on 2001/04/19  22:36:51
32083         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
32084              From: Robin Houston <robin@kitsite.com>
32085              Date: Fri, 20 Apr 2001 00:18:53 +0100
32086              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
32087      Branch: perl
32088            ! ext/B/B/Deparse.pm
32089 ____________________________________________________________________________
32090 [  9758] By: jhi                                   on 2001/04/19  22:36:00
32091         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
32092              From: Peter Prymmer <pvhp@forte.com>
32093              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
32094              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
32095      Branch: perl
32096            ! ext/Cwd/Cwd.xs
32097 ____________________________________________________________________________
32098 [  9757] By: nick                                  on 2001/04/19  18:53:54
32099         Log: Blind (untested) integrate of mainline.
32100      Branch: perlio
32101           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
32102           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
32103           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
32104           !> (integrate 53 files)
32105 ____________________________________________________________________________
32106 [  9756] By: jhi                                   on 2001/04/19  16:59:23
32107         Log: Document and test Time::Piece.
32108      Branch: perl
32109            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
32110            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
32111 ____________________________________________________________________________
32112 [  9755] By: jhi                                   on 2001/04/19  12:13:29
32113         Log: A better fix for the \x{12345678} trouble from NI-S.
32114      Branch: perl
32115            ! utf8.c
32116 ____________________________________________________________________________
32117 [  9754] By: jhi                                   on 2001/04/19  11:56:07
32118         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
32119              From: Robin Houston <robin@kitsite.com>
32120              Date: Wed, 18 Apr 2001 17:58:33 +0100
32121              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
32122      Branch: perl
32123            ! ext/B/B/Deparse.pm op.c
32124 ____________________________________________________________________________
32125 [  9753] By: jhi                                   on 2001/04/19  04:21:52
32126         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
32127              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
32128              Date: Thu, 19 Apr 2001 01:11:41 -0400
32129              Message-ID: <20010419011141.A5798@cpan.org>
32130      Branch: perl
32131            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
32132 ____________________________________________________________________________
32133 [  9752] By: jhi                                   on 2001/04/19  02:41:10
32134         Log: The new time utils need to be thread-aware, too.
32135      Branch: perl
32136            ! util.c
32137 ____________________________________________________________________________
32138 [  9751] By: jhi                                   on 2001/04/19  02:26:47
32139         Log: Compilation nit noticed by AIX compiler.
32140      Branch: perl
32141            ! perlio.c
32142 ____________________________________________________________________________
32143 [  9750] By: jhi                                   on 2001/04/19  02:20:06
32144         Log: The new time utils need to be public.
32145      Branch: perl
32146            ! embed.pl
32147 ____________________________________________________________________________
32148 [  9749] By: jhi                                   on 2001/04/19  01:42:39
32149         Log: Regen toc.
32150      Branch: perl
32151            ! pod/perltoc.pod
32152 ____________________________________________________________________________
32153 [  9748] By: jhi                                   on 2001/04/19  01:41:10
32154         Log: Add Time::Piece, a slight rewrite of Time::Object,
32155              from Matt Sergeant.
32156      Branch: perl
32157            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
32158            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
32159            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
32160            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
32161            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
32162            ! win32/makefile.mk
32163 ____________________________________________________________________________
32164 [  9747] By: jhi                                   on 2001/04/19  00:55:35
32165         Log: The new metaconfig unit from strftime.
32166      Branch: metaconfig/U/perl
32167            + d_strftime.U
32168 ____________________________________________________________________________
32169 [  9746] By: jhi                                   on 2001/04/19  00:54:54
32170         Log: Move the strftime() wrapper from POSIX.xs to util.c
32171              as my_strftime(), requires HAS_STRFTIME.
32172      Branch: perl
32173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32174            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
32175            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
32176            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32177            ! vos/config.ga.h win32/config.bc win32/config.gc
32178            ! win32/config.vc
32179 ____________________________________________________________________________
32180 [  9745] By: jhi                                   on 2001/04/18  23:11:03
32181         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
32182              in preparation of Time::Piece.
32183      Branch: perl
32184            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
32185 ____________________________________________________________________________
32186 [  9744] By: jhi                                   on 2001/04/18  22:33:12
32187         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
32188              From: Peter Prymmer <pvhp@forte.com>
32189              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
32190              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
32191      Branch: perl
32192            ! t/lib/exporter.t
32193 ____________________________________________________________________________
32194 [  9743] By: jhi                                   on 2001/04/18  22:32:23
32195         Log: Subject: Fwd: pod2html leaves cache files lying around?
32196              From: Rajesh Vaidheeswarran <rv@gnu.org>
32197              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
32198              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
32199      Branch: perl
32200            ! lib/Pod/Html.pm
32201 ____________________________________________________________________________
32202 [  9742] By: jhi                                   on 2001/04/18  20:31:49
32203         Log: Update Changes.
32204      Branch: perl
32205            ! Changes patchlevel.h
32206 ____________________________________________________________________________
32207 [  9741] By: jhi                                   on 2001/04/18  20:23:02
32208         Log: Declare hints only if needed.
32209      Branch: perl
32210            ! ext/B/B/Deparse.pm
32211 ____________________________________________________________________________
32212 [  9740] By: jhi                                   on 2001/04/18  19:06:05
32213         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
32214              bug noticed by Robin Houston; basically the code of detecting
32215              value wraparound was acting differently under different compilers
32216              and platforms.  The workaround is to remove the overflow check
32217              for now, a real fix would be to do the overflow (portably) right.
32218      Branch: perl
32219            ! t/op/pat.t utf8.c
32220 ____________________________________________________________________________
32221 [  9739] By: jhi                                   on 2001/04/18  19:01:23
32222         Log: Subject: [PATCH B::Deparse] some pragma support
32223              From: Robin Houston <robin@kitsite.com>
32224              Date: Wed, 18 Apr 2001 19:32:12 +0100
32225              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
32226      Branch: perl
32227            ! ext/B/B/Deparse.pm
32228 ____________________________________________________________________________
32229 [  9738] By: jhi                                   on 2001/04/18  15:16:37
32230         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
32231              From: Benjamin Sugars <bsugars@canoe.ca>
32232              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
32233              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
32234      Branch: perl
32235            ! t/op/glob.t
32236 ____________________________________________________________________________
32237 [  9737] By: jhi                                   on 2001/04/18  13:24:50
32238         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
32239              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32240              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
32241              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
32242      Branch: perl
32243            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
32244            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
32245 ____________________________________________________________________________
32246 [  9736] By: jhi                                   on 2001/04/18  04:15:14
32247         Log: The #9735 also changes the subtest 12.
32248      Branch: perl
32249            ! t/lib/b.t
32250 ____________________________________________________________________________
32251 [  9735] By: jhi                                   on 2001/04/18  03:55:17
32252         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
32253              From: David Dyck <dcd@tc.fluke.com>
32254              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
32255              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
32256      Branch: perl
32257            ! ext/B/B/Deparse.pm
32258 ____________________________________________________________________________
32259 [  9734] By: jhi                                   on 2001/04/18  03:54:11
32260         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
32261              From: Gisle Aas <gisle@ActiveState.com>
32262              Date: 17 Apr 2001 19:06:45 -0700
32263              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
32264      Branch: perl
32265            ! pp_hot.c t/op/misc.t
32266 ____________________________________________________________________________
32267 [  9733] By: jhi                                   on 2001/04/17  22:25:22
32268         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
32269              From: "Abigail" <abigail@foad.org>
32270              Date: Wed, 18 Apr 2001 01:17:46 +0200
32271              Message-ID: <20010417231746.21657.qmail@foad.org>
32272      Branch: perl
32273            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
32274 ____________________________________________________________________________
32275 [  9732] By: jhi                                   on 2001/04/17  20:47:56
32276         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
32277              From: Robin Houston <robin@kitsite.com>
32278              Date: Tue, 17 Apr 2001 22:37:42 +0100
32279              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
32280      Branch: perl
32281            ! ext/B/B/Deparse.pm
32282 ____________________________________________________________________________
32283 [  9731] By: nick                                  on 2001/04/17  20:46:35
32284         Log: Re-sync for t/lib/b.t fix
32285      Branch: perlio
32286           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
32287 ____________________________________________________________________________
32288 [  9730] By: jhi                                   on 2001/04/17  20:45:29
32289         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
32290              From: Robin Houston <robin@kitsite.com>
32291              Date: Tue, 17 Apr 2001 22:29:36 +0100
32292              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
32293      Branch: perl
32294            ! ext/B/B.xs ext/B/B/Deparse.pm
32295 ____________________________________________________________________________
32296 [  9729] By: jhi                                   on 2001/04/17  20:43:11
32297         Log: Subject: Deparse - parenthesise args to undeclared subs
32298              From: Robin Houston <robin@kitsite.com>
32299              Date: Tue, 17 Apr 2001 21:31:05 +0100
32300              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
32301      Branch: perl
32302            ! ext/B/B/Deparse.pm
32303 ____________________________________________________________________________
32304 [  9728] By: jhi                                   on 2001/04/17  18:57:30
32305         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
32306              From: Benjamin Sugars <ben.sugars@home.com>
32307              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
32308              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
32309      Branch: perl
32310            ! t/lib/cwd.t
32311 ____________________________________________________________________________
32312 [  9727] By: jhi                                   on 2001/04/17  18:20:20
32313         Log: Subject: [PATCH B::Deparse] ambient pragmas
32314              From: Robin Houston <robin@kitsite.com>
32315              Date: Tue, 17 Apr 2001 20:01:59 +0100
32316              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
32317      Branch: perl
32318            ! ext/B/B/Deparse.pm t/lib/b.t
32319 ____________________________________________________________________________
32320 [  9726] By: nick                                  on 2001/04/17  16:33:51
32321         Log: Integrate mainline (t/lib/b.t fails test 2...)
32322      Branch: perlio
32323           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
32324           +> ext/List/Util/README ext/List/Util/Util.xs
32325           +> ext/List/Util/lib/List/Util.pm
32326           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
32327           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
32328           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
32329           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
32330           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
32331           !> (integrate 31 files)
32332 ____________________________________________________________________________
32333 [  9725] By: jhi                                   on 2001/04/17  12:14:24
32334         Log: Subject: multiple B::* changes
32335              From: Robin Houston <robin@kitsite.com>
32336              Date: Thu, 12 Apr 2001 20:12:27 +0100
32337              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
32338      Branch: perl
32339            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
32340 ____________________________________________________________________________
32341 [  9724] By: jhi                                   on 2001/04/17  11:59:05
32342         Log: Thread-awareness from Doug MacEachern.
32343      Branch: perl
32344            ! ext/List/Util/Util.xs
32345 ____________________________________________________________________________
32346 [  9723] By: jhi                                   on 2001/04/17  11:57:41
32347         Log: Make the test more portable.
32348      Branch: perl
32349            ! t/lib/cwd.t
32350 ____________________________________________________________________________
32351 [  9722] By: jhi                                   on 2001/04/17  11:53:50
32352         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
32353              From: Benjamin Sugars <ben.sugars@home.com>
32354              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
32355              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
32356      Branch: perl
32357            ! t/lib/cwd.t
32358 ____________________________________________________________________________
32359 [  9721] By: jhi                                   on 2001/04/17  11:52:17
32360         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
32361              From: Benjamin Sugars <bsugars@canoe.ca>
32362              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
32363              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
32364      Branch: perl
32365            ! op.c
32366 ____________________________________________________________________________
32367 [  9720] By: jhi                                   on 2001/04/17  11:35:42
32368         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
32369              From: Chris Nandor <pudge@pobox.com>
32370              Date: Tue, 17 Apr 2001 00:30:49 -0400
32371              Message-Id: <p05100207b701768712de@[10.0.1.177]>
32372      Branch: perl
32373            ! ext/File/Glob/bsd_glob.c gv.c
32374 ____________________________________________________________________________
32375 [  9719] By: jhi                                   on 2001/04/17  11:32:13
32376         Log: Subject: [PATCH] Tweten->West
32377              From: Casey West <casey@geeknest.com>
32378              Date: Mon, 16 Apr 2001 12:11:22 -0400
32379              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
32380      Branch: perl
32381            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
32382            ! pod/perltie.pod
32383 ____________________________________________________________________________
32384 [  9718] By: jhi                                   on 2001/04/16  03:22:52
32385         Log: Update Changes.
32386      Branch: perl
32387            ! Changes patchlevel.h
32388 ____________________________________________________________________________
32389 [  9717] By: jhi                                   on 2001/04/16  03:06:28
32390         Log: Regen toc.
32391      Branch: perl
32392            ! pod/perltoc.pod
32393 ____________________________________________________________________________
32394 [  9716] By: jhi                                   on 2001/04/16  02:58:42
32395         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
32396              From: Prymmer/Kahn <pvhp@best.com>
32397              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
32398              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
32399      Branch: perl
32400            ! utf8.c
32401 ____________________________________________________________________________
32402 [  9715] By: jhi                                   on 2001/04/15  23:40:35
32403         Log: Subject: Re: Net::Ping patch, adds stream protocol
32404              From: bronson@rinspin.com (Scott Bronson)
32405              Date: Tue, 10 Apr 2001 23:58:33 -0700
32406              Message-ID: <20010410235833.N29719@rinspin.com>
32407      Branch: perl
32408            ! lib/Net/Ping.pm
32409 ____________________________________________________________________________
32410 [  9714] By: jhi                                   on 2001/04/15  23:31:46
32411         Log: Printing out the ok messages helps successful testing.
32412      Branch: perl
32413            ! t/lib/time-hires.t
32414 ____________________________________________________________________________
32415 [  9713] By: jhi                                   on 2001/04/15  21:43:24
32416         Log: Update Douglas Wegscheid's email.
32417      Branch: perl
32418            ! AUTHORS
32419 ____________________________________________________________________________
32420 [  9712] By: jhi                                   on 2001/04/15  21:40:41
32421         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
32422              From: Michael G Schwern <schwern@pobox.com>
32423              Date: Sat, 14 Apr 2001 22:40:50 +0100
32424              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
32425      Branch: perl
32426            + t/lib/exporter.t
32427            ! MANIFEST lib/Exporter/Heavy.pm
32428 ____________________________________________________________________________
32429 [  9711] By: jhi                                   on 2001/04/15  21:39:21
32430         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
32431              From: Michael G Schwern <schwern@pobox.com>
32432              Date: Sat, 14 Apr 2001 22:13:59 +0100
32433              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
32434      Branch: perl
32435            ! t/op/loopctl.t
32436 ____________________________________________________________________________
32437 [  9710] By: jhi                                   on 2001/04/15  21:30:19
32438         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
32439              From: Michael G Schwern <schwern@pobox.com>
32440              Date: Sat, 14 Apr 2001 22:05:32 +0100
32441              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
32442      Branch: perl
32443            ! t/pragma/warnings.t
32444 ____________________________________________________________________________
32445 [  9709] By: jhi                                   on 2001/04/15  19:34:09
32446         Log: Integrate changes #9706,9707 from maintperl into mainline.
32447              
32448              change#7210 broke .packlist generation
32449              
32450              ExtUtils::Installed doesn't quote regex metacharacters in paths
32451              before using them in match; also make it work for dosish platforms
32452      Branch: perl
32453           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
32454 ____________________________________________________________________________
32455 [  9708] By: jhi                                   on 2001/04/15  19:31:01
32456         Log: Test also the scalar aspect of getitimer().
32457      Branch: perl
32458            ! t/lib/time-hires.t
32459 ____________________________________________________________________________
32460 [  9707] By: gsar                                  on 2001/04/15  17:24:20
32461         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
32462              before using them in match; also make it work for dosish platforms
32463      Branch: maint-5.6/perl
32464            ! lib/ExtUtils/Installed.pm
32465 ____________________________________________________________________________
32466 [  9706] By: gsar                                  on 2001/04/15  17:21:59
32467         Log: change#7210 broke .packlist generation (listed only filename
32468              rather than fully qualified path name)
32469      Branch: maint-5.6/perl
32470            ! lib/ExtUtils/Install.pm
32471 ____________________________________________________________________________
32472 [  9705] By: jhi                                   on 2001/04/15  12:36:33
32473         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
32474      Branch: perl
32475            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
32476            ! t/lib/time-hires.t
32477 ____________________________________________________________________________
32478 [  9704] By: jhi                                   on 2001/04/15  10:49:08
32479         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
32480              From: Prymmer/Kahn <pvhp@best.com>
32481              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
32482              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
32483      Branch: perl
32484            ! lib/utf8.pm pod/perlebcdic.pod
32485 ____________________________________________________________________________
32486 [  9703] By: jhi                                   on 2001/04/15  02:26:26
32487         Log: I keep forgetting to sort MANIFEST.
32488      Branch: perl
32489            ! MANIFEST
32490 ____________________________________________________________________________
32491 [  9702] By: jhi                                   on 2001/04/15  02:07:47
32492         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
32493              Now we have blessed, reftype, tainted, first, reduce, ...
32494      Branch: perl
32495            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
32496            + ext/List/Util/README ext/List/Util/Util.xs
32497            + ext/List/Util/lib/List/Util.pm
32498            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
32499            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
32500            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
32501            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
32502            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
32503            ! MANIFEST
32504 ____________________________________________________________________________
32505 [  9701] By: jhi                                   on 2001/04/14  15:05:25
32506         Log: Subject: RE: dprofpp.pl updates 
32507              From: Carl Eklof <CEklof@endeca.com>
32508              Date: Thu, 12 Apr 2001 18:45:46 -0400
32509              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
32510      Branch: perl
32511            ! utils/dprofpp.PL
32512 ____________________________________________________________________________
32513 [  9700] By: jhi                                   on 2001/04/14  14:44:55
32514         Log: Do not just blindly add CR.
32515      Branch: perl
32516            ! Porting/makerel
32517 ____________________________________________________________________________
32518 [  9699] By: jhi                                   on 2001/04/13  13:17:01
32519         Log: Update Changes.
32520      Branch: perl
32521            ! Changes patchlevel.h
32522 ____________________________________________________________________________
32523 [  9698] By: jhi                                   on 2001/04/13  12:44:48
32524         Log: Integrate perlio.
32525      Branch: perl
32526           !> ext/PerlIO/Scalar/Scalar.xs
32527 ____________________________________________________________________________
32528 [  9697] By: jhi                                   on 2001/04/13  12:29:15
32529         Log: Add more debug output to the test.
32530      Branch: perl
32531            ! t/lib/cwd.t
32532 ____________________________________________________________________________
32533 [  9696] By: nick                                  on 2001/04/13  10:14:29
32534         Log: Fix core dump on binmode($fh,'Scalar')
32535      Branch: perlio
32536            ! ext/PerlIO/Scalar/Scalar.xs
32537 ____________________________________________________________________________
32538 [  9695] By: nick                                  on 2001/04/13  09:05:42
32539         Log: Integrate mainline
32540      Branch: perlio
32541           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32542           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
32543           +> t/lib/time-hires.t
32544           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
32545           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
32546           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
32547           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
32548           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
32549           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
32550           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
32551 ____________________________________________________________________________
32552 [  9694] By: jhi                                   on 2001/04/12  22:23:35
32553         Log: Integrate change #9693 from maintperl into mainline.
32554              
32555              $VERSION and Version() on the same line provokes a warning from
32556              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
32557      Branch: perl
32558           !> lib/Devel/SelfStubber.pm
32559 ____________________________________________________________________________
32560 [  9693] By: gsar                                  on 2001/04/12  21:55:56
32561         Log: $VERSION and Version() on the same line provokes a warning from
32562              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
32563      Branch: maint-5.6/perl
32564            ! lib/Devel/SelfStubber.pm
32565 ____________________________________________________________________________
32566 [  9692] By: jhi                                   on 2001/04/12  13:54:00
32567         Log: This is at least 5.005.
32568      Branch: perl
32569            ! ext/Time/HiRes/HiRes.xs
32570 ____________________________________________________________________________
32571 [  9691] By: jhi                                   on 2001/04/12  13:37:20
32572         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
32573      Branch: perl
32574            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
32575            ! win32/Makefile win32/makefile.mk
32576 ____________________________________________________________________________
32577 [  9690] By: jhi                                   on 2001/04/12  01:34:46
32578         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
32579      Branch: perl
32580            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32581            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
32582            + t/lib/time-hires.t
32583            ! MANIFEST
32584 ____________________________________________________________________________
32585 [  9689] By: jhi                                   on 2001/04/12  00:28:39
32586         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
32587              From: Gisle Aas <gisle@ActiveState.com>
32588              Date: 11 Apr 2001 16:36:11 -0700
32589              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
32590      Branch: perl
32591            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
32592 ____________________________________________________________________________
32593 [  9688] By: jhi                                   on 2001/04/12  00:27:39
32594         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
32595              From: Gisle Aas <gisle@ActiveState.com>
32596              Date: 11 Apr 2001 11:13:24 -0700
32597              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
32598      Branch: perl
32599            ! ext/MIME/Base64/Base64.xs
32600 ____________________________________________________________________________
32601 [  9687] By: jhi                                   on 2001/04/11  19:51:47
32602         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
32603      Branch: perl
32604            ! Todo-5.6
32605 ____________________________________________________________________________
32606 [  9686] By: jhi                                   on 2001/04/11  16:54:25
32607         Log: Subject: [PATCH opcode.pl] Documentation of table format
32608              From: Simon Cozens <simon@netthink.co.uk>
32609              Date: Wed, 11 Apr 2001 12:59:31 +0100
32610              Message-ID: <20010411125931.A25681@netthink.co.uk>
32611      Branch: perl
32612            ! opcode.pl
32613 ____________________________________________________________________________
32614 [  9685] By: jhi                                   on 2001/04/11  16:53:15
32615         Log: Subject: [PATCH] prototype("CORE::recv")
32616              From: Simon Cozens <simon@netthink.co.uk>
32617              Date: Wed, 11 Apr 2001 13:24:35 +0100
32618              Message-ID: <20010411132435.A26169@netthink.co.uk>
32619      Branch: perl
32620            ! pp.c t/comp/proto.t
32621 ____________________________________________________________________________
32622 [  9684] By: jhi                                   on 2001/04/11  16:47:13
32623         Log: FAQ (and AUTHORS) update from Dan Carson: the information
32624              was several years obsolete, Term::Readkey has been updated
32625              to have the functionality.
32626      Branch: perl
32627            ! AUTHORS pod/perlfaq5.pod
32628 ____________________________________________________________________________
32629 [  9683] By: jhi                                   on 2001/04/11  12:15:46
32630         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
32631              From: Calle Dybedahl <calle@lysator.liu.se>
32632              Date: 10 Apr 2001 16:44:16 +0200
32633              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
32634      Branch: perl
32635            ! ext/MIME/Base64/Base64.xs
32636 ____________________________________________________________________________
32637 [  9682] By: jhi                                   on 2001/04/11  12:12:26
32638         Log: A more minimal fix for 20010410.006 from Hugo.
32639      Branch: perl
32640            ! regexec.c
32641 ____________________________________________________________________________
32642 [  9681] By: jhi                                   on 2001/04/11  11:34:23
32643         Log: Integrate changes #9678,9679 from maintline into mainperl.
32644              
32645              addendum to change#9676
32646              
32647              up $File::Glob::VERSION; add a note pointing out the version of
32648              the OpenBSD glob bsd_glob.c resembles
32649      Branch: perl
32650           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32651           !> ext/File/Glob/bsd_glob.h
32652 ____________________________________________________________________________
32653 [  9680] By: jhi                                   on 2001/04/11  11:30:38
32654         Log: Bad test numbering in integrate in #9677.
32655              Fixes ID 20010411.001.
32656      Branch: perl
32657            ! t/op/pat.t
32658 ____________________________________________________________________________
32659 [  9679] By: gsar                                  on 2001/04/11  03:38:40
32660         Log: up $File::Glob::VERSION; add a note pointing out the version of
32661              the OpenBSD glob bsd_glob.c resembles
32662      Branch: maint-5.6/perl
32663            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32664            ! ext/File/Glob/bsd_glob.h
32665 ____________________________________________________________________________
32666 [  9678] By: gsar                                  on 2001/04/11  03:09:48
32667         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
32668              revision 1.8.10.1 found here:
32669              
32670              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
32671      Branch: maint-5.6/perl
32672            ! ext/File/Glob/bsd_glob.c
32673 ____________________________________________________________________________
32674 [  9677] By: jhi                                   on 2001/04/11  02:54:39
32675         Log: Integrate changes #9675,9676 from maintperl into mainline.
32676              
32677              fix for bug 20010410.006, undo change#7115
32678              
32679              port the OpenBSD glob() security patch
32680      Branch: perl
32681           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
32682           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
32683           !> t/op/pat.t
32684 ____________________________________________________________________________
32685 [  9676] By: gsar                                  on 2001/04/11  02:19:02
32686         Log: port the glob() security patch found at:
32687              
32688              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
32689              
32690              CERT advisory for the issue is here:
32691              
32692              http://www.cert.org/advisories/CA-2001-07.html
32693              
32694              Note that the security scare is only relevant for those who are
32695              foolish enough to build suidperl (which is now officially discouraged)
32696      Branch: maint-5.6/perl
32697            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
32698            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
32699 ____________________________________________________________________________
32700 [  9675] By: gsar                                  on 2001/04/10  23:52:11
32701         Log: fix for bug 20010410.006
32702              
32703              undo change#7115 (came into maint-5.6 as change#8156)
32704              
32705              add tests to keep it from coming back
32706      Branch: maint-5.6/perl
32707            ! regexec.c t/op/pat.t
32708 ____________________________________________________________________________
32709 [  9674] By: nick                                  on 2001/04/10  20:39:31
32710         Log: Integrate mainline
32711      Branch: perlio
32712           +> Porting/testall.atom
32713           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
32714           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
32715           !> t/lib/lc-uk.t t/pod/find.t
32716 ____________________________________________________________________________
32717 [  9673] By: nick                                  on 2001/04/10  18:46:14
32718         Log: Integrate against change 9670 aka perl-5.7.1
32719      Branch: perlio
32720           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32721           !> (integrate 53 files)
32722 ____________________________________________________________________________
32723 [  9672] By: jhi                                   on 2001/04/10  13:45:01
32724         Log: Add a script for doing cumulative profile of the test suite.
32725              (Requires ATOM, that is, Tru64.)
32726      Branch: perl
32727            + Porting/testall.atom
32728            ! MANIFEST
32729 ____________________________________________________________________________
32730 [  9671] By: jhi                                   on 2001/04/10  12:38:53
32731         Log: Missing std block.
32732      Branch: perl
32733            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
32734            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
32735            ! t/pod/find.t
32736 ____________________________________________________________________________
32737 [  9670] By: jhi                                   on 2001/04/10  01:25:58
32738         Log: This is 5.7.1.
32739      Branch: perl
32740            ! patchlevel.h
32741 ____________________________________________________________________________
32742 [  9669] By: jhi                                   on 2001/04/10  01:09:14
32743         Log: Update Changes.
32744      Branch: perl
32745            ! Changes patchlevel.h
32746 ____________________________________________________________________________
32747 [  9668] By: jhi                                   on 2001/04/10  01:00:38
32748         Log: Regen toc.
32749      Branch: perl
32750            ! pod/perltoc.pod
32751 ____________________________________________________________________________
32752 [  9667] By: jhi                                   on 2001/04/10  00:52:16
32753         Log: Update perlhist.
32754      Branch: perl
32755            ! pod/perlhist.pod
32756 ____________________________________________________________________________
32757 [  9666] By: jhi                                   on 2001/04/09  23:38:59
32758         Log: Slight wording tweaks from Damian to #9658.
32759      Branch: perl
32760            ! pod/perlobj.pod
32761 ____________________________________________________________________________
32762 [  9665] By: jhi                                   on 2001/04/09  19:56:06
32763         Log: Subject: [PATCH perlutil.pod] Nit
32764              From: Simon Cozens <simon@netthink.co.uk>
32765              Date: Mon, 9 Apr 2001 20:29:44 +0100
32766              Message-ID: <20010409202944.A14796@the.earth.li>
32767      Branch: perl
32768            ! pod/perlutil.pod
32769 ____________________________________________________________________________
32770 [  9664] By: jhi                                   on 2001/04/09  19:54:42
32771         Log: Subject: Re: perl571delta.pod@9631
32772              From: Mike Guy <mjtg@cam.ac.uk>
32773              Date: Mon, 09 Apr 2001 18:09:14 +0100
32774              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
32775      Branch: perl
32776            ! pod/perl571delta.pod
32777 ____________________________________________________________________________
32778 [  9663] By: jhi                                   on 2001/04/09  13:43:35
32779         Log: Update Changes.
32780      Branch: perl
32781            ! Changes patchlevel.h
32782 ____________________________________________________________________________
32783 [  9662] By: jhi                                   on 2001/04/09  13:24:46
32784         Log: tweak tweak.
32785      Branch: perl
32786            ! AUTHORS pod/perl571delta.pod
32787 ____________________________________________________________________________
32788 [  9661] By: jhi                                   on 2001/04/09  13:15:13
32789         Log: Thinko in manual patch applying.
32790      Branch: perl
32791            ! sv.c
32792 ____________________________________________________________________________
32793 [  9660] By: jhi                                   on 2001/04/09  13:07:53
32794         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
32795              From: Robin Barker <rmb1@cise.npl.co.uk> 
32796              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
32797              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
32798              
32799              (This corrects the case where the "isn't numeric" string contains \0s
32800              and is longer than the temporary buffer, and contains \0 at the point
32801              the string would be truncated by "...".) 
32802      Branch: perl
32803            ! sv.c
32804 ____________________________________________________________________________
32805 [  9659] By: jhi                                   on 2001/04/09  12:57:41
32806         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
32807      Branch: perl
32808            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
32809            ! t/lib/cgi-function.t t/lib/cgi-html.t
32810 ____________________________________________________________________________
32811 [  9658] By: jhi                                   on 2001/04/09  12:48:47
32812         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
32813              From: Ilmari Karonen <iltzu@sci.fi>
32814              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
32815              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
32816              
32817              Rearrange and rewrite the Method Invocation section
32818              to explain the concepts in nicer order.
32819      Branch: perl
32820            ! pod/perlobj.pod
32821 ____________________________________________________________________________
32822 [  9657] By: jhi                                   on 2001/04/09  12:35:58
32823         Log: Upgrade to podlators 1.09, from Russ Allbery.
32824      Branch: perl
32825            ! lib/Pod/Man.pm lib/Pod/Text.pm
32826 ____________________________________________________________________________
32827 [  9656] By: jhi                                   on 2001/04/09  12:31:53
32828         Log: perl571delta.
32829      Branch: perl
32830            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
32831 ____________________________________________________________________________
32832 [  9655] By: jhi                                   on 2001/04/09  12:20:09
32833         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
32834              From: Prymmer/Kahn <pvhp@best.com>
32835              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
32836              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
32837      Branch: perl
32838            ! lib/utf8.pm pod/perlunicode.pod
32839 ____________________________________________________________________________
32840 [  9654] By: gsar                                  on 2001/04/09  03:38:33
32841         Log: here lies 5.6.1
32842      Branch: maint-5.6/perl
32843            ! Changes
32844 ____________________________________________________________________________
32845 [  9653] By: jhi                                   on 2001/04/09  03:25:24
32846         Log: Update perlhist.
32847      Branch: perl
32848            ! pod/perlhist.pod
32849 ____________________________________________________________________________
32850 [  9652] By: jhi                                   on 2001/04/09  03:18:49
32851         Log: perl571delta tweaking continues.
32852      Branch: perl
32853            ! pod/perl571delta.pod
32854 ____________________________________________________________________________
32855 [  9651] By: gsar                                  on 2001/04/09  03:11:19
32856         Log: update Changes, patchlevel.h &c.
32857      Branch: maint-5.6/perl
32858            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
32859            ! pod/perltoc.pod
32860 ____________________________________________________________________________
32861 [  9650] By: jhi                                   on 2001/04/09  02:40:24
32862         Log: Integrate the perlfork half of #9513 from maintperl into mainline
32863              (the perlunicode half is obsolete)
32864      Branch: perl
32865            ! pod/perlfork.pod
32866 ____________________________________________________________________________
32867 [  9649] By: gsar                                  on 2001/04/09  02:35:43
32868         Log: tweak perldelta as suggested by Jarkko
32869      Branch: maint-5.6/perl
32870            ! pod/perldelta.pod
32871 ____________________________________________________________________________
32872 [  9648] By: jhi                                   on 2001/04/09  02:13:04
32873         Log: Integrate change #9646 from maintperl into mainline.
32874              
32875              add note about ithreads and Thread.pm
32876      Branch: perl
32877           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
32878 ____________________________________________________________________________
32879 [  9647] By: jhi                                   on 2001/04/09  02:10:18
32880         Log: Bad assumption that shortsize == 2.
32881      Branch: perl
32882            ! t/lib/xs-typemap.t
32883 ____________________________________________________________________________
32884 [  9646] By: gsar                                  on 2001/04/09  00:48:04
32885         Log: add note about ithreads and Thread.pm (too many people are
32886              confused by the fact that Thread.pm is built and installed
32887              under non-5005threads but doesn't work)
32888      Branch: maint-5.6/perl
32889            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
32890 ____________________________________________________________________________
32891 [  9645] By: gsar                                  on 2001/04/09  00:19:03
32892         Log: update perldelta.pod for changes in 5.6.1
32893      Branch: maint-5.6/perl
32894            ! Changes pod/perldelta.pod
32895 ____________________________________________________________________________
32896 [  9644] By: jhi                                   on 2001/04/08  20:37:00
32897         Log: Integrate change #9639 from maintperl into mainline:
32898              on windows, many of the README.* pods were being copied to
32899              the wrong location
32900      Branch: perl
32901           !> win32/Makefile win32/makefile.mk
32902 ____________________________________________________________________________
32903 [  9643] By: jhi                                   on 2001/04/08  20:07:11
32904         Log: Integrate change #9624 from maintperl into mainline:
32905              the pod tests were not okay.  (t/pod/find.t changes ignored)
32906      Branch: perl
32907           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32908           !> t/pod/include.t t/pod/included.t t/pod/lref.t
32909           !> t/pod/multiline_items.t t/pod/nested_items.t
32910           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32911           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32912 ____________________________________________________________________________
32913 [  9642] By: jhi                                   on 2001/04/08  19:57:17
32914         Log: Integrate change #9638 from maintperl into mainline:
32915              update to latest JPL from the anoncvs repository
32916      Branch: perl
32917           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32918           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32919           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32920 ____________________________________________________________________________
32921 [  9641] By: jhi                                   on 2001/04/08  19:53:30
32922         Log: perl571delta updates.
32923      Branch: perl
32924            ! lib/Filter/Simple.pm pod/perl571delta.pod
32925 ____________________________________________________________________________
32926 [  9640] By: gsar                                  on 2001/04/08  19:20:46
32927         Log: integrate change#9634 from mainline
32928              
32929              Fix the perlmodlib generation (didn't understand separate .pod
32930              files; didn't understand -- as the name-thing separator).
32931              Update the CPAN mirrors list.
32932      Branch: maint-5.6/perl
32933            ! pod/perlmodlib.pod
32934           !> pod/perlmodlib.PL
32935 ____________________________________________________________________________
32936 [  9639] By: gsar                                  on 2001/04/08  18:57:31
32937         Log: on windows, many of the README.* pods were being copied to the wrong
32938              location
32939      Branch: maint-5.6/perl
32940            ! win32/Makefile win32/makefile.mk
32941 ____________________________________________________________________________
32942 [  9638] By: gsar                                  on 2001/04/08  18:38:25
32943         Log: update to latest JPL from the anoncvs repository
32944      Branch: maint-5.6/perl
32945            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32946            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32947            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32948 ____________________________________________________________________________
32949 [  9637] By: jhi                                   on 2001/04/08  17:53:53
32950         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
32951      Branch: perl
32952            ! pod/perl571delta.pod
32953 ____________________________________________________________________________
32954 [  9636] By: jhi                                   on 2001/04/08  17:18:32
32955         Log: Regen toc.
32956      Branch: perl
32957            ! pod/perltoc.pod
32958 ____________________________________________________________________________
32959 [  9635] By: jhi                                   on 2001/04/08  17:16:33
32960         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
32961              From: "Craig A. Berry" <craigberry@mac.com>
32962              Date: Sun, 08 Apr 2001 12:30:16 -0500
32963              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
32964      Branch: perl
32965            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
32966 ____________________________________________________________________________
32967 [  9634] By: jhi                                   on 2001/04/08  17:09:19
32968         Log: Fix the perlmodlib generation (didn't understand separate .pod
32969              files; didn't understand -- as the name-thing separator).
32970              
32971              Update the CPAN mirrors list.
32972      Branch: perl
32973            ! pod/perlmodlib.PL pod/perlmodlib.pod
32974 ____________________________________________________________________________
32975 [  9633] By: jhi                                   on 2001/04/08  16:49:17
32976         Log: Sort MANIFEST.
32977      Branch: perl
32978            ! MANIFEST
32979 ____________________________________________________________________________
32980 [  9632] By: gsar                                  on 2001/04/08  16:36:06
32981         Log: add $Tie::RefHash::VERSION
32982      Branch: maint-5.6/perl
32983            ! lib/Tie/RefHash.pm
32984 ____________________________________________________________________________
32985 [  9631] By: jhi                                   on 2001/04/08  16:10:15
32986         Log: perl571delta updates based on p5p feedback; still needs
32987              lots of examples.
32988      Branch: perl
32989            ! pod/perl571delta.pod
32990 ____________________________________________________________________________
32991 [  9630] By: jhi                                   on 2001/04/08  15:59:13
32992         Log: Update the list of supported platforms to talk about 5.7.1
32993              (and 5.6.1)
32994      Branch: perl
32995            ! pod/perlport.pod
32996 ____________________________________________________________________________
32997 [  9629] By: jhi                                   on 2001/04/08  15:55:41
32998         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
32999              from maintperl into mainline: perlport updates.
33000      Branch: perl
33001            ! pod/perlport.pod
33002 ____________________________________________________________________________
33003 [  9628] By: jhi                                   on 2001/04/08  15:53:17
33004         Log: perlsolaris.pod copied to wrong directory.
33005      Branch: perl
33006            ! win32/makefile.mk
33007 ____________________________________________________________________________
33008 [  9627] By: jhi                                   on 2001/04/08  14:48:18
33009         Log: Subject: Typos in perl571delta.pod
33010              From: "Stephen P. Potter" <spp@spotter.yi.org>
33011              Date: Sat, 07 Apr 2001 20:37:05 -0400
33012              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
33013      Branch: perl
33014            ! pod/perl571delta.pod
33015 ____________________________________________________________________________
33016 [  9626] By: jhi                                   on 2001/04/08  14:39:04
33017         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
33018      Branch: perl
33019            ! gv.c
33020 ____________________________________________________________________________
33021 [  9625] By: nick                                  on 2001/04/08  10:14:23
33022         Log: Integrate mainline
33023      Branch: perlio
33024           +> pod/perl570delta.pod pod/perl571delta.pod
33025           !> (integrate 27 files)
33026 ____________________________________________________________________________
33027 [  9624] By: gsar                                  on 2001/04/08  06:08:17
33028         Log: test in t/pod/* were busted
33029              
33030              these tests are still not enabled in t/{harness,TEST}
33031      Branch: maint-5.6/perl
33032            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
33033            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
33034            ! t/pod/multiline_items.t t/pod/nested_items.t
33035            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
33036            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
33037 ____________________________________________________________________________
33038 [  9623] By: gsar                                  on 2001/04/08  03:37:01
33039         Log: integrate change#9470 from mainline
33040              
33041              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
33042      Branch: maint-5.6/perl
33043           !> ext/Socket/Socket.xs
33044 ____________________________________________________________________________
33045 [  9622] By: jhi                                   on 2001/04/07  22:40:47
33046         Log: Update Changes.
33047      Branch: perl
33048            ! Changes patchlevel.h
33049 ____________________________________________________________________________
33050 [  9621] By: jhi                                   on 2001/04/07  22:34:16
33051         Log: Update AUTHORS.
33052      Branch: perl
33053            ! AUTHORS
33054 ____________________________________________________________________________
33055 [  9620] By: jhi                                   on 2001/04/07  22:12:47
33056         Log: Forgot to bump the number of tests in #9164.
33057      Branch: perl
33058            ! t/op/array.t
33059 ____________________________________________________________________________
33060 [  9619] By: jhi                                   on 2001/04/07  22:09:50
33061         Log: Bump patchlevel to 5.7.1.
33062      Branch: perl
33063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33064            ! config_h.SH patchlevel.h
33065 ____________________________________________________________________________
33066 [  9618] By: jhi                                   on 2001/04/07  22:02:41
33067         Log: Populate perl571delta.
33068      Branch: perl
33069            ! pod/perl571delta.pod
33070 ____________________________________________________________________________
33071 [  9617] By: jhi                                   on 2001/04/07  22:01:23
33072         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
33073              to forget it later; do not change patchlevel.h yet or regenerate
33074              Configure yet.
33075      Branch: perl
33076            ! epoc/config.sh win32/Makefile win32/config_H.bc
33077            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
33078 ____________________________________________________________________________
33079 [  9616] By: jhi                                   on 2001/04/07  17:46:33
33080         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
33081      Branch: perl
33082            ! pod/perl571delta.pod
33083 ____________________________________________________________________________
33084 [  9615] By: jhi                                   on 2001/04/07  17:33:21
33085         Log: Change the toc configuration.
33086      Branch: perl
33087            ! pod/buildtoc.PL pod/perl.pod
33088 ____________________________________________________________________________
33089 [  9614] By: jhi                                   on 2001/04/07  17:29:47
33090         Log: Subject: PATCH: $[
33091              From: Robin Houston <robin@kitsite.com>
33092              Date: Fri, 6 Apr 2001 18:10:14 +0100
33093              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
33094      Branch: perl
33095            ! op.c t/op/array.t
33096 ____________________________________________________________________________
33097 [  9613] By: jhi                                   on 2001/04/07  17:28:26
33098         Log: Subject: [PATCH perl@9424] isn't numeric warning
33099              From: Robin Barker <rmb1@cise.npl.co.uk>
33100              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
33101              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
33102      Branch: perl
33103            ! sv.c t/pragma/warn/sv
33104 ____________________________________________________________________________
33105 [  9612] By: jhi                                   on 2001/04/07  17:26:45
33106         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
33107              From: Mike Guy <mjtg@cam.ac.uk>
33108              Date: Fri, 06 Apr 2001 12:47:06 +0100
33109              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
33110      Branch: perl
33111            ! dump.c t/lib/peek.t
33112 ____________________________________________________________________________
33113 [  9611] By: jhi                                   on 2001/04/07  17:21:35
33114         Log: Create perl571delta and seed it off with the perldelta changes
33115              since 5.7.0; remove those changes from perldelta and rename it
33116              as perl570delta; recreate perldelta but leave it almost empty.
33117      Branch: perl
33118            + pod/perl570delta.pod pod/perl571delta.pod
33119            ! MANIFEST pod/perldelta.pod
33120 ____________________________________________________________________________
33121 [  9610] By: jhi                                   on 2001/04/07  16:56:32
33122         Log: Denit.
33123      Branch: perl
33124            ! pod/perldelta.pod
33125 ____________________________________________________________________________
33126 [  9609] By: jhi                                   on 2001/04/07  16:38:32
33127         Log: Retract #9523: needs more thought.
33128      Branch: perl
33129            ! Makefile.SH
33130 ____________________________________________________________________________
33131 [  9608] By: jhi                                   on 2001/04/07  14:59:20
33132         Log: atmark() code cleanaup.
33133      Branch: perl
33134            ! ext/IO/IO.xs
33135 ____________________________________________________________________________
33136 [  9607] By: jhi                                   on 2001/04/07  14:48:14
33137         Log: Integrate change #9605 from maintperl into mainline.
33138              
33139              can't optimize away scope entry if tr/// is present
33140      Branch: perl
33141           !> op.c t/op/tr.t
33142 ____________________________________________________________________________
33143 [  9606] By: jhi                                   on 2001/04/07  14:43:59
33144         Log: Integrate perlio.
33145      Branch: perl
33146           +> win32/FindExt.pm
33147           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
33148           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
33149 ____________________________________________________________________________
33150 [  9605] By: gsar                                  on 2001/04/07  11:52:40
33151         Log: can't optimize away scope entry if tr/// is present
33152      Branch: maint-5.6/perl
33153            ! op.c t/op/tr.t
33154 ____________________________________________________________________________
33155 [  9604] By: nick                                  on 2001/04/07  11:39:45
33156         Log: Split out extension finding code from buildext.pl into FindExt.pm
33157              Use it to get Config.pm's idea of available extensions in line
33158              with what is built.
33159      Branch: perlio
33160            + win32/FindExt.pm
33161            ! MANIFEST win32/buildext.pl win32/config_sh.PL
33162            ! win32/makefile.mk
33163 ____________________________________________________________________________
33164 [  9603] By: nick                                  on 2001/04/07  09:11:38
33165         Log: Cleanup correction for failed :Via() layer, also set an error code.
33166      Branch: perlio
33167            ! ext/PerlIO/Via/Via.xs
33168 ____________________________________________________________________________
33169 [  9602] By: nick                                  on 2001/04/07  08:38:04
33170         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
33171              style. So don't use binmode() on the handles so that Win32 etc. see
33172              same sequence and produce same digests.
33173      Branch: perlio
33174            ! t/lib/md5-file.t
33175 ____________________________________________________________________________
33176 [  9601] By: nick                                  on 2001/04/07  08:36:26
33177         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
33178              Else it complains and so crlf layer (say) does not get pushed.
33179      Branch: perlio
33180            ! perlio.c
33181 ____________________________________________________________________________
33182 [  9600] By: jhi                                   on 2001/04/06  23:00:09
33183         Log: Integrate change #9599 from perlio into mainline.
33184      Branch: perl
33185           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
33186           !> win32/config_H.vc
33187 ____________________________________________________________________________
33188 [  9599] By: nick                                  on 2001/04/06  21:42:43
33189         Log: Quote $VERSION in Encode.pm.
33190              regen_config_h as requested.
33191      Branch: perlio
33192            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
33193            ! win32/config_H.vc
33194 ____________________________________________________________________________
33195 [  9598] By: nick                                  on 2001/04/06  20:34:59
33196         Log: Integrate mainline
33197      Branch: perlio
33198           +> README.macos
33199           !> (integrate 39 files)
33200 ____________________________________________________________________________
33201 [  9597] By: gsar                                  on 2001/04/06  18:06:35
33202         Log: integrate change#9464 from mainline (addendum to change#8313)
33203              
33204              Subject: [PATCH @9452] Better peep()ing for foreach() loops
33205      Branch: maint-5.6/perl
33206           !> op.c
33207 ____________________________________________________________________________
33208 [  9596] By: jhi                                   on 2001/04/06  17:26:03
33209         Log: The d_casti32=undef is good for you even when not use64bitall.
33210      Branch: perl
33211            ! hints/hpux.sh
33212 ____________________________________________________________________________
33213 [  9595] By: gsar                                  on 2001/04/06  14:57:17
33214         Log: add a low-impact fix to accomodate darwin-ism
33215      Branch: maint-5.6/perl
33216            ! ext/Errno/Errno_pm.PL
33217 ____________________________________________________________________________
33218 [  9594] By: jhi                                   on 2001/04/06  14:55:14
33219         Log: Integrate changes #9528,9593 from mainline into maintperl;
33220              tweaking the editor/IDE/shell list.
33221      Branch: maint-5.6/perl
33222           !> pod/perlfaq3.pod
33223 ____________________________________________________________________________
33224 [  9593] By: jhi                                   on 2001/04/06  14:51:39
33225         Log: Make the editor/IDE/shell list a little bit airier.
33226      Branch: perl
33227            ! pod/perlfaq3.pod
33228 ____________________________________________________________________________
33229 [  9592] By: gsar                                  on 2001/04/06  14:45:18
33230         Log: integrate change#9477 from mainline (base.pm doc tweak)
33231              
33232              missing doc entry for fmod()
33233      Branch: maint-5.6/perl
33234            ! lib/Math/BigFloat.pm
33235           !> lib/base.pm
33236 ____________________________________________________________________________
33237 [  9591] By: jhi                                   on 2001/04/06  13:55:48
33238         Log: Regen toc.
33239      Branch: perl
33240            ! pod/perltoc.pod
33241 ____________________________________________________________________________
33242 [  9590] By: jhi                                   on 2001/04/06  13:54:52
33243         Log: Math::BigFloat patches from John Peacock.  The equivalent
33244              of #9586 from maintperl but reworked by John to work with
33245              the bleadperl.
33246      Branch: perl
33247            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
33248 ____________________________________________________________________________
33249 [  9589] By: jhi                                   on 2001/04/06  13:42:23
33250         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
33251      Branch: perl
33252            ! ext/Digest/MD5/Makefile.PL
33253 ____________________________________________________________________________
33254 [  9588] By: jhi                                   on 2001/04/06  13:31:45
33255         Log: Integrate changes #9584,9587 from maintperl into mainline.
33256              
33257              keep eval"" CVs alive until the end of the statement in which
33258              they're called
33259              
33260              add README.macos (from Chris Nandor)
33261              
33262              tyop in change#9555
33263      Branch: perl
33264           +> README.macos
33265           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
33266           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
33267           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
33268           !> win32/makefile.mk
33269 ____________________________________________________________________________
33270 [  9587] By: gsar                                  on 2001/04/06  07:31:30
33271         Log: add README.macos (from Chris Nandor)
33272              
33273              tyop in change#9555
33274      Branch: maint-5.6/perl
33275            + README.macos
33276            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
33277            ! win32/Makefile win32/makefile.mk
33278 ____________________________________________________________________________
33279 [  9586] By: gsar                                  on 2001/04/06  07:08:54
33280         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
33281      Branch: maint-5.6/perl
33282            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
33283 ____________________________________________________________________________
33284 [  9585] By: gsar                                  on 2001/04/06  06:58:44
33285         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
33286              from mainline
33287              
33288              Subject: [PATCH] Base64 update to perlfaq9.pod
33289              
33290              Subject: [PATCH AUTHORS] Housekeeping
33291              
33292              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
33293              Mac OS X (Darwin) has extra pwent fields.
33294              
33295              Subject: [PATCH B::*] print control-character vars readably
33296              Needs EBCDICification.
33297              
33298              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
33299              
33300              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
33301              
33302              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
33303              
33304              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
33305              
33306              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
33307              
33308              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
33309              
33310              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
33311              
33312              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
33313              
33314              FreeBSD hints tweak from Anton Berezin.
33315              
33316              Subject: [PATCH foolperl & bleadperl] README.vms update
33317              
33318              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
33319      Branch: maint-5.6/perl
33320           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
33321           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
33322           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
33323 ____________________________________________________________________________
33324 [  9584] By: gsar                                  on 2001/04/06  04:09:00
33325         Log: keep eval"" CVs alive until the end of the statement in which
33326              they're called; this avoids a coredump ensuing from search for
33327              lexicals in code such as:
33328              
33329              sub bug {
33330              my $s = @_;
33331              eval q[sub { eval 'sub { &$s }' }];
33332              }
33333              bug("x")->()->();
33334              
33335              this code still doesn't work as intended (as it has remained
33336              since time immemorial), but it doesn't provoke a coredump anymore
33337      Branch: maint-5.6/perl
33338            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33339            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
33340 ____________________________________________________________________________
33341 [  9583] By: jhi                                   on 2001/04/05  23:52:51
33342         Log: Update Changes.
33343      Branch: perl
33344            ! Changes patchlevel.h
33345 ____________________________________________________________________________
33346 [  9582] By: jhi                                   on 2001/04/05  23:11:23
33347         Log: Slight doc tweak.
33348      Branch: perl
33349            ! pod/perlunicode.pod
33350 ____________________________________________________________________________
33351 [  9581] By: jhi                                   on 2001/04/05  23:04:11
33352         Log: Integrate perlio.
33353      Branch: perl
33354           !> pod/perlunicode.pod
33355 ____________________________________________________________________________
33356 [  9580] By: jhi                                   on 2001/04/05  23:03:29
33357         Log: Test for #9579.
33358      Branch: perl
33359            ! t/op/do.t
33360 ____________________________________________________________________________
33361 [  9579] By: jhi                                   on 2001/04/05  22:54:17
33362         Log: Subject: [PATCH] Propagate calling context for do '...'
33363              From: Gisle Aas <gisle@ActiveState.com>
33364              Date: 04 Apr 2001 20:17:29 -0700
33365              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
33366      Branch: perl
33367            ! pod/perlfunc.pod pp_ctl.c
33368 ____________________________________________________________________________
33369 [  9578] By: jhi                                   on 2001/04/05  22:52:51
33370         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
33371              From: Peter Prymmer <pvhp@forte.com>
33372              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
33373              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
33374      Branch: perl
33375            ! README.vms
33376 ____________________________________________________________________________
33377 [  9577] By: jhi                                   on 2001/04/05  22:48:22
33378         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
33379              From: "Craig A. Berry" <craigberry@mac.com>
33380              Date: Thu, 5 Apr 2001 13:43:28 -0500
33381              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
33382      Branch: perl
33383            ! README.vms
33384 ____________________________________________________________________________
33385 [  9576] By: jhi                                   on 2001/04/05  22:31:38
33386         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
33387              From: Michael G Schwern <schwern@pobox.com>
33388              Date: Thu, 5 Apr 2001 21:53:21 +0100
33389              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
33390      Branch: perl
33391            ! lib/base.pm t/lib/fields.t
33392 ____________________________________________________________________________
33393 [  9575] By: jhi                                   on 2001/04/05  22:26:10
33394         Log: FreeBSD hints tweak from Anton Berezin.
33395      Branch: perl
33396            ! hints/freebsd.sh
33397 ____________________________________________________________________________
33398 [  9574] By: jhi                                   on 2001/04/05  22:24:03
33399         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
33400              From: David Dyck <dcd@tc.fluke.com>
33401              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
33402              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
33403      Branch: perl
33404            ! t/op/oct.t
33405 ____________________________________________________________________________
33406 [  9573] By: jhi                                   on 2001/04/05  22:23:06
33407         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
33408              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
33409              From: David Dyck <dcd@tc.fluke.com>
33410              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
33411      Branch: perl
33412            ! pp.c
33413 ____________________________________________________________________________
33414 [  9572] By: jhi                                   on 2001/04/05  22:14:47
33415         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
33416              From: Robin Houston <robin@kitsite.com>
33417              Date: Thu, 5 Apr 2001 20:56:48 +0100
33418              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
33419      Branch: perl
33420            ! ext/B/B/Deparse.pm
33421 ____________________________________________________________________________
33422 [  9571] By: jhi                                   on 2001/04/05  22:12:53
33423         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
33424              From: Robin Houston <robin@kitsite.com>
33425              Date: Thu, 5 Apr 2001 19:55:51 +0100
33426              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
33427      Branch: perl
33428            ! ext/B/B/Deparse.pm
33429 ____________________________________________________________________________
33430 [  9570] By: jhi                                   on 2001/04/05  22:11:06
33431         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
33432              From: Robin Houston <robin@kitsite.com>
33433              Date: Thu, 5 Apr 2001 20:16:29 +0100
33434              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
33435      Branch: perl
33436            ! ext/B/B/Deparse.pm
33437 ____________________________________________________________________________
33438 [  9569] By: nick                                  on 2001/04/05  21:32:26
33439         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
33440      Branch: perlio
33441            ! pod/perlunicode.pod
33442 ____________________________________________________________________________
33443 [  9568] By: nick                                  on 2001/04/05  19:38:09
33444         Log: Integrate mainline
33445      Branch: perlio
33446           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
33447           !> (integrate 35 files)
33448 ____________________________________________________________________________
33449 [  9567] By: jhi                                   on 2001/04/05  18:31:45
33450         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
33451              From: Robin Houston <robin@kitsite.com>
33452              Date: Thu, 5 Apr 2001 18:03:23 +0100
33453              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
33454      Branch: perl
33455            ! ext/B/B/Deparse.pm
33456 ____________________________________________________________________________
33457 [  9566] By: jhi                                   on 2001/04/05  18:29:35
33458         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
33459              From: Robin Houston <robin@kitsite.com>
33460              Date: Thu, 5 Apr 2001 16:45:18 +0100
33461              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
33462      Branch: perl
33463            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
33464 ____________________________________________________________________________
33465 [  9565] By: jhi                                   on 2001/04/05  18:24:23
33466         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
33467              From: Robin Houston <robin@kitsite.com>
33468              Date: Thu, 5 Apr 2001 14:50:09 +0100
33469              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
33470      Branch: perl
33471            ! ext/B/B/Deparse.pm
33472 ____________________________________________________________________________
33473 [  9564] By: jhi                                   on 2001/04/05  18:23:03
33474         Log: Subject: [PATCH B::*] print control-character vars readably
33475              From: Robin Houston <robin@kitsite.com>
33476              Date: Thu, 5 Apr 2001 14:27:38 +0100
33477              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
33478              
33479              Needs EBCDICification.
33480      Branch: perl
33481            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
33482            ! ext/B/B/Terse.pm
33483 ____________________________________________________________________________
33484 [  9563] By: jhi                                   on 2001/04/05  18:20:32
33485         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
33486              Date: Thu, 5 Apr 2001 13:21:42 -0400
33487              From: Paul Schinder <schinder@pobox.com>
33488              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
33489              
33490              Mac OS X (Darwin) has extra pwent fields.
33491      Branch: perl
33492            ! t/op/pwent.t
33493 ____________________________________________________________________________
33494 [  9562] By: jhi                                   on 2001/04/05  17:57:51
33495         Log: Regen toc.
33496      Branch: perl
33497            ! pod/perltoc.pod
33498 ____________________________________________________________________________
33499 [  9561] By: jhi                                   on 2001/04/05  17:47:33
33500         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
33501      Branch: metaconfig
33502            ! U/Glossary.patch
33503      Branch: metaconfig/U/perl
33504            + d_u32align.U
33505            ! d_cmsghdr_s.U d_msghdr_s.U
33506 ____________________________________________________________________________
33507 [  9560] By: jhi                                   on 2001/04/05  17:47:01
33508         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
33509              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
33510              Introduce probes for struct msghdr, struct cmsghdr,
33511              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
33512              ualarm, usleep, for possible later extension work.
33513      Branch: perl
33514            + t/lib/md5-align.t
33515            ! Configure MANIFEST Porting/Glossary Porting/config.sh
33516            ! Porting/config_H config_h.SH configure.com epoc/config.sh
33517            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
33518            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33519            ! vos/config.ga.h win32/config.bc win32/config.gc
33520            ! win32/config.vc
33521 ____________________________________________________________________________
33522 [  9559] By: jhi                                   on 2001/04/05  13:03:04
33523         Log: Be traditional in your cpp (for the Errno extension).
33524      Branch: perl
33525            ! hints/darwin.sh
33526 ____________________________________________________________________________
33527 [  9558] By: jhi                                   on 2001/04/05  13:00:05
33528         Log: Add $Config{cppflags} to the gcc incantation.
33529      Branch: perl
33530            ! ext/Errno/Errno_pm.PL
33531 ____________________________________________________________________________
33532 [  9557] By: jhi                                   on 2001/04/05  04:22:39
33533         Log: Introduce Sean Burke's Class::ISA 0.32.
33534      Branch: perl
33535            + lib/Class/ISA.pm t/lib/class-isa.t
33536            ! MANIFEST
33537 ____________________________________________________________________________
33538 [  9556] By: jhi                                   on 2001/04/05  04:09:50
33539         Log: Subject: [PATCH AUTHORS] Housekeeping
33540              From: Paul Johnson <paul@pjcj.net> 
33541              Date: Wed, 4 Apr 2001 22:45:47 +0200
33542              Message-ID: <20010404224547.D9548@pjcj.net>
33543      Branch: perl
33544            ! AUTHORS
33545 ____________________________________________________________________________
33546 [  9555] By: jhi                                   on 2001/04/05  04:06:33
33547         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
33548              From: Gisle Aas <gisle@ActiveState.com>
33549              Date: 04 Apr 2001 14:23:04 -0700
33550              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
33551      Branch: perl
33552            ! pod/perlfaq9.pod
33553 ____________________________________________________________________________
33554 [  9554] By: jhi                                   on 2001/04/05  04:05:49
33555         Log: Downgrade also the "Wide character" diagnostic.
33556      Branch: perl
33557            ! pod/perldiag.pod
33558 ____________________________________________________________________________
33559 [  9553] By: jhi                                   on 2001/04/05  04:00:33
33560         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
33561              maintperl into mainline.
33562              
33563              "double" should be "NV"; standard typemap is missing entry
33564              for NV
33565              
33566              s/djSP/dSP/
33567              
33568              Downgrade "Wide character in print" to a warning.
33569              
33570              B::Deparse fix for ${^FOO} and documentation for PVX() method
33571              (from Robin Houston)
33572              
33573              tr/// doesn't null-terminate the result in some situations
33574              (from Gisle Aas)
33575      Branch: perl
33576           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
33577           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
33578           !> t/io/utf8.t t/op/tr.t
33579 ____________________________________________________________________________
33580 [  9552] By: jhi                                   on 2001/04/05  03:52:50
33581         Log: Retract changes #9542 and #9538 (from maintperl, integrated
33582              at #9540), shouldn't be needed because of the perlio changes.
33583      Branch: perl
33584            ! util.c
33585 ____________________________________________________________________________
33586 [  9551] By: gsar                                  on 2001/04/05  00:18:34
33587         Log: tr/// doesn't null-terminate the result in some situations
33588              (from Gisle Aas)
33589      Branch: maint-5.6/perl
33590            ! doop.c t/op/tr.t
33591 ____________________________________________________________________________
33592 [  9550] By: gsar                                  on 2001/04/04  20:04:17
33593         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
33594              (from Robin Houston)
33595      Branch: maint-5.6/perl
33596            ! ext/B/B.pm ext/B/B/Deparse.pm
33597 ____________________________________________________________________________
33598 [  9549] By: nick                                  on 2001/04/04  18:56:15
33599         Log: Downgrade "Wide character in print" to a warning.
33600      Branch: perlio
33601            ! doio.c t/io/utf8.t
33602 ____________________________________________________________________________
33603 [  9548] By: gsar                                  on 2001/04/04  18:51:49
33604         Log: integrate changes#9460,9462,9482,9521,9522
33605              
33606              Subject: PATCH: B::Debug should show LOOP-specific fields
33607              
33608              Subject: B::Deparse precedence bug. (Patch included.)
33609              
33610              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
33611              
33612              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
33613              
33614              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
33615      Branch: maint-5.6/perl
33616           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
33617           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
33618 ____________________________________________________________________________
33619 [  9547] By: gsar                                  on 2001/04/04  18:49:16
33620         Log: s/djSP/dSP/
33621      Branch: maint-5.6/perl
33622            ! ext/Thread/Thread.xs
33623 ____________________________________________________________________________
33624 [  9546] By: nick                                  on 2001/04/04  18:44:00
33625         Log: Integrate mainline.
33626      Branch: perlio
33627           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
33628           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
33629 ____________________________________________________________________________
33630 [  9545] By: gsar                                  on 2001/04/04  18:38:52
33631         Log: integrate change#8837 from mainline
33632              
33633              Subject: [patch] -Wall cleanup round 2
33634      Branch: maint-5.6/perl
33635           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
33636           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
33637           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
33638           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
33639           !> ext/SDBM_File/SDBM_File.xs
33640 ____________________________________________________________________________
33641 [  9544] By: gsar                                  on 2001/04/04  17:49:57
33642         Log: "double" should be "NV"; standard typemap is missing entry
33643              for NV
33644      Branch: maint-5.6/perl
33645            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
33646 ____________________________________________________________________________
33647 [  9543] By: jhi                                   on 2001/04/04  14:13:18
33648         Log: Thou shalt not (just) match for English error messages.
33649      Branch: perl
33650            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
33651            ! os2/OS2/Process/Process.pm
33652 ____________________________________________________________________________
33653 [  9542] By: jhi                                   on 2001/04/04  13:20:39
33654         Log: Make the stdio tricks of fflush_all() to exist only if
33655              stdio is being used.
33656      Branch: perl
33657            ! util.c
33658 ____________________________________________________________________________
33659 [  9541] By: jhi                                   on 2001/04/04  04:20:24
33660         Log: Subject: Re: [PATCH] Lighten up glob
33661              From: Benjamin Sugars <bsugars@canoe.ca>
33662              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
33663              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
33664      Branch: perl
33665            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
33666            ! util.c
33667 ____________________________________________________________________________
33668 [  9540] By: jhi                                   on 2001/04/04  04:03:57
33669         Log: Integrate changes #9538,9539 from maintperl into mainline.
33670              
33671              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
33672              for use with _fwalk() (fix for change#7705)
33673              
33674              another tweak needed for SunOS 4.1.x build (from Mike Guy)
33675              (cp -f is not portable)
33676      Branch: perl
33677           !> Makefile.SH util.c
33678 ____________________________________________________________________________
33679 [  9539] By: gsar                                  on 2001/04/04  03:01:14
33680         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
33681      Branch: maint-5.6/perl
33682            ! Makefile.SH
33683 ____________________________________________________________________________
33684 [  9538] By: gsar                                  on 2001/04/04  01:00:38
33685         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
33686              for use with _fwalk() (fix for change#7705)
33687      Branch: maint-5.6/perl
33688            ! util.c
33689 ____________________________________________________________________________
33690 [  9537] By: nick                                  on 2001/04/03  19:24:55
33691         Log: Integrate mainline
33692      Branch: perlio
33693           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
33694           +> lib/unicode/PropList.html
33695            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
33696           !> (integrate 69 files)
33697 ____________________________________________________________________________
33698 [  9536] By: jhi                                   on 2001/04/03  18:02:31
33699         Log: Integrate change #9533 from maintperl into mainline.
33700              
33701              better fix for change#9517 to accomodate UNC paths like
33702              \\server\share\foo, and paths with trailing backslash
33703              like c:\this\
33704      Branch: perl
33705           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33706 ____________________________________________________________________________
33707 [  9535] By: jhi                                   on 2001/04/03  17:58:07
33708         Log: Change the push/unshift warning to be of class syntax, not misc.
33709      Branch: perl
33710            ! op.c pod/perldiag.pod t/pragma/warn/op
33711 ____________________________________________________________________________
33712 [  9534] By: jhi                                   on 2001/04/03  15:03:46
33713         Log: Change the push/unshift warning (#9532) to talk about "no values"
33714              instead of "no arguments".
33715      Branch: perl
33716            ! op.c pod/perldiag.pod t/pragma/warn/op
33717 ____________________________________________________________________________
33718 [  9533] By: gsar                                  on 2001/04/03  14:30:07
33719         Log: better fix for change#9517 to accomodate UNC paths like
33720              \\server\share\foo, and paths with trailing backslash
33721              like c:\this\
33722      Branch: maint-5.6/perl
33723            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33724 ____________________________________________________________________________
33725 [  9532] By: jhi                                   on 2001/04/03  13:11:46
33726         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
33727              From: Robin Houston <robin@kitsite.com>
33728              Date: Mon, 2 Apr 2001 15:03:29 +0100
33729              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
33730      Branch: perl
33731            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
33732 ____________________________________________________________________________
33733 [  9531] By: jhi                                   on 2001/04/03  13:06:34
33734         Log: Integrate change #9530 from maintperl into mainline.
33735              
33736              accomodate VMS "mailbox overflow" quirk in testsuite (from
33737              Craig Berry)
33738      Branch: perl
33739           !> t/lib/socket.t
33740 ____________________________________________________________________________
33741 [  9530] By: gsar                                  on 2001/04/03  04:56:41
33742         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
33743              Craig Berry)
33744      Branch: maint-5.6/perl
33745            ! t/lib/socket.t
33746 ____________________________________________________________________________
33747 [  9529] By: jhi                                   on 2001/04/03  02:34:34
33748         Log: Update Changes.
33749      Branch: perl
33750            ! Changes patchlevel.h
33751 ____________________________________________________________________________
33752 [  9528] By: jhi                                   on 2001/04/03  01:27:57
33753         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
33754              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
33755              To: perl5-porters@perl.org
33756              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
33757      Branch: perl
33758            ! pod/perlfaq3.pod
33759 ____________________________________________________________________________
33760 [  9527] By: jhi                                   on 2001/04/03  01:22:09
33761         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
33762              From: Peter Prymmer <pvhp@forte.com>
33763              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
33764              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
33765      Branch: perl
33766            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
33767 ____________________________________________________________________________
33768 [  9526] By: jhi                                   on 2001/04/03  01:18:25
33769         Log: The metaconfig unit changes for #9525.
33770      Branch: metaconfig
33771            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
33772      Branch: metaconfig/U/perl
33773            ! use64bits.U
33774 ____________________________________________________________________________
33775 [  9525] By: jhi                                   on 2001/04/03  01:17:30
33776         Log: Configure sanity checks:
33777              * if use64bitall is attempted but pointers are only 32-bit,
33778              'downgrade' to use64bitint
33779              * if use64bitint is attempted but there's no quad type,
33780              forget about use64bitint (well, the default for it is 'n',
33781              the user can still override this)
33782              * if pointers are 64 bits, do not try to use Perl's malloc
33783      Branch: perl
33784            ! Configure
33785 ____________________________________________________________________________
33786 [  9524] By: gsar                                  on 2001/04/03  01:09:12
33787         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
33788      Branch: maint-5.6/perl
33789            ! pp_sys.c
33790 ____________________________________________________________________________
33791 [  9523] By: jhi                                   on 2001/04/03  00:02:31
33792         Log: (Retracted by #9609)
33793              
33794              Make it harder for parallel makes to enter 'test' before
33795              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
33796              should be unhappy enough, but sometimes parallel makes seem
33797              to sneak past both in Tru64 and AIX.)
33798      Branch: perl
33799            ! Makefile.SH
33800 ____________________________________________________________________________
33801 [  9522] By: jhi                                   on 2001/04/02  22:35:31
33802         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
33803              Date: Mon, 2 Apr 2001 22:54:10 +0100
33804              From: Robin Houston <robin@kitsite.com>
33805              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
33806      Branch: perl
33807            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
33808 ____________________________________________________________________________
33809 [  9521] By: jhi                                   on 2001/04/02  22:32:23
33810         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
33811              From: Robin Houston <robin@kitsite.com>
33812              Date: Mon, 2 Apr 2001 20:24:03 +0100
33813              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
33814      Branch: perl
33815            ! ext/B/B/Concise.pm
33816 ____________________________________________________________________________
33817 [  9520] By: jhi                                   on 2001/04/02  22:30:43
33818         Log: Subject: [PATCH] REALLY pedantic hv.h nit
33819              From: Simon Cozens <simon@netthink.co.uk>
33820              Date: Mon, 2 Apr 2001 15:43:06 +0100
33821              Message-ID: <20010402154306.A21711@netthink.co.uk>
33822      Branch: perl
33823            ! hv.h
33824 ____________________________________________________________________________
33825 [  9519] By: jhi                                   on 2001/04/02  22:28:04
33826         Log: Based on
33827              
33828              Subject: [foolperl] EPOC fix
33829              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33830              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
33831              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
33832      Branch: perl
33833            ! pp_sys.c
33834 ____________________________________________________________________________
33835 [  9518] By: jhi                                   on 2001/04/02  22:22:34
33836         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
33837              
33838              README.win32 tweaks; add a note about alternative location for
33839              getting a gcc-2.95.2 that will build perl properly on windows
33840              
33841              add some notes about gutsy threading matters
33842              
33843              many of the utilities interpolate literal paths within doublequotes
33844              (fails on dosish platforms where path contains backslashes)
33845      Branch: perl
33846           !> README.win32 pod/perlguts.pod utils/perldoc.PL
33847           !> x2p/find2perl.PL x2p/s2p.PL
33848 ____________________________________________________________________________
33849 [  9517] By: gsar                                  on 2001/04/02  19:52:21
33850         Log: many of the utilities interpolate literal paths within doublequotes
33851              (fails on dosish platforms where path contains backslashes)
33852      Branch: maint-5.6/perl
33853            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33854 ____________________________________________________________________________
33855 [  9516] By: gsar                                  on 2001/04/02  05:49:37
33856         Log: a foolish release
33857      Branch: maint-5.6/perl
33858            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
33859            ! pod/perltoc.pod
33860 ____________________________________________________________________________
33861 [  9515] By: gsar                                  on 2001/04/02  05:04:29
33862         Log: add missing changelog summaries
33863      Branch: maint-5.6/perl
33864            ! Changes
33865 ____________________________________________________________________________
33866 [  9514] By: gsar                                  on 2001/04/02  04:07:13
33867         Log: add some notes about gutsy threading matters
33868      Branch: maint-5.6/perl
33869            ! pod/perlguts.pod
33870 ____________________________________________________________________________
33871 [  9513] By: gsar                                  on 2001/04/02  03:25:21
33872         Log: add more prominent caveat notices about experimental features
33873      Branch: maint-5.6/perl
33874            ! pod/perlfork.pod pod/perlunicode.pod
33875 ____________________________________________________________________________
33876 [  9512] By: gsar                                  on 2001/04/02  02:54:33
33877         Log: integrate changes#9479,9509 from mainline
33878              
33879              [PATCH] File::Glob stuff for Mac OS
33880              
33881              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33882      Branch: maint-5.6/perl
33883           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33884           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33885           !> t/lib/glob-taint.t
33886 ____________________________________________________________________________
33887 [  9511] By: gsar                                  on 2001/04/02  02:38:24
33888         Log: README.win32 tweaks; add a note about alternative location for
33889              getting a gcc-2.95.2 that will build perl properly on windows
33890      Branch: maint-5.6/perl
33891            ! README.win32
33892 ____________________________________________________________________________
33893 [  9510] By: jhi                                   on 2001/04/01  20:45:10
33894         Log: An ambiguosity warning.
33895      Branch: perl
33896            ! t/lib/trig.t
33897 ____________________________________________________________________________
33898 [  9509] By: jhi                                   on 2001/04/01  19:53:47
33899         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33900              From: Jonathan Stowe <gellyfish@gellyfish.com>
33901              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
33902              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
33903      Branch: perl
33904            ! ext/File/Glob/bsd_glob.c
33905 ____________________________________________________________________________
33906 [  9508] By: jhi                                   on 2001/04/01  19:35:03
33907         Log: Update Changes.
33908      Branch: perl
33909            ! Changes patchlevel.h
33910 ____________________________________________________________________________
33911 [  9507] By: jhi                                   on 2001/04/01  19:24:01
33912         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
33913              from mainline to maintperl: pod tweaks.
33914      Branch: maint-5.6/perl
33915           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
33916           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
33917           !> pod/perlvar.pod
33918 ____________________________________________________________________________
33919 [  9506] By: jhi                                   on 2001/04/01  19:11:53
33920         Log: Commit Sarathy to April release of 5.6.1 :-)
33921      Branch: perl
33922            ! pod/perlfaq1.pod
33923 ____________________________________________________________________________
33924 [  9505] By: jhi                                   on 2001/04/01  19:03:15
33925         Log: Subject: PATCH 5.6.0 (perldebug.pod)
33926              From: Mark-Jason Dominus <mjd@plover.com>
33927              Date: Sun, 01 Apr 2001 14:25:11 -0400
33928              Message-ID: <20010401182511.9247.qmail@plover.com>
33929      Branch: perl
33930            ! pod/perldebug.pod
33931 ____________________________________________________________________________
33932 [  9504] By: jhi                                   on 2001/04/01  18:43:09
33933         Log: Add great_circle_direction().
33934      Branch: perl
33935            ! lib/Math/Trig.pm t/lib/trig.t
33936 ____________________________________________________________________________
33937 [  9503] By: jhi                                   on 2001/04/01  17:29:12
33938         Log: Unicode ReadMe update for Unicode 3.1.
33939      Branch: perl
33940            ! lib/unicode/ReadMe.txt
33941 ____________________________________________________________________________
33942 [  9502] By: jhi                                   on 2001/04/01  17:18:40
33943         Log: Integrate change #9501 from maintperl into mainline.
33944              
33945              fix the perlembed notes on multiple interpreters
33946              
33947              fix ExtUtils::Embed to work passably on Windows
33948      Branch: perl
33949           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
33950 ____________________________________________________________________________
33951 [  9501] By: gsar                                  on 2001/04/01  07:21:57
33952         Log: fix the perlembed notes on multiple interpreters
33953              
33954              fix ExtUtils::Embed to work passably on Windows
33955      Branch: maint-5.6/perl
33956            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
33957 ____________________________________________________________________________
33958 [  9500] By: jhi                                   on 2001/04/01  05:58:23
33959         Log: Test for #9499.
33960      Branch: perl
33961            ! t/op/tr.t
33962 ____________________________________________________________________________
33963 [  9499] By: jhi                                   on 2001/04/01  05:55:46
33964         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
33965      Branch: perl
33966            ! embed.h embed.pl op.c proto.h
33967 ____________________________________________________________________________
33968 [  9498] By: jhi                                   on 2001/04/01  05:44:34
33969         Log: Protect the workaround hunk more.
33970      Branch: perl
33971            ! toke.c
33972 ____________________________________________________________________________
33973 [  9497] By: jhi                                   on 2001/04/01  00:24:25
33974         Log: Integrate changes #9493,9494,9495,9496 from maintperl
33975              into mainline.
33976              
33977              fix a broken workaround for Borland compiler in change#4739
33978              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33979              
33980              nits spotted by Borland compiler
33981              
33982              avoid redefinition warnings under Borland 5.02
33983              
33984              various nits identified by the Borland 5.5 compiler; remove suppression
33985              of a few warnings
33986      Branch: perl
33987           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
33988           !> win32/win32.h
33989 ____________________________________________________________________________
33990 [  9496] By: gsar                                  on 2001/03/31  23:22:28
33991         Log: various nits identified by the Borland 5.5 compiler; remove suppression
33992              of a few warnings
33993      Branch: maint-5.6/perl
33994            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
33995 ____________________________________________________________________________
33996 [  9495] By: gsar                                  on 2001/03/31  21:03:08
33997         Log: avoid redefinition warnings under Borland 5.02
33998      Branch: maint-5.6/perl
33999            ! win32/makefile.mk
34000 ____________________________________________________________________________
34001 [  9494] By: gsar                                  on 2001/03/31  20:18:59
34002         Log: nits spotted by Borland compiler
34003      Branch: maint-5.6/perl
34004            ! utf8.h win32/win32.h
34005 ____________________________________________________________________________
34006 [  9493] By: gsar                                  on 2001/03/31  20:18:05
34007         Log: fix a broken workaround for Borland compiler in change#4739
34008              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
34009      Branch: maint-5.6/perl
34010            ! toke.c
34011 ____________________________________________________________________________
34012 [  9492] By: jhi                                   on 2001/03/31  18:36:24
34013         Log: Integrate change #9491 from maintperl into mainline.
34014              
34015              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
34016              directory is relative (need to fetch the full path name *before*
34017              the chdir!)
34018      Branch: perl
34019           !> lib/Cwd.pm
34020 ____________________________________________________________________________
34021 [  9491] By: gsar                                  on 2001/03/31  17:01:56
34022         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
34023              directory is relative (need to fetch the full path name *before*
34024              the chdir!)
34025              
34026              this is a followup patch for change#6749
34027      Branch: maint-5.6/perl
34028            ! lib/Cwd.pm
34029 ____________________________________________________________________________
34030 [  9490] By: jhi                                   on 2001/03/31  15:50:18
34031         Log: Subject: Re: [PATCH] av.h cosmetics
34032              From: Simon Cozens <simon@netthink.co.uk>
34033              Date: Sat, 31 Mar 2001 13:09:59 +0100
34034              Message-ID: <20010331130959.A22000@netthink.co.uk>
34035              
34036              Document AvALLOC.
34037      Branch: perl
34038            ! pod/perlguts.pod
34039 ____________________________________________________________________________
34040 [  9489] By: jhi                                   on 2001/03/31  15:48:44
34041         Log: Subject: [PATCH] Re: Math::Big* v1.21
34042              From: Tels <perl_dummy@bloodgate.com>
34043              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
34044              Message-Id: <200103311125.GAA377738@www08.hway.net>
34045      Branch: perl
34046            ! pod/perlop.pod
34047 ____________________________________________________________________________
34048 [  9488] By: jhi                                   on 2001/03/31  03:39:51
34049         Log: Debug output tweak.
34050      Branch: perl
34051            ! t/lib/cwd.t
34052 ____________________________________________________________________________
34053 [  9487] By: jhi                                   on 2001/03/31  03:33:02
34054         Log: OverVMSification.
34055      Branch: perl
34056            ! t/lib/cwd.t
34057 ____________________________________________________________________________
34058 [  9486] By: jhi                                   on 2001/03/31  03:01:40
34059         Log: Missed MANIFESTations in #9483.
34060      Branch: perl
34061            ! MANIFEST
34062 ____________________________________________________________________________
34063 [  9485] By: jhi                                   on 2001/03/31  02:58:17
34064         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
34065              From: Peter Prymmer <pvhp@forte.com>
34066              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
34067              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
34068      Branch: perl
34069            ! regexec.c t/lib/cwd.t
34070 ____________________________________________________________________________
34071 [  9484] By: jhi                                   on 2001/03/31  01:04:41
34072         Log: Obsolete file (see #3938)
34073      Branch: perl
34074            - lib/unicode/README.Ethiopic
34075            ! MANIFEST
34076 ____________________________________________________________________________
34077 [  9483] By: jhi                                   on 2001/03/31  00:52:42
34078         Log: Update to Unicode 3.1.
34079              (Rename Names.txt to NamesList.txt.)
34080      Branch: perl
34081            + lib/unicode/NamesList.txt lib/unicode/PropList.html
34082            - lib/unicode/Names.txt
34083            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34084            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
34085            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
34086            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
34087            ! lib/unicode/UCD.html lib/unicode/Unicode.html
34088            ! lib/unicode/rename lib/unicode/version
34089 ____________________________________________________________________________
34090 [  9482] By: jhi                                   on 2001/03/30  23:33:44
34091         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
34092              From: Robin Houston <robin@kitsite.com>
34093              Date: Fri, 30 Mar 2001 20:07:22 +0100
34094              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
34095      Branch: perl
34096            ! ext/B/B/Deparse.pm
34097 ____________________________________________________________________________
34098 [  9481] By: jhi                                   on 2001/03/30  23:20:25
34099         Log: Subject: Re: [PATCH] CwdXS, Take 2
34100              From: Benjamin Sugars <bsugars@canoe.ca>
34101              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
34102              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
34103      Branch: perl
34104            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
34105            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
34106 ____________________________________________________________________________
34107 [  9480] By: jhi                                   on 2001/03/30  22:52:38
34108         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
34109              From: David Dyck <dcd@tc.fluke.com>
34110              Date: Fri, 30 Mar 2001 14:44:13 -0800
34111              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
34112              
34113              The t/rantests flags file creation was accidentally
34114              removed by #9217.
34115      Branch: perl
34116            ! Makefile.SH
34117 ____________________________________________________________________________
34118 [  9479] By: jhi                                   on 2001/03/30  22:45:45
34119         Log: Subject: [PATCH] File::Glob stuff for Mac OS
34120              From: Chris Nandor <pudge@pobox.com>
34121              Date: Fri, 30 Mar 2001 16:51:00 -0500
34122              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
34123      Branch: perl
34124            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34125            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
34126            ! t/lib/glob-taint.t
34127 ____________________________________________________________________________
34128 [  9478] By: jhi                                   on 2001/03/30  22:43:12
34129         Log: Subject: fix for win32/buildext.pl
34130              From: "Vadim Konovalov" <watman@inbox.ru>
34131              Date: Sat, 31 Mar 2001 00:50:36 +0400
34132              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
34133      Branch: perl
34134            ! win32/buildext.pl
34135 ____________________________________________________________________________
34136 [  9477] By: jhi                                   on 2001/03/30  22:41:16
34137         Log: Subject: small base.pm doc patch
34138              From: Leon Brocard <acme@astray.com>
34139              Date: Fri, 30 Mar 2001 21:49:57 +0100
34140              Message-ID: <20010330214957.B8733@ns0.astray.com>
34141      Branch: perl
34142            ! lib/base.pm
34143 ____________________________________________________________________________
34144 [  9476] By: jhi                                   on 2001/03/30  18:16:57
34145         Log: Subject: [PATCH] av.h cosmetics
34146              From: Simon Cozens <simon@netthink.co.uk>
34147              Date: Fri, 30 Mar 2001 18:12:28 +0100
34148              Message-ID: <20010330181228.A9319@netthink.co.uk>
34149      Branch: perl
34150            ! av.h
34151 ____________________________________________________________________________
34152 [  9475] By: jhi                                   on 2001/03/30  18:15:50
34153         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
34154              From: "Philip Newton" <pnewton@gmx.de>
34155              Date: Fri, 30 Mar 2001 19:06:57 +0200
34156              Message-ID: <3AC4D951.14815.1AC7068@localhost>
34157      Branch: perl
34158            ! pod/perlhack.pod
34159 ____________________________________________________________________________
34160 [  9474] By: jhi                                   on 2001/03/30  18:14:02
34161         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
34162              From: Benjamin Sugars <bsugars@canoe.ca>
34163              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
34164              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
34165      Branch: perl
34166            ! t/lib/glob-basic.t
34167 ____________________________________________________________________________
34168 [  9473] By: jhi                                   on 2001/03/30  16:09:24
34169         Log: Update Changes.
34170      Branch: perl
34171            ! Changes patchlevel.h
34172 ____________________________________________________________________________
34173 [  9472] By: jhi                                   on 2001/03/30  15:16:08
34174         Log: Integrate perlio.
34175      Branch: perl
34176           !> t/lib/cwd.t t/lib/glob-basic.t
34177 ____________________________________________________________________________
34178 [  9471] By: nick                                  on 2001/03/30  14:47:10
34179         Log: Should be (^O eq 'MSWin32') not 'Win32'
34180              Fail #12 seems real - chdir is in wrong dir.
34181      Branch: perlio
34182            ! t/lib/cwd.t
34183 ____________________________________________________________________________
34184 [  9470] By: jhi                                   on 2001/03/30  14:41:11
34185         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
34186              From: Radu Greab <radu@netsoft.ro>
34187              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
34188              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
34189              
34190              Replace #9352.
34191      Branch: perl
34192            ! ext/Socket/Socket.xs pp_sys.c
34193 ____________________________________________________________________________
34194 [  9469] By: jhi                                   on 2001/03/30  14:37:51
34195         Log: Subject: PATCH pod/perldiag.pod
34196              From: Robin Houston <robin@kitsite.com>
34197              Date: Fri, 30 Mar 2001 14:10:36 +0100
34198              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
34199      Branch: perl
34200            ! pod/perldiag.pod t/lib/glob-basic.t
34201 ____________________________________________________________________________
34202 [  9468] By: jhi                                   on 2001/03/30  14:36:36
34203         Log: Subject: Better diagnostic in io/fs.t
34204              From: andreas.koenig@anima.de (Andreas J. Koenig)
34205              Date: 30 Mar 2001 10:11:43 +0200
34206              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
34207      Branch: perl
34208            ! t/io/fs.t
34209 ____________________________________________________________________________
34210 [  9467] By: nick                                  on 2001/03/30  14:25:43
34211         Log: Skip order test of glob if case-ignoring system cannot 
34212              create a.test and A.test
34213      Branch: perlio
34214            ! t/lib/glob-basic.t
34215 ____________________________________________________________________________
34216 [  9466] By: nick                                  on 2001/03/30  13:03:12
34217         Log: Integrate mainline.
34218      Branch: perlio
34219            - ext/re/hints/aix.pl
34220           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
34221           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
34222           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
34223           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
34224 ____________________________________________________________________________
34225 [  9465] By: jhi                                   on 2001/03/30  03:53:37
34226         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
34227              the tests sometimes hang, sometimes not.)
34228      Branch: perl
34229            ! t/lib/io_multihomed.t t/lib/io_sock.t
34230 ____________________________________________________________________________
34231 [  9464] By: jhi                                   on 2001/03/30  02:56:04
34232         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
34233              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34234              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
34235              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
34236      Branch: perl
34237            ! op.c
34238 ____________________________________________________________________________
34239 [  9463] By: jhi                                   on 2001/03/30  02:34:48
34240         Log: Test for #9462.
34241      Branch: perl
34242            ! t/lib/b.t
34243 ____________________________________________________________________________
34244 [  9462] By: jhi                                   on 2001/03/30  02:29:37
34245         Log: Subject: B::Deparse precedence bug. (Patch included.)
34246              From: Jeremy Madea <jmadea@inktomi.com>
34247              Date: Thu, 29 Mar 2001 12:05:02 -0800
34248              Message-ID: <20010329120502.A24881@dr.inktomi.com>
34249      Branch: perl
34250            ! ext/B/B/Deparse.pm
34251 ____________________________________________________________________________
34252 [  9461] By: jhi                                   on 2001/03/30  02:18:41
34253         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
34254              From: Peter Prymmer <pvhp@forte.com>
34255              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
34256              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
34257      Branch: perl
34258            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
34259            ! t/lib/md5-file.t
34260 ____________________________________________________________________________
34261 [  9460] By: jhi                                   on 2001/03/30  02:17:07
34262         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
34263              From: Robin Houston <robin@kitsite.com>
34264              Date: Thu, 29 Mar 2001 20:47:56 +0100
34265              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
34266      Branch: perl
34267            ! ext/B/B/Debug.pm
34268 ____________________________________________________________________________
34269 [  9459] By: jhi                                   on 2001/03/30  02:16:05
34270         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
34271              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
34272              Date: Wed, 28 Mar 2001 18:02:20 -0600
34273              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
34274      Branch: perl
34275            ! lib/ExtUtils/MM_VMS.pm
34276 ____________________________________________________________________________
34277 [  9458] By: jhi                                   on 2001/03/30  02:07:58
34278         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
34279              From: "Joshua E. Rodd" <jrodd@pbs.org>
34280              Date: Wed, 28 Mar 2001 17:29:12 -0500
34281              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
34282      Branch: perl
34283            ! pod/perlop.pod
34284 ____________________________________________________________________________
34285 [  9457] By: jhi                                   on 2001/03/30  02:04:33
34286         Log: Subject: ext/re/aix.pl can go
34287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34288              Date: Thu, 29 Mar 2001 12:03:28 +0200
34289              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
34290      Branch: perl
34291            - ext/re/hints/aix.pl
34292            ! MANIFEST
34293 ____________________________________________________________________________
34294 [  9456] By: jhi                                   on 2001/03/30  02:03:32
34295         Log: Integrate perlio.
34296      Branch: perl
34297           !> ext/Encode/Encode.xs installperl
34298 ____________________________________________________________________________
34299 [  9455] By: nick                                  on 2001/03/29  21:11:46
34300         Log: DLL name has changed so installperl needs to know
34301              (Why isn't it working it out or passed it?)
34302      Branch: perlio
34303            ! installperl
34304 ____________________________________________________________________________
34305 [  9454] By: nick                                  on 2001/03/29  20:56:12
34306         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
34307              and we don't get undef warnings.
34308      Branch: perlio
34309            ! ext/Encode/Encode.xs
34310 ____________________________________________________________________________
34311 [  9453] By: nick                                  on 2001/03/29  17:58:48
34312         Log: Integrate mainline
34313      Branch: perlio
34314           !> Changes patchlevel.h
34315 ____________________________________________________________________________
34316 [  9452] By: jhi                                   on 2001/03/29  16:44:55
34317         Log: Update Changes.
34318      Branch: perl
34319            ! Changes patchlevel.h
34320 ____________________________________________________________________________
34321 [  9451] By: nick                                  on 2001/03/29  16:31:38
34322         Log: Integrate mainline
34323      Branch: perlio
34324           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
34325           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
34326           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
34327           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
34328           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
34329 ____________________________________________________________________________
34330 [  9450] By: jhi                                   on 2001/03/29  16:29:17
34331         Log: Integrate perlio.
34332      Branch: perl
34333           !> win32/buildext.pl
34334 ____________________________________________________________________________
34335 [  9449] By: jhi                                   on 2001/03/29  15:50:01
34336         Log: Update Changes.
34337      Branch: perl
34338            ! Changes patchlevel.h
34339 ____________________________________________________________________________
34340 [  9448] By: nick                                  on 2001/03/29  15:47:15
34341         Log: Make sure buildext.pl finds Errno.pm
34342      Branch: perlio
34343            ! win32/buildext.pl
34344 ____________________________________________________________________________
34345 [  9447] By: jhi                                   on 2001/03/29  15:39:34
34346         Log: Integrate perlio.
34347      Branch: perl
34348           !> win32/makefile.mk
34349 ____________________________________________________________________________
34350 [  9446] By: nick                                  on 2001/03/29  15:30:03
34351         Log: Integrate win32/makefile.mk with mainline.
34352      Branch: perlio
34353           !> win32/makefile.mk
34354 ____________________________________________________________________________
34355 [  9445] By: nick                                  on 2001/03/29  15:27:32
34356         Log: Fix breakage ... 
34357      Branch: perlio
34358            ! win32/makefile.mk
34359 ____________________________________________________________________________
34360 [  9444] By: jhi                                   on 2001/03/29  15:03:08
34361         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
34362              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34363              Date: Thu, 29 Mar 2001 10:32:59 +0400
34364              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
34365      Branch: perl
34366            ! win32/makefile.mk
34367 ____________________________________________________________________________
34368 [  9443] By: jhi                                   on 2001/03/29  15:02:12
34369         Log: Integrate perlio.
34370      Branch: perl
34371           +> win32/buildext.pl
34372           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
34373           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
34374 ____________________________________________________________________________
34375 [  9442] By: nick                                  on 2001/03/29  14:59:11
34376         Log: Work in progress - determine win32 extensions to build via script.
34377      Branch: perlio
34378            + win32/buildext.pl
34379            ! MANIFEST win32/makefile.mk
34380 ____________________________________________________________________________
34381 [  9441] By: jhi                                   on 2001/03/29  14:51:47
34382         Log: Reintroduce the use of external pwd.
34383      Branch: perl
34384            ! t/lib/cwd.t
34385 ____________________________________________________________________________
34386 [  9440] By: jhi                                   on 2001/03/29  14:42:58
34387         Log: use warnings instead of -w.
34388      Branch: perl
34389            ! utils/h2xs.PL
34390 ____________________________________________________________________________
34391 [  9439] By: jhi                                   on 2001/03/29  14:41:52
34392         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
34393              From: Jonathan Stowe <gellyfish@gellyfish.com>
34394              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
34395              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
34396      Branch: perl
34397            ! utils/h2xs.PL
34398 ____________________________________________________________________________
34399 [  9438] By: jhi                                   on 2001/03/29  14:39:38
34400         Log: Subject: [PATCH perl@9424] minor pod nits
34401              From: Robin Barker <rmb1@cise.npl.co.uk>
34402              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
34403              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
34404      Branch: perl
34405            ! pod/perlhack.pod pod/perliol.pod
34406 ____________________________________________________________________________
34407 [  9437] By: jhi                                   on 2001/03/29  14:29:16
34408         Log: Subject: [PATCH perl@9424] typemap cast warning
34409              From: Robin Barker <rmb1@cise.npl.co.uk>
34410              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
34411              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
34412      Branch: perl
34413            ! lib/ExtUtils/typemap
34414 ____________________________________________________________________________
34415 [  9436] By: jhi                                   on 2001/03/29  14:26:03
34416         Log: Subject: [PATCH perl@9424] printf warning
34417              From: Robin Barker <rmb1@cise.npl.co.uk>
34418              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
34419              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
34420      Branch: perl
34421            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
34422            ! ext/Storable/Storable.xs toke.c
34423 ____________________________________________________________________________
34424 [  9435] By: nick                                  on 2001/03/29  14:23:31
34425         Log: Win32 has name conflict with ERROR
34426      Branch: perlio
34427            ! ext/PerlIO/Via/Via.xs
34428 ____________________________________________________________________________
34429 [  9434] By: jhi                                   on 2001/03/29  14:17:48
34430         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
34431              From: Peter Prymmer <pvhp@forte.com>
34432              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
34433              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
34434      Branch: perl
34435            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
34436 ____________________________________________________________________________
34437 [  9433] By: jhi                                   on 2001/03/29  13:52:44
34438         Log: test-prep target was missing.
34439      Branch: perl
34440            ! Makefile.SH
34441 ____________________________________________________________________________
34442 [  9432] By: nick                                  on 2001/03/29  12:40:03
34443         Log: Make as-shipped compiler default to MSVC6 
34444      Branch: perlio
34445            ! win32/makefile.mk
34446 ____________________________________________________________________________
34447 [  9431] By: nick                                  on 2001/03/29  12:12:16
34448         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
34449              akin to PerlIO::Scalar.
34450      Branch: perlio
34451            ! perlio.c perlio.h
34452 ____________________________________________________________________________
34453 [  9430] By: nick                                  on 2001/03/29  10:56:35
34454         Log: Integrate mainline.
34455      Branch: perlio
34456           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
34457           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
34458           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
34459           !> win32/makefile.mk win32/win32sck.c
34460 ____________________________________________________________________________
34461 [  9429] By: nick                                  on 2001/03/29  09:03:43
34462         Log: Noticed that two tests were skipped as perlio:: package
34463              isn't there any more. Changed the skip condition.
34464              Avoid core-dump if sv_utf8_upgrade() called on something
34465              that does not become SvPOK after SvPV() (e.g. a ref).
34466      Branch: perlio
34467            ! sv.c t/io/utf8.t t/lib/io_scalar.t
34468 ____________________________________________________________________________
34469 [  9428] By: jhi                                   on 2001/03/29  01:31:47
34470         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
34471              From: Benjamin Sugars <bsugars@canoe.ca> 
34472              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
34473              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
34474      Branch: perl
34475            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
34476            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
34477            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
34478 ____________________________________________________________________________
34479 [  9427] By: jhi                                   on 2001/03/29  00:49:30
34480         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
34481              From: "Vadim Konovalov" <watman@inbox.ru>
34482              Date: Thu, 29 Mar 2001 01:50:12 +0400
34483              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
34484      Branch: perl
34485            ! win32/makefile.mk win32/win32sck.c
34486 ____________________________________________________________________________
34487 [  9426] By: gsar                                  on 2001/03/29  00:28:04
34488         Log: dmake can only handle == and != in comparisons; support building
34489              with Borland's VCL libraries (from Vadim Konovalov)
34490      Branch: maint-5.6/perl
34491            ! win32/makefile.mk
34492 ____________________________________________________________________________
34493 [  9425] By: nick                                  on 2001/03/28  19:29:56
34494         Log: Integrate (@snapshot)
34495      Branch: perlio
34496           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
34497 ____________________________________________________________________________
34498 [  9424] By: jhi                                   on 2001/03/28  19:03:16
34499         Log: Update Changes.
34500      Branch: perl
34501            ! Changes patchlevel.h
34502 ____________________________________________________________________________
34503 [  9423] By: jhi                                   on 2001/03/28  18:52:09
34504         Log: Rmdir lib/XS on cleanup.
34505      Branch: perl
34506            ! Makefile.SH
34507 ____________________________________________________________________________
34508 [  9422] By: jhi                                   on 2001/03/28  18:49:34
34509         Log: Integrate perlio.
34510      Branch: perl
34511           !> t/op/utf8decode.t
34512 ____________________________________________________________________________
34513 [  9421] By: nick                                  on 2001/03/28  18:46:44
34514         Log: Loose duplicate chunk.
34515      Branch: perlio
34516            ! t/op/utf8decode.t
34517 ____________________________________________________________________________
34518 [  9420] By: nick                                  on 2001/03/28  18:44:11
34519         Log: Integrate mainline.
34520      Branch: perlio
34521           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
34522           !> vms/vmsish.h
34523 ____________________________________________________________________________
34524 [  9419] By: jhi                                   on 2001/03/28  18:42:05
34525         Log: Can't trust external pwds
34526              (either shell builtins or external programs)
34527      Branch: perl
34528            ! t/lib/cwd.t
34529 ____________________________________________________________________________
34530 [  9418] By: jhi                                   on 2001/03/28  18:34:05
34531         Log: Integrate perlio.
34532      Branch: perl
34533            - lib/perlio.pm
34534           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
34535           !> t/op/utf8decode.t
34536 ____________________________________________________________________________
34537 [  9417] By: nick                                  on 2001/03/28  18:24:02
34538         Log: PerlIO.pm / perlio.pm conflict.
34539              Update some pods.
34540              Make t/op/utf8decode.t a text file.
34541      Branch: perlio
34542            - lib/perlio.pm
34543            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
34544            ! t/op/utf8decode.t
34545 ____________________________________________________________________________
34546 [  9416] By: jhi                                   on 2001/03/28  18:06:07
34547         Log: Integrate change #9409 from mainline to maintperl.
34548              
34549              Yet another tweak on AIX dynaloading.
34550      Branch: maint-5.6/perl
34551           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34552 ____________________________________________________________________________
34553 [  9415] By: gsar                                  on 2001/03/28  17:13:01
34554         Log: integrate changes#9377,9385,9401 from mainline
34555              
34556              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
34557              
34558              If directory entries compare equal case-insensitively,
34559              retry case-sensitively.
34560              
34561              Subject: [PATCH] B::Terse and warnings
34562      Branch: maint-5.6/perl
34563           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
34564           !> t/pragma/warn/perl
34565 ____________________________________________________________________________
34566 [  9414] By: jhi                                   on 2001/03/28  17:11:12
34567         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
34568              From: "Craig A. Berry" <craigberry@mac.com>
34569              Date: Wed, 28 Mar 2001 10:55:20 -0600
34570              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
34571      Branch: perl
34572            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
34573 ____________________________________________________________________________
34574 [  9413] By: jhi                                   on 2001/03/28  17:03:12
34575         Log: Dup hunk.
34576      Branch: perl
34577            ! t/op/utf8decode.t
34578 ____________________________________________________________________________
34579 [  9412] By: jhi                                   on 2001/03/28  17:02:36
34580         Log: Forced integrate from perlio.
34581      Branch: perl
34582           !> t/op/utf8decode.t
34583 ____________________________________________________________________________
34584 [  9411] By: nick                                  on 2001/03/28  16:50:03
34585         Log: Integrate mainline.
34586      Branch: perlio
34587           +> t/lib/cwd.t
34588           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34589           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
34590           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
34591           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
34592           !> t/pragma/warn/perl
34593 ____________________________________________________________________________
34594 [  9410] By: jhi                                   on 2001/03/28  16:44:23
34595         Log: Subject: Re: [PATCH] 9403 cannot be tested
34596              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34597              Date: Wed, 28 Mar 2001 18:33:56 +0200
34598              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
34599      Branch: perl
34600            ! makedef.pl
34601 ____________________________________________________________________________
34602 [  9409] By: jhi                                   on 2001/03/28  16:12:45
34603         Log: Yet another tweak on AIX dynaloading.
34604      Branch: perl
34605            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34606 ____________________________________________________________________________
34607 [  9408] By: jhi                                   on 2001/03/28  15:52:55
34608         Log: Subject: [PATCH] 9403 cannot be tested
34609              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34610              Date: Wed, 28 Mar 2001 17:23:00 +0200
34611              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
34612              
34613              A missing symbol.
34614      Branch: perl
34615            ! makedef.pl
34616 ____________________________________________________________________________
34617 [  9407] By: jhi                                   on 2001/03/28  15:47:43
34618         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
34619      Branch: perl
34620            ! t/op/utf8decode.t
34621           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
34622           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
34623 ____________________________________________________________________________
34624 [  9406] By: jhi                                   on 2001/03/28  15:37:08
34625         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
34626              From: Benjamin Sugars <bsugars@canoe.ca> 
34627              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
34628              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
34629      Branch: perl
34630            + t/lib/cwd.t
34631            ! MANIFEST
34632 ____________________________________________________________________________
34633 [  9405] By: jhi                                   on 2001/03/28  15:13:18
34634         Log: pp_ne() needs a CORRECT boolean.
34635      Branch: perl
34636            ! pp.c
34637 ____________________________________________________________________________
34638 [  9404] By: jhi                                   on 2001/03/28  15:09:23
34639         Log: pp_ne() needs a boolean, not an integer.
34640      Branch: perl
34641            ! pp.c
34642 ____________________________________________________________________________
34643 [  9403] By: jhi                                   on 2001/03/28  14:47:43
34644         Log: (Retracted by #9404.)
34645      Branch: perl
34646            ! pp.c
34647 ____________________________________________________________________________
34648 [  9402] By: jhi                                   on 2001/03/28  14:43:59
34649         Log: Subject: Re: [PATCH] Typemap testing
34650              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
34651              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
34652              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
34653      Branch: perl
34654            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34655            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
34656 ____________________________________________________________________________
34657 [  9401] By: jhi                                   on 2001/03/28  14:42:14
34658         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
34659              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34660              Date: Sun, 25 Mar 2001 21:59:15 +0100
34661              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
34662              
34663              A variable will be checked for the "use once" warnings if:
34664              
34665              1. It is in the scope of a use warnings 'once'
34666              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
34667              
34668              Otherwise it won't be checked at all.
34669              
34670              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
34671              
34672              The enclosed patch partially fixes this issue. What I didn't
34673              get to work was the case where the "used once" warning is enabled
34674              in any file other than the main file.
34675      Branch: perl
34676            ! gv.c t/pragma/warn/perl
34677 ____________________________________________________________________________
34678 [  9400] By: nick                                  on 2001/03/28  14:38:24
34679         Log: More EBCDIC tweaks:
34680              - one more swash issue &~(0xA0-1) did not do the right thing,
34681              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
34682              - add "use re 'asciirange'" to make [!-~] etc. work
34683              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
34684              - Choose a key for t/op/each.t test which gets encoded.
34685              - Skip utf8decode if this is UTF-EBCDIC.
34686      Branch: perlio
34687            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
34688            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
34689 ____________________________________________________________________________
34690 [  9399] By: jhi                                   on 2001/03/28  14:21:00
34691         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
34692              Andreas Schwab.
34693      Branch: perl
34694            ! pp.c
34695 ____________________________________________________________________________
34696 [  9398] By: jhi                                   on 2001/03/28  00:55:56
34697         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
34698              From: David Dyck <dcd@tc.fluke.com>
34699              Date: Tue, 27 Mar 2001 15:16:24 -0800
34700              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
34701      Branch: perl
34702            ! ext/IO/lib/IO/Socket.pm
34703 ____________________________________________________________________________
34704 [  9397] By: jhi                                   on 2001/03/27  21:52:49
34705         Log: Integrate perlio.
34706      Branch: perl
34707           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
34708           +> ext/PerlIO/Via/Via.xs
34709           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
34710 ____________________________________________________________________________
34711 [  9396] By: nick                                  on 2001/03/27  21:45:13
34712         Log: Integrate mainline.
34713      Branch: perlio
34714           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
34715           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
34716 ____________________________________________________________________________
34717 [  9395] By: nick                                  on 2001/03/27  21:18:58
34718         Log: Outline docs for PerlIO and PerlIO::Scalar
34719      Branch: perlio
34720            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
34721 ____________________________________________________________________________
34722 [  9394] By: nick                                  on 2001/03/27  20:50:13
34723         Log: PerlIO::Via layer (alpha-ish).
34724      Branch: perlio
34725            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
34726            + ext/PerlIO/Via/Via.xs
34727            ! MANIFEST
34728 ____________________________________________________________________________
34729 [  9393] By: jhi                                   on 2001/03/27  20:49:55
34730         Log: Retract #9329 now that 9390 should take care of the matter.
34731      Branch: perl
34732            ! utils/h2xs.PL
34733 ____________________________________________________________________________
34734 [  9390] By: jhi                                   on 2001/03/27  20:47:50
34735         Log: Subject: Autoloading Errno.pm when %! is encountered
34736              From: Robin Houston <robin@kitsite.com>
34737              Date: Tue, 27 Mar 2001 20:57:11 +0100
34738              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
34739      Branch: perl
34740            ! embed.h embed.pl gv.c proto.h t/op/magic.t
34741 ____________________________________________________________________________
34742 [  9389] By: jhi                                   on 2001/03/27  20:24:31
34743         Log: Integrate perlio.
34744      Branch: perl
34745           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
34746           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
34747           !> utf8.c
34748 ____________________________________________________________________________
34749 [  9388] By: jhi                                   on 2001/03/27  20:21:38
34750         Log: Better have a three-element array if one is going to assign
34751              to the third element of that array. (from Tim Jenness)
34752      Branch: perl
34753            ! ext/XS/Typemap/Typemap.xs
34754 ____________________________________________________________________________
34755 [  9387] By: nick                                  on 2001/03/27  20:15:43
34756         Log: Integrate mainline.
34757      Branch: perlio
34758           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
34759           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34760           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
34761           +> t/lib/xs-typemap.t
34762           !> (integrate 34 files)
34763 ____________________________________________________________________________
34764 [  9386] By: jhi                                   on 2001/03/27  20:04:18
34765         Log: Subject: Re: perl@9359 breaks HTML::Parser
34766              From: Gisle Aas <gisle@ActiveState.com>
34767              Date: 27 Mar 2001 11:30:24 -0800
34768              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
34769              
34770              Clarify the UTF-8 issues of the API docs.
34771              (Slightly reworded and expanded.)
34772      Branch: perl
34773            ! pod/perlapi.pod sv.c sv.h
34774 ____________________________________________________________________________
34775 [  9385] By: jhi                                   on 2001/03/27  19:44:25
34776         Log: If directory entries compare equal case-insensitively,
34777              retry case-sensitively.
34778      Branch: perl
34779            ! ext/File/Glob/bsd_glob.c
34780 ____________________________________________________________________________
34781 [  9384] By: nick                                  on 2001/03/27  19:38:50
34782         Log: Various EBCDIC fixes:
34783              - major revelation that swash code is encoding aware,
34784              (or thought it was) - now it is ;-)
34785              - With that out of the way fix a slab of tr/// cases.
34786              - Fix Encode 'Unicode' to be true Unicode so tests pass.
34787              - As anticipated Base64.xs needed tweaks.
34788              - Until tr/// works right avoid old_encode64 in MIME tests.
34789      Branch: perlio
34790            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
34791            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
34792 ____________________________________________________________________________
34793 [  9383] By: jhi                                   on 2001/03/27  18:34:41
34794         Log: Add the std test suite BEGIN block.
34795      Branch: perl
34796            ! t/lib/xs-typemap.t
34797 ____________________________________________________________________________
34798 [  9382] By: jhi                                   on 2001/03/27  15:16:07
34799         Log: Add debugging output to the test.
34800      Branch: perl
34801            ! t/lib/glob-basic.t
34802 ____________________________________________________________________________
34803 [  9381] By: jhi                                   on 2001/03/27  15:08:10
34804         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
34805      Branch: perl
34806            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
34807            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34808            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
34809            + t/lib/xs-typemap.t
34810            ! MANIFEST
34811 ____________________________________________________________________________
34812 [  9380] By: jhi                                   on 2001/03/27  14:48:34
34813         Log: Subject: [PATCH] Typemap testing
34814              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
34815              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
34816              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
34817              
34818              (The first part of the patch.)
34819      Branch: perl
34820            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
34821 ____________________________________________________________________________
34822 [  9379] By: jhi                                   on 2001/03/27  14:44:56
34823         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
34824              From: Benjamin Sugars <bsugars@canoe.ca> 
34825              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
34826              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
34827      Branch: perl
34828            ! t/lib/glob-basic.t
34829 ____________________________________________________________________________
34830 [  9378] By: jhi                                   on 2001/03/27  14:42:30
34831         Log: Subject: [PATCH] perlvar nit
34832              From: Simon Cozens <simon@netthink.co.uk>
34833              Date: Tue, 27 Mar 2001 01:12:01 +0100
34834              Message-ID: <20010327011201.A19179@netthink.co.uk>
34835      Branch: perl
34836            ! pod/perlvar.pod
34837 ____________________________________________________________________________
34838 [  9377] By: jhi                                   on 2001/03/27  14:36:26
34839         Log: Subject: [PATCH] B::Terse and warnings
34840              From: Benjamin Sugars <ben.sugars@home.com>
34841              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
34842              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
34843      Branch: perl
34844            ! ext/B/B.pm ext/B/B/Terse.pm
34845 ____________________________________________________________________________
34846 [  9376] By: jhi                                   on 2001/03/27  14:31:31
34847         Log: Document sockatmark() some.
34848      Branch: perl
34849            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
34850            ! pod/perltoc.pod
34851 ____________________________________________________________________________
34852 [  9375] By: jhi                                   on 2001/03/27  14:00:24
34853         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
34854              noted by Gisle and fixed by NI-S.
34855      Branch: perl
34856            ! sv.c
34857 ____________________________________________________________________________
34858 [  9374] By: jhi                                   on 2001/03/27  05:50:01
34859         Log: Regen toc.
34860      Branch: perl
34861            ! pod/perltoc.pod
34862 ____________________________________________________________________________
34863 [  9373] By: jhi                                   on 2001/03/27  05:43:51
34864         Log: Pixie documenting.
34865      Branch: perl
34866            ! Makefile.SH pod/perlhack.pod
34867 ____________________________________________________________________________
34868 [  9372] By: jhi                                   on 2001/03/27  05:29:34
34869         Log: Metaconfig unit changes for #9371.
34870      Branch: metaconfig
34871            ! U/modified/myhostname.U
34872      Branch: metaconfig/U/perl
34873            + d_sockatmark.U
34874            ! gccvers.U
34875 ____________________________________________________________________________
34876 [  9371] By: jhi                                   on 2001/03/27  05:29:07
34877         Log: Add sockatmark() probing.
34878      Branch: perl
34879            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34880            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34881            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34882            ! vos/config.ga.h win32/config.bc win32/config.gc
34883            ! win32/config.vc
34884 ____________________________________________________________________________
34885 [  9370] By: jhi                                   on 2001/03/26  22:01:18
34886         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
34887              Really need to benchmark this.
34888      Branch: perl
34889            ! pp.c
34890 ____________________________________________________________________________
34891 [  9369] By: nick                                  on 2001/03/26  21:59:30
34892         Log: Integrate mainline.
34893      Branch: perlio
34894            ! ext/MIME/Base64/QuotedPrint.pm
34895           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34896           !> patchlevel.h pod/perlhack.pod pp_sys.c
34897 ____________________________________________________________________________
34898 [  9368] By: jhi                                   on 2001/03/26  21:47:03
34899         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
34900              
34901              TODO1: perlbench.
34902              TODO2: le, lt, ge, gt?  Yech.
34903      Branch: perl
34904            ! pp.c
34905 ____________________________________________________________________________
34906 [  9367] By: jhi                                   on 2001/03/26  21:34:57
34907         Log: Too much cut-and-paste in #9363.
34908      Branch: perl
34909            ! pp_sys.c
34910 ____________________________________________________________________________
34911 [  9366] By: jhi                                   on 2001/03/26  21:20:53
34912         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
34913              From: Andreas Schwab <schwab@suse.de>
34914              Date: 26 Mar 2001 17:29:04 +0200
34915              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
34916              
34917              (The patch for 5.6.0 or so, this is a guess for bleadperl)
34918      Branch: perl
34919            ! pp_hot.c
34920 ____________________________________________________________________________
34921 [  9365] By: jhi                                   on 2001/03/26  21:07:54
34922         Log: Integrate perlio.
34923      Branch: perl
34924           !> perlio.c
34925 ____________________________________________________________________________
34926 [  9364] By: nick                                  on 2001/03/26  20:30:48
34927         Log: REFCNT botch in layer name cache hash.
34928      Branch: perlio
34929            ! perlio.c
34930 ____________________________________________________________________________
34931 [  9363] By: jhi                                   on 2001/03/26  18:44:32
34932         Log: Subject: [PATCH] socket() leaks file descriptors
34933              From: Benjamin Sugars <bsugars@canoe.ca>
34934              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
34935              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
34936              
34937              Also sockpair() fixed similarly.
34938      Branch: perl
34939            ! pp_sys.c
34940 ____________________________________________________________________________
34941 [  9362] By: jhi                                   on 2001/03/26  18:37:52
34942         Log: Integrate perlio.
34943      Branch: perl
34944           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
34945 ____________________________________________________________________________
34946 [  9361] By: nick                                  on 2001/03/26  17:32:06
34947         Log: Implement flush of linebuffered streams on read of a tty.
34948      Branch: perlio
34949            ! perlio.c perliol.h
34950 ____________________________________________________________________________
34951 [  9360] By: nick                                  on 2001/03/26  17:12:32
34952         Log: Memory tweaks and notes for OEMVS.
34953      Branch: perlio
34954            ! README.os390 miniperlmain.c t/op/pat.t
34955 ____________________________________________________________________________
34956 [  9359] By: jhi                                   on 2001/03/26  02:12:54
34957         Log: Update Changes.
34958      Branch: perl
34959            ! Changes patchlevel.h
34960 ____________________________________________________________________________
34961 [  9358] By: jhi                                   on 2001/03/26  02:05:32
34962         Log: Document the most common pixie options.
34963      Branch: perl
34964            ! pod/perlhack.pod
34965 ____________________________________________________________________________
34966 [  9357] By: jhi                                   on 2001/03/26  01:25:28
34967         Log: For perl.pixie check *before* compiling that optimize is -g,
34968              as for perl.third.
34969      Branch: perl
34970            ! Makefile.SH
34971 ____________________________________________________________________________
34972 [  9356] By: jhi                                   on 2001/03/26  01:13:41
34973         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
34974      Branch: perl
34975            ! Makefile.SH
34976 ____________________________________________________________________________
34977 [  9355] By: jhi                                   on 2001/03/26  01:11:19
34978         Log: Remove t/perl.third.
34979      Branch: perl
34980            ! Makefile.SH
34981 ____________________________________________________________________________
34982 [  9354] By: jhi                                   on 2001/03/26  00:23:38
34983         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
34984              IO::Sockatmark().
34985      Branch: perl
34986            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34987 ____________________________________________________________________________
34988 [  9353] By: jhi                                   on 2001/03/25  22:25:04
34989         Log: Integrate perlio.
34990      Branch: perl
34991           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34992           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
34993           !> pp_hot.c win32/makefile.mk
34994 ____________________________________________________________________________
34995 [  9352] By: jhi                                   on 2001/03/25  22:21:41
34996         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
34997              From: Radu Greab <radu@netsoft.ro>
34998              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
34999              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
35000      Branch: perl
35001            ! pp_sys.c
35002 ____________________________________________________________________________
35003 [  9351] By: nick                                  on 2001/03/25  22:15:02
35004         Log: Fix readline in list mode to tell rest of world that it has
35005              things on the stack. Otherwise if perl code gets invoked
35006              underneath it it scribbles over results-so-far.
35007              (Why TIEHANDLE has not tripped on this is a mystery.)
35008      Branch: perlio
35009            ! pp_hot.c
35010 ____________________________________________________________________________
35011 [  9350] By: nick                                  on 2001/03/25  22:10:13
35012         Log: win32/makefile.mk typos
35013      Branch: perlio
35014            ! win32/makefile.mk
35015 ____________________________________________________________________________
35016 [  9349] By: nick                                  on 2001/03/25  21:31:14
35017         Log: Integrate now-non-binary file.
35018      Branch: perlio
35019           !> t/lib/mimeqp.t
35020 ____________________________________________________________________________
35021 [  9348] By: nick                                  on 2001/03/25  21:27:24
35022         Log: Make it text
35023      Branch: perlio
35024            ! t/lib/mimeqp.t
35025 ____________________________________________________________________________
35026 [  9347] By: nick                                  on 2001/03/25  21:25:37
35027         Log: Integrate mainline.
35028      Branch: perlio
35029           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
35030           !> lib/Term/ReadLine.pm t/lib/md5-file.t
35031 ____________________________________________________________________________
35032 [  9346] By: nick                                  on 2001/03/25  20:58:15
35033         Log: Add destruct time hook to PerlIO (for work-in-process implementing
35034              layers in perl code. In such cases layers need to be popped before
35035              we loose the ability to run perl code.)
35036              Also back-out "PerlIO::object" hook - it isn't going to work like that...
35037      Branch: perlio
35038            ! perl.c perlio.c perlio.h perliol.h
35039 ____________________________________________________________________________
35040 [  9345] By: nick                                  on 2001/03/25  20:49:11
35041         Log: Avoid at leasy one of undefined warnings in Encode.
35042      Branch: perlio
35043            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35044 ____________________________________________________________________________
35045 [  9344] By: jhi                                   on 2001/03/25  20:37:43
35046         Log: A workaround for using Term::ReadLine in emacs minibuffer
35047              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
35048              additional tweaks from Ilya Zakharevich.
35049      Branch: perl
35050            ! lib/Term/ReadLine.pm
35051 ____________________________________________________________________________
35052 [  9343] By: nick                                  on 2001/03/25  20:21:14
35053         Log: Missing return value.
35054      Branch: perlio
35055            ! ext/PerlIO/Scalar/Scalar.xs
35056 ____________________________________________________________________________
35057 [  9342] By: jhi                                   on 2001/03/25  16:21:00
35058         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
35059              to equal the CPAN versions since no code changes have been made.
35060      Branch: perl
35061            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
35062            ! t/lib/md5-file.t
35063 ____________________________________________________________________________
35064 [  9341] By: jhi                                   on 2001/03/25  16:01:48
35065         Log: Escape 8-bit characters.
35066      Branch: perl
35067            ! t/lib/mimeqp.t
35068 ____________________________________________________________________________
35069 [  9340] By: gsar                                  on 2001/03/25  15:50:53
35070         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
35071              chars)
35072      Branch: perl
35073            + t/lib/mimeqp.t
35074 ____________________________________________________________________________
35075 [  9339] By: gsar                                  on 2001/03/25  15:48:50
35076         Log: delete mimeqp.t for later add with text mode set
35077      Branch: perl
35078            - t/lib/mimeqp.t
35079 ____________________________________________________________________________
35080 [  9338] By: nick                                  on 2001/03/25  09:01:57
35081         Log: Integrate mainline.
35082      Branch: perlio
35083           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
35084           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
35085           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
35086           +> t/lib/mimeb64u.t t/lib/mimeqp.t
35087           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
35088           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
35089           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
35090 ____________________________________________________________________________
35091 [  9337] By: jhi                                   on 2001/03/25  04:23:24
35092         Log: Add MIME::Base64 here and there.  Again, a lot of
35093              optimism is in the air.
35094      Branch: perl
35095            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
35096            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
35097 ____________________________________________________________________________
35098 [  9336] By: jhi                                   on 2001/03/25  04:12:43
35099         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
35100              this by ear as I do not do Win32 programming.)
35101      Branch: perl
35102            ! win32/Makefile win32/makefile.mk
35103 ____________________________________________________________________________
35104 [  9335] By: jhi                                   on 2001/03/25  04:03:50
35105         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
35106      Branch: perl
35107            ! t/lib/md5-file.t
35108 ____________________________________________________________________________
35109 [  9334] By: jhi                                   on 2001/03/25  03:58:53
35110         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
35111      Branch: perl
35112            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
35113            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
35114            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
35115            + t/lib/mimeb64u.t t/lib/mimeqp.t
35116            ! MANIFEST
35117 ____________________________________________________________________________
35118 [  9333] By: jhi                                   on 2001/03/24  20:14:37
35119         Log: Integrate perlio.
35120      Branch: perl
35121           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
35122 ____________________________________________________________________________
35123 [  9332] By: nick                                  on 2001/03/24  19:40:34
35124         Log: Fix un-init variable leading to spurious "Out of Memory!"
35125      Branch: perlio
35126            ! doio.c
35127 ____________________________________________________________________________
35128 [  9331] By: nick                                  on 2001/03/24  19:09:59
35129         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
35130              and update layers internals doc.
35131      Branch: perlio
35132            ! pod/perlfunc.pod pod/perliol.pod
35133 ____________________________________________________________________________
35134 [  9330] By: jhi                                   on 2001/03/24  18:42:11
35135         Log: The length might be uninitialized garbage if the *svp is the undef.
35136      Branch: perl
35137            ! doio.c
35138 ____________________________________________________________________________
35139 [  9329] By: jhi                                   on 2001/03/24  18:26:57
35140         Log: (Retracted by #9393)
35141              
35142              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
35143              From: Simon Cozens <simon@netthink.co.uk>
35144              Date: Sat, 24 Mar 2001 17:13:17 +0000
35145              Message-ID: <20010324171317.A13406@netthink.co.uk>
35146      Branch: perl
35147            ! utils/h2xs.PL
35148 ____________________________________________________________________________
35149 [  9328] By: nick                                  on 2001/03/24  17:22:02
35150         Log: Integrate mainline.
35151      Branch: perlio
35152           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
35153           !> lib/unicode/version
35154 ____________________________________________________________________________
35155 [  9327] By: nick                                  on 2001/03/24  17:16:02
35156         Log: Integrate mainline.
35157      Branch: perlio
35158           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35159           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
35160           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
35161           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
35162           +> t/lib/md5-file.t
35163           !> MANIFEST Makefile.SH configure.com djgpp/config.over
35164           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
35165           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
35166           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
35167           !> win32/makefile.mk
35168 ____________________________________________________________________________
35169 [  9326] By: jhi                                   on 2001/03/24  17:00:42
35170         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
35171      Branch: perl
35172            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
35173            ! lib/unicode/version
35174 ____________________________________________________________________________
35175 [  9325] By: jhi                                   on 2001/03/24  16:22:33
35176         Log: Subject: Re: B::Deparse bug (5.6.0)
35177              From: Robin Houston <robin@kitsite.com>
35178              Date: Sat, 24 Mar 2001 14:33:09 +0000
35179              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
35180      Branch: perl
35181            ! op.c pp.c t/lib/b.t t/op/repeat.t
35182 ____________________________________________________________________________
35183 [  9324] By: jhi                                   on 2001/03/24  16:21:56
35184         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
35185              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
35186              these additions may be too optimistic.
35187      Branch: perl
35188            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
35189            ! hints/uwin.sh hints/vmesa.sh
35190 ____________________________________________________________________________
35191 [  9323] By: jhi                                   on 2001/03/24  16:06:01
35192         Log: Integrate perlio.
35193      Branch: perl
35194           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
35195           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35196            ! Makefile.SH
35197           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
35198           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
35199           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
35200           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35201           !> win32/makefile.mk win32/perlhost.h win32/win32.c
35202           !> win32/win32iop.h
35203 ____________________________________________________________________________
35204 [  9322] By: nick                                  on 2001/03/24  14:39:12
35205         Log: Routine Win32 regen_config_h - no real changes.
35206      Branch: perlio
35207            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35208 ____________________________________________________________________________
35209 [  9321] By: nick                                  on 2001/03/24  14:31:49
35210         Log: PerlIO fixups for Win32:
35211              - provide win33_popenlist() - non-functional as yet.
35212              - avoid need for aTHX in PerlIO_debug calls - even if not 
35213              enabled args are still evaluated so Win32 has trouble during fork().
35214              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
35215              - Fixup makedef.pl for latest set of symbols.
35216      Branch: perlio
35217            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
35218            ! win32/perlhost.h win32/win32.c win32/win32iop.h
35219 ____________________________________________________________________________
35220 [  9320] By: nick                                  on 2001/03/24  14:26:58
35221         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
35222              was gibberish - broke it on WIn32 at least.
35223      Branch: perlio
35224            ! ext/POSIX/POSIX.xs
35225 ____________________________________________________________________________
35226 [  9319] By: nick                                  on 2001/03/24  11:29:41
35227         Log: Generated files.
35228      Branch: perlio
35229            ! embed.h global.sym objXSUB.h perlapi.c proto.h
35230 ____________________________________________________________________________
35231 [  9318] By: nick                                  on 2001/03/24  10:29:37
35232         Log: Implement:
35233              1.  open($fh,"+<",undef);  # add test to t/io/open.t
35234              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
35235      Branch: perlio
35236            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
35237            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35238            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
35239            ! t/io/open.t t/io/utf8.t
35240 ____________________________________________________________________________
35241 [  9317] By: jhi                                   on 2001/03/23  23:41:25
35242         Log: AIX does seems to have optimization problems with its C compilers.
35243      Branch: perl
35244            ! hints/aix.sh
35245 ____________________________________________________________________________
35246 [  9316] By: jhi                                   on 2001/03/23  23:40:46
35247         Log: Integrate perlio.
35248      Branch: perl
35249           +> lib/PerlIO.pm
35250           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
35251           !> perliol.h
35252 ____________________________________________________________________________
35253 [  9315] By: jhi                                   on 2001/03/23  22:16:30
35254         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
35255      Branch: perl
35256            ! t/lib/md5-file.t
35257 ____________________________________________________________________________
35258 [  9314] By: nick                                  on 2001/03/23  20:49:02
35259         Log: Perlio internals re-organized.
35260              - open process creates AV of layer/arg pairs
35261              (appends layers from open() or open.pm to default list).
35262              - push arg is now an SV.
35263              - layer ->Open get passed the AV
35264              - open is no longer mandatory method.
35265              - topmost layer that has ->Open method does the open
35266              - any layers above are pushed once that returns.
35267              - vtable re-ordered so dummy layers need only provide push/pop methods.
35268      Branch: perlio
35269            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35270 ____________________________________________________________________________
35271 [  9313] By: nick                                  on 2001/03/23  16:27:41
35272         Log: Check in a stable (working) version before next round of tweaks.
35273              Changes include:
35274              - Move default layers code out of doio.c and into perlio.c
35275              - Single routine for parsing layer specification strings.
35276              - Skeleton support for demand loading of layers
35277              - Core-dump avoidance if PERLIO environment specifies loadable layer
35278              (does not _work_ as need IO to load and need load to do IO ...)
35279      Branch: perlio
35280            + lib/PerlIO.pm
35281            ! MANIFEST doio.c perlio.c
35282 ____________________________________________________________________________
35283 [  9312] By: gsar                                  on 2001/03/23  16:25:25
35284         Log: add execute bit to files with shebang lines in the repository;
35285              avoid clobbering execute bit in Porting/makerel 
35286      Branch: maint-5.6/perl
35287            ! (edit 144 files)
35288 ____________________________________________________________________________
35289 [  9311] By: jhi                                   on 2001/03/23  14:25:35
35290         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
35291      Branch: perl
35292            ! MANIFEST
35293 ____________________________________________________________________________
35294 [  9310] By: jhi                                   on 2001/03/23  13:45:04
35295         Log: Subject: [PATCH] Net::Ping
35296              From: Colin McMillen <mcmi0037@tc.umn.edu>
35297              Date: Thu, 22 Mar 2001 19:30:31 -0600
35298              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
35299      Branch: perl
35300            ! lib/Net/Ping.pm
35301 ____________________________________________________________________________
35302 [  9309] By: jhi                                   on 2001/03/23  13:39:13
35303         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
35304      Branch: perl
35305            ! t/lib/md5-aaa.t t/lib/md5-file.t
35306 ____________________________________________________________________________
35307 [  9308] By: jhi                                   on 2001/03/23  13:20:34
35308         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
35309              - bump the version to 2.14
35310              - drop the base64 tests since they require MIME::Base64
35311              - drop the rfc1321.txt
35312              - drop the hints/dec_osf.pl since it's only needed for
35313              pre-5.005_03 Perls
35314              Todo:
35315              - the U32 alignment testing is now removed; it needs to
35316              be reintroduced as as a Config variable (meaning also
35317              as a Configure test)
35318              - get the new EBCDIC md5sum for MD5.pm
35319              - test in Win32 to see how badly I botched the makefiles
35320      Branch: perl
35321            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35322            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
35323            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
35324            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
35325            + t/lib/md5-file.t
35326            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
35327            ! win32/Makefile win32/makefile.mk
35328 ____________________________________________________________________________
35329 [  9307] By: jhi                                   on 2001/03/23  12:56:14
35330         Log: Integrate change #9306 from maintperl into mainline,
35331              AIX dynaloader for AIXes without <load.h>.
35332      Branch: perl
35333           !> ext/DynaLoader/hints/aix.pl
35334 ____________________________________________________________________________
35335 [  9306] By: jhi                                   on 2001/03/23  12:51:36
35336         Log: There are AIXes without /usr/include/load.h,
35337              patch from H.Merijn Brand.
35338      Branch: maint-5.6/perl
35339            ! ext/DynaLoader/hints/aix.pl
35340 ____________________________________________________________________________
35341 [  9305] By: nick                                  on 2001/03/23  11:00:42
35342         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
35343      Branch: perlio
35344            ! ext/Encode/Encode.xs perlio.c perlio.h
35345 ____________________________________________________________________________
35346 [  9304] By: nick                                  on 2001/03/23  10:20:46
35347         Log: Render -Duseperlio functional again.
35348              - this is "quick fix" which calls PerlIO_apply_layers after opening,
35349              which is what old scheme did. New scheme needs to change that
35350              to make open(...,\$scalar) etc. work but this will do for now.
35351      Branch: perlio
35352            ! perlio.c
35353 ____________________________________________________________________________
35354 [  9303] By: nick                                  on 2001/03/23  09:53:20
35355         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
35356              -Uuseperlio now works again.
35357              -Duseperlio is still poorly. Don't merge yet...
35358      Branch: perlio
35359            ! doio.c perlio.h
35360 ____________________________________________________________________________
35361 [  9302] By: nick                                  on 2001/03/22  22:26:51
35362         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
35363              type code.
35364              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
35365              is its main caller. In particular now has access to "extra" args, and
35366              can tell when an open handle is "reopened" (or duped?).
35367              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
35368              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
35369              PerlIO_open() et. al. (i.e. other way round).
35370              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
35371              with args close to PerlIO_openn().
35372      Branch: perlio
35373            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35374 ____________________________________________________________________________
35375 [  9301] By: jhi                                   on 2001/03/22  20:58:04
35376         Log: Integrate perlio.
35377      Branch: perl
35378           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
35379           !> t/io/open.t util.c
35380 ____________________________________________________________________________
35381 [  9300] By: nick                                  on 2001/03/22  17:36:32
35382         Log: Don't include $@ in not ok message.
35383      Branch: perlio
35384            ! t/io/open.t
35385 ____________________________________________________________________________
35386 [  9299] By: gsar                                  on 2001/03/22  16:53:45
35387         Log: back out changes#7532,7521 for now (appears to have problems
35388              on IRIX)
35389      Branch: maint-5.6/perl
35390            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35391            ! ext/POSIX/typemap pod/perlvar.pod
35392 ____________________________________________________________________________
35393 [  9298] By: nick                                  on 2001/03/22  14:35:46
35394         Log: Give a meaning to '&' in n-arg open case:
35395              open($fh,"<&",$scalar);
35396              $scalar can be:
35397              - an integer which does "fdopen"
35398              open($fh,"<&",2); # like open($fh,"<&2")
35399              - something that will yield a file handle via sv_2io()
35400              useful for dup'ing anonymous handles.
35401              e.g.:
35402              open(my $fh,"<&",\*STDIN);
35403              open(my $dup,"<&",$fh);
35404      Branch: perlio
35405            ! doio.c t/io/open.t
35406 ____________________________________________________________________________
35407 [  9297] By: nick                                  on 2001/03/22  13:34:35
35408         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
35409      Branch: perlio
35410            ! util.c
35411 ____________________________________________________________________________
35412 [  9296] By: nick                                  on 2001/03/22  12:51:20
35413         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
35414      Branch: perlio
35415            ! perl.c
35416 ____________________________________________________________________________
35417 [  9295] By: nick                                  on 2001/03/22  11:59:44
35418         Log: If stdin, stdout or stderr get opened in unexpected read/write state
35419              then warn at time of open not at time of use.
35420      Branch: perlio
35421            ! doio.c pp_hot.c pp_sys.c
35422 ____________________________________________________________________________
35423 [  9294] By: nick                                  on 2001/03/22  10:54:35
35424         Log: Die on n-arg open(...,"",xxx,yyy,...)
35425              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
35426              - die on read/write cases so we can decide what it means later.
35427      Branch: perlio
35428            ! doio.c embed.pl iperlsys.h util.c
35429 ____________________________________________________________________________
35430 [  9293] By: nick                                  on 2001/03/22  09:02:45
35431         Log: perlio tweaks (reported by Nick Clark)
35432              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
35433              error check in Pendinf_read().
35434      Branch: perlio
35435            ! perlio.c
35436 ____________________________________________________________________________
35437 [  9292] By: gsar                                  on 2001/03/22  07:12:00
35438         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
35439              fixes)
35440      Branch: maint-5.6/perl
35441           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
35442 ____________________________________________________________________________
35443 [  9291] By: jhi                                   on 2001/03/22  06:06:44
35444         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
35445      Branch: perl
35446            ! t/op/re_tests
35447 ____________________________________________________________________________
35448 [  9290] By: jhi                                   on 2001/03/22  05:57:01
35449         Log: Move MacOS Classic higher in the list of supported platforms.
35450      Branch: maint-5.6/perl
35451            ! pod/perlport.pod
35452 ____________________________________________________________________________
35453 [  9289] By: gsar                                  on 2001/03/22  05:35:04
35454         Log: revert part of change#6438 for compatibility (av_reify()
35455              appears to be needed to implement av_splice()ish things
35456              in XS)
35457      Branch: maint-5.6/perl
35458            ! embed.pl global.sym objXSUB.h perlapi.c
35459 ____________________________________________________________________________
35460 [  9288] By: gsar                                  on 2001/03/22  03:09:19
35461         Log: update copyright year
35462      Branch: maint-5.6/perl
35463            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
35464            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
35465            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
35466            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
35467            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
35468            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
35469            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
35470            ! x2p/walk.c
35471 ____________________________________________________________________________
35472 [  9287] By: jhi                                   on 2001/03/21  20:30:54
35473         Log: Integrate perlio.
35474      Branch: perl
35475           !> ext/Data/Dumper/Dumper.xs
35476 ____________________________________________________________________________
35477 [  9286] By: gsar                                  on 2001/03/21  19:49:54
35478         Log: makefile.mk tweak
35479      Branch: maint-5.6/perl
35480            ! win32/Makefile win32/makefile.mk
35481 ____________________________________________________________________________
35482 [  9285] By: nick                                  on 2001/03/21  19:07:13
35483         Log: Multiplicity fix for Dumper.
35484      Branch: perlio
35485            ! ext/Data/Dumper/Dumper.xs
35486 ____________________________________________________________________________
35487 [  9284] By: nick                                  on 2001/03/21  19:01:07
35488         Log: Integrate mainline - (does not build xTHX issue in Dumper).
35489      Branch: perlio
35490           !> (integrate 27 files)
35491 ____________________________________________________________________________
35492 [  9283] By: jhi                                   on 2001/03/21  17:17:35
35493         Log: Integrate change #9282 from mainline into maintperl,
35494              4-arg UTF-8 substr().
35495      Branch: maint-5.6/perl
35496           !> pp.c
35497 ____________________________________________________________________________
35498 [  9282] By: jhi                                   on 2001/03/21  17:15:43
35499         Log: The #9270 would have leaked a scalar if pp_substr()
35500              returned early.
35501      Branch: perl
35502            ! pp.c
35503 ____________________________________________________________________________
35504 [  9281] By: gsar                                  on 2001/03/21  17:03:14
35505         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
35506      Branch: maint-5.6/perl
35507            ! win32/makefile.mk
35508 ____________________________________________________________________________
35509 [  9280] By: gsar                                  on 2001/03/21  17:01:20
35510         Log: some tweaks to change#9278 (fork() emulation should be enabled
35511              by setting BUILD_FLAVOR instead of changing the defaults)
35512      Branch: maint-5.6/perl
35513            ! win32/makefile.mk
35514 ____________________________________________________________________________
35515 [  9279] By: gsar                                  on 2001/03/21  16:47:19
35516         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
35517      Branch: maint-5.6/perl
35518            ! ext/File/Glob/Glob.pm
35519           !> lib/Cwd.pm
35520 ____________________________________________________________________________
35521 [  9278] By: jhi                                   on 2001/03/21  14:35:10
35522         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
35523              From: "Vadim Konovalov" <watman@inbox.ru>
35524              Date: Wed, 21 Mar 2001 01:53:51 +0300
35525              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
35526      Branch: maint-5.6/perl
35527            ! win32/makefile.mk win32/win32sck.c
35528 ____________________________________________________________________________
35529 [  9277] By: jhi                                   on 2001/03/21  13:58:28
35530         Log: Integrate change #9270 from mainline to maintperl:
35531              continued 4-arg UTF-8 substr() fixing.
35532      Branch: maint-5.6/perl
35533           !> pp.c t/op/substr.t
35534 ____________________________________________________________________________
35535 [  9276] By: jhi                                   on 2001/03/21  13:33:00
35536         Log: More pixie cleaning.
35537      Branch: perl
35538            ! Makefile.SH
35539 ____________________________________________________________________________
35540 [  9275] By: jhi                                   on 2001/03/21  03:54:17
35541         Log: Update Changes.
35542      Branch: perl
35543            ! Changes patchlevel.h
35544 ____________________________________________________________________________
35545 [  9274] By: jhi                                   on 2001/03/21  03:48:24
35546         Log: First stab at making Data::Dumper to grok Unicode.
35547              
35548              TODO: tests, EBCDICify.
35549      Branch: perl
35550            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
35551 ____________________________________________________________________________
35552 [  9273] By: jhi                                   on 2001/03/21  02:23:00
35553         Log: Fix for
35554              
35555              Subject: Memory leak in unquoted print   
35556              From: Benjamin Sugars <bsugars@canoe.ca> 
35557              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
35558              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
35559      Branch: perl
35560            ! perlio.c
35561 ____________________________________________________________________________
35562 [  9272] By: jhi                                   on 2001/03/21  01:33:17
35563         Log: Subject: Re: [PATCH] POSIX::getcwd()
35564              From: Benjamin Sugars <bsugars@canoe.ca> 
35565              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
35566              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
35567      Branch: perl
35568            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35569 ____________________________________________________________________________
35570 [  9271] By: jhi                                   on 2001/03/21  01:22:52
35571         Log: Subject: [PATCH] Cwd.pm docs
35572              From: Benjamin Sugars <bsugars@canoe.ca>
35573              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
35574              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
35575      Branch: perl
35576            ! lib/Cwd.pm
35577 ____________________________________________________________________________
35578 [  9270] By: jhi                                   on 2001/03/21  01:16:29
35579         Log: Continue 4-arg substr() UTF-8 fixage.
35580      Branch: perl
35581            ! pp.c t/op/substr.t
35582 ____________________________________________________________________________
35583 [  9269] By: jhi                                   on 2001/03/21  00:46:14
35584         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
35585              
35586              revert the leak fix in change#9142 (problem needs a more experimental
35587              fix unsuitable for 5.6.1)
35588              
35589              do alphabetical sorting by default (for csh compatibility)
35590              
35591              cut-n-paste goof in change#9264
35592              
35593              VMS piping fixes (from Charles Lane)
35594      Branch: perl
35595           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
35596           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35597           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
35598 ____________________________________________________________________________
35599 [  9268] By: jhi                                   on 2001/03/21  00:37:04
35600         Log: Integrate perlio.
35601      Branch: perl
35602           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
35603           !> utf8.c utf8.h utfebcdic.h
35604 ____________________________________________________________________________
35605 [  9267] By: nick                                  on 2001/03/20  20:04:39
35606         Log: More EBCDIC stuff:
35607              - Loose the extra level of function on ASCII.
35608              - spotted a chr(0) issue in sv.c
35609              - re-work of UTF-X tr/// ranges to work in Unicode
35610              space. Still issues with the "0xff is illegal UTF-8" hack.
35611              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
35612              (why do it once when you can do it all over the place :-(
35613              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
35614              need utf8.pm for swashes.
35615              - Simplified and commented scan_const() in toke.c
35616              Still something wrong regexp and tr (swashes?).
35617      Branch: perlio
35618            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
35619            ! utf8.c utf8.h utfebcdic.h
35620 ____________________________________________________________________________
35621 [  9266] By: gsar                                  on 2001/03/20  19:16:43
35622         Log: VMS piping fixes (from Charles Lane)
35623      Branch: maint-5.6/perl
35624            ! vms/vms.c vms/vmspipe.com
35625 ____________________________________________________________________________
35626 [  9265] By: gsar                                  on 2001/03/20  17:53:52
35627         Log: cut-n-paste goof in change#9264
35628      Branch: maint-5.6/perl
35629            ! ext/File/Glob/Glob.xs
35630 ____________________________________________________________________________
35631 [  9264] By: gsar                                  on 2001/03/20  17:43:47
35632         Log: do alphabetical sorting by default (for csh compatibility);
35633              bsd_glob() does ASCII sort by default as usual, unless
35634              GLOB_ALPHASORT was specified
35635      Branch: maint-5.6/perl
35636            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
35637            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35638            ! ext/File/Glob/bsd_glob.h
35639 ____________________________________________________________________________
35640 [  9263] By: gsar                                  on 2001/03/20  16:40:08
35641         Log: integrate change#9255 from mainline (unicode fix)
35642              
35643              substr($bytestr, i, n, $charstr)
35644      Branch: maint-5.6/perl
35645           !> Todo-5.6 pp.c t/op/substr.t
35646 ____________________________________________________________________________
35647 [  9262] By: gsar                                  on 2001/03/20  15:57:41
35648         Log: revert the leak fix in change#9142 (problem needs a more experimental
35649              fix unsuitable for 5.6.1)
35650      Branch: maint-5.6/perl
35651            ! scope.c
35652 ____________________________________________________________________________
35653 [  9261] By: jhi                                   on 2001/03/20  14:26:25
35654         Log: Integrate changes #9259,9260 from maintperl into mainline.
35655              
35656              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
35657              
35658              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
35659      Branch: perl
35660           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
35661 ____________________________________________________________________________
35662 [  9260] By: jhi                                   on 2001/03/20  14:05:46
35663         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
35664              From: Robin Barker <rmb1@cise.npl.co.uk>
35665              Date: Tue, 20 Mar 2001 10:12:04 GMT
35666              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
35667      Branch: maint-5.6/perl
35668            ! run.c
35669 ____________________________________________________________________________
35670 [  9259] By: jhi                                   on 2001/03/20  14:04:39
35671         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
35672              From: Chris Nandor <pudge@pobox.com>
35673              Date: Tue, 20 Mar 2001 00:40:56 -0500
35674              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
35675      Branch: maint-5.6/perl
35676            ! ext/POSIX/POSIX.xs lib/File/Path.pm
35677 ____________________________________________________________________________
35678 [  9258] By: jhi                                   on 2001/03/20  05:09:34
35679         Log: Update Changes.
35680      Branch: perl
35681            ! Changes patchlevel.h
35682 ____________________________________________________________________________
35683 [  9257] By: jhi                                   on 2001/03/20  05:04:25
35684         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
35685      Branch: perl
35686            ! t/op/tr.t
35687 ____________________________________________________________________________
35688 [  9256] By: jhi                                   on 2001/03/20  04:43:12
35689         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
35690              From: Peter Prymmer <pvhp@forte.com>
35691              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
35692              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
35693      Branch: maint-5.6/perl
35694            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
35695 ____________________________________________________________________________
35696 [  9255] By: jhi                                   on 2001/03/19  23:17:17
35697         Log: substr($bytestr, i, n, $charstr)
35698              
35699              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
35700      Branch: perl
35701            ! Todo-5.6 pp.c t/op/substr.t
35702 ____________________________________________________________________________
35703 [  9254] By: jhi                                   on 2001/03/19  22:25:09
35704         Log: Rearrange the make test target prerequisites so that
35705              in a parallel make 'all' is finished before 'test'.
35706      Branch: perl
35707            ! Makefile.SH
35708 ____________________________________________________________________________
35709 [  9253] By: jhi                                   on 2001/03/19  21:48:07
35710         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
35711              From: Robin Houston <robin@kitsite.com>
35712              Date: Mon, 19 Mar 2001 15:48:41 +0000
35713              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
35714      Branch: perl
35715            ! pp_ctl.c
35716 ____________________________________________________________________________
35717 [  9252] By: jhi                                   on 2001/03/19  21:42:27
35718         Log: Integrate perlio.
35719      Branch: perl
35720           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
35721           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
35722           !> utfebcdic.h vms/perly_c.vms
35723 ____________________________________________________________________________
35724 [  9251] By: jhi                                   on 2001/03/19  21:31:28
35725         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
35726              
35727              Dynaloading in 64-bit AIX with vac.
35728      Branch: perl
35729           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35730           !> hints/aix.sh
35731 ____________________________________________________________________________
35732 [  9250] By: jhi                                   on 2001/03/19  21:18:00
35733         Log: A more robust solution for the 64bitall AIX dynaloading
35734              problem, from Jens-Uwe Mager.
35735      Branch: maint-5.6/perl
35736            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35737 ____________________________________________________________________________
35738 [  9249] By: nick                                  on 2001/03/19  20:59:37
35739         Log: Integrate mainline.
35740      Branch: perlio
35741           !> (integrate 42 files)
35742 ____________________________________________________________________________
35743 [  9248] By: nick                                  on 2001/03/19  20:22:07
35744         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
35745              (Building on OS390 uses native YACC and YYDEBUG has other
35746              side effects.)
35747      Branch: perlio
35748            ! perly.c perly.y vms/perly_c.vms
35749 ____________________________________________________________________________
35750 [  9247] By: jhi                                   on 2001/03/19  19:59:53
35751         Log: 64-bit AIX dynaloading problem (see #9244) idea
35752              from Jens-Uwe Mager.
35753      Branch: maint-5.6/perl
35754            ! ext/DynaLoader/dl_aix.xs
35755 ____________________________________________________________________________
35756 [  9246] By: nick                                  on 2001/03/19  19:27:57
35757         Log: More EBCDIC fixes.
35758      Branch: perlio
35759            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
35760            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
35761 ____________________________________________________________________________
35762 [  9245] By: jhi                                   on 2001/03/19  19:05:19
35763         Log: Integrate change #9243 from mainline into maintperl.
35764              
35765              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
35766      Branch: maint-5.6/perl
35767           !> README.vmesa
35768 ____________________________________________________________________________
35769 [  9244] By: jhi                                   on 2001/03/19  19:03:15
35770         Log: Get 64bitall AIX building, but still does not test okay:
35771              dynaloading anything fails, for example for op/defins:
35772              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
35773              (update: fixed by #9247,9250)
35774      Branch: maint-5.6/perl
35775            ! hints/aix.sh
35776 ____________________________________________________________________________
35777 [  9243] By: jhi                                   on 2001/03/19  19:00:16
35778         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
35779              From: Robin Barker <rmb1@cise.npl.co.uk>
35780              Date: Mon, 19 Mar 2001 18:01:57 GMT
35781              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
35782      Branch: perl
35783            ! README.vmesa
35784 ____________________________________________________________________________
35785 [  9242] By: jhi                                   on 2001/03/19  18:58:43
35786         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
35787              
35788              TODO: tests.
35789      Branch: perl
35790            ! doop.c op.c
35791 ____________________________________________________________________________
35792 [  9241] By: gsar                                  on 2001/03/19  17:34:46
35793         Log: VMSify tests (from Charles Lane)
35794      Branch: maint-5.6/perl
35795            ! t/lib/filehand.t t/lib/texttabs.t
35796 ____________________________________________________________________________
35797 [  9240] By: jhi                                   on 2001/03/19  14:24:26
35798         Log: Integrate change #9233 from maintperl into mainline.
35799              
35800              some refcounts were incorrect in perl_clone()
35801      Branch: perl
35802           !> sv.c
35803 ____________________________________________________________________________
35804 [  9239] By: gsar                                  on 2001/03/19  09:23:17
35805         Log: this is 5.6.1-trial3
35806      Branch: maint-5.6/perl
35807            ! Changes
35808 ____________________________________________________________________________
35809 [  9238] By: gsar                                  on 2001/03/19  08:47:04
35810         Log: some new symbols are only available under ithreads
35811      Branch: maint-5.6/perl
35812            ! makedef.pl
35813 ____________________________________________________________________________
35814 [  9237] By: gsar                                  on 2001/03/19  08:42:28
35815         Log: update patchlevel.h, Changes, &c.
35816      Branch: maint-5.6/perl
35817            ! Changes patchlevel.h pod/perlhist.pod
35818           !> AUTHORS
35819 ____________________________________________________________________________
35820 [  9236] By: gsar                                  on 2001/03/19  08:17:49
35821         Log: integrate changes#8068,8717 from mainline
35822              
35823              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
35824              
35825              [PATCH CPAN 1.59_51] warning message (not!)
35826      Branch: maint-5.6/perl
35827           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
35828           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
35829           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
35830           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
35831           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
35832 ____________________________________________________________________________
35833 [  9235] By: gsar                                  on 2001/03/19  08:07:09
35834         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
35835              
35836              [PATCH] Add missing CV flags to dump.c
35837              
35838              Re: [patch] Re: PL_ptr_table
35839              
35840              Fixup non-ithread build after 8713
35841              
35842              Generated files form 8713 etc.
35843              
35844              Correct the correction :-(
35845              
35846              Documenting coderef @INC (Re: CPAN "make this script work" feature)
35847              
35848              Subject: Re: sync sync sync: have I missed any patches?
35849              Replace djSP with dSP.
35850      Branch: maint-5.6/perl
35851           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
35852           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
35853           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
35854           !> sv.c sv.h win32/perlhost.h
35855 ____________________________________________________________________________
35856 [  9234] By: gsar                                  on 2001/03/19  07:22:05
35857         Log: revert the change#9090 integrate for now (change looks somewhat
35858              incomplete in that [ha]v_exists() need something similar; lacks
35859              tests; &c.)
35860      Branch: maint-5.6/perl
35861            ! hv.c
35862 ____________________________________________________________________________
35863 [  9233] By: gsar                                  on 2001/03/19  07:10:01
35864         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
35865              destruction when there are unreferenced scalars (SvREFCNT==0)
35866      Branch: maint-5.6/perl
35867            ! sv.c
35868 ____________________________________________________________________________
35869 [  9232] By: jhi                                   on 2001/03/19  05:11:02
35870         Log: Regen api and toc.
35871      Branch: maint-5.6/perl
35872            ! pod/perlapi.pod pod/perltoc.pod
35873 ____________________________________________________________________________
35874 [  9231] By: jhi                                   on 2001/03/19  04:06:03
35875         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
35876              add a lost line in pp.c:pp_chop(), update to new op/chop.
35877              
35878              Clarify the description differentiating for and while; inspired by
35879              
35880              Subject: [ID 20010306.004] || != named unary operator
35881              
35882              The $Is_MacOS needs to be declared.
35883      Branch: maint-5.6/perl
35884            ! pp.c t/op/chop.t
35885           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
35886 ____________________________________________________________________________
35887 [  9230] By: jhi                                   on 2001/03/19  03:48:16
35888         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
35889              9079,9083,9089,9090,9091 from mainline to maintperl.
35890              
35891              Quieten some noise in Win32 builds
35892              
35893              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
35894              
35895              The perlretut was still talking about the old \p and \P
35896              definitions.
35897              
35898              More tweakage on the Unicode character class descriptions.
35899              
35900              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
35901              
35902              Subject: 'no *POSIX' Patch speeding up make on BS2000 
35903              
35904              Subject: [PATCH] perldata.pod here-doc docs
35905              
35906              Add /sbin and /usr/sbin to the list of directories scanned
35907              for setuid programs.  Takes care of bug id 20010309.003.
35908              
35909              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
35910              
35911              In op/stat #35 better to scan all the potential directories
35912              for setuids, not just the first one.
35913      Branch: maint-5.6/perl
35914            ! Makefile.SH
35915           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
35916           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
35917           !> t/op/stat.t toke.c win32/win32.h
35918 ____________________________________________________________________________
35919 [  9229] By: jhi                                   on 2001/03/19  02:31:50
35920         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
35921              From: Chris Nandor <pudge@pobox.com>
35922              Date: Sat, 10 Mar 2001 14:22:19 -0500
35923              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
35924      Branch: maint-5.6/perl
35925            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35926            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
35927            ! t/lib/b.t t/lib/errno.t
35928 ____________________________________________________________________________
35929 [  9228] By: jhi                                   on 2001/03/19  02:29:59
35930         Log: Integrate changes #9113,9122 from mainline into maintperl.
35931              
35932              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?)
35933      Branch: maint-5.6/perl
35934           !> Configure README.os390 hints/os390.sh
35935 ____________________________________________________________________________
35936 [  9227] By: jhi                                   on 2001/03/19  02:22:35
35937         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
35938              into maintperl.
35939              
35940              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
35941              
35942              Forgot to check-in the larger part of #9120, duh.
35943              
35944              Subject: Another patch for integer.pm POD 
35945              
35946              h2ph strictness and cleanliness from Kurt Starsinic.
35947              
35948              Borland filename case problem.
35949              
35950              h2ph strictness and cleanliness from Kurt Starsinic.
35951              
35952              Subject: [PATCH] the uncontroversial doc patches
35953      Branch: maint-5.6/perl
35954           +> win32/sncfnmcs.pl
35955           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
35956           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
35957           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
35958           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
35959           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
35960           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
35961           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
35962 ____________________________________________________________________________
35963 [  9226] By: jhi                                   on 2001/03/19  02:10:21
35964         Log: Integrate changes #9207,9214 from mainline into maintperl.
35965              
35966              podchecker relaxations: =over has an *optional* number after it,
35967              and whitespace in L<> is okay.
35968      Branch: maint-5.6/perl
35969           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35970           !> t/pod/poderrs.xr
35971 ____________________________________________________________________________
35972 [  9225] By: jhi                                   on 2001/03/19  02:07:38
35973         Log: Integrate change #9219 from maintperl into mainline.
35974              
35975              remove duplicated tests
35976      Branch: perl
35977           !> t/op/re_tests
35978 ____________________________________________________________________________
35979 [  9224] By: jhi                                   on 2001/03/19  02:06:11
35980         Log: Integrate change #9223 from mainline to maintperl.
35981              
35982              Document -Dmksymlinks.
35983      Branch: maint-5.6/perl
35984           !> INSTALL
35985 ____________________________________________________________________________
35986 [  9223] By: jhi                                   on 2001/03/19  02:01:25
35987         Log: Document -Dmksymlinks.
35988      Branch: perl
35989            ! INSTALL
35990 ____________________________________________________________________________
35991 [  9222] By: jhi                                   on 2001/03/19  01:15:35
35992         Log: The -Dmksymlinks wasn't working for maintperl.
35993      Branch: maint-5.6/perl
35994            ! Configure
35995 ____________________________________________________________________________
35996 [  9221] By: jhi                                   on 2001/03/19  00:49:43
35997         Log: Cleanup pixie residue.
35998      Branch: perl
35999            ! Makefile.SH
36000 ____________________________________________________________________________
36001 [  9220] By: jhi                                   on 2001/03/19  00:44:47
36002         Log: Document the use of pixie/prof; create make targets for it.
36003              
36004              TODO: make t/TEST pixie-aware.
36005      Branch: perl
36006            ! Makefile.SH pod/perlhack.pod
36007 ____________________________________________________________________________
36008 [  9219] By: gsar                                  on 2001/03/19  00:16:55
36009         Log: remove duplicated tests
36010      Branch: maint-5.6/perl
36011            ! t/op/re_tests
36012 ____________________________________________________________________________
36013 [  9218] By: jhi                                   on 2001/03/18  23:59:31
36014         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
36015      Branch: perl
36016            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
36017 ____________________________________________________________________________
36018 [  9217] By: jhi                                   on 2001/03/18  23:25:20
36019         Log: Rewrite the tests section of Makefile to be less redundant
36020              and to allow for more flexible test targets, many recursive
36021              make calls introduced.
36022      Branch: perl
36023            ! Makefile.SH
36024 ____________________________________________________________________________
36025 [  9216] By: jhi                                   on 2001/03/18  22:30:04
36026         Log: Document the use of Third Degree (sparsely).
36027      Branch: perl
36028            ! pod/perlhack.pod t/TEST
36029 ____________________________________________________________________________
36030 [  9215] By: jhi                                   on 2001/03/18  22:10:30
36031         Log: Make targets for testing with Third Degree.
36032      Branch: perl
36033            ! Makefile.SH
36034 ____________________________________________________________________________
36035 [  9214] By: jhi                                   on 2001/03/18  21:08:53
36036         Log: The podchecker relaxations need to mirrored also at the tests.
36037      Branch: perl
36038            ! t/pod/poderrs.xr
36039 ____________________________________________________________________________
36040 [  9213] By: jhi                                   on 2001/03/18  20:56:21
36041         Log: Update Changes.
36042      Branch: perl
36043            ! Changes patchlevel.h
36044 ____________________________________________________________________________
36045 [  9212] By: jhi                                   on 2001/03/18  20:36:59
36046         Log: Looking for config.sh in parent directories isn't
36047              very useful for the toplevel Makefile.
36048      Branch: perl
36049            ! Makefile.SH
36050 ____________________________________________________________________________
36051 [  9211] By: jhi                                   on 2001/03/18  20:33:37
36052         Log: On "make clean" take care of Third Degree droppings.
36053      Branch: perl
36054            ! Makefile.SH
36055 ____________________________________________________________________________
36056 [  9210] By: jhi                                   on 2001/03/18  20:21:34
36057         Log: Add a hook for running the tests under the Third Degree
36058              debugging tool (set $ENV{PERL_3LOG} to non-zero)
36059              
36060              TODO: Document the use of Third Degree.
36061      Branch: perl
36062            ! t/TEST
36063 ____________________________________________________________________________
36064 [  9209] By: jhi                                   on 2001/03/18  20:19:07
36065         Log: Regen toc and api pods.
36066      Branch: perl
36067            ! pod/perlapi.pod pod/perltoc.pod
36068 ____________________________________________________________________________
36069 [  9208] By: jhi                                   on 2001/03/18  20:12:12
36070         Log: Integrate changes #8128,9132 from mainline into maintperl,
36071              Tie::SubstrHash fixes.
36072      Branch: maint-5.6/perl
36073           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
36074 ____________________________________________________________________________
36075 [  9207] By: jhi                                   on 2001/03/18  20:07:43
36076         Log: podchecker relaxations from Michael Stevens.
36077      Branch: perl
36078            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
36079 ____________________________________________________________________________
36080 [  9206] By: jhi                                   on 2001/03/18  20:04:24
36081         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
36082      Branch: perl
36083            ! lib/Locale/Constants.pm lib/Locale/Country.pm
36084            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
36085            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
36086 ____________________________________________________________________________
36087 [  9205] By: jhi                                   on 2001/03/18  19:54:45
36088         Log: Integrate changes #9161,9162 from maintperl to mainline.
36089              
36090              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
36091              results
36092      Branch: perl
36093           !> t/op/magic.t
36094 ____________________________________________________________________________
36095 [  9204] By: jhi                                   on 2001/03/18  19:37:46
36096         Log: Make perl.third checks more understandable to the builder.
36097      Branch: perl
36098            ! Makefile.SH
36099 ____________________________________________________________________________
36100 [  9203] By: jhi                                   on 2001/03/18  19:20:54
36101         Log: Re-integrate #9138 from maintperl to mainline,
36102              the squelching of the unneeded "Scalars leaked" messages.
36103      Branch: perl
36104           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36105           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36106           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36107 ____________________________________________________________________________
36108 [  9202] By: jhi                                   on 2001/03/18  18:48:36
36109         Log: More robust and more paranoid perl.third target.
36110      Branch: perl
36111            ! Makefile.SH
36112 ____________________________________________________________________________
36113 [  9201] By: jhi                                   on 2001/03/18  18:39:21
36114         Log: Integrate change #9197 from maintperl to mainline.
36115              
36116              more thorough cleaning of arenas.
36117      Branch: perl
36118           !> embed.pl perl.c proto.h sv.c t/op/sort.t
36119 ____________________________________________________________________________
36120 [  9200] By: jhi                                   on 2001/03/18  18:25:17
36121         Log: Integrate perlio.
36122      Branch: perl
36123           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
36124           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
36125           !> t/lib/encode.t toke.c universal.c utf8.c
36126 ____________________________________________________________________________
36127 [  9199] By: nick                                  on 2001/03/18  15:23:51
36128         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
36129              is the sense of the test being done. Avoid some magical 127 and 128 values
36130              by using macros.
36131      Branch: perlio
36132            ! doop.c pp_ctl.c sv.c toke.c
36133 ____________________________________________________________________________
36134 [  9198] By: nick                                  on 2001/03/18  14:18:12
36135         Log: UTF-X encoding invariance for Encode:
36136              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
36137              - move the XS code for those to universal.c (so in miniperl)
36138              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
36139              - change ext/Encode/compile to use above.
36140              - Fix t/lib/encode.t for above
36141              - Teach t/lib/b.t to expect -uutf8
36142              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
36143              utf8.pm is needed.
36144      Branch: perlio
36145            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
36146            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
36147 ____________________________________________________________________________
36148 [  9197] By: gsar                                  on 2001/03/18  12:15:57
36149         Log: more thorough cleaning of arenas--keep going until no more
36150              SvREFCNT_dec()s occur (this fixes the problem that causes the
36151              pesky "Scalars leaked" warnings)
36152      Branch: maint-5.6/perl
36153            ! embed.pl perl.c proto.h sv.c t/op/sort.t
36154 ____________________________________________________________________________
36155 [  9196] By: nick                                  on 2001/03/18  10:57:29
36156         Log: Fix pragma/utf8.t # 15
36157              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
36158              are SvUTF8 as well.
36159      Branch: perlio
36160            ! toke.c
36161 ____________________________________________________________________________
36162 [  9195] By: nick                                  on 2001/03/18  09:27:06
36163         Log: Integrate mainline
36164      Branch: perlio
36165           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
36166           !> t/op/pat.t
36167 ____________________________________________________________________________
36168 [  9194] By: jhi                                   on 2001/03/18  05:29:59
36169         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
36170              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
36171      Branch: perl
36172            ! op.c op.h t/op/misc.t t/op/pat.t
36173 ____________________________________________________________________________
36174 [  9193] By: jhi                                   on 2001/03/18  05:15:06
36175         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
36176      Branch: perl
36177            ! mg.c t/op/pat.t
36178 ____________________________________________________________________________
36179 [  9192] By: jhi                                   on 2001/03/18  04:22:43
36180         Log: tr/// UTF-8 patches from Inaba Hiroto.
36181      Branch: perl
36182            ! doop.c op.c
36183 ____________________________________________________________________________
36184 [  9191] By: jhi                                   on 2001/03/18  04:21:17
36185         Log: Integrate perlio.
36186      Branch: perl
36187           !> utf8.c utfebcdic.h
36188 ____________________________________________________________________________
36189 [  9190] By: nick                                  on 2001/03/17  20:32:01
36190         Log: Correct #if EBCDIC side typos.
36191              Builds and passes many tests on OS390.
36192      Branch: perlio
36193            ! utf8.c utfebcdic.h
36194 ____________________________________________________________________________
36195 [  9189] By: jhi                                   on 2001/03/17  18:55:49
36196         Log: Add prerequisites for the perl.third target.
36197      Branch: perl
36198            ! Makefile.SH
36199 ____________________________________________________________________________
36200 [  9188] By: jhi                                   on 2001/03/17  18:46:00
36201         Log: Integrate perlio.
36202      Branch: perl
36203           +> utfebcdic.h
36204           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
36205 ____________________________________________________________________________
36206 [  9187] By: jhi                                   on 2001/03/17  18:38:47
36207         Log: Add a make rule for perl.third (the Third Degree memory debugging
36208              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
36209      Branch: perl
36210            ! Makefile.SH
36211 ____________________________________________________________________________
36212 [  9186] By: nick                                  on 2001/03/17  18:34:48
36213         Log: MANIFEST addition :-(
36214      Branch: perlio
36215            ! MANIFEST
36216 ____________________________________________________________________________
36217 [  9185] By: nick                                  on 2001/03/17  18:29:50
36218         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
36219              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
36220              a superset of ASCII are invariant under the encoding. This is EBCDIC
36221              friendly as an encoded string can be looked at as being EBCDIC by lexer
36222              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
36223              ASCII on ASCII machines.
36224              
36225              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
36226              seperate.
36227              - Add some more macros to comprehend different shift amounts and
36228              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
36229              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
36230              and conditionaly #include it.
36231              
36232              EBCDIC build as yet untested.  ASCII still fails the one test.
36233      Branch: perlio
36234            + utfebcdic.h
36235            ! utf8.c utf8.h
36236 ____________________________________________________________________________
36237 [  9184] By: nick                                  on 2001/03/17  17:44:16
36238         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
36239      Branch: perlio
36240            ! doop.c perl.h pp.c utf8.h
36241 ____________________________________________________________________________
36242 [  9183] By: jhi                                   on 2001/03/17  15:55:42
36243         Log: Integrate perlio.
36244      Branch: perl
36245            ! MANIFEST
36246           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
36247 ____________________________________________________________________________
36248 [  9182] By: nick                                  on 2001/03/17  09:16:06
36249         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
36250      Branch: perlio
36251            ! t/op/pat.t
36252 ____________________________________________________________________________
36253 [  9181] By: nick                                  on 2001/03/17  09:15:11
36254         Log: Integrate mainline.
36255      Branch: perlio
36256           +> lib/Locale/Constants.pm lib/Locale/Country.pm
36257           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
36258           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
36259           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
36260           !> (integrate 83 files)
36261 ____________________________________________________________________________
36262 [  9180] By: nick                                  on 2001/03/16  17:23:21
36263         Log: EBCDIC Fixes.
36264      Branch: perlio
36265            ! perl.h sv.c toke.c utf8.c utf8.h
36266 ____________________________________________________________________________
36267 [  9179] By: jhi                                   on 2001/03/16  14:10:12
36268         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
36269              a change needed to work around an AIX compiler bug.
36270      Branch: perl
36271            ! ext/Storable/Storable.xs
36272 ____________________________________________________________________________
36273 [  9178] By: jhi                                   on 2001/03/16  03:19:59
36274         Log: With Damian's approval synchronize damian's modules'
36275              licensing with Perl's standard module licensing.
36276      Branch: perl
36277            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
36278 ____________________________________________________________________________
36279 [  9177] By: jhi                                   on 2001/03/16  03:15:34
36280         Log: Make the Filter::Util:Call files have their own copies
36281              of the Perl standard module licensing, from Paul Marquess.
36282      Branch: perl
36283            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
36284 ____________________________________________________________________________
36285 [  9176] By: jhi                                   on 2001/03/16  02:56:04
36286         Log: Subject: [PATCH] more pod patches
36287              From: Michael Stevens <michael@etla.org>
36288              Date: Thu, 15 Mar 2001 21:25:18 +0000
36289              Message-ID: <20010315212518.A18870@firedrake.org>
36290      Branch: perl
36291            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
36292            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
36293            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
36294            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
36295            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
36296            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
36297            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
36298            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
36299            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
36300            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
36301            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
36302            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
36303            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
36304            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
36305            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
36306            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
36307            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
36308            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
36309            ! lib/Locale/Country.pm lib/Locale/Language.pm
36310            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
36311            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
36312            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
36313            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
36314            ! os2/OS2/Process/Process.pm
36315 ____________________________________________________________________________
36316 [  9175] By: jhi                                   on 2001/03/16  02:53:32
36317         Log: Subject: [PATCH] the uncontroversial doc patches
36318              From: Michael Stevens <michael@etla.org>
36319              Date: Thu, 15 Mar 2001 20:01:12 +0000
36320              Message-ID: <20010315200112.A7636@firedrake.org>
36321      Branch: perl
36322            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
36323            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
36324            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
36325            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
36326            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
36327 ____________________________________________________________________________
36328 [  9174] By: jhi                                   on 2001/03/16  02:50:49
36329         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
36330              From: Paul Lindner <lindner@inuus.com>
36331              Date: Fri, 16 Mar 2001 11:28:03 -0800
36332              Message-ID: <20010316112803.A7577@inuus.com>
36333      Branch: perl
36334            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
36335 ____________________________________________________________________________
36336 [  9173] By: nick                                  on 2001/03/15  20:21:03
36337         Log: 1st day's EBCDIC fixes:
36338              - toke.c's parsing of strings needed attention
36339              needed to conditionally e2a if string was already UTF-8
36340              - e2a/a2e tables where wrong way round.
36341              - new macros in utf8.h
36342      Branch: perlio
36343            ! perl.h toke.c utf8.h
36344 ____________________________________________________________________________
36345 [  9172] By: jhi                                   on 2001/03/15  15:17:17
36346         Log: Update Changes.
36347      Branch: perl
36348            ! Changes patchlevel.h
36349 ____________________________________________________________________________
36350 [  9171] By: jhi                                   on 2001/03/15  15:09:32
36351         Log: Subject: Re: Another Borland C++ problem.
36352              From: "Vadim Konovalov" <watman@inbox.ru>
36353              Date: Sat, 10 Mar 2001 19:26:07 +0300
36354              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
36355              
36356              Borland filename case problem.
36357      Branch: perl
36358            + win32/sncfnmcs.pl
36359            ! MANIFEST README.win32
36360 ____________________________________________________________________________
36361 [  9170] By: jhi                                   on 2001/03/15  14:54:23
36362         Log: Add Locale::Codes 1.06, from Neil Bowers.
36363      Branch: perl
36364            + lib/Locale/Constants.pm lib/Locale/Country.pm
36365            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
36366            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
36367            + t/lib/lc-language.t t/lib/lc-uk.t
36368            ! MANIFEST
36369 ____________________________________________________________________________
36370 [  9169] By: jhi                                   on 2001/03/15  14:19:01
36371         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
36372      Branch: perl
36373            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36374            ! ext/Storable/Storable.xs
36375 ____________________________________________________________________________
36376 [  9168] By: jhi                                   on 2001/03/15  14:13:22
36377         Log: Integrate changes #9120,9167 from mainline to maintperl.
36378              
36379              Subject: [PATCH 5.6.1] OS/2 docs
36380              
36381              Subject: [PATCH 5.6.1] perldoc
36382      Branch: maint-5.6/perl
36383           !> os2/Changes utils/perldoc.PL
36384 ____________________________________________________________________________
36385 [  9167] By: jhi                                   on 2001/03/15  14:07:42
36386         Log: Subject: [PATCH 5.6.1] perldoc
36387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36388              Date: Wed, 14 Mar 2001 23:46:52 -0500
36389              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
36390      Branch: perl
36391            ! utils/perldoc.PL
36392 ____________________________________________________________________________
36393 [  9166] By: jhi                                   on 2001/03/15  13:53:15
36394         Log: sigaction test condition tweakage.
36395      Branch: perl
36396            ! t/lib/sigaction.t
36397 ____________________________________________________________________________
36398 [  9165] By: alanbur                               on 2001/03/15  03:49:17
36399         Log: Resynchronised with parent
36400      Branch: maint-5.6/pureperl
36401           +> os2/os2add.sym t/op/anonsub.t
36402           !> (integrate 72 files)
36403 ____________________________________________________________________________
36404 [  9164] By: jhi                                   on 2001/03/15  01:05:01
36405         Log: Avoid stomping off the beginning of an array in tr///.
36406      Branch: perl
36407            ! op.c
36408 ____________________________________________________________________________
36409 [  9163] By: jhi                                   on 2001/03/15  00:58:57
36410         Log: h2ph strictness and cleanliness from Kurt Starsinic.
36411      Branch: perl
36412            ! utils/h2ph.PL
36413 ____________________________________________________________________________
36414 [  9162] By: gsar                                  on 2001/03/15  00:56:53
36415         Log: avoid warnings
36416      Branch: maint-5.6/perl
36417            ! t/op/magic.t
36418 ____________________________________________________________________________
36419 [  9161] By: gsar                                  on 2001/03/15  00:52:09
36420         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
36421              results
36422      Branch: maint-5.6/perl
36423            ! t/op/magic.t
36424 ____________________________________________________________________________
36425 [  9160] By: jhi                                   on 2001/03/14  22:02:10
36426         Log: Do not use the Perl malloc in IRIX, suggested by
36427              Helmus Jarausch.
36428      Branch: perl
36429            ! hints/irix_6.sh
36430 ____________________________________________________________________________
36431 [  9159] By: nick                                  on 2001/03/14  21:45:59
36432         Log: Integrate mainline
36433      Branch: perlio
36434           +> t/op/loopctl.t
36435           !> (integrate 41 files)
36436 ____________________________________________________________________________
36437 [  9158] By: jhi                                   on 2001/03/14  21:10:09
36438         Log: The Day of the Retractions continues: the #9138
36439              (integrated in #9144) doesn't work well in mainline.
36440      Branch: perl
36441            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36442            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36443            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36444 ____________________________________________________________________________
36445 [  9157] By: jhi                                   on 2001/03/14  20:58:12
36446         Log: The #9145 CANNOT be enabled: the clear_pmop code still
36447              dumps core all over in Tru64.
36448      Branch: perl
36449            ! op.c op.h t/op/pat.t
36450 ____________________________________________________________________________
36451 [  9156] By: jhi                                   on 2001/03/14  20:48:06
36452         Log: Integrate change #9154 from maintperl to mainline.
36453              
36454              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
36455              (caused Storable 1.0.10 to break on windows)
36456      Branch: perl
36457           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
36458           !> perlapi.c proto.h
36459 ____________________________________________________________________________
36460 [  9155] By: jhi                                   on 2001/03/14  20:23:53
36461         Log: Retract #9136: breaks threading (and binary compatibility).
36462      Branch: perl
36463            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
36464 ____________________________________________________________________________
36465 [  9154] By: gsar                                  on 2001/03/14  17:48:18
36466         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
36467              (caused Storable 1.0.10 to break on windows)
36468      Branch: maint-5.6/perl
36469            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
36470            ! perlapi.c proto.h
36471 ____________________________________________________________________________
36472 [  9153] By: jhi                                   on 2001/03/14  13:35:21
36473         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
36474      Branch: perl
36475            ! t/lib/sigaction.t
36476 ____________________________________________________________________________
36477 [  9152] By: gsar                                  on 2001/03/14  07:29:40
36478         Log: back out changes#9012,9010,9009 and parts of change#9016
36479              (causes ABRs under purify, and some prerequisites don't
36480              seem to be there in 5.6.x)
36481      Branch: maint-5.6/perl
36482            ! doop.c op.c t/op/tr.t toke.c
36483 ____________________________________________________________________________
36484 [  9151] By: gsar                                  on 2001/03/14  07:01:29
36485         Log: reenable change#9145 (the test was busted due to a missing
36486              C<print "ok 27\n">)
36487      Branch: perl
36488            ! op.c op.h t/op/pat.t
36489 ____________________________________________________________________________
36490 [  9150] By: jhi                                   on 2001/03/14  06:38:36
36491         Log: Retract #9145.
36492      Branch: perl
36493            ! op.c op.h t/op/pat.t
36494 ____________________________________________________________________________
36495 [  9149] By: jhi                                   on 2001/03/14  06:14:56
36496         Log: Retract #9143.
36497      Branch: perl
36498            ! op.c
36499 ____________________________________________________________________________
36500 [  9148] By: gsar                                  on 2001/03/14  06:13:02
36501         Log: Uninitialized Memory Read in regexec.c
36502      Branch: perl
36503            ! regexec.c
36504 ____________________________________________________________________________
36505 [  9147] By: jhi                                   on 2001/03/14  04:59:54
36506         Log: Subject: PATCH: make goto work in nested eval ""
36507              From: Robin Houston <robin@kitsite.com>
36508              Date: Wed, 14 Mar 2001 04:16:10 +0000
36509              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
36510      Branch: perl
36511            ! pp_ctl.c t/op/goto.t
36512 ____________________________________________________________________________
36513 [  9146] By: jhi                                   on 2001/03/14  04:42:54
36514         Log: Preserve the #ifdef PERL_CORE in perly.h.
36515      Branch: perl
36516            ! perly.fixer
36517 ____________________________________________________________________________
36518 [  9145] By: jhi                                   on 2001/03/14  03:57:41
36519         Log: (Retracted by #9150.)
36520      Branch: perl
36521            ! op.c op.h t/op/pat.t
36522 ____________________________________________________________________________
36523 [  9144] By: jhi                                   on 2001/03/14  03:50:38
36524         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
36525              
36526              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
36527              
36528              remove squelch controls for "Scalars leaked" messages in most places
36529              (these are now cured)
36530              
36531              fix another memory leak reported by purify (tie callbacks that
36532              croak can leak when wiping out magic)
36533      Branch: perl
36534           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
36535           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
36536           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
36537           !> t/pragma/warnings.t
36538 ____________________________________________________________________________
36539 [  9143] By: jhi                                   on 2001/03/14  03:37:53
36540         Log: (Retracted by #9149.)
36541      Branch: perl
36542            ! op.c
36543 ____________________________________________________________________________
36544 [  9142] By: gsar                                  on 2001/03/14  03:20:48
36545         Log: fix another memory leak reported by purify (tie callbacks that
36546              croak can leak when wiping out magic)
36547      Branch: maint-5.6/perl
36548            ! scope.c
36549 ____________________________________________________________________________
36550 [  9141] By: jhi                                   on 2001/03/14  02:55:00
36551         Log: Subject: PATCH for [ID 20010305.003]
36552              From: Robin Houston <robin@kitsite.com>
36553              Date: Wed, 14 Mar 2001 02:45:51 +0000
36554              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
36555      Branch: perl
36556            ! pp_ctl.c t/op/eval.t
36557 ____________________________________________________________________________
36558 [  9140] By: jhi                                   on 2001/03/14  02:41:54
36559         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36560              Date: Wed, 14 Mar 2001 01:52:51 +0000
36561              From: Robin Houston <robin@kitsite.com>
36562              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
36563              
36564              Fix for 2000313.004.
36565      Branch: perl
36566            ! pp_ctl.c t/op/goto.t
36567 ____________________________________________________________________________
36568 [  9139] By: jhi                                   on 2001/03/14  02:40:50
36569         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36570              From: Robin Houston <robin@kitsite.com>
36571              Date: Wed, 14 Mar 2001 00:43:45 +0000
36572              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
36573      Branch: perl
36574            + t/op/loopctl.t
36575            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
36576            ! vms/perly_c.vms
36577 ____________________________________________________________________________
36578 [  9138] By: gsar                                  on 2001/03/14  01:18:00
36579         Log: remove squelch controls for "Scalars leaked" messages in most places
36580              (these are now cured)
36581      Branch: maint-5.6/perl
36582            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36583            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36584            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36585 ____________________________________________________________________________
36586 [  9137] By: gsar                                  on 2001/03/14  00:57:04
36587         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
36588      Branch: maint-5.6/perl
36589            ! regcomp.c
36590 ____________________________________________________________________________
36591 [  9136] By: jhi                                   on 2001/03/13  23:12:24
36592         Log: (Retracted by #9155)
36593              
36594              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
36595              From: Jens-Uwe Mager <jum@helios.de>
36596              Date: Wed, 21 Feb 2001 21:32:04 +0100
36597              Message-ID: <20010221213203.A18340@ans.helios.de>
36598      Branch: perl
36599            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
36600 ____________________________________________________________________________
36601 [  9135] By: jhi                                   on 2001/03/13  22:50:05
36602         Log: Integrate perlio.
36603      Branch: perl
36604           !> pp.c
36605 ____________________________________________________________________________
36606 [  9134] By: jhi                                   on 2001/03/13  22:49:05
36607         Log: Integrate change #9131 from maintperl into mainline.
36608              
36609              make the error text look more consistent in hints/hpux.sh
36610      Branch: perl
36611           !> hints/hpux.sh
36612 ____________________________________________________________________________
36613 [  9133] By: gsar                                  on 2001/03/13  22:46:20
36614         Log: integrate change#9067 from mainline
36615              
36616              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36617      Branch: maint-5.6/perl
36618           !> lib/ExtUtils/MM_Unix.pm
36619 ____________________________________________________________________________
36620 [  9132] By: jhi                                   on 2001/03/13  22:41:21
36621         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36622              From: "John P. Linderman" <jpl@research.att.com>
36623              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
36624              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
36625              
36626              A more correct prime finder.
36627      Branch: perl
36628            ! lib/Tie/SubstrHash.pm
36629 ____________________________________________________________________________
36630 [  9131] By: gsar                                  on 2001/03/13  22:30:42
36631         Log: make the error text look more consistent in hints/hpux.sh
36632      Branch: maint-5.6/perl
36633            ! hints/hpux.sh
36634 ____________________________________________________________________________
36635 [  9130] By: jhi                                   on 2001/03/13  22:23:44
36636         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
36637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36638              Date: Tue, 13 Mar 2001 18:41:26 +0100
36639              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
36640              
36641              If the test is run non-interactively the default handler
36642              is different.
36643      Branch: perl
36644            ! t/lib/sigaction.t
36645 ____________________________________________________________________________
36646 [  9129] By: jhi                                   on 2001/03/13  22:20:21
36647         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
36648              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36649              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
36650              Date:     Tue, 13 Mar 2001 16:44:32 EST
36651      Branch: perl
36652            ! t/lib/1_compile.t
36653 ____________________________________________________________________________
36654 [  9128] By: jhi                                   on 2001/03/13  22:18:34
36655         Log: Subject: Another patch for integer.pm POD 
36656              From: "John L. Allen" <allen@grumman.com>
36657              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
36658              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
36659      Branch: perl
36660            ! lib/integer.pm
36661 ____________________________________________________________________________
36662 [  9127] By: nick                                  on 2001/03/13  21:26:30
36663         Log: Integrate mainline.
36664      Branch: perlio
36665           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
36666           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
36667           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
36668           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
36669           !> Changes Configure MANIFEST README.os2 README.os390
36670           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
36671           !> os2/Changes patchlevel.h win32/perlhost.h
36672 ____________________________________________________________________________
36673 [  9126] By: nick                                  on 2001/03/13  20:39:51
36674         Log: #ifdef'ed out code to make packed side of pack/unpack
36675              octets. (i.e. pack('U') => encode_utf8).
36676      Branch: perlio
36677            ! pp.c
36678 ____________________________________________________________________________
36679 [  9125] By: jhi                                   on 2001/03/13  15:07:16
36680         Log: Update Changes.
36681      Branch: perl
36682            ! Changes patchlevel.h
36683 ____________________________________________________________________________
36684 [  9124] By: jhi                                   on 2001/03/13  14:22:45
36685         Log: Workaround for the buggy ("internal compiler error")
36686              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
36687              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
36688              of Andreas König.
36689      Branch: perl
36690            ! ext/re/Makefile.PL hints/aix.sh
36691 ____________________________________________________________________________
36692 [  9123] By: jhi                                   on 2001/03/13  03:24:34
36693         Log: Typo in #9114.
36694      Branch: metaconfig
36695            ! U/modified/myhostname.U
36696 ____________________________________________________________________________
36697 [  9122] By: jhi                                   on 2001/03/13  03:24:06
36698         Log: Typo in #9113.
36699      Branch: perl
36700            ! Configure
36701 ____________________________________________________________________________
36702 [  9121] By: jhi                                   on 2001/03/13  01:53:05
36703         Log: Forgot to check-in the larger part of #9120, duh.
36704      Branch: perl
36705            ! README.os2
36706 ____________________________________________________________________________
36707 [  9120] By: jhi                                   on 2001/03/13  01:51:31
36708         Log: Subject: [PATCH 5.6.1] OS/2 docs
36709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36710              Date: Mon, 12 Mar 2001 03:27:32 -0500
36711              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
36712      Branch: perl
36713            ! os2/Changes
36714 ____________________________________________________________________________
36715 [  9119] By: jhi                                   on 2001/03/13  01:49:41
36716         Log: Integrate change #9116 from maintperl into mainline.
36717              
36718              Win32::GetCwd() returns C: instead of C:\ in the root directory
36719              under ithreads
36720      Branch: perl
36721           !> win32/perlhost.h
36722 ____________________________________________________________________________
36723 [  9118] By: jhi                                   on 2001/03/13  01:13:39
36724         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
36725      Branch: perl
36726            + lib/Switch.pm t/lib/switch.t
36727            ! MANIFEST
36728 ____________________________________________________________________________
36729 [  9117] By: jhi                                   on 2001/03/13  01:03:17
36730         Log: Add Text::Balanced 1.83.
36731      Branch: perl
36732            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
36733            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
36734            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
36735            + t/lib/tb-xvari.t
36736            ! MANIFEST
36737 ____________________________________________________________________________
36738 [  9116] By: gsar                                  on 2001/03/13  00:55:53
36739         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
36740              under ithreads
36741      Branch: maint-5.6/perl
36742            ! win32/perlhost.h
36743 ____________________________________________________________________________
36744 [  9115] By: jhi                                   on 2001/03/13  00:54:09
36745         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
36746              From: "John L. Allen" <allen@grumman.com>
36747              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
36748              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
36749              
36750              use integer document clarification.
36751      Branch: perl
36752            ! lib/integer.pm
36753 ____________________________________________________________________________
36754 [  9114] By: jhi                                   on 2001/03/13  00:38:54
36755         Log: Metaconfig unit change for #9113.
36756      Branch: metaconfig
36757            ! U/modified/myhostname.U
36758 ____________________________________________________________________________
36759 [  9113] By: jhi                                   on 2001/03/13  00:38:35
36760         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?)
36761              From: Peter Prymmer <pvhp@forte.com>
36762              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
36763              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
36764      Branch: perl
36765            ! Configure README.os390 hints/os390.sh
36766 ____________________________________________________________________________
36767 [  9112] By: jhi                                   on 2001/03/13  00:29:00
36768         Log: Integrate perlio.
36769      Branch: perl
36770           !> sv.c utf8.h
36771 ____________________________________________________________________________
36772 [  9111] By: nick                                  on 2001/03/12  21:16:33
36773         Log: Integrate mainline.
36774      Branch: perlio
36775           +> t/op/anonsub.t
36776           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36777           !> proto.h sv.c
36778 ____________________________________________________________________________
36779 [  9110] By: nick                                  on 2001/03/12  21:00:13
36780         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
36781      Branch: perlio
36782            ! sv.c utf8.h
36783 ____________________________________________________________________________
36784 [  9109] By: jhi                                   on 2001/03/12  16:04:47
36785         Log: Integrate change #9108 from maintperl to mainline.
36786              
36787              fix memory leak in C<sub X { sub {} }> arising from a refcount
36788              loop between the outer sub and the inner prototype anonsub
36789              
36790              this also enables closures returned by subroutines that
36791              subsequently get redefined to work without generating coredumps :)
36792              
36793              completely removed the free_closures() hack--it shouldn't be
36794              needed anymore
36795      Branch: perl
36796           +> t/op/anonsub.t
36797           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36798           !> proto.h sv.c
36799 ____________________________________________________________________________
36800 [  9108] By: gsar                                  on 2001/03/12  10:21:31
36801         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
36802              loop between the outer sub and the inner prototype anonsub
36803              
36804              this also enables closures returned by subroutines that
36805              subsequently get redefined to work without generating coredumps :)
36806              
36807              completely removed the free_closures() hack--it shouldn't be
36808              needed anymore
36809      Branch: maint-5.6/perl
36810            + t/op/anonsub.t
36811            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36812            ! proto.h sv.c
36813 ____________________________________________________________________________
36814 [  9107] By: jhi                                   on 2001/03/12  05:15:31
36815         Log: Integrate perlio.
36816      Branch: perl
36817           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
36818 ____________________________________________________________________________
36819 [  9106] By: nick                                  on 2001/03/11  20:10:12
36820         Log: regcomp.c is working in native space, not Unicode space (if different)
36821              as it is doing compare against 'W' in \W etc.
36822      Branch: perlio
36823            ! regcomp.c
36824 ____________________________________________________________________________
36825 [  9105] By: nick                                  on 2001/03/11  19:39:34
36826         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
36827              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
36828      Branch: perlio
36829            ! regcomp.c toke.c utf8.c
36830 ____________________________________________________________________________
36831 [  9104] By: nick                                  on 2001/03/11  18:15:44
36832         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
36833      Branch: perlio
36834            ! sv.c
36835 ____________________________________________________________________________
36836 [  9103] By: nick                                  on 2001/03/11  18:03:28
36837         Log: Integrate mainline (for regexp stuff).
36838      Branch: perlio
36839           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36840           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
36841           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
36842           !> t/lib/errno.t t/op/pat.t
36843 ____________________________________________________________________________
36844 [  9102] By: nick                                  on 2001/03/11  17:44:20
36845         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
36846              - exclude layer syms in makedef.pl for sfio
36847              - also inhibit Encode from trying to build ":encode()" layer.
36848      Branch: perlio
36849            ! ext/Encode/Encode.xs makedef.pl
36850 ____________________________________________________________________________
36851 [  9101] By: jhi                                   on 2001/03/10  22:38:13
36852         Log: The $Is_MacOS needs to be declared.
36853      Branch: perl
36854            ! lib/ExtUtils/Manifest.pm
36855 ____________________________________________________________________________
36856 [  9100] By: jhi                                   on 2001/03/10  22:14:29
36857         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
36858              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
36859              pollute the symbolspace if using sfio.
36860      Branch: perl
36861            ! ext/Encode/Encode.xs
36862 ____________________________________________________________________________
36863 [  9099] By: jhi                                   on 2001/03/10  21:58:48
36864         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
36865              Date: Sat, 10 Mar 2001 14:23:55 -0500
36866              From: Chris Nandor <pudge@pobox.com>
36867              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
36868      Branch: perl
36869            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36870            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
36871            ! t/lib/errno.t
36872 ____________________________________________________________________________
36873 [  9098] By: jhi                                   on 2001/03/10  21:38:30
36874         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
36875      Branch: perl
36876            ! regcomp.c regexec.c t/op/pat.t
36877 ____________________________________________________________________________
36878 [  9097] By: jhi                                   on 2001/03/10  14:38:07
36879         Log: Integrate perlio.
36880      Branch: perl
36881           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36882           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36883           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36884 ____________________________________________________________________________
36885 [  9096] By: nick                                  on 2001/03/10  11:55:43
36886         Log: EBCDIC sanity - phase I
36887              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
36888              - use utf8n_xxxx (c.f. pvn) for forms which take length.
36889              - back out vN.N and $^V exceptions to e2a/a2e
36890              - make "locale" isxxx macros be uvchr (may be redundant?)
36891              
36892              Not clear yet that toUPPER_uni et. al. return being handled correctly.
36893              The tr// and rexexp stuff still needs an audit, assumption is they are working
36894              in Unicode space.
36895              
36896              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
36897      Branch: perlio
36898            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36899            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36900            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36901 ____________________________________________________________________________
36902 [  9095] By: jhi                                   on 2001/03/09  22:10:01
36903         Log: Integrate perlio.
36904      Branch: perl
36905           !> dump.c
36906 ____________________________________________________________________________
36907 [  9094] By: nick                                  on 2001/03/09  17:36:38
36908         Log: Builds an passes all tests after integrate and this tweak.
36909      Branch: perlio
36910            ! dump.c
36911 ____________________________________________________________________________
36912 [  9093] By: nick                                  on 2001/03/09  17:16:03
36913         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
36914      Branch: perlio
36915           +> lib/unicode/Scripts.txt t/lib/sigaction.t
36916           !> (integrate 79 files)
36917 ____________________________________________________________________________
36918 [  9092] By: jhi                                   on 2001/03/09  15:28:26
36919         Log: Update Changes.
36920      Branch: perl
36921            ! Changes patchlevel.h
36922 ____________________________________________________________________________
36923 [  9091] By: jhi                                   on 2001/03/09  15:25:05
36924         Log: In op/stat #35 better to scan all the potential directories
36925              for setuids, not just the first one.
36926      Branch: perl
36927            ! t/op/stat.t
36928 ____________________________________________________________________________
36929 [  9090] By: jhi                                   on 2001/03/09  15:01:27
36930         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
36931              From: rspier@pobox.com (Robert Spier)
36932              Date: Fri, 9 Mar 2001 03:30:20 -0500
36933              Message-ID: <15016.38044.381174.160189@rls.cx>
36934              
36935              EXISTS() returning undef mistakenly triggered a FETCH().
36936      Branch: perl
36937            ! hv.c
36938 ____________________________________________________________________________
36939 [  9089] By: jhi                                   on 2001/03/09  14:59:02
36940         Log: Add /sbin and /usr/sbin to the list of directories scanned
36941              for setuid programs.  Takes care of bug id 20010309.003.
36942      Branch: perl
36943            ! t/op/stat.t
36944 ____________________________________________________________________________
36945 [  9088] By: jhi                                   on 2001/03/09  14:48:32
36946         Log: Regen perlapi, perltoc.
36947      Branch: perl
36948            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
36949 ____________________________________________________________________________
36950 [  9087] By: jhi                                   on 2001/03/09  14:38:56
36951         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36952              From: David Mitchell <davem@fdgroup.co.uk>
36953              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
36954              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
36955      Branch: perl
36956            ! dump.c perl.c perl.h pod/perlrun.pod
36957 ____________________________________________________________________________
36958 [  9086] By: jhi                                   on 2001/03/09  01:47:16
36959         Log: A modified version of
36960              
36961              Subject: [ID 20010307.005] POSIX::sigaction has various problems
36962              From: anders@broadcom.com
36963              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
36964              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
36965              
36966              Currently the sigaction.t test #6 fails (and is fudged to look
36967              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
36968              This may well be a genuine bug in Linux sigaction() (since at
36969              least Tru64, Solaris, and HP-UX disagree with Linux).
36970              Anyone with POSIX / SUSv2 tome handy?  The problem is that
36971              the flags of the oldaction don't match with the flags in
36972              the previously installed disposition.
36973      Branch: perl
36974            + t/lib/sigaction.t
36975            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36976 ____________________________________________________________________________
36977 [  9085] By: jhi                                   on 2001/03/09  01:30:13
36978         Log: Subject: Re: mission impossible for the day
36979              From: Alex Gough <alex@rcon.org>
36980              Date: Thu, 08 Mar 2001 17:18:19 +0000
36981              Message-ID: <3AA7BEDB.8070409@rcon.org>
36982              
36983              If references (are overloaded) and can be directly stringified,
36984              show that instead of "stringified".
36985              
36986              (The problem, infinite mutual recursion caused by overloaded bool
36987              in Switch.pm, tracked by David Mitchell)
36988      Branch: perl
36989            ! lib/Carp/Heavy.pm
36990 ____________________________________________________________________________
36991 [  9084] By: jhi                                   on 2001/03/09  01:20:39
36992         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36993              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
36994              From: David Mitchell <davem@fdgroup.co.uk>
36995              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
36996      Branch: perl
36997            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
36998            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
36999 ____________________________________________________________________________
37000 [  9083] By: jhi                                   on 2001/03/09  01:16:51
37001         Log: Subject: [PATCH] perldata.pod here-doc docs
37002              From: Jeff Pinyan <jeffp@crusoe.net>
37003              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
37004              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
37005      Branch: perl
37006            ! pod/perldata.pod
37007 ____________________________________________________________________________
37008 [  9082] By: jhi                                   on 2001/03/09  01:01:27
37009         Log: Subject: Re: Unicode/EBCDIC
37010              From: Peter Prymmer <pvhp@forte.com>
37011              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
37012              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
37013      Branch: perl
37014            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
37015 ____________________________________________________________________________
37016 [  9081] By: jhi                                   on 2001/03/08  13:41:30
37017         Log: Subject: Ooops, wrong 'no *POSIX' Patch
37018              From: Dorner Thomas <Thomas.Dorner@start.de>
37019              Date: Thu, 8 Mar 2001 08:43:28 +0100
37020              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
37021      Branch: perl
37022            ! hints/posix-bc.sh
37023 ____________________________________________________________________________
37024 [  9080] By: jhi                                   on 2001/03/08  13:11:42
37025         Log: It's Scripts.txt, not Script.txt.
37026      Branch: perl
37027            ! MANIFEST
37028 ____________________________________________________________________________
37029 [  9079] By: jhi                                   on 2001/03/08  12:59:05
37030         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
37031              From: Dorner Thomas <Thomas.Dorner@start.de>
37032              Date: Wed, 7 Mar 2001 14:13:31 +0100
37033              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
37034      Branch: perl
37035            ! makedepend.SH
37036 ____________________________________________________________________________
37037 [  9078] By: jhi                                   on 2001/03/08  12:57:43
37038         Log: Retract #9069, wrong patch.
37039      Branch: perl
37040            ! Makefile.SH
37041 ____________________________________________________________________________
37042 [  9077] By: jhi                                   on 2001/03/08  01:06:13
37043         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
37044      Branch: perl
37045            + lib/unicode/Scripts.txt
37046            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
37047            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
37048            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
37049            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
37050            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
37051            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
37052            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
37053            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
37054            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
37055            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
37056            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
37057            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
37058            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
37059            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
37060            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
37061            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
37062            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
37063            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
37064            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
37065            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
37066            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
37067            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
37068            ! lib/unicode/version
37069 ____________________________________________________________________________
37070 [  9076] By: jhi                                   on 2001/03/07  22:59:39
37071         Log: Integrate change #7784 from mainline into maintperl.
37072              
37073              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
37074      Branch: maint-5.6/perl
37075           !> pp_ctl.c t/op/pat.t
37076 ____________________________________________________________________________
37077 [  9075] By: jhi                                   on 2001/03/07  22:05:11
37078         Log: More UTF-8 test tweaks.
37079      Branch: perl
37080            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
37081 ____________________________________________________________________________
37082 [  9074] By: nick                                  on 2001/03/07  21:39:29
37083         Log: Integrate mainline.
37084      Branch: perlio
37085           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
37086           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
37087           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
37088           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
37089           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
37090 ____________________________________________________________________________
37091 [  9073] By: jhi                                   on 2001/03/07  16:37:09
37092         Log: Update Changes.
37093      Branch: perl
37094            ! Changes patchlevel.h
37095 ____________________________________________________________________________
37096 [  9072] By: jhi                                   on 2001/03/07  16:32:30
37097         Log: Subject: [ID 20010306.004] || != named unary operator
37098              From: abela@geneanet.org
37099              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
37100              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
37101      Branch: perl
37102            ! pod/perlop.pod
37103 ____________________________________________________________________________
37104 [  9071] By: jhi                                   on 2001/03/07  15:14:11
37105         Log: Subject: downgrading to bytes for common functions
37106              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
37107              Date: Wed, 7 Mar 2001 02:36:55 -0500
37108              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
37109      Branch: perl
37110            ! pp_sys.c
37111 ____________________________________________________________________________
37112 [  9070] By: jhi                                   on 2001/03/07  15:04:58
37113         Log: Clarify the description differentiating for and while; inspired by
37114              
37115              Subject: [ID 20010306.002] for/while difference in for definition
37116              From: abela@geneanet.org
37117              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
37118              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
37119      Branch: perl
37120            ! pod/perlsyn.pod
37121 ____________________________________________________________________________
37122 [  9069] By: jhi                                   on 2001/03/07  14:55:30
37123         Log: (Retracted by #9078.)
37124      Branch: perl
37125            ! Makefile.SH
37126 ____________________________________________________________________________
37127 [  9068] By: jhi                                   on 2001/03/07  14:51:17
37128         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
37129              From: Radu Greab <radu@netsoft.ro>
37130              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
37131              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
37132      Branch: perl
37133            ! pp.c t/op/chop.t
37134 ____________________________________________________________________________
37135 [  9067] By: jhi                                   on 2001/03/07  14:48:57
37136         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
37137              From: Simon Cozens <simon@netthink.co.uk>
37138              Date: Wed, 7 Mar 2001 13:59:28 +0000
37139              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
37140              
37141              In order to allow MakeMaker to build correct Makefiles,
37142              you need to change the order of the arguments in MM_Unix.pm
37143              as well. (Unless you have C89_CCMODE set, but we're trying
37144              to be POSIXly correct)
37145              
37146              Thanks to Merijn Broeren for tracking this down.
37147      Branch: perl
37148            ! lib/ExtUtils/MM_Unix.pm
37149 ____________________________________________________________________________
37150 [  9066] By: jhi                                   on 2001/03/07  14:30:02
37151         Log: Floating point too messy.
37152      Branch: perl
37153            ! t/camel-III/vstring.t
37154 ____________________________________________________________________________
37155 [  9065] By: jhi                                   on 2001/03/07  14:17:44
37156         Log: Integrate change #9064 from maintperl into mainline.
37157              
37158              fix memory leak in pack("Bb",...)
37159      Branch: perl
37160           !> perl.c
37161 ____________________________________________________________________________
37162 [  9064] By: gsar                                  on 2001/03/07  06:29:24
37163         Log: fix memory leak in pack("Bb",...)
37164      Branch: maint-5.6/perl
37165            ! perl.c
37166 ____________________________________________________________________________
37167 [  9063] By: jhi                                   on 2001/03/07  00:55:04
37168         Log: Major utf8 test reorganisation and rewrite.
37169              Hopefully no tests were lost in the shuffle.
37170              (The beginning of pragma/utf8 was lost intentionally,
37171              the tests were rather bogus and incomplete.)
37172      Branch: perl
37173            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
37174            ! t/pragma/utf8.t
37175 ____________________________________________________________________________
37176 [  9062] By: jhi                                   on 2001/03/07  00:41:16
37177         Log: More tweakage on the Unicode character class descriptions.
37178      Branch: perl
37179            ! lib/unicode/mktables.PL pod/perlretut.pod
37180 ____________________________________________________________________________
37181 [  9061] By: jhi                                   on 2001/03/06  23:12:38
37182         Log: The perlretut was still talking about the old \p and \P
37183              definitions.
37184      Branch: perl
37185            ! pod/perlretut.pod
37186 ____________________________________________________________________________
37187 [  9060] By: nick                                  on 2001/03/06  20:52:37
37188         Log: Integrate mainline (make test works again now).
37189      Branch: perlio
37190           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
37191 ____________________________________________________________________________
37192 [  9059] By: jhi                                   on 2001/03/06  15:36:14
37193         Log: 0.999... does equal 1.0, doesn't it?
37194      Branch: perl
37195            ! t/camel-III/vstring.t
37196 ____________________________________________________________________________
37197 [  9058] By: jhi                                   on 2001/03/06  15:34:00
37198         Log: Make /x{abcd}/ to work without use utf8.
37199      Branch: perl
37200            ! regcomp.c
37201 ____________________________________________________________________________
37202 [  9057] By: jhi                                   on 2001/03/06  03:02:36
37203         Log: Easier to outcomment all the three reset() tests for now.
37204      Branch: perl
37205            ! t/op/pat.t
37206 ____________________________________________________________________________
37207 [  9056] By: jhi                                   on 2001/03/06  02:30:02
37208         Log: Comment out the deadly reset; until the 20010301.005
37209              is finally fixed.
37210      Branch: perl
37211            ! t/op/pat.t
37212 ____________________________________________________________________________
37213 [  9055] By: jhi                                   on 2001/03/06  02:21:26
37214         Log: Integrate the change #9054 from mainline:
37215              retract the PMOP cleanup patch pending further investigation.
37216      Branch: maint-5.6/perl
37217           !> op.c op.h
37218 ____________________________________________________________________________
37219 [  9054] By: jhi                                   on 2001/03/06  02:19:57
37220         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
37221              with oddly familiar stack traces.
37222      Branch: perl
37223            ! op.c op.h
37224 ____________________________________________________________________________
37225 [  9053] By: jhi                                   on 2001/03/05  23:20:28
37226         Log: Integrate perlio.
37227      Branch: perl
37228           +> ext/Encode/Encode/koi8-r.ucm
37229           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
37230           !> makedef.pl
37231 ____________________________________________________________________________
37232 [  9052] By: nick                                  on 2001/03/05  23:08:17
37233         Log: skipping USE_PERLIO symbols correction.
37234      Branch: perlio
37235            ! makedef.pl
37236 ____________________________________________________________________________
37237 [  9051] By: nick                                  on 2001/03/05  22:35:07
37238         Log: More Encode alias tidying.
37239      Branch: perlio
37240            + ext/Encode/Encode/koi8-r.ucm
37241            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
37242 ____________________________________________________________________________
37243 [  9050] By: jhi                                   on 2001/03/05  21:44:29
37244         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
37245              Sarathy's fix for ID 20010301.005.
37246      Branch: maint-5.6/perl
37247           !> op.c op.h
37248 ____________________________________________________________________________
37249 [  9049] By: nick                                  on 2001/03/05  19:54:04
37250         Log: Integrate Jarkko's Encode.pm tweak.
37251      Branch: perlio
37252           !> ext/Encode/Encode.pm
37253 ____________________________________________________________________________
37254 [  9048] By: nick                                  on 2001/03/05  19:47:57
37255         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
37256      Branch: perlio
37257           +> os2/os2add.sym
37258           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
37259           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
37260           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
37261           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
37262           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
37263 ____________________________________________________________________________
37264 [  9047] By: jhi                                   on 2001/03/05  19:25:26
37265         Log: Regen perlapi.
37266      Branch: perl
37267            ! pod/perlapi.pod
37268 ____________________________________________________________________________
37269 [  9046] By: jhi                                   on 2001/03/05  19:12:14
37270         Log: Integrate perlio.
37271      Branch: perl
37272           +> t/camel-III/vstring.t
37273           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
37274 ____________________________________________________________________________
37275 [  9045] By: jhi                                   on 2001/03/05  19:10:36
37276         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
37277      Branch: perl
37278            ! ext/Encode/Encode.pm
37279 ____________________________________________________________________________
37280 [  9044] By: jhi                                   on 2001/03/05  18:49:12
37281         Log: Forgot the other half of the PMOP patch (#9033).
37282      Branch: perl
37283            ! op.h
37284 ____________________________________________________________________________
37285 [  9043] By: nick                                  on 2001/03/05  18:14:47
37286         Log: Update MANIFEST for new test.
37287      Branch: perlio
37288            ! MANIFEST
37289 ____________________________________________________________________________
37290 [  9042] By: nick                                  on 2001/03/05  18:12:41
37291         Log: Some tests for Camel 3rd edition features.
37292              Make gethostbyaddr() test in above work.
37293      Branch: perlio
37294            + t/camel-III/vstring.t
37295            ! pp.h pp_sys.c t/TEST t/harness
37296 ____________________________________________________________________________
37297 [  9041] By: jhi                                   on 2001/03/05  17:41:48
37298         Log: Add more ISO 8859 encoding aliases.
37299      Branch: perl
37300            ! ext/Encode/Encode.pm
37301 ____________________________________________________________________________
37302 [  9040] By: jhi                                   on 2001/03/05  17:30:43
37303         Log: Integrate perlio.
37304      Branch: perl
37305           !> MANIFEST sv.c
37306 ____________________________________________________________________________
37307 [  9039] By: nick                                  on 2001/03/05  17:11:36
37308         Log: Missed added file.
37309      Branch: perlio
37310            ! MANIFEST
37311 ____________________________________________________________________________
37312 [  9038] By: jhi                                   on 2001/03/05  15:58:01
37313         Log: Add tr tests for EBCDIC, from Karsten Sperling.
37314      Branch: perl
37315            ! t/op/tr.t
37316 ____________________________________________________________________________
37317 [  9037] By: nick                                  on 2001/03/05  15:56:35
37318         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
37319              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
37320              
37321              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
37322              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
37323              - uses SvPV() rather than sv_2pv() in case it isn't a string.
37324      Branch: perlio
37325            ! sv.c
37326 ____________________________________________________________________________
37327 [  9036] By: jhi                                   on 2001/03/05  15:49:15
37328         Log: Add matching tests currently failing in EBCDIC,
37329              suggested by Karsten Sperling.
37330      Branch: perl
37331            ! t/op/pat.t
37332 ____________________________________________________________________________
37333 [  9035] By: jhi                                   on 2001/03/05  15:36:55
37334         Log: The #9034 needs a MANIFESTation.
37335      Branch: perl
37336            ! MANIFEST
37337 ____________________________________________________________________________
37338 [  9034] By: jhi                                   on 2001/03/05  15:35:14
37339         Log: Integrate perlio.
37340      Branch: perl
37341           +> ext/Encode/Encode/Tcl.pm
37342           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
37343           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
37344           !> ext/Encode/Encode/iso8859-1.ucm
37345           !> ext/Encode/Encode/iso8859-10.ucm
37346           !> ext/Encode/Encode/iso8859-13.ucm
37347           !> ext/Encode/Encode/iso8859-14.ucm
37348           !> ext/Encode/Encode/iso8859-15.ucm
37349           !> ext/Encode/Encode/iso8859-16.ucm
37350           !> ext/Encode/Encode/iso8859-2.ucm
37351           !> ext/Encode/Encode/iso8859-3.ucm
37352           !> ext/Encode/Encode/iso8859-4.ucm
37353           !> ext/Encode/Encode/iso8859-5.ucm
37354           !> ext/Encode/Encode/iso8859-6.ucm
37355           !> ext/Encode/Encode/iso8859-7.ucm
37356           !> ext/Encode/Encode/iso8859-8.ucm
37357           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
37358           !> t/lib/encode.t
37359 ____________________________________________________________________________
37360 [  9033] By: jhi                                   on 2001/03/05  15:33:18
37361         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
37362              From: Gurusamy Sarathy <gsar@ActiveState.com>
37363              Date: Sun, 04 Mar 2001 22:33:15 -0800
37364              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
37365              
37366              PMOPs need to remember their own stash so that they can
37367              gracefully remove themselves from their linked list.
37368      Branch: perl
37369            ! op.c
37370 ____________________________________________________________________________
37371 [  9032] By: nick                                  on 2001/03/05  14:51:50
37372         Log: Encode implementation "completion"
37373              Implement and document define_encoding()
37374              Implement and document encoding aliases including define_alias()
37375              Make Encode::XS use define_encoding() rather than back-door.
37376              Move run-time *.enc to separate Encode::Tcl module.
37377              Make 'compile' honour <codeset_name>
37378              Change canonical names of to iso-8859-* and US-ascii.
37379      Branch: perlio
37380            + ext/Encode/Encode/Tcl.pm
37381            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37382            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
37383            ! ext/Encode/Encode/iso8859-1.ucm
37384            ! ext/Encode/Encode/iso8859-10.ucm
37385            ! ext/Encode/Encode/iso8859-13.ucm
37386            ! ext/Encode/Encode/iso8859-14.ucm
37387            ! ext/Encode/Encode/iso8859-15.ucm
37388            ! ext/Encode/Encode/iso8859-16.ucm
37389            ! ext/Encode/Encode/iso8859-2.ucm
37390            ! ext/Encode/Encode/iso8859-3.ucm
37391            ! ext/Encode/Encode/iso8859-4.ucm
37392            ! ext/Encode/Encode/iso8859-5.ucm
37393            ! ext/Encode/Encode/iso8859-6.ucm
37394            ! ext/Encode/Encode/iso8859-7.ucm
37395            ! ext/Encode/Encode/iso8859-8.ucm
37396            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
37397            ! t/lib/encode.t
37398 ____________________________________________________________________________
37399 [  9031] By: jhi                                   on 2001/03/05  13:51:17
37400         Log: Integrate change #9030 from maintperl into mainline.
37401              
37402              Subject: [PATCH 5.6.1] OS/2 cleanup
37403      Branch: perl
37404           +> os2/os2add.sym
37405           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37406           !> makedef.pl os2/Changes os2/Makefile.SHs
37407           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
37408           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
37409           !> os2/os2.sym os2/os2ish.h
37410 ____________________________________________________________________________
37411 [  9030] By: jhi                                   on 2001/03/05  13:46:49
37412         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
37413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37414              Date: Mon, 5 Mar 2001 02:29:44 -0500
37415              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
37416      Branch: maint-5.6/perl
37417            + os2/os2add.sym
37418            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37419            ! makedef.pl os2/Changes os2/Makefile.SHs
37420            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
37421            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
37422            ! os2/os2.sym os2/os2ish.h
37423 ____________________________________________________________________________
37424 [  9029] By: jhi                                   on 2001/03/05  13:40:35
37425         Log: Integrate change #9028 from maintperl into mainline.
37426              
37427              various nits in MM_Unix.pm found by disabling SelfLoader
37428      Branch: perl
37429           !> lib/ExtUtils/MM_Unix.pm
37430 ____________________________________________________________________________
37431 [  9028] By: gsar                                  on 2001/03/05  09:58:38
37432         Log: various nits in MM_Unix.pm found by disabling SelfLoader
37433      Branch: maint-5.6/perl
37434            ! lib/ExtUtils/MM_Unix.pm
37435 ____________________________________________________________________________
37436 [  9027] By: nick                                  on 2001/03/05  08:35:22
37437         Log: Integrate mainline
37438      Branch: perlio
37439           !> (integrate 28 files)
37440 ____________________________________________________________________________
37441 [  9026] By: jhi                                   on 2001/03/05  02:14:59
37442         Log: Integrate change #9025 from mainline to maintperl,
37443              retract \N{U+HHHH}.
37444      Branch: maint-5.6/perl
37445           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37446           !> t/lib/charnames.t toke.c
37447 ____________________________________________________________________________
37448 [  9025] By: jhi                                   on 2001/03/05  02:13:09
37449         Log: Retracting \N{U+HHHH}.
37450      Branch: perl
37451            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37452            ! t/lib/charnames.t toke.c
37453 ____________________________________________________________________________
37454 [  9024] By: jhi                                   on 2001/03/04  20:51:07
37455         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
37456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37457              Date: Fri, 02 Mar 2001 18:25:26 +0100
37458              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
37459              
37460              Casting problem.
37461      Branch: perl
37462            ! ext/Storable/Storable.xs
37463 ____________________________________________________________________________
37464 [  9023] By: jhi                                   on 2001/03/04  19:46:45
37465         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
37466              From: nick@talking.bollo.cx
37467              Date: Sat, 03 Mar 2001 21:41:33 +0000
37468              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
37469              
37470              Revert the workaround.
37471      Branch: perl
37472            ! perlio.c
37473 ____________________________________________________________________________
37474 [  9022] By: jhi                                   on 2001/03/04  19:36:28
37475         Log: Update Changes.
37476      Branch: perl
37477            ! Changes patchlevel.h
37478 ____________________________________________________________________________
37479 [  9021] By: jhi                                   on 2001/03/04  18:41:00
37480         Log: makedef.pl updates suggested by Chris Nandor; double-checking
37481              the changes in AIX, OS/2 Win32 would be nice.
37482      Branch: perl
37483            ! makedef.pl
37484 ____________________________________________________________________________
37485 [  9020] By: jhi                                   on 2001/03/04  18:23:58
37486         Log: Integrate change #9012 from maintperl into mainline,
37487              quench a compiler warning.
37488      Branch: perl
37489           !> toke.c
37490 ____________________________________________________________________________
37491 [  9019] By: jhi                                   on 2001/03/04  18:18:43
37492         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
37493              
37494              \N{U+HHHH} fix.
37495              
37496              pattern in G_ARRAY context
37497      Branch: maint-5.6/perl
37498           !> pp_hot.c t/op/pat.t toke.c
37499 ____________________________________________________________________________
37500 [  9018] By: jhi                                   on 2001/03/04  18:07:48
37501         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
37502              From: Jeff Pinyan <jeffp@crusoe.net>
37503              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
37504              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
37505      Branch: perl
37506            ! pp_hot.c t/op/pat.t
37507 ____________________________________________________________________________
37508 [  9017] By: jhi                                   on 2001/03/04  18:06:21
37509         Log: I thought I tested the #9014.
37510      Branch: perl
37511            ! toke.c
37512 ____________________________________________________________________________
37513 [  9016] By: jhi                                   on 2001/03/04  17:41:22
37514         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
37515              
37516              Tweak the get*ent() OS/2 prototypes.
37517              
37518              Add the \N{U+HHHH} syntax.
37519              
37520              More tr/// UTF-8 fixes from Inaba Hiroto.
37521      Branch: maint-5.6/perl
37522           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
37523           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
37524 ____________________________________________________________________________
37525 [  9015] By: jhi                                   on 2001/03/04  17:36:04
37526         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
37527      Branch: perl
37528            ! doop.c t/op/tr.t
37529 ____________________________________________________________________________
37530 [  9014] By: jhi                                   on 2001/03/04  17:24:49
37531         Log: Add the \N{U+HHHH} syntax.
37532      Branch: perl
37533            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37534            ! t/lib/charnames.t toke.c
37535 ____________________________________________________________________________
37536 [  9013] By: jhi                                   on 2001/03/04  17:20:45
37537         Log: Tweak the get*ent() OS/2 prototypes.
37538      Branch: perl
37539            ! os2/os2.c
37540 ____________________________________________________________________________
37541 [  9012] By: gsar                                  on 2001/03/04  06:26:14
37542         Log: avoid warning (nit in change#9009)
37543      Branch: maint-5.6/perl
37544            ! toke.c
37545 ____________________________________________________________________________
37546 [  9011] By: gsar                                  on 2001/03/04  06:15:24
37547         Log: lib/charnames.t fails in 5.6.x because of older Unicode
37548              data
37549              
37550              TODO: need to revisit this after updating lib/unicode/...
37551      Branch: maint-5.6/perl
37552            ! t/lib/charnames.t
37553 ____________________________________________________________________________
37554 [  9010] By: gsar                                  on 2001/03/04  06:08:36
37555         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
37556      Branch: maint-5.6/perl
37557            ! toke.c
37558 ____________________________________________________________________________
37559 [  9009] By: jhi                                   on 2001/03/03  19:27:20
37560         Log: Integrate change #9008 from mainline to maintperl,
37561              UTF-8 tr/// fixes from Inaba Hiroto.
37562      Branch: maint-5.6/perl
37563           !> doop.c op.c t/op/tr.t toke.c
37564 ____________________________________________________________________________
37565 [  9008] By: jhi                                   on 2001/03/03  19:19:42
37566         Log: UTF8 tr/// fixes from Inaba Hiroto.
37567      Branch: perl
37568            ! doop.c op.c t/op/tr.t toke.c
37569 ____________________________________________________________________________
37570 [  9007] By: jhi                                   on 2001/03/03  19:00:30
37571         Log: Integrate change #9006 from maintperl to mainline,
37572              more robust quest for the infinite.
37573      Branch: perl
37574           !> lib/Math/Complex.pm
37575 ____________________________________________________________________________
37576 [  9006] By: jhi                                   on 2001/03/03  18:58:06
37577         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
37578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37579              Date: Sat, 3 Mar 2001 12:51:50 -0500
37580              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
37581              
37582              Be more robust in our quest for the infinite.
37583      Branch: maint-5.6/perl
37584            ! lib/Math/Complex.pm
37585 ____________________________________________________________________________
37586 [  9005] By: jhi                                   on 2001/03/03  17:55:50
37587         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
37588      Branch: maint-5.6/perl
37589            ! doio.c
37590 ____________________________________________________________________________
37591 [  9004] By: jhi                                   on 2001/03/03  17:40:14
37592         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
37593              so that picky compilers like IRIX won't get huffy about
37594              "statements without effect" (like 1;).
37595      Branch: perl
37596            ! toke.c
37597 ____________________________________________________________________________
37598 [  9003] By: jhi                                   on 2001/03/03  17:15:52
37599         Log: Integrate change #9002 from mainline to maintperl.
37600              
37601              Subject: [perl-5.6.x, perl-current] accept for EPOC
37602      Branch: maint-5.6/perl
37603           !> pp_sys.c
37604 ____________________________________________________________________________
37605 [  9002] By: jhi                                   on 2001/03/03  17:14:30
37606         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
37607              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37608              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
37609              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
37610      Branch: perl
37611            ! pp_sys.c
37612 ____________________________________________________________________________
37613 [  9001] By: jhi                                   on 2001/03/03  17:13:13
37614         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
37615              From: "Craig A. Berry" <craigberry@mac.com>
37616              Date: Fri, 02 Mar 2001 17:44:40 -0600
37617              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
37618      Branch: perl
37619            ! t/pod/find.t
37620 ____________________________________________________________________________
37621 [  9000] By: jhi                                   on 2001/03/03  17:11:55
37622         Log: Integrate changes #8997,8999 from maintperl.
37623              
37624              Subject: [PATCH 5.6.1] compiling on OS/2
37625              (Better error message from hints/os2.sh)
37626              
37627              Subject: [PATCH 5.6.1] syslog.t
37628      Branch: perl
37629           !> hints/os2.sh t/lib/syslog.t
37630 ____________________________________________________________________________
37631 [  8999] By: jhi                                   on 2001/03/03  17:09:28
37632         Log: Subject: [PATCH 5.6.1] syslog.t
37633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37634              Date: Sat, 3 Mar 2001 02:11:17 -0500
37635              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
37636      Branch: maint-5.6/perl
37637            ! t/lib/syslog.t
37638 ____________________________________________________________________________
37639 [  8998] By: jhi                                   on 2001/03/03  17:07:50
37640         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
37641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37642              Date: Sat, 3 Mar 2001 01:53:52 -0500
37643              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
37644      Branch: maint-5.6/perl
37645            ! opcode.pl os2/os2.c
37646 ____________________________________________________________________________
37647 [  8997] By: jhi                                   on 2001/03/03  17:03:30
37648         Log: Subject: [PATCH 5.6.1] compiling on OS/2
37649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37650              Date: Sat, 3 Mar 2001 01:59:59 -0500
37651              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
37652      Branch: maint-5.6/perl
37653            ! hints/os2.sh
37654 ____________________________________________________________________________
37655 [  8996] By: jhi                                   on 2001/03/03  00:55:58
37656         Log: Regen files for mainline.
37657      Branch: perl
37658            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37659            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
37660 ____________________________________________________________________________
37661 [  8995] By: jhi                                   on 2001/03/03  00:35:22
37662         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
37663              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
37664              to maintperl.
37665              
37666              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
37667              
37668              Add Configure option -Dmksymlinks which will create a symlink
37669              forest if the current/build differs from the source directory.
37670              (8218,8220,8221,8317,8318,8971)
37671              
37672              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
37673              (Document APPLLIB_EXP in INSTALL.)
37674              
37675              If running byacc write-enable also perly.h.
37676              
37677              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
37678              
37679              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
37680              
37681              Sanity check for conflicting thread flavours.
37682              
37683              Fix the sys/fcntl.h problem reported by Peter Prymmer.
37684              
37685              Add few CPUs/architectures to the Cppsym scan,
37686              add -perlio to archname if so selected (modified 8890)
37687              
37688              Be more helpful for devel builders, suggested by John L. Allen.
37689              (admittedly pointless change for maintperl, but the usedevel
37690              code is there already)
37691      Branch: maint-5.6/perl
37692           !> Configure INSTALL Makefile.SH Porting/Glossary
37693           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
37694           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
37695           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
37696           !> win32/config.bc win32/config.gc win32/config.vc
37697 ____________________________________________________________________________
37698 [  8994] By: jhi                                   on 2001/03/02  23:31:41
37699         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
37700      Branch: metaconfig/U/perl
37701            ! gccvers.U
37702 ____________________________________________________________________________
37703 [  8993] By: jhi                                   on 2001/03/02  23:22:12
37704         Log: Regenerate various files for maint.
37705      Branch: maint-5.6/perl
37706            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
37707            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
37708 ____________________________________________________________________________
37709 [  8992] By: alanbur                               on 2001/03/02  22:48:34
37710         Log: Resync wuth parent
37711      Branch: maint-5.6/pureperl
37712           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
37713           !> (integrate 60 files)
37714 ____________________________________________________________________________
37715 [  8991] By: jhi                                   on 2001/03/02  21:00:08
37716         Log: Retract the #8742 part of #8986, backward compat.
37717      Branch: maint-5.6/perl
37718            ! embed.pl
37719 ____________________________________________________________________________
37720 [  8990] By: jhi                                   on 2001/03/02  20:40:07
37721         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
37722      Branch: maint-5.6/perl
37723            ! hv.c
37724 ____________________________________________________________________________
37725 [  8989] By: jhi                                   on 2001/03/02  19:59:56
37726         Log: Update Changes.
37727      Branch: perl
37728            ! Changes patchlevel.h
37729 ____________________________________________________________________________
37730 [  8988] By: jhi                                   on 2001/03/02  19:57:08
37731         Log: Integrate perlio.
37732      Branch: perl
37733           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37734           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37735           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37736           !> ext/Encode/Encode/iso8859-10.ucm
37737           !> ext/Encode/Encode/iso8859-13.ucm
37738           !> ext/Encode/Encode/iso8859-14.ucm
37739           !> ext/Encode/Encode/iso8859-15.ucm
37740           !> ext/Encode/Encode/iso8859-16.ucm
37741           !> ext/Encode/Encode/iso8859-2.ucm
37742           !> ext/Encode/Encode/iso8859-3.ucm
37743           !> ext/Encode/Encode/iso8859-4.ucm
37744           !> ext/Encode/Encode/iso8859-5.ucm
37745           !> ext/Encode/Encode/iso8859-6.ucm
37746           !> ext/Encode/Encode/iso8859-7.ucm
37747           !> ext/Encode/Encode/iso8859-8.ucm
37748           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37749           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
37750 ____________________________________________________________________________
37751 [  8987] By: jhi                                   on 2001/03/02  19:43:40
37752         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
37753              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
37754              8950,8952,8955 from mainline to maintperl.
37755              
37756              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
37757              
37758              Put to rest the 20010205.001, the email address checking (not) regex.
37759              
37760              fork() not everywhere, cleanup temp files.
37761              
37762              The #8843 wasn't quite right: %Config needs to imported.
37763              
37764              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
37765              (#8849: the glob-basic hunk needed massaging as it depended
37766              on Schwern's large-scale (unintegrated) patches)
37767              
37768              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
37769              
37770              Upgrade to CGI.pm 2.752, from Lincoln Stein.
37771              (Note: there were some conflicts due to EBCDIC and EPOC
37772              patches, in general I preferred the repository code.)
37773              (When 2.753 comes out, we need to synchronize.)
37774              
37775              Subject: [PATCH] fix for charnames above FFFF
37776              
37777              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
37778              
37779              If no sfio, no -lsfio.
37780              
37781              Run run/*.t also in minitest.
37782              
37783              Subject:  [PATCH perl 5.7.0] malloc message address offset
37784              
37785              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
37786              
37787              Subject: fix for parameter -Dm (for perl@8867)
37788              
37789              Subject: [PATCH: perl@8892] was Re: hashing order difference?
37790              (make the test more portable)
37791              
37792              Subject: Re: [PATCH] fix for charnames above FFFF
37793              
37794              Subject: Re: I'm losing the war...
37795              (hv_store() not working correctly in ENV_IS_CASELESS case.)
37796              
37797              Subject: Modified README.bs2000 
37798              
37799              Subject: [PATCH: perl@8935] -Dt padsv($var)
37800              
37801              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
37802              
37803              Subject: PATCH: extra tests to check on negative float to unsigned cast
37804              
37805              Subject: [PATCH] XPUSH[insp] was Re: progress
37806              
37807              Subject: Re: Compile with perlcc..
37808      Branch: maint-5.6/perl
37809           !> (integrate 36 files)
37810 ____________________________________________________________________________
37811 [  8986] By: jhi                                   on 2001/03/02  18:51:25
37812         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
37813              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
37814              to maintperl.
37815              
37816              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
37817              
37818              Subject: [DOC PATCH] overload.pm nits
37819              
37820              Add header for LIB$ prototypes (C. Berry)
37821              
37822              Convert fwrite()s to sockets to write()s, since some socket stacks
37823              don't take kindly to stdio.
37824              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
37825              (for often optional LNMs)
37826              Correct a few typos
37827              (C. Bailey)
37828              
37829              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
37830              
37831              De-cut-and-pasto.
37832              
37833              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
37834              
37835              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
37836              
37837              Upgrade to CPAN 1.59_54, from Andreas König.
37838              
37839              Bogus shebang.
37840              
37841              Subject: [PATCH] Document makepatch in Porting/patching
37842              
37843              UTF-8 documentation.
37844              
37845              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
37846              
37847              Sort the MANIFEST.
37848              
37849              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
37850              
37851              Subject: [PATCH @8807] toke.c cleanup: scan_str()
37852              
37853              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
37854              
37855              Add run/*.t to testables.
37856              
37857              TODO: integrate #8784.
37858      Branch: maint-5.6/perl
37859           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
37860           !> (integrate 28 files)
37861 ____________________________________________________________________________
37862 [  8985] By: nick                                  on 2001/03/02  18:15:45
37863         Log: Integrate mainline
37864      Branch: perlio
37865           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
37866           !> vms/vms.c
37867 ____________________________________________________________________________
37868 [  8984] By: jhi                                   on 2001/03/02  16:00:17
37869         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
37870              
37871              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
37872              5.004_05, and mention the suidperl August 2000 security problem.
37873              (#8978,#8981)
37874              
37875              Subject: [ID 20010301.004] Technically speaking in perldata
37876              
37877              Subject: [PATCH] File::Copy for bleadperl, maintperl
37878              
37879              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37880              
37881              (The #8982, fix for 20010221.005 and 20010221.008,
37882              would be nice too but it didn't integrate cleanly.)
37883      Branch: maint-5.6/perl
37884           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
37885 ____________________________________________________________________________
37886 [  8983] By: jhi                                   on 2001/03/02  15:51:16
37887         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37888              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37889              Date:     Thu, 1 Mar 2001 15:54:09 EST
37890              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
37891      Branch: perl
37892            ! vms/vms.c
37893 ____________________________________________________________________________
37894 [  8982] By: jhi                                   on 2001/03/02  15:43:31
37895         Log: Subject: Re: sync sync sync: have I missed any patches?
37896              From: Radu Greab <radu@netsoft.ro> 
37897              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
37898              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
37899              
37900              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
37901              was checking argv[0] regardless of whether a different pathname
37902              will actually be executed."  Test case not supplied because 
37903              drafting that, ironically enough, revealed another bug
37904              (or a feature).
37905      Branch: perl
37906            ! doio.c
37907 ____________________________________________________________________________
37908 [  8981] By: jhi                                   on 2001/03/02  15:28:03
37909         Log: Misdate in #8978.
37910      Branch: perl
37911            ! pod/perlfaq1.pod
37912 ____________________________________________________________________________
37913 [  8980] By: jhi                                   on 2001/03/02  15:24:20
37914         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
37915              From: Chris Nandor <pudge@pobox.com>
37916              Date: Wed, 28 Feb 2001 22:10:15 -0500
37917              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
37918      Branch: perl
37919            ! lib/File/Copy.pm
37920 ____________________________________________________________________________
37921 [  8979] By: jhi                                   on 2001/03/02  15:17:16
37922         Log: Subject: [ID 20010301.004] Technically speaking in perldata
37923              From: abela@geneanet.org
37924              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
37925              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
37926      Branch: perl
37927            ! pod/perldata.pod
37928 ____________________________________________________________________________
37929 [  8978] By: jhi                                   on 2001/03/02  15:15:27
37930         Log: Subject: [ID 20010301.003] ref to 5.004
37931              From: abela@geneanet.org
37932              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
37933              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
37934              
37935              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
37936              and mention the suidperl August 2000 security problem.
37937      Branch: perl
37938            ! pod/perlfaq1.pod
37939 ____________________________________________________________________________
37940 [  8977] By: alanbur                               on 2001/03/02  14:17:45
37941         Log: Resynchronised with parent
37942      Branch: maint-5.6/pureperl
37943           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
37944           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
37945           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
37946           !> vms/descrip_mms.template win32/win32.c win32/win32.h
37947           !> win32/win32iop.h
37948 ____________________________________________________________________________
37949 [  8976] By: nick                                  on 2001/03/01  23:25:30
37950         Log: Integrate mainline.
37951      Branch: perlio
37952            - t/op/qu.t
37953           !> (integrate 55 files)
37954 ____________________________________________________________________________
37955 [  8975] By: jhi                                   on 2001/03/01  16:51:34
37956         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
37957      Branch: perl
37958           !> toke.c
37959 ____________________________________________________________________________
37960 [  8974] By: gsar                                  on 2001/03/01  16:28:21
37961         Log: fix for bugid 20010226.008
37962              
37963              the problem was that some of the pointers (PL_last_lop and
37964              PL_last_uni specifically) into the lex buffers weren't correctly
37965              being invalidated when the buffer changed; this would leave the
37966              pointers pointing at an arbitrary location in the buffer if
37967              the buffer didn't need to be reallocated, or point into freed
37968              memory if the buffer had to be realloced
37969              
37970              TODO item for bugdb maintainers: check other seemingly random
37971              parser-related bugs--they might be cured by this
37972      Branch: maint-5.6/perl
37973            ! toke.c
37974 ____________________________________________________________________________
37975 [  8973] By: jhi                                   on 2001/03/01  02:23:25
37976         Log: Retract #8970 because of a completely mysterious core dump:
37977              adding the tests 241..244 causes op/pat dump core at test #25.
37978              The test needs a lot of whittling down before the bug can be solved.
37979      Branch: perl
37980            ! t/op/pat.t
37981 ____________________________________________________________________________
37982 [  8972] By: jhi                                   on 2001/03/01  01:58:38
37983         Log: Regen perlapi.
37984      Branch: perl
37985            ! pod/perlapi.pod
37986 ____________________________________________________________________________
37987 [  8971] By: jhi                                   on 2001/03/01  01:34:09
37988         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))
37989              From: Nicholas Clark <nick@ccl4.org>
37990              Date: Wed, 28 Feb 2001 23:28:49 +0000
37991              Message-ID: <20010228232849.A55187@plum.flirble.org>
37992              
37993              Allow a completely write protected source code tree
37994              when using the Configure -Dmksymlinks.
37995      Branch: perl
37996            ! embed.pl warnings.pl
37997 ____________________________________________________________________________
37998 [  8970] By: jhi                                   on 2001/03/01  01:32:04
37999         Log: Add back the EBCDIC character range tests (for matching).
38000      Branch: perl
38001            ! t/op/pat.t
38002 ____________________________________________________________________________
38003 [  8969] By: nick                                  on 2001/02/28  18:18:01
38004         Log: Add charname comments to .ucm files writen by 'compile',
38005              also order charmaps in those files by source encoding.
38006              regenerate distrubuted .ucm files
38007      Branch: perlio
38008            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
38009            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
38010            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
38011            ! ext/Encode/Encode/iso8859-10.ucm
38012            ! ext/Encode/Encode/iso8859-13.ucm
38013            ! ext/Encode/Encode/iso8859-14.ucm
38014            ! ext/Encode/Encode/iso8859-15.ucm
38015            ! ext/Encode/Encode/iso8859-16.ucm
38016            ! ext/Encode/Encode/iso8859-2.ucm
38017            ! ext/Encode/Encode/iso8859-3.ucm
38018            ! ext/Encode/Encode/iso8859-4.ucm
38019            ! ext/Encode/Encode/iso8859-5.ucm
38020            ! ext/Encode/Encode/iso8859-6.ucm
38021            ! ext/Encode/Encode/iso8859-7.ucm
38022            ! ext/Encode/Encode/iso8859-8.ucm
38023            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
38024            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
38025 ____________________________________________________________________________
38026 [  8968] By: jhi                                   on 2001/02/28  16:26:37
38027         Log: Expand usemorebits early if d_casti32 needs to be undefined.
38028      Branch: perl
38029            ! hints/hpux.sh hints/irix_6.sh
38030 ____________________________________________________________________________
38031 [  8967] By: jhi                                   on 2001/02/28  16:22:26
38032         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
38033              retract toke.c/qu parts of #8583, retract #8485, retract
38034              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
38035              op/length.t, and MANIFEST, and delete t/op/qu.t.
38036      Branch: perl
38037            - t/op/qu.t
38038            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
38039            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
38040            ! t/op/length.t toke.c
38041 ____________________________________________________________________________
38042 [  8966] By: jhi                                   on 2001/02/28  15:00:27
38043         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
38044              by not changing from pre-Unicode days into being Unicode-aware.
38045              Sniff.
38046      Branch: perl
38047            ! pp.c t/op/pack.t t/op/qu.t
38048 ____________________________________________________________________________
38049 [  8965] By: jhi                                   on 2001/02/28  14:37:55
38050         Log: Subject: Re: Errors in core PODs
38051              From: Michael Stevens <michael@etla.org> 
38052              Date: Fri, 23 Feb 2001 15:47:56 +0000
38053              Message-ID: <20010223154756.A7723@firedrake.org> 
38054      Branch: perl
38055            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
38056            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
38057            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
38058            ! x2p/a2p.pod
38059 ____________________________________________________________________________
38060 [  8964] By: jhi                                   on 2001/02/28  14:35:35
38061         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
38062              (The #8961 was too bold.)
38063      Branch: perl
38064            ! hints/hpux.sh hints/irix_6.sh
38065 ____________________________________________________________________________
38066 [  8963] By: jhi                                   on 2001/02/28  14:33:39
38067         Log: Subject: Re: sync sync sync: have I missed any patches?
38068              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38069              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
38070              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
38071              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
38072              
38073              Replace djSP with dSP.
38074      Branch: perl
38075            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
38076            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
38077            ! win32/perlhost.h
38078 ____________________________________________________________________________
38079 [  8962] By: jhi                                   on 2001/02/27  23:21:14
38080         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
38081      Branch: perl
38082            ! lib/Filter/Simple.pm
38083 ____________________________________________________________________________
38084 [  8961] By: jhi                                   on 2001/02/27  22:55:26
38085         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
38086              and this would be it.
38087      Branch: perl
38088            ! hints/hpux.sh hints/irix_6.sh
38089 ____________________________________________________________________________
38090 [  8960] By: jhi                                   on 2001/02/27  22:51:33
38091         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
38092              From: "Craig A. Berry" <craigberry@mac.com>
38093              Date: Tue, 27 Feb 2001 16:11:44 -0600
38094              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
38095      Branch: maint-5.6/perl
38096            ! configure.com vms/descrip_mms.template
38097 ____________________________________________________________________________
38098 [  8959] By: jhi                                   on 2001/02/27  22:47:23
38099         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
38100              From: "Craig A. Berry" <craigberry@mac.com>
38101              Date: Tue, 27 Feb 2001 16:11:44 -0600
38102              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
38103      Branch: perl
38104            ! configure.com vms/descrip_mms.template
38105 ____________________________________________________________________________
38106 [  8958] By: jhi                                   on 2001/02/27  15:16:42
38107         Log: Update Changes.
38108      Branch: perl
38109            ! Changes patchlevel.h
38110 ____________________________________________________________________________
38111 [  8957] By: jhi                                   on 2001/02/27  06:15:07
38112         Log: Subject: [5.6.x] EPOC additions
38113              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38114              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
38115              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
38116      Branch: maint-5.6/perl
38117            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
38118 ____________________________________________________________________________
38119 [  8956] By: jhi                                   on 2001/02/27  06:12:11
38120         Log: Subject: [perl-current] EPOC 
38121              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38122              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
38123              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
38124      Branch: perl
38125            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
38126            ! epoc/epocish.c epoc/epocish.h pp_sys.c
38127 ____________________________________________________________________________
38128 [  8955] By: jhi                                   on 2001/02/27  05:59:50
38129         Log: Subject: Re: Compile with perlcc..
38130              From: Edward Peschko <edwardp@excitehome.net>
38131              Date: Mon, 26 Feb 2001 18:51:58 -0800
38132              Message-ID: <20010226185158.A9871@excitehome.net>
38133              
38134              plus add a simple usage message if no arguments given.
38135      Branch: perl
38136            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
38137            ! utils/Makefile utils/perlcc.PL win32/pod.mak
38138 ____________________________________________________________________________
38139 [  8954] By: nick                                  on 2001/02/26  21:02:59
38140         Log: Integrate mainline
38141      Branch: perlio
38142           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
38143           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
38144           !> t/op/sprintf.t
38145 ____________________________________________________________________________
38146 [  8953] By: jhi                                   on 2001/02/26  14:43:54
38147         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
38148              From: Nicholas Clark <nick@ccl4.org>
38149              Date: Mon, 26 Feb 2001 00:42:07 +0000
38150              Message-ID: <20010226004207.F23333@plum.flirble.org>
38151      Branch: perl
38152            ! pp_ctl.c
38153 ____________________________________________________________________________
38154 [  8952] By: jhi                                   on 2001/02/26  14:42:13
38155         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
38156              From: Simon Cozens <simon@netthink.co.uk>
38157              Date: Mon, 26 Feb 2001 12:23:48 +0000
38158              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
38159      Branch: perl
38160            ! pod/perlguts.pod
38161 ____________________________________________________________________________
38162 [  8951] By: jhi                                   on 2001/02/26  14:39:15
38163         Log: Subject: [PATCH] perlio - unknown layer
38164              From: Nicholas Clark <nick@ccl4.org>
38165              Date: Mon, 26 Feb 2001 00:27:19 +0000
38166              Message-ID: <20010226002719.E23333@plum.flirble.org>
38167      Branch: perl
38168            ! perlio.c
38169 ____________________________________________________________________________
38170 [  8950] By: jhi                                   on 2001/02/26  14:38:04
38171         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
38172              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
38173              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
38174              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
38175      Branch: perl
38176            ! t/op/bop.t
38177 ____________________________________________________________________________
38178 [  8949] By: jhi                                   on 2001/02/26  14:37:07
38179         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
38180              From: Peter Prymmer <pvhp@forte.com>
38181              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
38182              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
38183      Branch: perl
38184            ! lib/Test.pm
38185 ____________________________________________________________________________
38186 [  8948] By: jhi                                   on 2001/02/26  14:35:53
38187         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
38188              From: Radu Greab <radu@netsoft.ro>
38189              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
38190              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
38191      Branch: perl
38192            ! pod/perlop.pod
38193 ____________________________________________________________________________
38194 [  8947] By: jhi                                   on 2001/02/26  14:34:46
38195         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
38196              From: David Mitchell <davem@fdgroup.co.uk>
38197              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
38198              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
38199      Branch: perl
38200            ! run.c
38201 ____________________________________________________________________________
38202 [  8946] By: jhi                                   on 2001/02/26  14:32:37
38203         Log: Subject: Modified README.bs2000 
38204              From: Dorner Thomas <Thomas.Dorner@start.de>
38205              Date: Mon, 26 Feb 2001 09:22:17 +0100
38206              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
38207      Branch: perl
38208            ! README.bs2000
38209 ____________________________________________________________________________
38210 [  8945] By: jhi                                   on 2001/02/26  14:19:53
38211         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
38212              to maintperl, listing the known failures on the tests 129 and 130.
38213      Branch: maint-5.6/perl
38214           !> t/op/sprintf.t
38215 ____________________________________________________________________________
38216 [  8944] By: jhi                                   on 2001/02/26  14:14:15
38217         Log: Add more known sprintf failures.
38218      Branch: perl
38219            ! t/op/sprintf.t
38220 ____________________________________________________________________________
38221 [  8943] By: jhi                                   on 2001/02/26  13:56:22
38222         Log: perlglob.exe needs to be found in Win32, patch from
38223              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
38224              which needs external glob at mini-perl time."
38225      Branch: perl
38226            ! ext/Encode/compile
38227 ____________________________________________________________________________
38228 [  8942] By: jhi                                   on 2001/02/26  13:52:19
38229         Log: A missing dTHX from Vadim Konovalov.
38230      Branch: perl
38231            ! perlio.c
38232 ____________________________________________________________________________
38233 [  8941] By: jhi                                   on 2001/02/26  13:37:05
38234         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
38235      Branch: perl
38236            ! op.c
38237 ____________________________________________________________________________
38238 [  8940] By: jhi                                   on 2001/02/26  13:35:40
38239         Log: Integrate perlio.
38240      Branch: perl
38241           !> ext/Encode/Encode.pm
38242 ____________________________________________________________________________
38243 [  8939] By: nick                                  on 2001/02/25  23:47:09
38244         Log: Integrate mainline.
38245      Branch: perlio
38246           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
38247           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
38248 ____________________________________________________________________________
38249 [  8938] By: nick                                  on 2001/02/25  19:36:28
38250         Log: Encode implementations docs.
38251      Branch: perlio
38252            ! ext/Encode/Encode.pm
38253 ____________________________________________________________________________
38254 [  8937] By: jhi                                   on 2001/02/25  19:26:16
38255         Log: Script wasn't aligned with reality.
38256      Branch: perl
38257            ! t/pod/find.t
38258 ____________________________________________________________________________
38259 [  8936] By: jhi                                   on 2001/02/25  18:54:55
38260         Log: Update Changes.
38261      Branch: perl
38262            ! Changes patchlevel.h
38263 ____________________________________________________________________________
38264 [  8935] By: jhi                                   on 2001/02/25  18:46:36
38265         Log: Retract #8929,8930,8932,8933 for now.
38266      Branch: perl
38267            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
38268 ____________________________________________________________________________
38269 [  8934] By: jhi                                   on 2001/02/25  17:34:35
38270         Log: Integrate perlio.
38271      Branch: perl
38272           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
38273           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
38274           !> t/lib/encode.t
38275 ____________________________________________________________________________
38276 [  8933] By: jhi                                   on 2001/02/25  17:33:12
38277         Log: (Retracted by #8395.)
38278              
38279              Slight tweaks in scan_const(), not fixes yet, it seems like
38280              lots of work remains to be done...
38281      Branch: perl
38282            ! toke.c
38283 ____________________________________________________________________________
38284 [  8932] By: jhi                                   on 2001/02/25  17:27:11
38285         Log: (Retracted by #8395.)
38286              
38287              Missing from #8930.
38288      Branch: perl
38289            ! perl.h
38290 ____________________________________________________________________________
38291 [  8931] By: jhi                                   on 2001/02/25  17:26:19
38292         Log: A comment tweak.
38293      Branch: perl
38294            ! utf8.c
38295 ____________________________________________________________________________
38296 [  8930] By: jhi                                   on 2001/02/25  17:25:47
38297         Log: (Retracted by #8395.)
38298              
38299              Attempt to fix the EBCDIC character range problwm with //.
38300      Branch: perl
38301            ! regcomp.c
38302 ____________________________________________________________________________
38303 [  8929] By: jhi                                   on 2001/02/25  17:23:45
38304         Log: (Retracted by #8395.)
38305              
38306              Expand the EBCDIC character range tests, and add few nasty
38307              tr tests from Karsten Sperling.
38308      Branch: perl
38309            ! t/op/pat.t t/op/tr.t
38310 ____________________________________________________________________________
38311 [  8928] By: jhi                                   on 2001/02/25  17:18:49
38312         Log: Missing check-in.
38313      Branch: perl
38314            ! lib/Pod/Find.pm
38315 ____________________________________________________________________________
38316 [  8927] By: nick                                  on 2001/02/25  11:30:22
38317         Log: Change method names in Encode implementation classes to something
38318              less confusing (preparing to "go public").
38319      Branch: perlio
38320            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
38321 ____________________________________________________________________________
38322 [  8926] By: nick                                  on 2001/02/25  10:53:24
38323         Log: GCC __atribute__ / printf fix
38324      Branch: perlio
38325            ! perl.h
38326 ____________________________________________________________________________
38327 [  8925] By: nick                                  on 2001/02/25  10:52:25
38328         Log: Checked in the wrong one ...
38329      Branch: perlio
38330            ! ext/Encode/Encode.pm
38331 ____________________________________________________________________________
38332 [  8924] By: nick                                  on 2001/02/24  18:46:51
38333         Log: Integrate mainline - to see what Jarkko has in ...
38334      Branch: perlio
38335           +> t/pod/testpods/lib/Pod/Stuff.pm
38336           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
38337 ____________________________________________________________________________
38338 [  8923] By: nick                                  on 2001/02/24  17:05:23
38339         Log: Encode API documentation nd tidy up.
38340              Minor additions to test.
38341              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
38342              Adds STRLEN to standard typemap.
38343      Branch: perlio
38344            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
38345            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
38346 ____________________________________________________________________________
38347 [  8922] By: jhi                                   on 2001/02/24  16:38:12
38348         Log: Add a test for the "character range should match in EBCDIC
38349              if specified using explicit numerics" bug found by Karsten
38350              Sperling.
38351      Branch: perl
38352            ! t/op/pat.t
38353 ____________________________________________________________________________
38354 [  8921] By: jhi                                   on 2001/02/24  16:30:16
38355         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
38356              From: schwern@pobox.com
38357              Date: Fri, 23 Feb 2001 03:21:37 -0500
38358              Message-ID: <20010223032137.A26022@magnonel.guild.net>
38359              
38360              plus Charles Lane's fixes, plus tweaks.
38361      Branch: perl
38362            + t/pod/testpods/lib/Pod/Stuff.pm
38363            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
38364 ____________________________________________________________________________
38365 [  8920] By: nick                                  on 2001/02/24  10:30:11
38366         Log: Integrate mainline
38367      Branch: perlio
38368           !> (integrate 33 files)
38369 ____________________________________________________________________________
38370 [  8919] By: jhi                                   on 2001/02/24  00:23:35
38371         Log: Subject: Re: I'm losing the war...
38372              From: "Vadim Konovalov" <watman@inbox.ru>
38373              Date: Sat, 24 Feb 2001 00:10:14 +0300
38374              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
38375              
38376              hv_store() not working correctly in ENV_IS_CASELESS case.
38377      Branch: perl
38378            ! hv.c
38379 ____________________________________________________________________________
38380 [  8918] By: jhi                                   on 2001/02/24  00:20:09
38381         Log: Subject: Re: [PATCH] fix for charnames above FFFF
38382              From: andreas.koenig@anima.de (Andreas J. Koenig)
38383              Date: 23 Feb 2001 02:39:03 +0100
38384              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
38385              
38386              A further efficiency tweak.
38387      Branch: perl
38388            ! lib/charnames.pm
38389 ____________________________________________________________________________
38390 [  8917] By: jhi                                   on 2001/02/23  20:27:51
38391         Log: Integrate change #8916 from mainline,
38392              do away with USE_WIN32_RTL_ENV.
38393      Branch: maint-5.6/perl
38394           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
38395 ____________________________________________________________________________
38396 [  8916] By: jhi                                   on 2001/02/23  20:02:25
38397         Log: Abolish USE_WIN32_RTL_ENV.
38398      Branch: perl
38399            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
38400 ____________________________________________________________________________
38401 [  8915] By: jhi                                   on 2001/02/23  19:36:00
38402         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
38403              later protected by some #define.
38404      Branch: perl
38405            ! gv.c
38406 ____________________________________________________________________________
38407 [  8914] By: jhi                                   on 2001/02/23  19:31:38
38408         Log: Retract #8902 for now, requested by Charles Lane, the correct
38409              fix will be something else.
38410      Branch: perl
38411            ! op.c
38412 ____________________________________________________________________________
38413 [  8913] By: jhi                                   on 2001/02/23  19:11:36
38414         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
38415              From: Peter Prymmer <pvhp@forte.com>
38416              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
38417              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
38418      Branch: perl
38419            ! t/op/lex_assign.t
38420 ____________________________________________________________________________
38421 [  8912] By: jhi                                   on 2001/02/23  18:38:20
38422         Log: Subject: [patch] perlio + useithreads
38423              From: Doug MacEachern <dougm@covalent.net>
38424              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
38425              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
38426              
38427              Gets things running but not complete.
38428      Branch: perl
38429            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
38430 ____________________________________________________________________________
38431 [  8911] By: jhi                                   on 2001/02/23  04:20:02
38432         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
38433              
38434              Duplicated environment freeing, File::Temp 0.12,
38435              op/append portability (EBCDIC) tweak.
38436      Branch: maint-5.6/perl
38437           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38438           !> t/op/append.t
38439 ____________________________________________________________________________
38440 [  8910] By: jhi                                   on 2001/02/23  02:07:33
38441         Log: Integrate change #8909 from mainline, a better Borland
38442              putenv() workaround.
38443      Branch: maint-5.6/perl
38444           !> perl.c
38445 ____________________________________________________________________________
38446 [  8909] By: jhi                                   on 2001/02/23  02:05:46
38447         Log: A better workaround for Borland putenv() brokenness from Sarathy.
38448      Branch: perl
38449            ! perl.c
38450 ____________________________________________________________________________
38451 [  8908] By: jhi                                   on 2001/02/23  02:04:14
38452         Log: Subject: fix for parameter -Dm (for perl@8867)
38453              From: "Vadim Konovalov" <watman@inbox.ru>
38454              Date: Thu, 22 Feb 2001 17:30:12 +0300
38455              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
38456      Branch: perl
38457            ! perl.h
38458 ____________________________________________________________________________
38459 [  8907] By: jhi                                   on 2001/02/23  01:58:20
38460         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
38461              From: Peter Prymmer <pvhp@forte.com>
38462              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
38463              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
38464      Branch: perl
38465            ! t/op/append.t
38466 ____________________________________________________________________________
38467 [  8906] By: jhi                                   on 2001/02/23  01:48:34
38468         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
38469      Branch: perl
38470            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38471 ____________________________________________________________________________
38472 [  8905] By: jhi                                   on 2001/02/23  01:43:30
38473         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
38474              From: Peter Prymmer <pvhp@forte.com>
38475              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
38476              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
38477      Branch: perl
38478            ! t/lib/st-06compat.t
38479 ____________________________________________________________________________
38480 [  8904] By: jhi                                   on 2001/02/23  01:42:39
38481         Log: Metaconfig unit change for #8903.
38482      Branch: metaconfig/U/perl
38483            ! Devel.U
38484 ____________________________________________________________________________
38485 [  8903] By: jhi                                   on 2001/02/23  01:42:12
38486         Log: Be more helpful for devel builders, suggested by John L. Allen.
38487      Branch: perl
38488            ! Configure
38489 ____________________________________________________________________________
38490 [  8902] By: jhi                                   on 2001/02/23  01:37:41
38491         Log: (Retracted by #8914)
38492              (Wrongly, reinstated by #8941)
38493              
38494              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
38495              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38496              Date:     Thu, 22 Feb 2001 09:43:57 EST
38497              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
38498      Branch: perl
38499            ! op.c
38500 ____________________________________________________________________________
38501 [  8901] By: jhi                                   on 2001/02/23  01:20:32
38502         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
38503              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38504              Date:     Thu, 22 Feb 2001 08:01:35 EST
38505              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
38506      Branch: perl
38507            ! malloc.c
38508 ____________________________________________________________________________
38509 [  8900] By: jhi                                   on 2001/02/23  01:18:02
38510         Log: Integrate changes #8898,8899 from mainline, environ handling.
38511      Branch: maint-5.6/perl
38512           !> perl.c
38513 ____________________________________________________________________________
38514 [  8899] By: jhi                                   on 2001/02/23  01:16:25
38515         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
38516              putenv() is not to be relied on, they are either broken or leaky
38517              or both.)
38518      Branch: perl
38519            ! perl.c
38520 ____________________________________________________________________________
38521 [  8898] By: jhi                                   on 2001/02/22  23:36:59
38522         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
38523              and safesysfree() must be used.
38524      Branch: perl
38525            ! perl.c
38526 ____________________________________________________________________________
38527 [  8897] By: jhi                                   on 2001/02/22  23:25:45
38528         Log: With environ one must use safesysmalloc()/safesysfree().
38529      Branch: perl
38530            ! perl.c
38531 ____________________________________________________________________________
38532 [  8896] By: jhi                                   on 2001/02/22  22:13:18
38533         Log: If we have a duplicated environment free it
38534              if PERL_DESTRUCT_LEVEL.
38535      Branch: perl
38536            ! perl.c
38537 ____________________________________________________________________________
38538 [  8895] By: alanbur                               on 2001/02/22  19:31:57
38539         Log: Synchronised with parent
38540      Branch: maint-5.6/pureperl
38541           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
38542 ____________________________________________________________________________
38543 [  8894] By: gsar                                  on 2001/02/22  19:06:18
38544         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
38545              
38546              fix memory leak in method call optimization (change#3768);
38547              made C<eval "$x->foo()"> leak
38548              
38549              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
38550      Branch: maint-5.6/perl
38551           !> op.c
38552 ____________________________________________________________________________
38553 [  8893] By: jhi                                   on 2001/02/22  18:35:27
38554         Log: (Retracted by #8915.)
38555              
38556              Third Degree finding:
38557              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
38558      Branch: perl
38559            ! gv.c
38560 ____________________________________________________________________________
38561 [  8892] By: jhi                                   on 2001/02/22  14:28:32
38562         Log: Update Changes.
38563      Branch: perl
38564            ! Changes patchlevel.h
38565 ____________________________________________________________________________
38566 [  8891] By: jhi                                   on 2001/02/22  13:22:45
38567         Log: Metaconfig unit changes for #8890.
38568      Branch: metaconfig
38569            ! U/modified/Cppsym.U U/threads/archname.U
38570 ____________________________________________________________________________
38571 [  8890] By: jhi                                   on 2001/02/22  13:22:12
38572         Log: Add -stdio to the archname if no perlio selected,
38573              no -perlio added since that is now the default.
38574              
38575              Add few CPUs/architectures to the Cppsym scan.
38576      Branch: perl
38577            ! Configure config_h.SH
38578 ____________________________________________________________________________
38579 [  8889] By: jhi                                   on 2001/02/22  13:05:59
38580         Log: Metaconfig unit change for #8888.
38581      Branch: metaconfig/U/perl
38582            ! useperlio.U
38583 ____________________________________________________________________________
38584 [  8888] By: jhi                                   on 2001/02/22  13:05:28
38585         Log: *drum roll*  Make perlio the default.
38586      Branch: perl
38587            ! Configure config_h.SH
38588 ____________________________________________________________________________
38589 [  8887] By: jhi                                   on 2001/02/22  12:50:52
38590         Log: Integrate change #8665 from maintperl to mainline,
38591              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
38592      Branch: perl
38593           !> ext/POSIX/POSIX.xs
38594 ____________________________________________________________________________
38595 [  8886] By: jhi                                   on 2001/02/22  12:49:24
38596         Log: Integrate changes #8883,8884 from mainline to maintperl.
38597              
38598              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
38599              Subject: Re: File::Temp::_gettemp warning
38600      Branch: maint-5.6/perl
38601           !> embed.h embed.pl lib/File/Temp.pm
38602 ____________________________________________________________________________
38603 [  8885] By: jhi                                   on 2001/02/22  12:43:59
38604         Log: Based on
38605              
38606              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
38607              From: schwab@suse.de
38608              Date: Thu, 22 Feb 2001 13:08:09 +0100
38609              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
38610              
38611              but the fix done slightly differently because the other
38612              half was already done in #8664.
38613      Branch: maint-5.6/perl
38614            ! ext/POSIX/POSIX.xs
38615 ____________________________________________________________________________
38616 [  8884] By: jhi                                   on 2001/02/22  12:37:15
38617         Log: Subject: Re: File::Temp::_gettemp warning
38618              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38619              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
38620              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
38621              
38622              This patch to File::Temp does two things:
38623              
38624              1. Fixes the problem with CGI::Carp when determining
38625              the Fcntl constants
38626              
38627              2. Removes most of the carps and consolidates them so that all the
38628              reasons are included in a single die that is caught by the test. This
38629              means that the correct skipping behaviour is displayed by the test.
38630      Branch: perl
38631            ! lib/File/Temp.pm
38632 ____________________________________________________________________________
38633 [  8883] By: jhi                                   on 2001/02/22  12:29:19
38634         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
38635              From: Peter Prymmer <pvhp@forte.com>
38636              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
38637              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
38638      Branch: perl
38639            ! embed.h embed.pl
38640 ____________________________________________________________________________
38641 [  8882] By: jhi                                   on 2001/02/21  19:41:33
38642         Log: Integrate change #8881 from mainlin to maintperl.
38643              
38644              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
38645      Branch: maint-5.6/perl
38646           !> op.c
38647 ____________________________________________________________________________
38648 [  8881] By: jhi                                   on 2001/02/21  19:38:57
38649         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
38650              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38651              Date:     Wed, 21 Feb 2001 13:08:03 EST
38652              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
38653      Branch: perl
38654            ! op.c
38655 ____________________________________________________________________________
38656 [  8880] By: jhi                                   on 2001/02/21  19:34:34
38657         Log: Retract #8875, cannot let go of the old semantics of unpack U
38658              without rethinking utf8decode.t.
38659      Branch: perl
38660            ! pp.c t/op/pack.t
38661 ____________________________________________________________________________
38662 [  8879] By: jhi                                   on 2001/02/21  19:08:02
38663         Log: Run run/*.t also in minitest.
38664      Branch: perl
38665            ! Makefile.SH
38666 ____________________________________________________________________________
38667 [  8878] By: nick                                  on 2001/02/21  18:55:37
38668         Log: Integrate mainline
38669      Branch: perlio
38670           !> (integrate 76 files)
38671 ____________________________________________________________________________
38672 [  8877] By: jhi                                   on 2001/02/21  15:09:33
38673         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
38674      Branch: metaconfig
38675            ! U/compline/nblock_io.U
38676      Branch: perl
38677            ! Configure config_h.SH
38678 ____________________________________________________________________________
38679 [  8876] By: jhi                                   on 2001/02/21  14:54:45
38680         Log: If no sfio, no -lsfio.
38681      Branch: metaconfig/U/perl
38682            ! d_sfio.U
38683      Branch: perl
38684            ! Configure config_h.SH
38685 ____________________________________________________________________________
38686 [  8875] By: jhi                                   on 2001/02/21  14:54:00
38687         Log: Make unpack C and unpack U truly equivalent.
38688      Branch: perl
38689            ! pp.c t/op/pack.t
38690 ____________________________________________________________________________
38691 [  8874] By: jhi                                   on 2001/02/21  14:26:02
38692         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
38693              From: Peter Prymmer <pvhp@forte.com>
38694              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
38695              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
38696      Branch: perl
38697            ! pod/perlport.pod
38698 ____________________________________________________________________________
38699 [  8873] By: jhi                                   on 2001/02/21  14:24:31
38700         Log: Subject: [PATCH] fix for charnames above FFFF
38701              From: andreas.koenig@anima.de (Andreas J. Koenig)
38702              Date: 21 Feb 2001 07:05:45 +0100
38703              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
38704      Branch: perl
38705            ! lib/charnames.pm t/lib/charnames.t
38706 ____________________________________________________________________________
38707 [  8872] By: jhi                                   on 2001/02/21  14:15:25
38708         Log: Integrate change #8868 from pureperl to mainline.
38709              
38710              Fixed reference count loop caused by sv_magic.
38711      Branch: perl
38712           !> sv.c
38713 ____________________________________________________________________________
38714 [  8871] By: jhi                                   on 2001/02/21  14:07:29
38715         Log: Integrate change #8868 from pureperl to maintperl.
38716              
38717              Fixed reference count loop caused by sv_magic.
38718      Branch: maint-5.6/perl
38719           !> sv.c
38720 ____________________________________________________________________________
38721 [  8870] By: jhi                                   on 2001/02/21  14:04:41
38722         Log: Put back the #8840, it was innocent.
38723      Branch: perl
38724            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38725            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38726 ____________________________________________________________________________
38727 [  8869] By: jhi                                   on 2001/02/21  14:00:03
38728         Log: unpack("C", ...) was left slightly unfinished by #8865.
38729      Branch: perl
38730            ! pp.c t/op/pack.t
38731 ____________________________________________________________________________
38732 [  8868] By: alanbur                               on 2001/02/21  01:33:45
38733         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
38734              from gv_fetchpv to create single-character magic variables (e.g. $!),
38735              and it is passed a sv and the gv that contains the sv as the mg_obj
38736              value.  When sv_magic stores the mg_obj pointer it increments the gv
38737              refcount, thus causing a sv-gv pair that can't be freed.  There is
38738              already a check for sv == obj which is used to prevent such reference
38739              loops.  This change extends the check to cover the case described above.
38740      Branch: maint-5.6/pureperl
38741            ! sv.c
38742 ____________________________________________________________________________
38743 [  8867] By: jhi                                   on 2001/02/21  00:52:39
38744         Log: Update Changes.
38745      Branch: perl
38746            ! Changes patchlevel.h
38747 ____________________________________________________________________________
38748 [  8866] By: jhi                                   on 2001/02/21  00:34:20
38749         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
38750              (Note: there were some conflicts due to EBCDIC and EPOC
38751              patches, in general I preferred the repository code.)
38752              (When 2.753 comes out, we need to synchronize.)
38753      Branch: perl
38754            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
38755            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
38756            ! t/lib/cgi-html.t
38757 ____________________________________________________________________________
38758 [  8865] By: jhi                                   on 2001/02/21  00:24:22
38759         Log: Make pack("C", 0x100) to create Unicode, unless under the
38760              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
38761              will understand Unicode, unless you under know what.
38762      Branch: perl
38763            ! pp.c t/op/pack.t t/op/qu.t
38764 ____________________________________________________________________________
38765 [  8864] By: alanbur                               on 2001/02/20  22:35:34
38766         Log: Resynchronised with parent
38767      Branch: maint-5.6/pureperl
38768           !> README.win32 ext/GDBM_File/GDBM_File.pm
38769           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
38770           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
38771           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
38772           !> t/lib/sdbm.t util.c
38773 ____________________________________________________________________________
38774 [  8863] By: jhi                                   on 2001/02/20  20:55:11
38775         Log: Integrate change #8860,8861 from mainline into maintperl.
38776              
38777              "pseudo-literal j"
38778              
38779              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
38780      Branch: maint-5.6/perl
38781           !> lib/Test.pm pod/perlop.pod
38782 ____________________________________________________________________________
38783 [  8862] By: jhi                                   on 2001/02/20  20:30:07
38784         Log: Don't do casting between pointers pointing to differently sized
38785              integers.
38786      Branch: perl
38787            ! hv.c sv.c
38788 ____________________________________________________________________________
38789 [  8861] By: jhi                                   on 2001/02/20  19:53:44
38790         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
38791              From: Peter Prymmer <pvhp@forte.com>
38792              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
38793              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
38794      Branch: perl
38795            ! lib/Test.pm
38796 ____________________________________________________________________________
38797 [  8860] By: jhi                                   on 2001/02/20  19:48:02
38798         Log: "pseudo-literal j", a documentation glitch reported to Debian.
38799              The text recovered from Perl 5.005_03, and pseudo-literal replaced
38800              by "backtick string".
38801      Branch: perl
38802            ! pod/perlop.pod
38803 ____________________________________________________________________________
38804 [  8859] By: jhi                                   on 2001/02/20  19:15:46
38805         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
38806              from Chris Nandor.
38807      Branch: perl
38808            ! makedef.pl
38809 ____________________________________________________________________________
38810 [  8858] By: jhi                                   on 2001/02/20  17:36:53
38811         Log: Integrate pureperl changes #8844,8845,8850 to mainline
38812              (via maintperl #8855).
38813              
38814              Fixed %^H scoping bug
38815              
38816              Removed GV <-> CV refcount loop
38817              
38818              Removed %ENV refcount loop
38819      Branch: perl
38820           !> gv.c op.c perl.c pp.c scope.c
38821 ____________________________________________________________________________
38822 [  8857] By: jhi                                   on 2001/02/20  17:34:32
38823         Log: Integrate changes #8853,8854 from maintperl to mainline.
38824              
38825              EBDIC fixes, README.win32 Borland update.
38826      Branch: perl
38827           !> README.win32 handy.h util.c
38828 ____________________________________________________________________________
38829 [  8856] By: jhi                                   on 2001/02/20  17:33:16
38830         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
38831      Branch: maint-5.6/perl
38832           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38833           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38834           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38835 ____________________________________________________________________________
38836 [  8855] By: jhi                                   on 2001/02/20  17:32:13
38837         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
38838              
38839              Fixed %^H scoping bug
38840              
38841              Removed GV <-> CV refcount loop
38842              
38843              Removed %ENV refcount loop
38844      Branch: maint-5.6/perl
38845           !> gv.c op.c perl.c pp.c scope.c
38846 ____________________________________________________________________________
38847 [  8854] By: jhi                                   on 2001/02/20  17:25:06
38848         Log: Subject: Addition to readme.win32 for Borland C++ compilers
38849              Date: Tue, 20 Feb 2001 02:15:25 +0300
38850              From: "Vadim Konovalov" <watman@inbox.ru>
38851              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
38852              
38853              Document Borland compiler misbehaviour.
38854      Branch: maint-5.6/perl
38855            ! README.win32
38856 ____________________________________________________________________________
38857 [  8853] By: jhi                                   on 2001/02/20  17:22:25
38858         Log: The assimilation of ebcdic.c didn't quite work at the first try,
38859              patches from Thomas Dorner.
38860      Branch: maint-5.6/perl
38861            ! handy.h util.c
38862 ____________________________________________________________________________
38863 [  8852] By: jhi                                   on 2001/02/20  17:20:15
38864         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
38865              From: Chris Nandor <pudge@pobox.com>
38866              Date: Tue, 20 Feb 2001 08:32:45 -0500
38867              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
38868      Branch: maint-5.6/perl
38869            ! makedef.pl mg.c
38870 ____________________________________________________________________________
38871 [  8851] By: jhi                                   on 2001/02/20  17:15:52
38872         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
38873      Branch: perl
38874            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
38875            ! t/lib/filter-util.t
38876 ____________________________________________________________________________
38877 [  8850] By: alanbur                               on 2001/02/20  17:12:40
38878         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
38879              and the magic pointer points back to the GV that contains the
38880              %ENV hash.  This creates a refcount loop that prevents members
38881              of %ENV from being freed correctly.  This change removes the
38882              refcount loop - the magic pointer was never used anyway, the
38883              only use of the magic was to check the type ('E') so that the
38884              appropriate environment manipulation code is called when %ENV
38885              is modified.
38886      Branch: maint-5.6/pureperl
38887            ! perl.c
38888 ____________________________________________________________________________
38889 [  8849] By: jhi                                   on 2001/02/20  17:12:20
38890         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
38891              From: "Craig A. Berry" <craigberry@mac.com>
38892              Date: Mon, 19 Feb 2001 23:36:12 -0600
38893              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
38894              
38895              Case-forgiving systems match TestInit.pm with TES*.
38896      Branch: perl
38897            ! t/lib/glob-basic.t
38898 ____________________________________________________________________________
38899 [  8848] By: jhi                                   on 2001/02/20  17:10:02
38900         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
38901      Branch: perl
38902            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38903            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38904            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38905 ____________________________________________________________________________
38906 [  8847] By: jhi                                   on 2001/02/20  15:34:41
38907         Log: The #8843 wasn't quite right: %Config needs to imported.
38908      Branch: perl
38909            ! t/run/runenv.t
38910 ____________________________________________________________________________
38911 [  8846] By: jhi                                   on 2001/02/20  15:31:50
38912         Log: Retract the #8838 and #8840 for now because of
38913              the DB_File tie problem.
38914      Branch: perl
38915            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
38916            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
38917            ! proto.h sv.c
38918 ____________________________________________________________________________
38919 [  8845] By: alanbur                               on 2001/02/20  14:25:41
38920         Log: Removed GV <-> CV refcount loop
38921              CvGV(mycv) points to the parent GV of the CV, and was previously
38922              refcounted.  The pointer remains, but the refcounting has been removed
38923              as it causes a refcount loop between the CV and GV that means the CV
38924              can't ever be deleted.
38925      Branch: maint-5.6/pureperl
38926            ! gv.c op.c pp.c
38927 ____________________________________________________________________________
38928 [  8844] By: alanbur                               on 2001/02/20  14:23:13
38929         Log: Fixed %^H scoping bug
38930      Branch: maint-5.6/pureperl
38931            ! scope.c
38932 ____________________________________________________________________________
38933 [  8843] By: jhi                                   on 2001/02/19  13:38:08
38934         Log: fork() not everywhere, cleanup temp files.
38935      Branch: perl
38936            ! t/run/runenv.t
38937 ____________________________________________________________________________
38938 [  8842] By: alanbur                               on 2001/02/19  12:42:07
38939         Log: Resynchronised with parent
38940      Branch: maint-5.6/pureperl
38941           !> pod/perlfaq4.pod sv.c utf8.c
38942 ____________________________________________________________________________
38943 [  8841] By: jhi                                   on 2001/02/19  03:35:51
38944         Log: Update Changes.
38945      Branch: perl
38946            ! Changes patchlevel.h
38947 ____________________________________________________________________________
38948 [  8840] By: jhi                                   on 2001/02/19  00:23:41
38949         Log: Subject: [patch] add sv_setref_uv
38950              From: Doug MacEachern <dougm@covalent.net>
38951              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
38952              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
38953      Branch: perl
38954            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38955            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38956 ____________________________________________________________________________
38957 [  8839] By: jhi                                   on 2001/02/19  00:01:38
38958         Log: Put to rest the 20010205.001, the email address checking (not) regex.
38959      Branch: perl
38960            ! pod/perlfaq9.pod
38961 ____________________________________________________________________________
38962 [  8838] By: jhi                                   on 2001/02/18  22:17:54
38963         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
38964              From: Doug MacEachern <dougm@covalent.net>
38965              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
38966              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
38967      Branch: perl
38968            ! lib/ExtUtils/xsubpp
38969 ____________________________________________________________________________
38970 [  8837] By: jhi                                   on 2001/02/18  22:16:50
38971         Log: Subject: [patch] -Wall cleanup round 2
38972              From: Doug MacEachern <dougm@covalent.net>
38973              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
38974              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
38975      Branch: perl
38976            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
38977            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
38978            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
38979            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
38980            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
38981            ! ext/SDBM_File/SDBM_File.xs
38982 ____________________________________________________________________________
38983 [  8836] By: jhi                                   on 2001/02/18  22:11:20
38984         Log: Misapplied regex optimizations when \C is present.
38985              Fixes 20001230.002.
38986              
38987              What still remains broken is that the submatches that
38988              have \C in them get their UTF8 flag on because their
38989              parent SV has it on.  This will result in malformed
38990              UTF8 if a \C happened to match a non-ASCII byte.
38991      Branch: perl
38992            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
38993            ! t/pragma/utf8.t
38994 ____________________________________________________________________________
38995 [  8835] By: jhi                                   on 2001/02/18  20:12:02
38996         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
38997              
38998              The hash key got wrongly UTF8fied.
38999      Branch: perl
39000            ! pod/perlapi.pod toke.c utf8.c
39001 ____________________________________________________________________________
39002 [  8834] By: jhi                                   on 2001/02/18  19:44:25
39003         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
39004              don't warn on magical or overloaded things.
39005      Branch: perl
39006            ! pp_hot.c
39007 ____________________________________________________________________________
39008 [  8833] By: nick                                  on 2001/02/18  19:31:22
39009         Log: Integrate mainline
39010      Branch: perlio
39011           +> t/TestInit.pm t/run/runenv.t
39012            - t/UTEST
39013           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
39014           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
39015           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
39016           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
39017           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
39018           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
39019           !> utf8.c
39020 ____________________________________________________________________________
39021 [  8832] By: jhi                                   on 2001/02/18  19:21:18
39022         Log: Integrate perlio.
39023      Branch: perl
39024           !> perlio.c pod/perldiag.pod
39025 ____________________________________________________________________________
39026 [  8831] By: jhi                                   on 2001/02/18  19:14:20
39027         Log: Integrate change #8827 from mainline.
39028              
39029              UTF8 tweaks.
39030      Branch: maint-5.6/perl
39031           !> sv.c utf8.c
39032 ____________________________________________________________________________
39033 [  8830] By: nick                                  on 2001/02/18  19:10:34
39034         Log: Apply the spirit of patch from Nick Clark:
39035              Subject: [PATCH] Re: extensions that provide layers
39036              From: Nicholas Clark <nick@ccl4.org>
39037              Date: Mon, 12 Feb 2001 16:43:51 +0000
39038              Message-Id: <20010212164350.Q3652@plum.flirble.org>
39039      Branch: perlio
39040            ! perlio.c pod/perldiag.pod
39041 ____________________________________________________________________________
39042 [  8829] By: jhi                                   on 2001/02/18  19:03:25
39043         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
39044              From: schwern@pobox.com 
39045              Date: Sun, 18 Feb 2001 13:44:35 -0500
39046              Message-ID: <20010218134435.A17544@magnonel.guild.net>
39047              
39048              Applied, but as t/TestInit.pm.
39049      Branch: perl
39050            + t/TestInit.pm
39051            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
39052            ! t/op/subst_wamp.t
39053 ____________________________________________________________________________
39054 [  8828] By: jhi                                   on 2001/02/18  18:43:52
39055         Log: Integrate perlio.
39056      Branch: perl
39057           !> perlio.c
39058 ____________________________________________________________________________
39059 [  8827] By: jhi                                   on 2001/02/18  18:41:33
39060         Log: UTF-8 tweaks.
39061      Branch: perl
39062            ! sv.c utf8.c
39063 ____________________________________________________________________________
39064 [  8826] By: nick                                  on 2001/02/18  17:40:59
39065         Log: Fix [ID 20010217.002]
39066              open FOO, "<:raw:perlio", ...
39067              :raw now inserts default base layer below itself.
39068              Also
39069              open FOO, "<:unix", ...
39070              works as well - but leaves buffer layer on stack under the unix layer.
39071      Branch: perlio
39072            ! perlio.c
39073 ____________________________________________________________________________
39074 [  8825] By: jhi                                   on 2001/02/18  17:15:39
39075         Log: Integrate perlio.
39076      Branch: perl
39077           !> perlio.c perliol.h
39078 ____________________________________________________________________________
39079 [  8824] By: jhi                                   on 2001/02/18  17:10:53
39080         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
39081              From: schwern@pobox.com
39082              Date: Sun, 18 Feb 2001 01:48:50 -0500
39083              Message-ID: <20010218014850.C19957@magnonel.guild.net>
39084      Branch: perl
39085            ! lib/Test/Harness.pm t/TEST t/op/chop.t
39086 ____________________________________________________________________________
39087 [  8823] By: jhi                                   on 2001/02/18  17:01:06
39088         Log: Add run/*.t to testables.
39089      Branch: perl
39090            ! t/TEST
39091 ____________________________________________________________________________
39092 [  8822] By: jhi                                   on 2001/02/18  16:58:58
39093         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
39094              From: schwern@pobox.com
39095              Date: Sun, 18 Feb 2001 01:11:35 -0500
39096              Message-ID: <20010218011135.A19957@magnonel.guild.net>
39097              
39098              Revive mjd's and Simon's PERL5OPT fix.
39099      Branch: perl
39100            + t/run/runenv.t
39101            ! MANIFEST perl.c
39102 ____________________________________________________________________________
39103 [  8821] By: jhi                                   on 2001/02/18  16:53:46
39104         Log: Subject: Re: Why t/TEST and not Test::Harness?
39105              From: schwern@pobox.com
39106              Date: Sat, 17 Feb 2001 22:44:44 -0500
39107              Message-ID: <20010217224444.A6679@magnonel.guild.net>
39108              
39109              Replace UTEST with TEST -utf8.
39110      Branch: perl
39111            - t/UTEST
39112            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
39113            ! t/lib/glob-basic.t
39114 ____________________________________________________________________________
39115 [  8820] By: nick                                  on 2001/02/18  13:06:16
39116         Log: Clean up a few core dumps when layers are used in unexpected ways.
39117              (Still not "right"...)
39118      Branch: perlio
39119            ! perlio.c perliol.h
39120 ____________________________________________________________________________
39121 [  8819] By: jhi                                   on 2001/02/18  02:25:55
39122         Log: Integrate change #8818 from maintperl, a FAQ nit.
39123      Branch: perl
39124           !> pod/perlfaq4.pod
39125 ____________________________________________________________________________
39126 [  8818] By: jhi                                   on 2001/02/18  02:24:50
39127         Log: FAQ nit from Chris Fedde.
39128      Branch: maint-5.6/perl
39129            ! pod/perlfaq4.pod
39130 ____________________________________________________________________________
39131 [  8817] By: nick                                  on 2001/02/17  18:20:14
39132         Log: Integrate mainline
39133      Branch: perlio
39134           +> lib/unicode/UCD.html lib/unicode/Unicode.html
39135           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
39136           +> pod/perlclib.pod
39137            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39138            - lib/unicode/Unicode.301
39139           !> (integrate 324 files)
39140 ____________________________________________________________________________
39141 [  8816] By: jhi                                   on 2001/02/17  16:56:58
39142         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
39143      Branch: perl
39144            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39145            ! ext/Storable/Storable.xs t/lib/st-06compat.t
39146            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
39147 ____________________________________________________________________________
39148 [  8815] By: jhi                                   on 2001/02/17  16:40:07
39149         Log: Subject: [patch] -Wall
39150              From: Doug MacEachern <dougm@covalent.net>
39151              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
39152              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
39153      Branch: perl
39154            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
39155            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
39156 ____________________________________________________________________________
39157 [  8814] By: jhi                                   on 2001/02/16  19:27:18
39158         Log: Document qu better.
39159      Branch: perl
39160            ! pod/perlop.pod
39161 ____________________________________________________________________________
39162 [  8813] By: jhi                                   on 2001/02/15  13:54:37
39163         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
39164              From: Hugo <hv@crypt.compulink.co.uk>
39165              Date: Thu, 15 Feb 2001 13:39:49 +0000
39166              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
39167      Branch: perl
39168            ! toke.c
39169 ____________________________________________________________________________
39170 [  8812] By: alanbur                               on 2001/02/15  13:52:16
39171         Log: Resynchronised with parent
39172      Branch: maint-5.6/pureperl
39173            - ebcdic.c
39174           !> (integrate 36 files)
39175 ____________________________________________________________________________
39176 [  8811] By: jhi                                   on 2001/02/15  13:51:16
39177         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
39178              
39179              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
39180              From: Jan Dubois <JanD@ActiveState.com>
39181              Date: Wed, 31 Jan 2001 21:17:03 -0800
39182              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
39183              
39184              tweak change#8659 to keep it simple
39185              
39186              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
39187              From: Russ Allbery <rra@stanford.edu>
39188              Date: 14 Feb 2001 10:15:41 -0800
39189              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
39190              
39191              (8809 empty)
39192              
39193              Upgrade to podlators 1.08, from Russ Allbery.
39194      Branch: perl
39195           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
39196           !> utils/perldoc.PL
39197 ____________________________________________________________________________
39198 [  8810] By: jhi                                   on 2001/02/15  13:35:08
39199         Log: Upgrade to podlators 1.08, from Russ Allbery.
39200      Branch: maint-5.6/perl
39201            ! lib/Pod/Man.pm lib/Pod/Text.pm
39202 ____________________________________________________________________________
39203 [  8809] By: jhi                                   on 2001/02/15  13:26:38
39204         Log: (accidentally empty check-in)
39205      Branch: maint-5.6/perl
39206            ! lib/Test/Harness.pm
39207 ____________________________________________________________________________
39208 [  8808] By: jhi                                   on 2001/02/15  13:23:47
39209         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
39210              From: Russ Allbery <rra@stanford.edu>
39211              Date: 14 Feb 2001 10:15:41 -0800
39212              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
39213              
39214              perldoc was hardcoding $Config{installscript}, which breaks
39215              when install* isn't where Perl ends up (such as with AFS).
39216              
39217              Use $Config{scriptdir} instead.
39218      Branch: maint-5.6/perl
39219            ! utils/perldoc.PL
39220 ____________________________________________________________________________
39221 [  8807] By: jhi                                   on 2001/02/14  14:37:27
39222         Log: Update Changes.
39223      Branch: perl
39224            ! Changes patchlevel.h
39225 ____________________________________________________________________________
39226 [  8806] By: jhi                                   on 2001/02/14  14:25:31
39227         Log: Integrate changes #8803,8804,8805 from mainline.
39228              
39229              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
39230              
39231              Don't skip too much of the locale error message if no environ array,
39232              from Chris Nandor.
39233              
39234              More MacOS Classic fixes from Chris Nandor.
39235      Branch: maint-5.6/perl
39236           !> doop.c lib/Cwd.pm perl.c perl.h util.c
39237 ____________________________________________________________________________
39238 [  8805] By: jhi                                   on 2001/02/14  03:29:01
39239         Log: More MacOS Classic fixes from Chris Nandor.
39240      Branch: perl
39241            ! doop.c lib/Cwd.pm
39242 ____________________________________________________________________________
39243 [  8804] By: jhi                                   on 2001/02/14  03:18:35
39244         Log: Don't skip too much of the locale error message if no environ array,
39245              from Chris Nandor.
39246      Branch: perl
39247            ! util.c
39248 ____________________________________________________________________________
39249 [  8803] By: jhi                                   on 2001/02/14  03:14:14
39250         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
39251      Branch: perl
39252            ! perl.c perl.h
39253 ____________________________________________________________________________
39254 [  8802] By: jhi                                   on 2001/02/13  18:31:33
39255         Log: AUTHORS update.
39256      Branch: perl
39257            ! AUTHORS
39258 ____________________________________________________________________________
39259 [  8801] By: jhi                                   on 2001/02/13  17:55:19
39260         Log: Integrate change #8792 from mainline.
39261              
39262              Subject: buncha MacPerl patches for bleadperl
39263              From: Chris Nandor <pudge@pobox.com>
39264              Date: Tue, 13 Feb 2001 00:02:43 -0500
39265              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
39266      Branch: maint-5.6/perl
39267           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39268           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
39269           !> t/lib/basename.t toke.c util.h
39270 ____________________________________________________________________________
39271 [  8800] By: jhi                                   on 2001/02/13  17:46:43
39272         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
39273              to be forced to Off_t.
39274              
39275              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
39276              From: nick@ccl4.org
39277              Date: Thu, 1 Feb 2001 12:01:04 +0000
39278              Message-Id: <20010201120103.E11401@plum.flirble.org>
39279      Branch: maint-5.6/perl
39280            ! iperlsys.h perlio.c
39281 ____________________________________________________________________________
39282 [  8799] By: jhi                                   on 2001/02/13  16:52:51
39283         Log: Duplex duplex hunk hunk.
39284      Branch: maint-5.6/perl
39285            ! Makefile.SH
39286 ____________________________________________________________________________
39287 [  8797] By: jhi                                   on 2001/02/13  14:52:04
39288         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
39289              From: "Craig A. Berry" <craigberry@mac.com>
39290              Date: Mon, 12 Feb 2001 11:05:25 -0600
39291              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
39292      Branch: perl
39293            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
39294 ____________________________________________________________________________
39295 [  8796] By: jhi                                   on 2001/02/13  14:36:47
39296         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
39297              From: simon.cozens@pembroke.oxford.ac.uk 
39298              Date: Sat, 10 Feb 2001 17:57:02 +0000
39299              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
39300              
39301              Now it does include.
39302      Branch: perl
39303            ! pod/perldiag.pod
39304 ____________________________________________________________________________
39305 [  8795] By: jhi                                   on 2001/02/13  14:30:11
39306         Log: Sort the MANIFEST.
39307      Branch: perl
39308            ! MANIFEST
39309 ____________________________________________________________________________
39310 [  8794] By: jhi                                   on 2001/02/13  14:26:51
39311         Log: Integrate change #8793 from mainline, FAQ updates.
39312      Branch: maint-5.6/perl
39313           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
39314 ____________________________________________________________________________
39315 [  8793] By: jhi                                   on 2001/02/13  14:25:13
39316         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
39317      Branch: perl
39318            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
39319 ____________________________________________________________________________
39320 [  8792] By: jhi                                   on 2001/02/13  14:22:50
39321         Log: Subject: buncha MacPerl patches for bleadperl
39322              From: Chris Nandor <pudge@pobox.com>
39323              Date: Tue, 13 Feb 2001 00:02:43 -0500
39324              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
39325      Branch: perl
39326            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39327            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
39328            ! t/lib/basename.t toke.c util.h
39329 ____________________________________________________________________________
39330 [  8791] By: jhi                                   on 2001/02/13  14:10:39
39331         Log: Integrate change #8790 from mainline.
39332              
39333              environ array wrongly assumed in Perl_init_i18nl10n(),
39334      Branch: maint-5.6/perl
39335           !> util.c
39336 ____________________________________________________________________________
39337 [  8790] By: jhi                                   on 2001/02/13  14:06:15
39338         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
39339              noticed by Chris Nandor in MacOS Classic.
39340      Branch: perl
39341            ! util.c
39342 ____________________________________________________________________________
39343 [  8789] By: jhi                                   on 2001/02/13  13:58:07
39344         Log: Integrate changes #8373,8487,8544,8783 from mainline.
39345              
39346              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
39347              hints files, the dynaloading, assimilate ebcdic into util.c.
39348      Branch: maint-5.6/perl
39349            - ebcdic.c
39350            ! MANIFEST hints/posix-bc.sh
39351           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
39352           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
39353           !> perlapi.c proto.h util.c
39354 ____________________________________________________________________________
39355 [  8788] By: alanbur                               on 2001/02/13  10:33:13
39356         Log: Integrated changes from maint-5.6
39357      Branch: maint-5.6/pureperl
39358           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
39359           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
39360           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39361           !> vos/config.ga.h vos/configure_perl.cm
39362 ____________________________________________________________________________
39363 [  8787] By: jhi                                   on 2001/02/13  05:56:36
39364         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
39365      Branch: perl
39366           !> Makefile.SH
39367 ____________________________________________________________________________
39368 [  8786] By: jhi                                   on 2001/02/13  05:54:34
39369         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
39370              From: Dorner Thomas <Thomas.Dorner@start.de>
39371              Date: Mon, 12 Feb 2001 15:06:26 +0100
39372              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
39373      Branch: maint-5.6/perl
39374            ! Makefile.SH
39375 ____________________________________________________________________________
39376 [  8785] By: jhi                                   on 2001/02/13  05:29:04
39377         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
39378      Branch: perl
39379           !> hints/openbsd.sh
39380 ____________________________________________________________________________
39381 [  8784] By: jhi                                   on 2001/02/13  02:25:24
39382         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
39383              From: Peter Prymmer <pvhp@forte.com>
39384              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
39385              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
39386      Branch: perl
39387            ! pod/perlclib.pod
39388 ____________________________________________________________________________
39389 [  8783] By: jhi                                   on 2001/02/13  02:22:36
39390         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
39391      Branch: perl
39392            - ebcdic.c
39393            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
39394            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
39395            ! util.c
39396 ____________________________________________________________________________
39397 [  8782] By: jhi                                   on 2001/02/13  02:00:07
39398         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
39399      Branch: maint-5.6/perl
39400            ! pod/perlport.pod
39401 ____________________________________________________________________________
39402 [  8781] By: jhi                                   on 2001/02/13  01:58:44
39403         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
39404      Branch: maint-5.6/perl
39405            ! hints/openbsd.sh
39406 ____________________________________________________________________________
39407 [  8780] By: jhi                                   on 2001/02/13  01:57:33
39408         Log: Synchronize the regexp tests between maintperl and mainline.
39409      Branch: maint-5.6/perl
39410           !> t/op/re_tests
39411 ____________________________________________________________________________
39412 [  8779] By: jhi                                   on 2001/02/13  01:49:35
39413         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
39414              From: Hugo <hv@crypt.compulink.co.uk>
39415              Date: Tue, 13 Feb 2001 00:11:11 +0000
39416              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
39417      Branch: perl
39418            ! regcomp.c t/op/re_tests
39419 ____________________________________________________________________________
39420 [  8778] By: jhi                                   on 2001/02/13  00:23:10
39421         Log: Comments do not nest.
39422      Branch: perl
39423            ! perl.h
39424 ____________________________________________________________________________
39425 [  8777] By: jhi                                   on 2001/02/13  00:17:54
39426         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
39427              From: Hugo <hv@crypt.compulink.co.uk>
39428              Date: Tue, 13 Feb 2001 00:11:11 +0000
39429              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
39430      Branch: maint-5.6/perl
39431            ! regcomp.c t/op/re_tests
39432 ____________________________________________________________________________
39433 [  8776] By: jhi                                   on 2001/02/12  23:25:52
39434         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
39435      Branch: maint-5.6/perl
39436            ! pod/perlport.pod
39437 ____________________________________________________________________________
39438 [  8775] By: jhi                                   on 2001/02/12  23:04:28
39439         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
39440      Branch: maint-5.6/perl
39441            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
39442            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39443            ! vos/configure_perl.cm
39444 ____________________________________________________________________________
39445 [  8774] By: jhi                                   on 2001/02/12  22:59:11
39446         Log: Subject: Re: [patch] context for 'U' magic functions
39447              From: Doug MacEachern <dougm@covalent.net>
39448              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
39449              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
39450              
39451              plus the suggestion by Nick Ing-Simmons to name the macro
39452              as PERL_MG_UFUNC to avoid namespace pollution, plus add
39453              the advice by Doug for XS writers to perl.h
39454      Branch: perl
39455            ! mg.c perl.h
39456 ____________________________________________________________________________
39457 [  8773] By: jhi                                   on 2001/02/11  20:14:12
39458         Log: Update Changes.
39459      Branch: perl
39460            ! Changes patchlevel.h
39461 ____________________________________________________________________________
39462 [  8772] By: jhi                                   on 2001/02/11  18:47:52
39463         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
39464              From: Simon Cozens <simon@cozens.net>
39465              Date: Wed, 31 Jan 2001 16:31:43 +0000
39466              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
39467      Branch: perl
39468            + pod/perlclib.pod
39469            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
39470            ! pod/perltoc.pod
39471 ____________________________________________________________________________
39472 [  8771] By: jhi                                   on 2001/02/11  18:36:48
39473         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
39474              
39475              Blocks-4d3.beta.txt
39476              CaseFolding-3d4.beta.txt
39477              CompositionExclusions-3d6.beta.txt
39478              EastAsianWidth-4d4.beta.txt
39479              LineBreak-6d3.beta.txt
39480              NamesList-3.1.0d1.beta.txt
39481              PropList-3.1.0d4.beta.txt
39482              SpecialCasing-4d1.beta.txt
39483              UnicodeData-3.1.0d6.beta.txt
39484      Branch: perl
39485            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
39486           +> lib/unicode/UCD.html lib/unicode/Unicode.html
39487            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39488            - lib/unicode/Unicode.301
39489            ! (edit 257 files)
39490 ____________________________________________________________________________
39491 [  8770] By: jhi                                   on 2001/02/11  17:26:22
39492         Log: UTF-8 documentation.
39493      Branch: perl
39494            ! utf8.h
39495 ____________________________________________________________________________
39496 [  8769] By: jhi                                   on 2001/02/11  17:12:49
39497         Log: Retract #8762.
39498      Branch: perl
39499            ! regexec.c
39500 ____________________________________________________________________________
39501 [  8768] By: jhi                                   on 2001/02/11  16:54:45
39502         Log: Subject: [PATCH] Test::Harness
39503              From: andreas.koenig@anima.de (Andreas J. Koenig)
39504              Date: 11 Feb 2001 14:37:00 +0100
39505              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
39506      Branch: perl
39507            ! lib/Test/Harness.pm
39508 ____________________________________________________________________________
39509 [  8767] By: jhi                                   on 2001/02/11  16:53:52
39510         Log: Subject: [PATCH] Document makepatch in Porting/patching
39511              From: andreas.koenig@anima.de (Andreas J. Koenig)
39512              Date: 11 Feb 2001 16:46:28 +0100
39513              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
39514      Branch: perl
39515            ! Porting/patching.pod
39516 ____________________________________________________________________________
39517 [  8766] By: jhi                                   on 2001/02/11  06:30:23
39518         Log: Subject: Re: [patch] GvSHARED
39519              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
39520              From: Doug MacEachern <dougm@covalent.net>
39521              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
39522              
39523              Subject: Re: [patch] GvSHARED
39524              From: Doug MacEachern <dougm@covalent.net>
39525              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
39526              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
39527              
39528              Subject: [patch] attributes.pm support for `shared'
39529              From: Doug MacEachern <dougm@covalent.net>
39530              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
39531              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
39532              
39533              our() attributes were ignored, our :shared pieces missing,
39534              allow attributes.pm to turn on shared.
39535      Branch: perl
39536            ! op.c t/op/attrs.t toke.c xsutils.c
39537 ____________________________________________________________________________
39538 [  8765] By: alanbur                               on 2001/02/10  23:11:19
39539         Log: Resync with parent (hopefully sucessfully this time)
39540      Branch: maint-5.6/pureperl
39541           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
39542           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
39543           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39544           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39545           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39546           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39547           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
39548 ____________________________________________________________________________
39549 [  8764] By: jhi                                   on 2001/02/10  22:54:38
39550         Log: Make TEST and UTEST more verbose in case something goes
39551              wrong in running/compiling a script, suggested by Doug
39552              MacEachern.
39553      Branch: perl
39554            ! t/TEST t/UTEST
39555 ____________________________________________________________________________
39556 [  8763] By: jhi                                   on 2001/02/10  22:11:34
39557         Log: Bogus shebang.
39558      Branch: perl
39559            ! t/lib/texttabs.t
39560 ____________________________________________________________________________
39561 [  8762] By: jhi                                   on 2001/02/10  21:56:02
39562         Log: (Retracted by #8769)
39563      Branch: perl
39564            ! regexec.c
39565 ____________________________________________________________________________
39566 [  8761] By: jhi                                   on 2001/02/10  21:26:15
39567         Log: Subject: Re: [patch] GvSHARED 
39568              From: Doug MacEachern <dougm@covalent.net>
39569              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
39570              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
39571              
39572              our @EXPORT : shared = (...);
39573      Branch: perl
39574            ! toke.c
39575 ____________________________________________________________________________
39576 [  8760] By: jhi                                   on 2001/02/10  21:25:07
39577         Log: Subject: [patch] GvSHARED
39578              From: Doug MacEachern <dougm@covalent.net>
39579              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
39580              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
39581      Branch: perl
39582            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
39583 ____________________________________________________________________________
39584 [  8759] By: alanbur                               on 2001/02/10  21:24:27
39585         Log: Backed out mismerge.
39586      Branch: maint-5.6/pureperl
39587            ! MANIFEST README.hpux README.vmesa gv.c installhtml
39588            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
39589            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39590            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39591            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39592            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39593            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
39594 ____________________________________________________________________________
39595 [  8758] By: jhi                                   on 2001/02/10  18:01:17
39596         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
39597              
39598              Fixed UMRs and leak in Perl_pmtrans()
39599              
39600              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39601              associated UTFied tr/// code.  Also fixed scoping leak of
39602              PL_reg_start_tmp.
39603              
39604              newATTRSUB leaks when an attempt to redefine the active sort sub is
39605              made.
39606      Branch: maint-5.6/perl
39607           !> op.c regcomp.c
39608 ____________________________________________________________________________
39609 [  8757] By: alanbur                               on 2001/02/10  17:56:46
39610         Log: Resynchronised with parent
39611      Branch: maint-5.6/pureperl
39612           +> README.bs2000
39613            - README.posix-bc
39614            ! gv.c perl.c sv.c
39615           !> MANIFEST README.hpux README.vmesa installhtml
39616           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
39617           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39618           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39619           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39620           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39621           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
39622 ____________________________________________________________________________
39623 [  8756] By: alanbur                               on 2001/02/10  17:51:15
39624         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
39625              made.
39626      Branch: maint-5.6/pureperl
39627            ! op.c
39628 ____________________________________________________________________________
39629 [  8755] By: jhi                                   on 2001/02/09  22:41:35
39630         Log: Upgrade to CPAN 1.59_54, from Andreas König.
39631      Branch: perl
39632            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39633 ____________________________________________________________________________
39634 [  8754] By: jhi                                   on 2001/02/09  22:29:20
39635         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
39636              
39637              Didn't upgrade the fill.t since it has a dependency to File::Slurp
39638              purely for debugging purposes, the actual test hasn't changed.
39639      Branch: perl
39640            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
39641            ! t/lib/textwrap.t
39642 ____________________________________________________________________________
39643 [  8753] By: jhi                                   on 2001/02/09  20:17:50
39644         Log: Integrate change #8682 from maintperl.
39645              
39646              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
39647              to work correctly.
39648      Branch: perl
39649           !> hints/irix_6.sh
39650 ____________________________________________________________________________
39651 [  8752] By: jhi                                   on 2001/02/09  20:00:46
39652         Log: Update Changes.
39653      Branch: perl
39654            ! Changes patchlevel.h
39655 ____________________________________________________________________________
39656 [  8751] By: nick                                  on 2001/02/09  19:48:37
39657         Log: Integrate mainline
39658      Branch: perlio
39659           +> README.bs2000 t/lib/cgi-esc.t
39660            - README.posix-bc
39661           !> (integrate 53 files)
39662 ____________________________________________________________________________
39663 [  8750] By: nick                                  on 2001/02/09  19:25:16
39664         Log: Subject: RE: Biannual Competition to Improve Hashing Function
39665              From: Fisher Mark <fisherm@tce.com>
39666              Date: Thu, 8 Feb 2001 10:44:00 -0500
39667              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
39668              Date: Thu, 8 Feb 2001 15:02:47 -0500
39669              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
39670      Branch: perl
39671            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
39672 ____________________________________________________________________________
39673 [  8749] By: jhi                                   on 2001/02/09  19:02:35
39674         Log: Forgotten fragment.
39675      Branch: perl
39676            ! pod/perlapi.pod
39677 ____________________________________________________________________________
39678 [  8748] By: jhi                                   on 2001/02/09  18:31:34
39679         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
39680              plus manual tweakage.
39681              
39682              Sync the perlfaq2 between mainline and maintperl.
39683      Branch: maint-5.6/perl
39684            ! pod/perlfaq2.pod
39685      Branch: perl
39686           !> pod/perlfaq2.pod
39687 ____________________________________________________________________________
39688 [  8747] By: jhi                                   on 2001/02/09  18:12:04
39689         Log: Subject: versiononly and installperl
39690              From: abigail@foad.org
39691              Date: Wed, 7 Feb 2001 22:43:12 +0100
39692              Message-ID: <20010207214312.7045.qmail@foad.org>    
39693              
39694              Add +v flag to force a normal install of the perl binary
39695              and the utilities.
39696              
39697              Subject: [PATCH] installperl
39698              From: Nicholas Clark <nick@ccl4.org>
39699              Date: Fri, 9 Feb 2001 16:28:57 +0000
39700              Message-ID: <20010209162857.B10931@plum.flirble.org>
39701              
39702              Add -A flag which also hardlinks the binary with
39703              the full architecture name.
39704      Branch: perl
39705            ! installperl
39706 ____________________________________________________________________________
39707 [  8746] By: jhi                                   on 2001/02/09  18:03:43
39708         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
39709              
39710              Subject: perlfaq2, re: perlmongers
39711              
39712              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
39713              
39714              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
39715              
39716              Subject: [ID 20010205.001] typo in perlfaq9
39717              
39718              Subject: [ID 20010208.002] unordered explanation in perlcall
39719      Branch: maint-5.6/perl
39720           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39721           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
39722           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
39723 ____________________________________________________________________________
39724 [  8745] By: jhi                                   on 2001/02/09  17:59:09
39725         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
39726              From: abela@geneanet.org
39727              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
39728              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
39729      Branch: perl
39730            ! pod/perlcall.pod
39731 ____________________________________________________________________________
39732 [  8744] By: jhi                                   on 2001/02/09  17:48:16
39733         Log: Subject: [ID 20010205.001] typo in perlfaq9
39734              From: eserte@vran.herceg.de
39735              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
39736              Message-Id: <200102042244.XAA21926@vran.herceg.de>
39737      Branch: perl
39738            ! pod/perlfaq9.pod
39739 ____________________________________________________________________________
39740 [  8743] By: jhi                                   on 2001/02/09  17:25:12
39741         Log: Integrate change #8695 from maintperl.
39742              
39743              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
39744      Branch: perl
39745           !> thread.h
39746 ____________________________________________________________________________
39747 [  8742] By: jhi                                   on 2001/02/09  17:21:22
39748         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
39749              From: Andy Dougherty <doughera@lafayette.edu>
39750              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
39751              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
39752      Branch: perl
39753            ! embed.pl
39754 ____________________________________________________________________________
39755 [  8741] By: jhi                                   on 2001/02/09  17:05:19
39756         Log: Integrate changes #8738,8739,8740 from maintperl.
39757              
39758              Html files will be installed in a more logical and easier to
39759              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
39760              
39761              Html files will be generated with a header to make them look
39762              a little less bare.
39763              
39764              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
39765      Branch: perl
39766           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
39767 ____________________________________________________________________________
39768 [  8740] By: jhi                                   on 2001/02/09  17:03:46
39769         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
39770              From: "Brendan O'Dea" <bod@compusol.com.au>
39771              Date: Sun, 4 Feb 2001 11:17:56 +1100
39772              Message-ID: <20010204111756.A16301@compusol.com.au>
39773      Branch: maint-5.6/perl
39774            ! pod/perlfaq3.pod
39775 ____________________________________________________________________________
39776 [  8739] By: jhi                                   on 2001/02/09  17:01:59
39777         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
39778              From: "Indy Singh" <indy@nusphere.com>
39779              Date: Fri, 2 Feb 2001 15:09:59 -0500
39780              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
39781              
39782              Html files will be generated with a header to make them look
39783              a little less bare.
39784      Branch: maint-5.6/perl
39785            ! installhtml
39786 ____________________________________________________________________________
39787 [  8738] By: jhi                                   on 2001/02/09  16:58:48
39788         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
39789              From: "Indy Singh" <indy@nusphere.com>
39790              Date: Fri, 2 Feb 2001 15:08:23 -0500
39791              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
39792              
39793              Html files will be installed in a more logical and easier to
39794              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
39795      Branch: maint-5.6/perl
39796            ! win32/Makefile win32/makefile.mk
39797 ____________________________________________________________________________
39798 [  8737] By: jhi                                   on 2001/02/09  16:46:54
39799         Log: Integrate changes #8687,8736 from maintperl.
39800              
39801              HP-UX thread patches from Merijn H. Brand.
39802              
39803              Latin nit from Philip Newton.
39804      Branch: perl
39805           !> README.hpux hints/hpux.sh
39806 ____________________________________________________________________________
39807 [  8736] By: jhi                                   on 2001/02/09  16:42:31
39808         Log: Latin nit from Philip Newton.
39809      Branch: maint-5.6/perl
39810            ! README.hpux
39811 ____________________________________________________________________________
39812 [  8735] By: jhi                                   on 2001/02/09  16:24:03
39813         Log: Integrate changes #8704,8710 from pureperl.
39814              
39815              Fixed UMRs and leak in Perl_pmtrans()
39816              
39817              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39818              associated UTFied tr/// code.  Also fixed scoping leak of
39819              PL_reg_start_tmp.
39820      Branch: perl
39821           !> op.c regcomp.c
39822 ____________________________________________________________________________
39823 [  8734] By: jhi                                   on 2001/02/09  15:40:21
39824         Log: Integrate change #8733 from maintperl.
39825              
39826              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
39827      Branch: perl
39828           !> pod/perlre.pod
39829 ____________________________________________________________________________
39830 [  8733] By: jhi                                   on 2001/02/09  15:35:47
39831         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
39832              From: Prymmer/Kahn <pvhp@best.com>
39833              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
39834              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
39835      Branch: maint-5.6/perl
39836            ! pod/perlre.pod
39837 ____________________________________________________________________________
39838 [  8732] By: jhi                                   on 2001/02/09  15:26:17
39839         Log: Rename README.posix-bc to README.bs2000 (to avoid the
39840              confusion of a "perlposix-bc.pod"), add a few missing
39841              arch pods, regen toc.
39842      Branch: maint-5.6/perl
39843           +> README.bs2000
39844            - README.posix-bc
39845            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39846            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39847 ____________________________________________________________________________
39848 [  8731] By: jhi                                   on 2001/02/09  15:23:39
39849         Log: De-cut-and-pasto.
39850      Branch: perl
39851            ! pod/perl.pod
39852 ____________________________________________________________________________
39853 [  8730] By: jhi                                   on 2001/02/09  15:11:13
39854         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
39855              when people think that perlposix-bc.pod tells anything about
39856              Perl and POSIX.  Regen toc.
39857      Branch: perl
39858           +> README.bs2000
39859            - README.posix-bc
39860            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39861            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39862 ____________________________________________________________________________
39863 [  8729] By: jhi                                   on 2001/02/09  14:52:28
39864         Log: The README.vmesa part of #8712 from maintperl.
39865      Branch: perl
39866            ! README.vmesa
39867 ____________________________________________________________________________
39868 [  8728] By: jhi                                   on 2001/02/09  14:46:06
39869         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
39870              From: Peter Prymmer <pvhp@forte.com>
39871              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
39872              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
39873      Branch: maint-5.6/perl
39874            ! README.vmesa win32/Makefile win32/makefile.mk
39875 ____________________________________________________________________________
39876 [  8727] By: jhi                                   on 2001/02/09  14:33:25
39877         Log: Integrate change #8712 from mainline.
39878              
39879              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
39880      Branch: maint-5.6/perl
39881           !> lib/Pod/Find.pm
39882 ____________________________________________________________________________
39883 [  8726] By: jhi                                   on 2001/02/09  14:30:28
39884         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39885              From: Peter Prymmer <pvhp@forte.com>
39886              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
39887              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
39888      Branch: perl
39889            + t/lib/cgi-esc.t
39890            ! MANIFEST lib/CGI/Util.pm
39891 ____________________________________________________________________________
39892 [  8725] By: jhi                                   on 2001/02/09  04:56:47
39893         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
39894      Branch: maint-5.6/perl
39895            ! pod/perlport.pod
39896 ____________________________________________________________________________
39897 [  8724] By: jhi                                   on 2001/02/09  04:40:59
39898         Log: Integrate changes 7819,7820 from vmsperl into mainline.
39899              
39900              Add header for LIB$ prototypes (C. Berry)
39901              
39902              Convert fwrite()s to sockets to write()s, since some socket stacks
39903              don't take kindly to stdio.
39904              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39905              (for often optional LNMs)
39906              Correct a few typos
39907              (C. Bailey)
39908      Branch: perl
39909           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
39910 ____________________________________________________________________________
39911 [  8723] By: jhi                                   on 2001/02/09  03:29:29
39912         Log: Integrate change #8722 from mainline.
39913              
39914              The Im() function wasn't returning zero for non-Math::Complex
39915              arguments.  The bug reported by John Gamble.
39916      Branch: maint-5.6/perl
39917           !> lib/Math/Complex.pm
39918 ____________________________________________________________________________
39919 [  8722] By: jhi                                   on 2001/02/09  03:28:33
39920         Log: The Im() function wasn't returning zero for non-Math::Complex
39921              arguments.  The bug reported by John Gamble.
39922      Branch: perl
39923            ! lib/Math/Complex.pm
39924 ____________________________________________________________________________
39925 [  8721] By: nick                                  on 2001/02/08  22:11:35
39926         Log: Correct the correction :-(
39927      Branch: perl
39928            ! perl.c
39929 ____________________________________________________________________________
39930 [  8720] By: bailey                                on 2001/02/08  20:59:22
39931         Log: Convert frwite()s to sockets to write()s, since some socket stacks
39932              don't take kindly to stdio.
39933              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39934              (for often optional LNMs)
39935              Correct a few typos
39936              (C. Bailey)
39937      Branch: vmsperl
39938            ! vms/vms.c vms/vmsish.h
39939 ____________________________________________________________________________
39940 [  8719] By: bailey                                on 2001/02/08  20:51:02
39941         Log: Add header for LIB$ prototypes (C. Berry)
39942      Branch: vmsperl
39943            ! ext/Devel/DProf/DProf.xs
39944 ____________________________________________________________________________
39945 [  8718] By: bailey                                on 2001/02/08  20:49:00
39946         Log: SYN SYN
39947      Branch: vmsperl
39948           +> pod/perliol.pod t/lib/sample-tests/bailout
39949           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
39950           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
39951           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
39952           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
39953           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
39954           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
39955            - lib/unicode/Is/DCinital.pl
39956           !> (integrate 101 files)
39957 ____________________________________________________________________________
39958 [  8717] By: nick                                  on 2001/02/08  19:38:48
39959         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
39960              From: Robin Barker <rmb1@cise.npl.co.uk>
39961              Date: Thu, 8 Feb 2001 14:38:07 GMT
39962              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
39963      Branch: perl
39964            ! lib/CPAN.pm
39965 ____________________________________________________________________________
39966 [  8716] By: nick                                  on 2001/02/08  19:29:07
39967         Log: Generated files form 8713 etc.
39968      Branch: perl
39969            ! embed.h global.sym objXSUB.h perlapi.c proto.h
39970 ____________________________________________________________________________
39971 [  8715] By: nick                                  on 2001/02/08  19:26:08
39972         Log: Fixup non-ithread build after 8713
39973      Branch: perl
39974            ! perl.c
39975 ____________________________________________________________________________
39976 [  8714] By: nick                                  on 2001/02/08  19:17:45
39977         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
39978              From: nick@ccl4.org
39979              Date: Wed, 7 Feb 2001 00:27:47 +0000
39980              Message-Id: <20010207002747.B63724@plum.flirble.org>
39981      Branch: perl
39982            ! sv.c toke.c
39983 ____________________________________________________________________________
39984 [  8713] By: nick                                  on 2001/02/08  19:15:58
39985         Log: Subject: Re: [patch] Re: PL_ptr_table
39986              From: Doug Maceachern <dougm@covalent.net>
39987              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
39988              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
39989      Branch: perl
39990            ! embed.pl perl.c sv.c sv.h
39991 ____________________________________________________________________________
39992 [  8712] By: nick                                  on 2001/02/08  19:12:47
39993         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
39994              From: Peter Prymmer <pvhp@forte.com>
39995              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
39996              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
39997      Branch: perl
39998            ! lib/Pod/Find.pm
39999 ____________________________________________________________________________
40000 [  8711] By: nick                                  on 2001/02/07  21:06:11
40001         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
40002              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
40003              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40004              Date: Tue, 06 Feb 2001 23:37:01 +0000
40005              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
40006      Branch: perl
40007            ! regcomp.c
40008 ____________________________________________________________________________
40009 [  8710] By: alanbur                               on 2001/02/07  00:22:04
40010         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
40011              associated UTFied tr/// code.  Also fixed scoping leak of
40012              PL_reg_start_tmp.
40013      Branch: maint-5.6/pureperl
40014            ! op.c regcomp.c
40015 ____________________________________________________________________________
40016 [  8709] By: nick                                  on 2001/02/06  21:16:49
40017         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
40018              From: Michael G Schwern <schwern@pobox.com>
40019              Date: Sun, 4 Feb 2001 19:47:14 -0500
40020              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
40021      Branch: perl
40022            ! pod/perlapi.pod pod/perlmodlib.PL
40023 ____________________________________________________________________________
40024 [  8708] By: nick                                  on 2001/02/06  20:41:20
40025         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
40026              From: Michael G Schwern <schwern@pobox.com>
40027              Date: Sun, 4 Feb 2001 21:17:49 -0500
40028              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
40029      Branch: perl
40030            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
40031            ! pod/perltootc.pod
40032 ____________________________________________________________________________
40033 [  8707] By: nick                                  on 2001/02/06  20:29:11
40034         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
40035              From: Michael G Schwern <schwern@pobox.com>
40036              Date: Tue, 6 Feb 2001 05:54:30 -0500
40037              Message-Id: <20010206055430.A951@blackrider.aocn.com>
40038      Branch: perl
40039            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
40040 ____________________________________________________________________________
40041 [  8706] By: nick                                  on 2001/02/06  20:21:40
40042         Log: Subject: RE: some win32 fixes
40043              Date: Tue, 6 Feb 2001 09:23:20 +0300
40044              From: Vadim Konovalov <vkonovalov@lucent.com>
40045              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
40046      Branch: perl
40047            ! toke.c win32/Makefile win32/config.bc win32/config.gc
40048            ! win32/config.vc win32/config_H.bc win32/makefile.mk
40049 ____________________________________________________________________________
40050 [  8705] By: alanbur                               on 2001/02/06  15:00:03
40051         Log: Synchronised with parent
40052      Branch: maint-5.6/pureperl
40053            ! regexec.c
40054           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
40055           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
40056 ____________________________________________________________________________
40057 [  8704] By: alanbur                               on 2001/02/06  14:55:24
40058         Log: Fixed UMRs and leak in Perl_pmtrans()
40059      Branch: maint-5.6/pureperl
40060            ! op.c
40061 ____________________________________________________________________________
40062 [  8703] By: gsar                                  on 2001/02/06  02:29:37
40063         Log: $(MAKE) distclean doesn't clean up properly on windows
40064      Branch: maint-5.6/perl
40065            ! win32/Makefile win32/makefile.mk
40066 ____________________________________________________________________________
40067 [  8702] By: gsar                                  on 2001/02/06  01:00:46
40068         Log: tweak change#8659 to keep it simple
40069      Branch: maint-5.6/perl
40070            ! utils/perldoc.PL
40071 ____________________________________________________________________________
40072 [  8701] By: gsar                                  on 2001/02/05  22:45:41
40073         Log: change#8693 was missing testsuite changes
40074      Branch: maint-5.6/perl
40075           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
40076 ____________________________________________________________________________
40077 [  8700] By: nick                                  on 2001/02/05  20:32:52
40078         Log: Integrate mainline
40079      Branch: perlio
40080           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
40081           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
40082           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
40083           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
40084           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
40085           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
40086           +> t/lib/test-harness.t
40087           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
40088           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
40089           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
40090           !> pod/perlutil.pod t/TEST utils/h2xs.PL
40091 ____________________________________________________________________________
40092 [  8699] By: nick                                  on 2001/02/05  19:41:07
40093         Log: Subject: perlfaq2, re: perlmongers
40094              From: David H. Adler <dha@panix.com>
40095              Date: Sun, 4 Feb 2001 23:48:23 -0500
40096              Message-Id: <20010204234823.A13429@panix.com>
40097      Branch: perl
40098            ! pod/perlfaq2.pod
40099 ____________________________________________________________________________
40100 [  8698] By: nick                                  on 2001/02/05  19:39:31
40101         Log: Missed file f#rom the testharness mess.
40102      Branch: perl
40103            + t/lib/test-harness.t
40104 ____________________________________________________________________________
40105 [  8697] By: nick                                  on 2001/02/05  19:37:21
40106         Log: Subject: [DOC PATCH] overload.pm nits
40107              From: John Tobey <jtobey@john-edwin-tobey.org>
40108              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
40109              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
40110      Branch: perl
40111            ! lib/overload.pm
40112 ____________________________________________________________________________
40113 [  8696] By: alanbur                               on 2001/02/05  11:56:00
40114         Log: Sync with parent
40115      Branch: maint-5.6/pureperl
40116           !> thread.h
40117 ____________________________________________________________________________
40118 [  8695] By: gsar                                  on 2001/02/05  03:27:34
40119         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
40120      Branch: maint-5.6/perl
40121            ! thread.h
40122 ____________________________________________________________________________
40123 [  8694] By: alanbur                               on 2001/02/05  00:07:47
40124         Log: Initial branch creation from //depot/maint-5.6/perl
40125      Branch: maint-5.6/pureperl
40126           +> (branch 1719 files)
40127 ____________________________________________________________________________
40128 [  8693] By: gsar                                  on 2001/02/04  22:38:49
40129         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
40130              changes)
40131      Branch: maint-5.6/perl
40132           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
40133           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
40134           !> ext/DB_File/version.c
40135 ____________________________________________________________________________
40136 [  8692] By: nick                                  on 2001/02/04  18:15:57
40137         Log: The missed t/TEST part of the grand testharness upgrade.
40138      Branch: perl
40139            ! t/TEST
40140 ____________________________________________________________________________
40141 [  8691] By: nick                                  on 2001/02/04  18:05:17
40142         Log: New improved test harness
40143              Subject: Re: [PATCH Test::Harness] Third time's a charm?
40144              From: Michael G Schwern <schwern@pobox.com>
40145              Date: Sun, 4 Feb 2001 08:01:20 -0500
40146              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
40147      Branch: perl
40148            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
40149            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
40150            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
40151            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
40152            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
40153            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
40154            ! MANIFEST lib/Test/Harness.pm
40155 ____________________________________________________________________________
40156 [  8690] By: nick                                  on 2001/02/04  17:57:51
40157         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
40158              From: Jonathan Stowe <gellyfish@gellyfish.com>
40159              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
40160              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
40161      Branch: perl
40162            ! utils/h2xs.PL
40163 ____________________________________________________________________________
40164 [  8689] By: nick                                  on 2001/02/04  17:55:24
40165         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
40166              From: Michael G Schwern <schwern@pobox.com>
40167              Date: Sat, 3 Feb 2001 22:46:38 -0500
40168              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
40169      Branch: perl
40170            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
40171            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
40172 ____________________________________________________________________________
40173 [  8688] By: nick                                  on 2001/02/04  17:43:55
40174         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
40175              length byfailing to spot lack of closing )
40176              From: nick@talking.bollo.cx
40177              Date: Sat, 03 Feb 2001 23:53:16 +0000
40178              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
40179      Branch: perl
40180            ! perlio.c pod/perldiag.pod
40181 ____________________________________________________________________________
40182 [  8687] By: jhi                                   on 2001/02/03  17:11:42
40183         Log: HP-UX thread patches from Merijn H. Brand.
40184      Branch: maint-5.6/perl
40185            ! README.hpux hints/hpux.sh
40186 ____________________________________________________________________________
40187 [  8686] By: jhi                                   on 2001/02/03  16:40:12
40188         Log: Metaconfig changes for #8685.
40189      Branch: metaconfig
40190            ! U/installdirs/instubperl.U
40191      Branch: metaconfig/U/perl
40192            ! Devel.U versiononly.U
40193 ____________________________________________________________________________
40194 [  8685] By: jhi                                   on 2001/02/03  16:39:49
40195         Log: For -Dusedevel builds turn off installusrbinperl and turn on
40196              versiononly, a combined idea of Richard Soderberg and Merijn
40197              H. Brand.  You can still override both of these from the command
40198              line if you need to, -Dinstallusrbinperl and -Uversiononly.
40199      Branch: perl
40200            ! Configure
40201 ____________________________________________________________________________
40202 [  8684] By: jhi                                   on 2001/02/03  16:16:34
40203         Log: Metaconfig unit fix for #8683.
40204      Branch: metaconfig
40205            ! U/compline/nblock_io.U
40206 ____________________________________________________________________________
40207 [  8683] By: jhi                                   on 2001/02/03  16:16:12
40208         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
40209              reported by Peter Prymmer for 5.6-TRIAL1.
40210      Branch: perl
40211            ! Configure
40212 ____________________________________________________________________________
40213 [  8682] By: jhi                                   on 2001/02/03  05:52:11
40214         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
40215              to work correctly.
40216      Branch: maint-5.6/perl
40217            ! hints/irix_6.sh
40218 ____________________________________________________________________________
40219 [  8681] By: jhi                                   on 2001/02/03  05:47:33
40220         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
40221      Branch: maint-5.6/perl
40222            ! pod/perlport.pod
40223 ____________________________________________________________________________
40224 [  8680] By: jhi                                   on 2001/02/02  21:39:49
40225         Log: perlport update from Peter Prymmer.
40226      Branch: maint-5.6/perl
40227            ! pod/perlport.pod
40228 ____________________________________________________________________________
40229 [  8679] By: nick                                  on 2001/02/02  20:50:48
40230         Log: Integrate mainline
40231      Branch: perlio
40232           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
40233           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
40234           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
40235 ____________________________________________________________________________
40236 [  8678] By: gsar                                  on 2001/02/02  16:02:12
40237         Log: note about bincompat, slightly modified (from Lupe Christoph)
40238      Branch: maint-5.6/perl
40239            ! README.solaris
40240 ____________________________________________________________________________
40241 [  8677] By: jhi                                   on 2001/02/02  15:46:20
40242         Log: Supported platforms updates.
40243      Branch: maint-5.6/perl
40244            ! pod/perlport.pod
40245 ____________________________________________________________________________
40246 [  8676] By: jhi                                   on 2001/02/02  03:41:26
40247         Log: A couple more perlfaq2 tweaks.
40248      Branch: maint-5.6/perl
40249            ! pod/perlfaq2.pod
40250 ____________________________________________________________________________
40251 [  8675] By: jhi                                   on 2001/02/02  03:17:44
40252         Log: Misedit in #8661.
40253      Branch: maint-5.6/perl
40254            ! Configure
40255 ____________________________________________________________________________
40256 [  8674] By: jhi                                   on 2001/02/02  03:14:38
40257         Log: Damien again.
40258      Branch: maint-5.6/perl
40259            ! pod/perlfaq2.pod
40260 ____________________________________________________________________________
40261 [  8673] By: jhi                                   on 2001/02/02  03:12:40
40262         Log: perlfaq update from Elaine Ashton.
40263      Branch: maint-5.6/perl
40264            ! pod/perlfaq2.pod
40265 ____________________________________________________________________________
40266 [  8672] By: jhi                                   on 2001/02/02  03:07:08
40267         Log: UTF-8 s/// patch from Inaba Hiroto.
40268      Branch: maint-5.6/perl
40269            ! pp_ctl.c pp_hot.c
40270 ____________________________________________________________________________
40271 [  8671] By: jhi                                   on 2001/02/01  22:34:31
40272         Log: Update Changes.
40273      Branch: perl
40274            ! Changes patchlevel.h
40275 ____________________________________________________________________________
40276 [  8670] By: jhi                                   on 2001/02/01  22:15:29
40277         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
40278              from maintperl.
40279              
40280              Upgrade to Getopt::Long 2.25, from Johan Vromans.
40281              
40282              more files need to be writable in the source distribution
40283              
40284              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
40285              
40286              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
40287              
40288              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
40289              
40290              Allow the float to be fuzzier.
40291              
40292              need to use INT2PTR instead of a straight cast or ia64 fails
40293              
40294              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
40295              
40296              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
40297      Branch: perl
40298           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
40299           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
40300           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
40301 ____________________________________________________________________________
40302 [  8669] By: jhi                                   on 2001/02/01  21:57:02
40303         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
40304              From: Robin Barker <rmb1@cise.npl.co.uk>
40305              Date: Thu, 1 Feb 2001 16:59:05 GMT
40306              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
40307      Branch: maint-5.6/perl
40308            ! pod/perlmodlib.PL
40309 ____________________________________________________________________________
40310 [  8668] By: nick                                  on 2001/02/01  19:41:40
40311         Log: Integrate mainline
40312      Branch: perlio
40313           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
40314           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
40315           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
40316 ____________________________________________________________________________
40317 [  8667] By: gsar                                  on 2001/02/01  16:59:11
40318         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
40319      Branch: maint-5.6/perl
40320            ! embed.pl embedvar.h
40321 ____________________________________________________________________________
40322 [  8666] By: gsar                                  on 2001/02/01  16:34:51
40323         Log: add missing entries to win32/config.?c
40324      Branch: maint-5.6/perl
40325            ! win32/config.bc win32/config.gc win32/config.vc
40326            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40327 ____________________________________________________________________________
40328 [  8665] By: jhi                                   on 2001/02/01  14:58:51
40329         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
40330              From: "Stephen P. Potter" <spp@spotter.yi.org>
40331              Date: Thu, 01 Feb 2001 10:45:46 -0500
40332              Message-Id: <200102011545.KAA31479@spotter.yi.org>
40333      Branch: maint-5.6/perl
40334            ! pod/perlfunc.pod
40335 ____________________________________________________________________________
40336 [  8664] By: gsar                                  on 2001/02/01  14:52:37
40337         Log: need to use INT2PTR instead of a straight cast or ia64 fails
40338              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
40339      Branch: maint-5.6/perl
40340            ! ext/POSIX/POSIX.xs
40341 ____________________________________________________________________________
40342 [  8663] By: jhi                                   on 2001/02/01  14:09:13
40343         Log: Allow the float to be fuzzier.
40344      Branch: maint-5.6/perl
40345            ! t/lib/peek.t
40346 ____________________________________________________________________________
40347 [  8662] By: jhi                                   on 2001/02/01  13:59:00
40348         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
40349              From: Robin Barker <rmb1@cise.npl.co.uk>
40350              Date: Thu, 1 Feb 2001 13:05:39 GMT
40351              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
40352      Branch: maint-5.6/perl
40353            ! pod/perlmodlib.pod
40354 ____________________________________________________________________________
40355 [  8661] By: jhi                                   on 2001/02/01  13:57:38
40356         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
40357              Date: Thu, 01 Feb 2001 14:15:41 +0100
40358              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40359              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
40360              
40361              Have the $ccflags in the gcc version test (strange, this change
40362              is claimed to be have been integrated already)
40363      Branch: maint-5.6/perl
40364            ! Configure
40365 ____________________________________________________________________________
40366 [  8660] By: jhi                                   on 2001/02/01  13:44:10
40367         Log: Integrate changes #7950,7964,7962 from mainline.
40368              
40369              Find the stdchar signedness using cpp, should fix some of
40370              the Solaris compiler warnings reported by Alan Burlison.
40371      Branch: maint-5.6/perl
40372           !> Configure config_h.SH
40373 ____________________________________________________________________________
40374 [  8659] By: jhi                                   on 2001/02/01  05:35:32
40375         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
40376              From: Jan Dubois <JanD@ActiveState.com>
40377              Date: Wed, 31 Jan 2001 21:17:03 -0800
40378              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
40379      Branch: maint-5.6/perl
40380            ! utils/perldoc.PL
40381 ____________________________________________________________________________
40382 [  8658] By: jhi                                   on 2001/02/01  04:33:17
40383         Log: Integrate the README.os390 and README.posix-bc parts of mainline
40384              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
40385              installperl parts were taken care of by #8657.)
40386      Branch: maint-5.6/perl
40387           !> README.os390 README.posix-bc
40388 ____________________________________________________________________________
40389 [  8657] By: jhi                                   on 2001/02/01  04:29:21
40390         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
40391              From: Peter Prymmer <pvhp@forte.com>
40392              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
40393              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
40394      Branch: maint-5.6/perl
40395            + ext/DynaLoader/dl_dllload.xs
40396            ! MANIFEST Makefile.SH hints/os390.sh installperl
40397 ____________________________________________________________________________
40398 [  8656] By: jhi                                   on 2001/02/01  04:25:45
40399         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
40400              From: Peter Prymmer <pvhp@forte.com>
40401              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
40402              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
40403      Branch: maint-5.6/perl
40404            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
40405 ____________________________________________________________________________
40406 [  8655] By: jhi                                   on 2001/02/01  04:14:47
40407         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
40408              From: troc@netrus.net
40409              Date: Wed, 31 Jan 2001 22:31:26 -0500
40410              Message-Id: <200102010331.WAA117.85@rocco.homenet>
40411      Branch: maint-5.6/perl
40412            ! os2/os2.c
40413 ____________________________________________________________________________
40414 [  8654] By: jhi                                   on 2001/02/01  04:12:52
40415         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
40416              as reported by Alan Burlison.
40417      Branch: maint-5.6/perl
40418            ! pp.h
40419 ____________________________________________________________________________
40420 [  8653] By: jhi                                   on 2001/02/01  04:05:12
40421         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
40422              From: dsugalski@northernlight.com
40423              Date: Wed, 31 Jan 2001 18:54:11 -0500
40424              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
40425      Branch: maint-5.6/perl
40426            ! configure.com
40427 ____________________________________________________________________________
40428 [  8652] By: jhi                                   on 2001/02/01  04:03:11
40429         Log: Misplaced #endif.
40430              
40431              Subject: [perl-5-6-1-trial2] patches for EPOC
40432              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40433              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40434              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40435      Branch: maint-5.6/perl
40436            ! epoc/epocish.c
40437 ____________________________________________________________________________
40438 [  8651] By: jhi                                   on 2001/02/01  04:00:25
40439         Log: Integrate changes #8647,8648,8650 from mainline.
40440              
40441              Macrofy a magic UTF-8 test.
40442              
40443              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
40444              
40445              Watch out for cross compiling for EPOC (usually done on linux).
40446      Branch: maint-5.6/perl
40447           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
40448 ____________________________________________________________________________
40449 [  8650] By: jhi                                   on 2001/02/01  03:56:20
40450         Log: Watch out for cross compiling for EPOC (usually done on linux)
40451              
40452              Subject: [perl-5-6-1-trial2] patches for EPOC
40453              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40454              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40455              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40456      Branch: perl
40457            ! ext/Errno/Errno_pm.PL
40458 ____________________________________________________________________________
40459 [  8649] By: gsar                                  on 2001/02/01  00:46:00
40460         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
40461      Branch: maint-5.6/perl
40462            ! sv.c
40463 ____________________________________________________________________________
40464 [  8648] By: jhi                                   on 2001/01/31  23:35:36
40465         Log: All the uses of PL_numeric_radix must be protected by
40466              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
40467              
40468              Subject: [perl-5-6-1-trial2] patches for EPOC
40469              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40470              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40471              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40472      Branch: perl
40473            ! sv.c
40474 ____________________________________________________________________________
40475 [  8647] By: jhi                                   on 2001/01/31  22:56:16
40476         Log: Macrofy a magic UTF-8 test.
40477      Branch: perl
40478            ! utf8.c utf8.h
40479 ____________________________________________________________________________
40480 [  8646] By: gsar                                  on 2001/01/31  15:55:12
40481         Log: update Changes
40482      Branch: maint-5.6/perl
40483            ! Changes
40484 ____________________________________________________________________________
40485 [  8645] By: gsar                                  on 2001/01/31  15:10:14
40486         Log: Configure tweak suggested by Peter Prymmer
40487      Branch: maint-5.6/perl
40488            ! Configure
40489 ____________________________________________________________________________
40490 [  8644] By: gsar                                  on 2001/01/31  15:06:32
40491         Log: more files need to be writable in the source distribution
40492      Branch: maint-5.6/perl
40493            ! Porting/makerel
40494 ____________________________________________________________________________
40495 [  8643] By: jhi                                   on 2001/01/31  14:59:46
40496         Log: Integrate changes #8258,8278,8279 from mainline.
40497              
40498              Make the large file tests more robust/talkative.
40499      Branch: maint-5.6/perl
40500           !> t/lib/syslfs.t t/op/lfs.t
40501 ____________________________________________________________________________
40502 [  8642] By: gsar                                  on 2001/01/31  14:53:48
40503         Log: integrate changes#8311,8334 from mainline
40504              
40505              Add a new MakeMaker variable PM_FILTER that defines a Unix
40506              filter to be run on each .pm during the pm_to_blib() phase,
40507              a fixed version of
40508              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
40509              
40510              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
40511              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
40512              accurate reading of the "atime".  
40513      Branch: maint-5.6/perl
40514           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
40515           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
40516           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
40517 ____________________________________________________________________________
40518 [  8641] By: jhi                                   on 2001/01/31  14:46:37
40519         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
40520      Branch: maint-5.6/perl
40521            ! lib/Getopt/Long.pm
40522 ____________________________________________________________________________
40523 [  8640] By: gsar                                  on 2001/01/31  14:40:24
40524         Log: make regen_all
40525      Branch: maint-5.6/perl
40526            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
40527 ____________________________________________________________________________
40528 [  8639] By: gsar                                  on 2001/01/31  14:37:25
40529         Log: refresh windows config files
40530      Branch: maint-5.6/perl
40531            ! win32/Makefile win32/config_H.bc win32/config_H.gc
40532            ! win32/config_H.vc win32/makefile.mk
40533 ____________________________________________________________________________
40534 [  8638] By: gsar                                  on 2001/01/31  14:28:10
40535         Log: makefile tweaks for windows: introduce a bulk-switch to enable
40536              same options as ActivePerl; sync changes with makefile.mk
40537      Branch: maint-5.6/perl
40538            ! win32/Makefile win32/makefile.mk
40539 ____________________________________________________________________________
40540 [  8637] By: jhi                                   on 2001/01/31  04:41:30
40541         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
40542              From: Nicholas Clark <nick@ccl4.org>
40543              Date: Tue, 30 Jan 2001 19:51:05 +0000
40544              Message-ID: <20010130195105.R76607@plum.flirble.org> 
40545              
40546              op/inc cure.
40547      Branch: perl
40548            ! pp.c pp.h pp_hot.c t/op/arith.t
40549 ____________________________________________________________________________
40550 [  8636] By: jhi                                   on 2001/01/31  02:38:32
40551         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
40552              no perlio],8257,8380,8479,8515 from mainline.
40553              
40554              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
40555              
40556              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
40557              Subject: [PATCH perl@8133] fix-up for VMS extensions
40558              
40559              In VMS embedded perls couldn't access the statically built Socket.
40560              
40561              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
40562              
40563              Further VMS piping fixes from Charles Lane.
40564              
40565              Subject:  [PATCH] make t/op/misc.t work on VMS
40566              
40567              Add tracing for debugging extensions builds in VMS.
40568              
40569              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
40570      Branch: maint-5.6/perl
40571           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
40572           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
40573           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
40574 ____________________________________________________________________________
40575 [  8635] By: jhi                                   on 2001/01/31  01:46:41
40576         Log: Integrate change #7732 from mainline.
40577              
40578              Sparc 64-bit pack() fix from Jens Hamisch.
40579      Branch: maint-5.6/perl
40580           !> pp.c
40581 ____________________________________________________________________________
40582 [  8634] By: jhi                                   on 2001/01/31  01:41:16
40583         Log: One spot missing from #8626.
40584      Branch: maint-5.6/perl
40585            ! sv.c
40586 ____________________________________________________________________________
40587 [  8633] By: jhi                                   on 2001/01/31  00:49:17
40588         Log: Integrate change #7495 from mainline.
40589              
40590              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
40591      Branch: maint-5.6/perl
40592           !> MANIFEST ext/re/Makefile.PL
40593 ____________________________________________________________________________
40594 [  8632] By: jhi                                   on 2001/01/30  23:38:49
40595         Log: Integrate change #8396 from mainline.
40596              
40597              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
40598              better multicast support (resend)
40599      Branch: maint-5.6/perl
40600           !> ext/Socket/Socket.pm
40601 ____________________________________________________________________________
40602 [  8631] By: jhi                                   on 2001/01/30  23:28:03
40603         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
40604              
40605              More AIX lore. (7514, ext/re/hints/aix.pl)
40606              
40607              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
40608              
40609              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)
40610              
40611              Subject: [ID 20001214.002] Net::Ping patch
40612              
40613              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
40614              
40615              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
40616              
40617              Add ReuseAddr as a (preferred) alias for Reuse as we now
40618              also have ReusePort.
40619              
40620              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
40621      Branch: maint-5.6/perl
40622           +> ext/re/hints/aix.pl
40623           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
40624           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
40625 ____________________________________________________________________________
40626 [  8630] By: jhi                                   on 2001/01/30  23:03:59
40627         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
40628              
40629              read() documentation tweak for 20001121.004.
40630              
40631              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
40632      Branch: maint-5.6/perl
40633           !> pod/perlfunc.pod pod/perlre.pod
40634 ____________________________________________________________________________
40635 [  8629] By: jhi                                   on 2001/01/30  22:41:57
40636         Log: Integrate change #8098 from mainline.
40637              
40638              fastgetcwd is defined using a glob alias on a $^O dependent basis
40639              and there was no default assignment or perl subroutine.
40640      Branch: maint-5.6/perl
40641           !> lib/Cwd.pm
40642 ____________________________________________________________________________
40643 [  8628] By: jhi                                   on 2001/01/30  21:58:52
40644         Log: Integrate change #7866 from mainline.
40645              
40646              File::Temp 0.11.
40647      Branch: maint-5.6/perl
40648           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
40649 ____________________________________________________________________________
40650 [  8627] By: jhi                                   on 2001/01/30  21:39:44
40651         Log: Integrate changes #8075,8086,8228 from mainline.  
40652              
40653              Darwin is not Windows. (8075,8086)
40654              
40655              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
40656      Branch: maint-5.6/perl
40657           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
40658           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
40659           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
40660           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
40661 ____________________________________________________________________________
40662 [  8626] By: jhi                                   on 2001/01/30  21:22:11
40663         Log: Integrate with tweakery the change #8625 from mainline,
40664              the multibyte decimal separator fix ("fa_IR locale failure").
40665      Branch: maint-5.6/perl
40666            ! embedvar.h perlapi.h
40667           !> intrpvar.h perl.c perl.h sv.c util.c
40668 ____________________________________________________________________________
40669 [  8625] By: jhi                                   on 2001/01/30  20:26:33
40670         Log: Fix for the fa_IR locale failure.  The reason for the failure
40671              was that Perl was assuming the decimal separator aka the radix
40672              separator is one character.  The Farsi-Iranian locale crushed
40673              that bad assumption since there the separator is 'Momayyez',
40674              glyphwise looking somewhat like a slash, and in Unicode UTF-8
40675              encoded in two bytes, 0xd9 0xab.
40676      Branch: perl
40677            ! intrpvar.h perl.c perl.h sv.c util.c
40678 ____________________________________________________________________________
40679 [  8624] By: gsar                                  on 2001/01/30  20:17:03
40680         Log: regen_headers
40681      Branch: maint-5.6/perl
40682            ! Makefile.SH pod/perlintern.pod
40683 ____________________________________________________________________________
40684 [  8623] By: gsar                                  on 2001/01/30  19:42:34
40685         Log: backout change#7431 and its dependents (causes spurious rebuilds
40686              of autogenerated files)
40687              
40688              fix benign b.t failure
40689      Branch: maint-5.6/perl
40690            ! Makefile.SH t/lib/b.t
40691 ____________________________________________________________________________
40692 [  8622] By: jhi                                   on 2001/01/30  19:41:41
40693         Log: Microperl sync.
40694      Branch: perl
40695            ! mg.c perl.h
40696 ____________________________________________________________________________
40697 [  8621] By: gsar                                  on 2001/01/30  19:24:47
40698         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
40699              from mainline
40700              
40701              Subject: podlators 1.06 released
40702              
40703              Subject: [PATCH @8436] Eliminate op_children
40704              
40705              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
40706              
40707              (Replaced by #8448)  More op_children traces (cleanup of #8442).
40708              
40709              Subject: [PATCH #3 @8436] Re: Eliminate op_children
40710              Replace #8444 and #8445.
40711              
40712              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
40713              at the setting of the ofs_sv in new_struct_thread() as the
40714              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
40715              uninitialized fields are, uh, initialized with),
40716              SvREFCNT_inc()ing that invited a core dump.
40717              
40718              podlators 1.07, from Russ Allbery.
40719              
40720              Subject: [PATCH] regcomp.c old feature removal
40721              From: mjd@plover.com
40722              Date: 16 Jan 2001 14:43:18 -0000 
40723              Message-ID: <20010116144318.7140.qmail@plover.com> 
40724      Branch: maint-5.6/perl
40725           +> lib/Pod/Text/Overstrike.pm
40726           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
40727           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
40728           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
40729           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
40730           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
40731           !> util.c
40732 ____________________________________________________________________________
40733 [  8620] By: gsar                                  on 2001/01/30  18:48:32
40734         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
40735              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
40736              now fails one test)
40737              
40738              Subject: [PATCH] lvalue AUTOLOAD. No, really.
40739              
40740              Subject: [PATCH] Interesting syntax idea
40741              Make opens + bareword assigns do typeglob assigns.
40742              
40743              Tests for #8254.
40744              
40745              Subject: [PATCH @8269] Continue blocks and B::Deparse
40746              Make the peephole optimizer to bypass more null ops and
40747              and rewrite the deparse handling of continue blocks.
40748              
40749              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
40750              Doc tweak on #8313.
40751              
40752              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
40753              
40754              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
40755              
40756              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
40757              
40758              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
40759              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
40760              according to the platform.
40761              
40762              Subject: [PATCH @8404] Consolidated lvalue sub changes
40763              
40764              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
40765              
40766              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
40767              
40768              Subject: B::Concise -- an improved replacement for B::Terse 
40769              
40770              The B::Terse drop-in replacement wasn't quite drop-in.
40771              
40772              The LVRET macro needed an aTHX.
40773              
40774              Use the /^Perl_/-less form of is_lvalue_sub().
40775              
40776              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
40777      Branch: maint-5.6/perl
40778           +> ext/B/B/Concise.pm
40779           !> (integrate 27 files)
40780 ____________________________________________________________________________
40781 [  8619] By: nick                                  on 2001/01/30  18:40:28
40782         Log: Integrate mainline
40783      Branch: perlio
40784           !> (integrate 40 files)
40785 ____________________________________________________________________________
40786 [  8618] By: jhi                                   on 2001/01/30  18:37:18
40787         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
40788              Date: Mon, 29 Jan 2001 22:51:29 -0600
40789              From: "Craig A. Berry" <craigberry@mac.com>
40790              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
40791      Branch: perl
40792            ! vms/test.com
40793 ____________________________________________________________________________
40794 [  8617] By: jhi                                   on 2001/01/30  18:34:53
40795         Log: Subject: [PATCH] Add missing CV flags to dump.c
40796              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40797              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
40798              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
40799      Branch: perl
40800            ! dump.c
40801 ____________________________________________________________________________
40802 [  8616] By: jhi                                   on 2001/01/30  18:20:58
40803         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
40804              part isn't applicable to maintperl.
40805              
40806              UTF-8 nit from Inaba Hiroto.
40807      Branch: maint-5.6/perl
40808           !> pod/perlapi.pod utf8.c
40809 ____________________________________________________________________________
40810 [  8615] By: jhi                                   on 2001/01/30  18:18:51
40811         Log: UTF-8 nit from Inaba Hiroto.
40812      Branch: perl
40813            ! pod/perlapi.pod t/op/each.t utf8.c
40814 ____________________________________________________________________________
40815 [  8614] By: jhi                                   on 2001/01/30  18:13:38
40816         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
40817              
40818              perl's internal variables are not for public consumption,
40819              move their docs from perlapi.pod to perlintern.pod
40820              
40821              support for -Dusethreads build under HP-UX 10.20 and DCE threads
40822              library (11.0 and later have pthreads but 10.x don't)
40823              
40824              avoid uninitialized value warnings
40825              
40826              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
40827              gets weird results)
40828              
40829              perldoc nit on windows
40830              
40831              make it possible to run the tests outside the source tree
40832              (there's still a dependency on ../lib being the library
40833              location)
40834      Branch: perl
40835           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
40836           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
40837           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
40838           !> win32/bin/search.pl win32/vdir.h
40839 ____________________________________________________________________________
40840 [  8613] By: gsar                                  on 2001/01/30  16:39:59
40841         Log: make it possible to run the tests outside the source tree
40842              (there's still a dependency on ../lib being the library
40843              location)
40844      Branch: maint-5.6/perl
40845            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
40846 ____________________________________________________________________________
40847 [  8612] By: gsar                                  on 2001/01/30  16:31:12
40848         Log: perldoc nit on windows
40849      Branch: maint-5.6/perl
40850            ! utils/perldoc.PL
40851 ____________________________________________________________________________
40852 [  8611] By: gsar                                  on 2001/01/30  16:22:54
40853         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
40854              gets weird results)
40855      Branch: maint-5.6/perl
40856            ! win32/vdir.h
40857 ____________________________________________________________________________
40858 [  8610] By: gsar                                  on 2001/01/30  16:12:45
40859         Log: avoid uninitialized value warnings
40860      Branch: maint-5.6/perl
40861            ! win32/bin/search.pl
40862 ____________________________________________________________________________
40863 [  8609] By: gsar                                  on 2001/01/30  16:08:01
40864         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
40865              library (11.0 and later have pthreads but 10.x don't)
40866      Branch: maint-5.6/perl
40867            ! hints/hpux.sh thread.h
40868 ____________________________________________________________________________
40869 [  8608] By: gsar                                  on 2001/01/30  15:48:55
40870         Log: perl's internal variables are not for public consumption,
40871              move their docs from perlapi.pod to perlintern.pod
40872      Branch: maint-5.6/perl
40873            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
40874            ! thrdvar.h
40875 ____________________________________________________________________________
40876 [  8607] By: gsar                                  on 2001/01/30  15:44:27
40877         Log: mistakenly branched perl56delta.pod, revert
40878      Branch: maint-5.6/perl
40879            - pod/perl56delta.pod
40880           !> pod/perldelta.pod
40881 ____________________________________________________________________________
40882 [  8606] By: gsar                                  on 2001/01/30  14:20:24
40883         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
40884              dTHR which has been a noop for a while now, except for the
40885              compatibility definition in thread.h)
40886      Branch: maint-5.6/perl
40887           !> (integrate 45 files)
40888 ____________________________________________________________________________
40889 [  8605] By: jhi                                   on 2001/01/30  05:43:58
40890         Log: Mark the UTF-8 APIs as experimental.
40891      Branch: maint-5.6/perl
40892            ! embed.pl pod/perlapi.pod
40893 ____________________________________________________________________________
40894 [  8604] By: jhi                                   on 2001/01/30  05:38:40
40895         Log: Nits from earlier integrates.
40896      Branch: maint-5.6/perl
40897            ! lib/Carp/Heavy.pm
40898           !> sv.c
40899 ____________________________________________________________________________
40900 [  8603] By: jhi                                   on 2001/01/30  05:27:26
40901         Log: Regenerate Porting files.
40902      Branch: maint-5.6/perl
40903            ! Porting/Glossary Porting/config.sh Porting/config_H
40904 ____________________________________________________________________________
40905 [  8602] By: jhi                                   on 2001/01/30  05:14:59
40906         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
40907              8310,8339,8447,8492,8493,8505,8525: documentation changes.
40908              
40909              Subject: Re: perlfaq style changes
40910              
40911              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40912              
40913              Subject: [PATCH] docs on NaN
40914              
40915              Subject: [patch] perlfaq7
40916              
40917              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
40918              
40919              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
40920              
40921              Subject: [PATCH] open() example in perlfunc.pod
40922              
40923              Podify README.mpeix (a new version from the web)
40924              
40925              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40926              
40927              Subject: [PATCH] format and rewording in perlfaq.pod
40928              
40929              Subject: [PATCH] API Variable documentation   
40930              
40931              Memory management calls documentation.
40932              
40933              Subject: [PATCH: perl@8482] README.vms URL updates
40934              
40935              Subject: Minor typos in perlfaq2.pod
40936              
40937              Subject: [PATCH] pod/perlvar.pod
40938      Branch: maint-5.6/perl
40939           +> pod/perl56delta.pod
40940            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40941           !> README.amiga README.epoc README.mpeix README.vms
40942           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
40943           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
40944           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
40945           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
40946           !> pod/perlvar.pod thrdvar.h
40947 ____________________________________________________________________________
40948 [  8601] By: jhi                                   on 2001/01/30  04:38:35
40949         Log: Integrate changes #8036,8096,8253 from mainline:
40950              hints changes.
40951              
40952              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40953              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
40954              
40955              Output the (apparent) version of gcc in Tru64.
40956      Branch: maint-5.6/perl
40957           +> ext/POSIX/hints/svr4.pl
40958           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
40959           !> hints/svr4.sh t/lib/bigfltpm.t
40960 ____________________________________________________________________________
40961 [  8600] By: jhi                                   on 2001/01/30  04:04:01
40962         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
40963              locale fixes.
40964              
40965              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
40966              
40967              Debian allows /usr/bin/locale to exist without any locales. (7868)
40968              
40969              Allow the locale test needing POSIX and the taint test
40970              needing IPC::SysV to run under 'minitest' (basically,
40971              bail out if loading the extension fails). (8384)
40972              
40973              Cleanup the locale.t output  (8480)
40974      Branch: maint-5.6/perl
40975           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
40976           !> t/pragma/locale.t
40977 ____________________________________________________________________________
40978 [  8599] By: jhi                                   on 2001/01/30  03:51:04
40979         Log: Missing generated files from #8598.
40980      Branch: maint-5.6/perl
40981            ! embed.h global.sym objXSUB.h perlapi.c proto.h
40982 ____________________________________________________________________________
40983 [  8598] By: jhi                                   on 2001/01/30  03:41:54
40984         Log: Integrate change #8555 from mainline, manually integrate parts
40985              of changes 8452 and 8583.
40986              
40987              Subject: [PATCH] utf8.c documentation (8452)
40988              
40989              No point in checking the length if the pointer is bogus. (8555)
40990              
40991              Introduce bytes_from_utf8() and implement sv_eq() using it,
40992              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
40993              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
40994              was malformed. (8583)
40995      Branch: maint-5.6/perl
40996            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
40997           !> pod/perlapi.pod sv.c utf8.c
40998 ____________________________________________________________________________
40999 [  8597] By: gsar                                  on 2001/01/30  02:37:26
41000         Log: get PERL_OBJECT build going again on windows
41001      Branch: maint-5.6/perl
41002            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
41003            ! pod/perlapi.pod proto.h sv.c
41004 ____________________________________________________________________________
41005 [  8596] By: jhi                                   on 2001/01/30  02:16:17
41006         Log: Signedness nit.
41007      Branch: perl
41008            ! sv.c
41009 ____________________________________________________________________________
41010 [  8595] By: jhi                                   on 2001/01/30  02:11:07
41011         Log: EBCDIC patch for Storable, from Peter Prymmer.
41012      Branch: perl
41013            ! t/lib/st-06compat.t
41014 ____________________________________________________________________________
41015 [  8594] By: jhi                                   on 2001/01/30  01:04:48
41016         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
41017              From: Peter Prymmer <pvhp@forte.com>
41018              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
41019              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
41020      Branch: perl
41021            ! t/lib/b.t
41022 ____________________________________________________________________________
41023 [  8593] By: jhi                                   on 2001/01/30  00:56:47
41024         Log: Subject: [PATCH: perl@8585] pod problems in io
41025              From: Peter Prymmer <pvhp@forte.com>
41026              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
41027              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
41028      Branch: perl
41029            ! pod/perlapio.pod pod/perliol.pod
41030 ____________________________________________________________________________
41031 [  8592] By: jhi                                   on 2001/01/30  00:48:20
41032         Log: Integrate perlio.
41033      Branch: perl
41034           !> pod/perlapio.pod pod/perliol.pod
41035 ____________________________________________________________________________
41036 [  8591] By: nick                                  on 2001/01/29  22:02:28
41037         Log: GNU 'merge' Simon's copy of perliol.pod with version
41038              patched by Craig's patch.
41039      Branch: perlio
41040            ! pod/perliol.pod
41041 ____________________________________________________________________________
41042 [  8590] By: nick                                  on 2001/01/29  21:55:10
41043         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
41044      Branch: perlio
41045            ! pod/perlapio.pod pod/perliol.pod
41046 ____________________________________________________________________________
41047 [  8589] By: jhi                                   on 2001/01/29  15:35:33
41048         Log: Integrate change #8586 from maint-5.6/perl.
41049              
41050              make the BOM detection code not call tell() until it has to
41051              (meant to fix esoteric compatibility issues where PL_rsfp
41052              is overridden)
41053      Branch: perl
41054           !> toke.c
41055 ____________________________________________________________________________
41056 [  8588] By: jhi                                   on 2001/01/29  15:29:11
41057         Log: Subject: MAking Solaris malloc() the default
41058              From: Lupe Christoph <lupe@lupe-christoph.de>
41059              Date: Mon, 29 Jan 2001 12:59:36 +0100
41060              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
41061              
41062              The README.solaris part slightly tweaked.
41063      Branch: perl
41064            ! README.solaris hints/solaris_2.sh
41065 ____________________________________________________________________________
41066 [  8587] By: jhi                                   on 2001/01/29  15:17:34
41067         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
41068              From: root@ak-75.mind.de
41069              Date: Sun, 28 Jan 2001 20:32:29 +0100
41070              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
41071      Branch: perl
41072            ! pod/perlre.pod
41073 ____________________________________________________________________________
41074 [  8586] By: gsar                                  on 2001/01/29  13:43:44
41075         Log: make the BOM detection code not call tell() until it has to
41076              (meant to fix esoteric compatibility issues where PL_rsfp
41077              is overridden)
41078      Branch: maint-5.6/perl
41079            ! toke.c
41080 ____________________________________________________________________________
41081 [  8585] By: jhi                                   on 2001/01/28  20:05:45
41082         Log: Update Changes.
41083      Branch: perl
41084            ! Changes patchlevel.h
41085 ____________________________________________________________________________
41086 [  8584] By: jhi                                   on 2001/01/28  19:30:02
41087         Log: Integrate perlio.
41088      Branch: perl
41089           +> pod/perliol.pod
41090           !> MANIFEST pod/perlapio.pod
41091 ____________________________________________________________________________
41092 [  8583] By: jhi                                   on 2001/01/28  19:28:40
41093         Log: Patch from Inaba Hiroto:
41094              - canonical UTF-8 hash keys: if a key string for a hash is
41095              UTF8-on, try downgrade the string and use it if
41096              unicode::distinct is not in effect.
41097              For the task, I added a function bytes_from_utf8() to utf8.c.
41098              It might resemble utf8_to_bytes() but it is not convenient
41099              to the task.
41100              Made a test for it and added to t/op/each.t
41101              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
41102              the mortal copy of the argument SV.
41103              And changed t/io/utf8.t test 18 which expects print() to
41104              upgrade its argument.
41105              - re-implement sv_eq with bytes_from_utf8()
41106              - some bug fixes
41107              - tr/// does not handle UTF8 range (\x{}-\x{})
41108              - \ before raw UTF8 character produced
41109              "Malformed UTF-8 character" warning.
41110              - "\x{100}\N{CENT SIGN}" is Malformed.
41111              Added tests for these 3.
41112              - and one silly bug (by me) with qu operator.
41113      Branch: perl
41114            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
41115            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
41116            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
41117 ____________________________________________________________________________
41118 [  8582] By: nick                                  on 2001/01/28  19:25:04
41119         Log: Add pod/perliol.pod to MANIFEST :-(
41120      Branch: perlio
41121            ! MANIFEST
41122 ____________________________________________________________________________
41123 [  8581] By: nick                                  on 2001/01/28  19:22:40
41124         Log: PerlIO documentation. Proofing and sub-editing requested.
41125      Branch: perlio
41126            + pod/perliol.pod
41127            ! pod/perlapio.pod
41128 ____________________________________________________________________________
41129 [  8580] By: jhi                                   on 2001/01/28  05:16:25
41130         Log: Revert the change to sv_2pv() done by #8054: Someone who
41131              did SvNV_set() on a scalar that also happened to be POK,
41132              followed by sv_2pv() won't get the right coercion anymore.
41133              [Sarathy]
41134      Branch: maint-5.6/perl
41135            ! sv.c
41136 ____________________________________________________________________________
41137 [  8579] By: jhi                                   on 2001/01/28  05:15:04
41138         Log: Remove the #8084 effect: do not allow -Q to be interpreted
41139              as -&Q(), this is too much wiggle room.
41140      Branch: maint-5.6/perl
41141            ! toke.c
41142 ____________________________________________________________________________
41143 [  8578] By: jhi                                   on 2001/01/28  05:12:45
41144         Log: Needed bits of #8439 (should have been in #8576),
41145              mainly for lval substr().
41146      Branch: maint-5.6/perl
41147            ! mg.c pp.c pp_hot.c
41148 ____________________________________________________________________________
41149 [  8577] By: jhi                                   on 2001/01/28  05:02:46
41150         Log: A missing check-in.
41151      Branch: maint-5.6/perl
41152            ! utf8.c
41153 ____________________________________________________________________________
41154 [  8576] By: jhi                                   on 2001/01/28  04:26:18
41155         Log: Integrate changes #8425,8436,8439,8517 from mainline.
41156              The 8439 was not truly integrated because it had too many
41157              dependencies on the development branch and because it introduced
41158              concepts too bold for a maintenance branch (such as the qu operator).
41159              
41160              Subject: [PATCH perl@8342] -Wformat
41161              
41162              Tighten some of the UTF-8 tests a bit.
41163              
41164              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
41165              - The substr lval was still not okay.
41166              - Now pp_stringify and sv_setsv copies source's UTF8 flag
41167              even if IN_BYTE.  pp_stringify is called from fold_constants
41168              at optimization phase and "\x{100}" was made SvUTF8_off under
41169              use bytes (the bytes pragma is for "byte semantics" and not
41170              for "do not produce UTF8 data")
41171      Branch: maint-5.6/perl
41172            ! t/lib/charnames.t t/op/substr.t toke.c
41173           !> sv.c t/pragma/utf8.t
41174 ____________________________________________________________________________
41175 [  8575] By: jhi                                   on 2001/01/28  04:01:51
41176         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
41177              
41178              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
41179              
41180              Subject: [ID 20001230.003] UTF-8 tr still hurts
41181              
41182              Test cases for #8385 (from Simon's "torture.pl")
41183              
41184              Start fixing UTF-8 lval substr() (8405)
41185      Branch: maint-5.6/perl
41186           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
41187           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
41188 ____________________________________________________________________________
41189 [  8574] By: jhi                                   on 2001/01/28  03:09:06
41190         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
41191              from mainline.
41192              
41193              UTF-8 cleanup.
41194              
41195              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
41196              
41197              "\x{FF}\xFF" was broken.
41198              
41199              Tests for #8329 and #8330.
41200              
41201              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
41202              
41203              IRIX compiler noticed that the bof initialization might be
41204              bypassed by control flow.
41205              
41206              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
41207      Branch: maint-5.6/perl
41208           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
41209           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
41210 ____________________________________________________________________________
41211 [  8573] By: jhi                                   on 2001/01/28  02:06:12
41212         Log: Retract #8552.
41213      Branch: perl
41214            ! lib/Text/Wrap.pm t/lib/textwrap.t
41215 ____________________________________________________________________________
41216 [  8572] By: jhi                                   on 2001/01/28  02:04:49
41217         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
41218              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
41219              not really integrated but instead salvaged by hand
41220              (they had too many dependencies on the development release
41221              to be cleanly integratable).
41222              
41223              Subject: more UTF8 test suites and an UTF8 patch
41224              
41225              Tweak for MULTIPLICITY/USE_PERLIO
41226              
41227              Signedness nit.
41228              
41229              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
41230              
41231              Use the UTF8_XXX macros in is_utf8_char().
41232              
41233              Rewrite pp_concat() in terms of sv_catsv().  The . operator
41234              should now be UTF-8-proof.
41235              
41236              Subject: [PATCH perl@8269] scanning two hex-constants
41237              fails on EBCDIC environment (script length.t)
41238              
41239              Add some Unicode chop() tests.
41240      Branch: maint-5.6/perl
41241            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
41242           !> sv.c t/op/chop.t utf8.h
41243 ____________________________________________________________________________
41244 [  8571] By: jhi                                   on 2001/01/28  00:35:59
41245         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
41246              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
41247              
41248              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
41249              
41250              The maxiters upper limit sanity check (guarding against
41251              non-progress) assumed bytes instead of characters in s///
41252              and split().
41253              
41254              Signedness nit.
41255              
41256              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
41257              join() should now be UTF-8-proof.
41258              
41259              More split // UTF-8 tests. (8250)
41260      Branch: maint-5.6/perl
41261           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
41262           !> util.c
41263 ____________________________________________________________________________
41264 [  8570] By: jhi                                   on 2001/01/27  22:15:46
41265         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
41266              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
41267              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
41268              8084,8204,8244,8333 from mainline.
41269              
41270              For -Q where Q might be a one-letter sub name one does no more
41271              get a warning about an unknown filetest (7941,7943,7944,8084).
41272              
41273              Subject: Re: [ID 20001130.011] expression parsing bug ?
41274              
41275              Make uv_to_utf8() to zero-terminate its output buffer.
41276              
41277              Split off t/op/length.t (7995)
41278              
41279              Split off t/op/utf8decode.t (7996)
41280              
41281              Remove an unnecessary 'use utf8' from the utf8.t (7998)
41282              
41283              Split off t/op/concat.t (8004)
41284              
41285              Split off t/op/ver.t (8005)
41286              
41287              Document utf8_length(), utf8_distance(), and utf8_hop().
41288              
41289              Document utf8_to_uv() better.
41290              
41291              Introduce macros for UTF8 decoding (8028,8033).
41292              
41293              Add test for reverse() (8030,8031).
41294              
41295              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
41296              
41297              Do not return the Unicode replacement character    on UTF-8
41298              decoding failure.
41299              
41300              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
41301              not this_utf8 i.e. the output string has one, but don't mess
41302              with source assumption. (8052,8053)
41303              
41304              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
41305              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
41306              was not expecting to be called with something that was already
41307              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
41308              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
41309              (8054)
41310              
41311              Recode the naughty binary bytes in utf8decode.t using the \xHH.
41312              
41313              Make some panic messages a bit more logical.
41314      Branch: maint-5.6/perl
41315           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
41316           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
41317           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
41318           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
41319           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
41320           !> utf8.c utf8.h
41321 ____________________________________________________________________________
41322 [  8569] By: jhi                                   on 2001/01/27  19:16:43
41323         Log: Integrate changes #7750 from perlio and #8566 from mainline.
41324      Branch: maint-5.6/perl
41325           !> regexec.c sv.c
41326 ____________________________________________________________________________
41327 [  8568] By: jhi                                   on 2001/01/27  18:06:51
41328         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
41329              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
41330              7935[-perlio.c],7936,7959,7965 from mainline.
41331              
41332              Change the "big byte" error message to "Wide character".
41333              (7355, the croak-if-wide-chars-in-print part ignored)
41334              
41335              Use UINT64_C().
41336              
41337              Introduce Perl_utf8_length().
41338              
41339              diff -se shows these as different (7753, forgotten check-ins)
41340              
41341              Subject: [PATCH] doop.c - UTF8 tr///
41342              
41343              If we use (aTHX_ ...) then put Perl_ on the front.
41344              
41345              Make utf8_length() and utf8_distance() to be less forgiving
41346              about bad UTF-8.
41347              
41348              Test line numbers are different with utf8.
41349              
41350              No need to scan till infinity, 13 is enough. (7872,7911)
41351              
41352              Subject: [PATCH] Tokeniser debugging
41353              
41354              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
41355              
41356              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
41357              
41358              Be more careful in Perl_sv_utf8_downgrade().
41359              
41360              Use DO_UTF8().
41361              
41362              Raw zero bytes in text files confuse at least GNU patch 2.1.
41363      Branch: maint-5.6/perl
41364           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
41365           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
41366           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
41367           !> t/pragma/utf8.t toke.c utf8.c utf8.h
41368 ____________________________________________________________________________
41369 [  8567] By: nick                                  on 2001/01/27  11:10:38
41370         Log: Integrate mainline
41371      Branch: perlio
41372           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
41373           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
41374           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
41375           !> toke.c
41376 ____________________________________________________________________________
41377 [  8566] By: jhi                                   on 2001/01/27  06:22:48
41378         Log: More documentation for the regexp context stack.
41379      Branch: perl
41380            ! regexec.c
41381 ____________________________________________________________________________
41382 [  8565] By: jhi                                   on 2001/01/27  05:21:57
41383         Log: Update Changes.
41384      Branch: perl
41385            ! Changes patchlevel.h
41386 ____________________________________________________________________________
41387 [  8564] By: jhi                                   on 2001/01/27  04:44:04
41388         Log: Threadedness patch for #8562 from Doug MacEachern.
41389      Branch: perl
41390            ! toke.c
41391 ____________________________________________________________________________
41392 [  8563] By: jhi                                   on 2001/01/27  04:26:24
41393         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
41394              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41395              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
41396              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
41397      Branch: perl
41398            ! op.c
41399 ____________________________________________________________________________
41400 [  8562] By: jhi                                   on 2001/01/27  04:20:30
41401         Log: Subject: Re: Announce : Tokener reporting patch
41402              From: Simon Cozens <simon@cozens.net>
41403              Date: Mon, 22 Jan 2001 02:17:22 +0000
41404              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
41405      Branch: perl
41406            ! embed.h embed.pl proto.h toke.c
41407 ____________________________________________________________________________
41408 [  8561] By: jhi                                   on 2001/01/27  04:17:24
41409         Log: Forgot from #8545.  Oops.
41410      Branch: perl
41411            ! pp.c t/pragma/overload.t
41412 ____________________________________________________________________________
41413 [  8560] By: jhi                                   on 2001/01/27  03:01:47
41414         Log: A better module compilation test, use MANIFEST as suggested
41415              by Spider.
41416      Branch: perl
41417            ! t/lib/1_compile.t
41418 ____________________________________________________________________________
41419 [  8559] By: jhi                                   on 2001/01/27  02:50:48
41420         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
41421              From: Peter Prymmer <pvhp@forte.com>
41422              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
41423              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
41424      Branch: perl
41425            ! t/lib/b.t
41426 ____________________________________________________________________________
41427 [  8558] By: jhi                                   on 2001/01/27  02:27:05
41428         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
41429              From: Peter Prymmer <pvhp@forte.com>
41430              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
41431              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
41432      Branch: perl
41433            ! t/pragma/sub_lval.t
41434 ____________________________________________________________________________
41435 [  8557] By: jhi                                   on 2001/01/27  02:26:03
41436         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
41437              From: Peter Prymmer <pvhp@forte.com>
41438              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
41439              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
41440      Branch: perl
41441            ! t/lib/st-06compat.t
41442 ____________________________________________________________________________
41443 [  8556] By: jhi                                   on 2001/01/27  02:24:33
41444         Log: Subject: [PATCH: perl@8531] minor update to README.os390
41445              From: Peter Prymmer <pvhp@forte.com>
41446              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
41447              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
41448      Branch: perl
41449            ! README.os390
41450 ____________________________________________________________________________
41451 [  8555] By: jhi                                   on 2001/01/27  00:35:47
41452         Log: No point in checking the length before we know whether the pointer
41453              is bogus or not, fixes Abigail's odbm failures in Linux.
41454      Branch: perl
41455            ! sv.c
41456 ____________________________________________________________________________
41457 [  8554] By: nick                                  on 2001/01/26  19:01:31
41458         Log: Integrate mainline
41459      Branch: perlio
41460           !> lib/Text/Wrap.pm t/lib/textwrap.t
41461 ____________________________________________________________________________
41462 [  8553] By: jhi                                   on 2001/01/26  15:19:39
41463         Log: Integrate change #7792 from perlio (multiplicity fix),
41464              fix the AV leak in regex DEBUGGING (tiny part of the
41465              polymorphic regexp patch #8143).
41466      Branch: maint-5.6/perl
41467            ! regcomp.c
41468           !> scope.h
41469 ____________________________________________________________________________
41470 [  8552] By: jhi                                   on 2001/01/26  15:03:23
41471         Log: (Retracted by #8573)
41472              
41473              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
41474              From: Michael G Schwern <schwern@pobox.com>
41475              Date: Fri, 26 Jan 2001 09:28:31 -0500
41476              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
41477      Branch: perl
41478            ! lib/Text/Wrap.pm t/lib/textwrap.t
41479 ____________________________________________________________________________
41480 [  8551] By: jhi                                   on 2001/01/26  02:33:19
41481         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
41482              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
41483              
41484              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
41485              
41486              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
41487              
41488              Message nit.
41489              
41490              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
41491              
41492              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
41493              
41494              (the cleanup of unused submatches in regtry() and regcppop())
41495              
41496              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
41497              stored and restored, and thusly was trounced by the utf8 swash
41498              routines.
41499              
41500              use utf8 not required to use \x{}.
41501              
41502              Removed two more tests that make no sense in UTF-8 since the test
41503              data is not in UTF-8.
41504              
41505              Get the three different space character classes right under utf8.
41506              
41507              Implement ANYOFUTF8 regprop() dumping.
41508              
41509              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
41510              
41511              Document the regex context pushing/popping a bit better.
41512      Branch: maint-5.6/perl
41513           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
41514           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
41515           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
41516           !> t/op/regmesg.t utf8.c
41517 ____________________________________________________________________________
41518 [  8550] By: nick                                  on 2001/01/25  19:42:30
41519         Log: Integrate mainline
41520      Branch: perlio
41521           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
41522           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
41523           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
41524           !> t/lib/bigint.t t/lib/bigintpm.t
41525 ____________________________________________________________________________
41526 [  8549] By: jhi                                   on 2001/01/25  15:22:28
41527         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
41528      Branch: maint-5.6/perl
41529            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
41530 ____________________________________________________________________________
41531 [  8548] By: jhi                                   on 2001/01/25  15:02:55
41532         Log: Integrate changes #7997,8063,8492,8547 from mainline.
41533              
41534              Subject: Re: STRLEN - what?
41535              
41536              Subject: [PATCH] perlguts.pod
41537              
41538              Memory management calls documentation.
41539              
41540              Layout using tabulator is not a good idea in a pod.
41541      Branch: maint-5.6/perl
41542           !> pod/perlguts.pod
41543 ____________________________________________________________________________
41544 [  8547] By: jhi                                   on 2001/01/25  14:49:05
41545         Log: Layout using tabulator is not a good idea in a pod.
41546      Branch: perl
41547            ! pod/perlguts.pod
41548 ____________________________________________________________________________
41549 [  8546] By: jhi                                   on 2001/01/25  14:31:12
41550         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
41551              from mainline.
41552              
41553              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
41554              
41555              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
41556              
41557              More Win32 editor/IDE/shell hints.
41558              
41559              More Win32 Perling.
41560              
41561              Yet another editor edit.
41562              
41563              Edit edit edit.
41564              
41565              IDE/editor section tweaking.
41566              
41567              Few more IDE/editor nits from p5p.
41568      Branch: maint-5.6/perl
41569           !> pod/perlfaq3.pod
41570 ____________________________________________________________________________
41571 [  8545] By: jhi                                   on 2001/01/25  04:16:32
41572         Log: Subject: [PATCH 5.7.0] overload int()
41573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41574              Date: Wed, 24 Jan 2001 19:06:57 -0500
41575              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
41576      Branch: perl
41577            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
41578            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
41579            ! t/lib/bigintpm.t
41580 ____________________________________________________________________________
41581 [  8544] By: jhi                                   on 2001/01/25  04:15:11
41582         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
41583              From: Peter Prymmer <pvhp@forte.com>
41584              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
41585              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
41586      Branch: perl
41587            ! Makefile.SH README.os390 hints/os390.sh installperl
41588 ____________________________________________________________________________
41589 [  8543] By: jhi                                   on 2001/01/25  03:52:08
41590         Log: Integrate change #8462,8469 from mainline.
41591              
41592              In VMS Perl subversion (perl -V) is undef.
41593      Branch: maint-5.6/perl
41594           !> configure.com
41595 ____________________________________________________________________________
41596 [  8542] By: jhi                                   on 2001/01/25  03:44:55
41597         Log: Integrate changes #7835,7850,8315,8316 from mainline.
41598              
41599              Solaris hints.
41600      Branch: maint-5.6/perl
41601           !> hints/solaris_2.sh
41602 ____________________________________________________________________________
41603 [  8541] By: jhi                                   on 2001/01/25  03:39:28
41604         Log: Integrate #8336 from mainline.
41605      Branch: maint-5.6/perl
41606           !> hv.c
41607 ____________________________________________________________________________
41608 [  8540] By: jhi                                   on 2001/01/25  03:23:50
41609         Log: Retract #8539.
41610      Branch: maint-5.6/perl
41611            ! pod/perlfaq3.pod
41612 ____________________________________________________________________________
41613 [  8539] By: jhi                                   on 2001/01/25  03:21:55
41614         Log: (Retracted by #8540.)
41615      Branch: maint-5.6/perl
41616            ! pod/perlfaq3.pod
41617 ____________________________________________________________________________
41618 [  8538] By: jhi                                   on 2001/01/25  03:14:07
41619         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
41620              From: Peter Prymmer <pvhp@forte.com>
41621              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
41622              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
41623              
41624              The VMS bits.
41625      Branch: maint-5.6/perl
41626            ! configure.com vms/descrip_mms.template
41627 ____________________________________________________________________________
41628 [  8537] By: jhi                                   on 2001/01/25  03:06:09
41629         Log: Integrate #7710,7824,7973 from mainline.
41630      Branch: maint-5.6/perl
41631           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41632           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
41633           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
41634           !> vos/config.ga.def vos/config.ga.h win32/config.bc
41635           !> win32/config.gc win32/config.vc
41636 ____________________________________________________________________________
41637 [  8536] By: jhi                                   on 2001/01/24  13:50:20
41638         Log: Revert the edits made by me so far to the 5.6 branch since
41639              the TRIAL1 since I did edits when I should have been using
41640              integrates.  Bad programmer.   (Will integrate them properly later.)
41641              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
41642              The #8353 will not be reapplied at least for now since
41643              the UTF-8 hash keys need more thinking.
41644              (The patches #8347, #8354, #8454, #8473 were okay since they
41645              were original edits made specifically for the 5.6.1-TRIAL1.)
41646      Branch: maint-5.6/perl
41647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41648            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
41649            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
41650            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
41651            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
41652            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41653            ! win32/config.bc win32/config.gc win32/config.vc
41654 ____________________________________________________________________________
41655 [  8535] By: bailey                                on 2001/01/24  06:37:02
41656         Log: SYN SYN
41657      Branch: vmsperl
41658           +> (branch 26 files)
41659           !> (integrate 130 files)
41660 ____________________________________________________________________________
41661 [  8534] By: nick                                  on 2001/01/23  19:30:57
41662         Log: Integrate mainline.
41663      Branch: perlio
41664           !> Changes Configure Porting/Glossary Porting/config.sh
41665           !> Porting/config_H embed.h embed.pl ext/Encode/compile
41666           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
41667           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
41668           !> pod/perlvar.pod proto.h t/lib/1_compile.t
41669 ____________________________________________________________________________
41670 [  8533] By: jhi                                   on 2001/01/23  16:15:46
41671         Log: Forgotten from #8501.
41672      Branch: perl
41673            ! Porting/Glossary Porting/config.sh Porting/config_H
41674 ____________________________________________________________________________
41675 [  8532] By: jhi                                   on 2001/01/23  16:13:27
41676         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
41677              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41678              Date: Mon, 22 Jan 2001 17:51:58 +0100
41679              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
41680      Branch: perl
41681            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
41682 ____________________________________________________________________________
41683 [  8531] By: jhi                                   on 2001/01/23  15:46:01
41684         Log: Update Changes.
41685      Branch: perl
41686            ! Changes patchlevel.h
41687 ____________________________________________________________________________
41688 [  8530] By: jhi                                   on 2001/01/23  15:38:39
41689         Log: De-cut-and-pasto.
41690      Branch: perl
41691            ! t/lib/1_compile.t
41692 ____________________________________________________________________________
41693 [  8529] By: jhi                                   on 2001/01/23  15:11:04
41694         Log: Document the mkdir trailing slashes case.
41695      Branch: perl
41696            ! pod/perlfunc.pod
41697 ____________________________________________________________________________
41698 [  8528] By: jhi                                   on 2001/01/23  15:08:28
41699         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
41700              get installed:
41701              
41702              Subject: lib/lib.pm
41703              From: <abigail@foad.org>
41704              Date: Mon, 28 Aug 2000 20:35:08 -0400
41705              Message-ID: <20000829003508.21281.qmail@foad.org>
41706      Branch: perl
41707            ! installperl
41708 ____________________________________________________________________________
41709 [  8527] By: jhi                                   on 2001/01/23  14:44:04
41710         Log: Metaconfig unit change for #8526.
41711      Branch: metaconfig
41712            ! U/threads/archname.U
41713 ____________________________________________________________________________
41714 [  8526] By: jhi                                   on 2001/01/23  14:43:19
41715         Log: Attach -perlio to the archname if so selected.
41716      Branch: perl
41717            ! Configure
41718 ____________________________________________________________________________
41719 [  8525] By: jhi                                   on 2001/01/23  14:24:01
41720         Log: Subject: [PATCH] pod/perlvar.pod
41721              From: abigail@foad.org
41722              Date: Tue, 23 Jan 2001 01:41:10 +0100
41723              Message-ID: <20010123004110.22259.qmail@foad.org>
41724      Branch: perl
41725            ! pod/perlvar.pod
41726 ____________________________________________________________________________
41727 [  8524] By: jhi                                   on 2001/01/23  14:22:32
41728         Log: A bug introduced in #8217 (the undefined variable in the
41729              lib/safe1_t #3) fixed, by Charles Lane:
41730              
41731              The earlier patch made it so that stuff running in Safe
41732              compartments could do a "caller" and see "main".  That
41733              little change in name is done right before the code in
41734              the compartment is run, and apparantly the parser
41735              was picking up the stash name before it got changed.
41736              
41737              (why it was threaded vs. unthreaded Perl that was sensitive to this
41738              I still don't know...and it probably doesn't matter).
41739              
41740              I tryed removing the stash name-change and saw that threaded Perl
41741              did indeed pass the lib/safe1.t tests.
41742              
41743              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
41744              do the name change (and to connect _ in the compartment to the global
41745              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
41746              to call _safe_pkg_prep when creating a new compartment.
41747              
41748              Passes all tests with threaded perl on linux; passes all tests
41749              with unthreaded perl on VMS.
41750              
41751              At some point I'll probably want to revisit Safe and Opcode to
41752              provide more sensible handling of global variables...and to get
41753              formats working in Safe compartments, which they don't do currently.
41754      Branch: perl
41755            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
41756 ____________________________________________________________________________
41757 [  8523] By: jhi                                   on 2001/01/23  14:11:58
41758         Log: Also the lib/Thread.pm itself needs to be ignored if
41759              the Thread extension hasn't been built.
41760      Branch: perl
41761            ! t/lib/1_compile.t
41762 ____________________________________________________________________________
41763 [  8522] By: jhi                                   on 2001/01/23  13:51:28
41764         Log: print() instead of warn() so that stderr doesn't get
41765              unncessarily polluted.
41766      Branch: perl
41767            ! ext/Encode/compile
41768 ____________________________________________________________________________
41769 [  8521] By: jhi                                   on 2001/01/23  13:49:48
41770         Log: Integrate perlio.
41771      Branch: perl
41772           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
41773           !> ext/Encode/encode.h
41774 ____________________________________________________________________________
41775 [  8520] By: nick                                  on 2001/01/22  21:44:00
41776         Log: More messing with Encode:
41777              Extra fields in header to allow multiple names and to record
41778              other things "compile" knows.
41779              Re-organise compile to factor out common output routines.
41780      Branch: perlio
41781            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
41782 ____________________________________________________________________________
41783 [  8519] By: nick                                  on 2001/01/22  20:33:50
41784         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
41785      Branch: perlio
41786            ! ext/Encode/Makefile.PL ext/Encode/compile
41787 ____________________________________________________________________________
41788 [  8518] By: nick                                  on 2001/01/22  20:28:13
41789         Log: Integrate mainline
41790      Branch: perlio
41791           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
41792           !> vos/config.alpha.def vos/config.alpha.h
41793 ____________________________________________________________________________
41794 [  8517] By: jhi                                   on 2001/01/22  15:37:17
41795         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
41796              by Inaba Hiroto.
41797      Branch: perl
41798            ! sv.c
41799 ____________________________________________________________________________
41800 [  8516] By: jhi                                   on 2001/01/22  14:55:15
41801         Log: More SIG_SIZE fixes.
41802      Branch: perl
41803            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
41804 ____________________________________________________________________________
41805 [  8515] By: jhi                                   on 2001/01/22  14:50:27
41806         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
41807              From: "Craig A. Berry" <craigberry@mac.com>
41808              Date: Mon, 22 Jan 2001 00:42:24 -0600
41809              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
41810      Branch: perl
41811            ! configure.com
41812 ____________________________________________________________________________
41813 [  8514] By: jhi                                   on 2001/01/22  14:31:17
41814         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
41815              From: "Craig A. Berry" <craigberry@mac.com>
41816              Date: Sun, 21 Jan 2001 23:03:25 -0600
41817              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
41818      Branch: perl
41819            ! configure.com
41820 ____________________________________________________________________________
41821 [  8513] By: jhi                                   on 2001/01/22  14:14:00
41822         Log: Add the .ucm encoding tables to the MANIFEST.
41823      Branch: perl
41824            ! MANIFEST
41825 ____________________________________________________________________________
41826 [  8512] By: jhi                                   on 2001/01/22  13:43:33
41827         Log: Integrate perlio.
41828      Branch: perl
41829           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41830           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41831           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41832           +> ext/Encode/Encode/iso8859-10.ucm
41833           +> ext/Encode/Encode/iso8859-13.ucm
41834           +> ext/Encode/Encode/iso8859-14.ucm
41835           +> ext/Encode/Encode/iso8859-15.ucm
41836           +> ext/Encode/Encode/iso8859-16.ucm
41837           +> ext/Encode/Encode/iso8859-2.ucm
41838           +> ext/Encode/Encode/iso8859-3.ucm
41839           +> ext/Encode/Encode/iso8859-4.ucm
41840           +> ext/Encode/Encode/iso8859-5.ucm
41841           +> ext/Encode/Encode/iso8859-6.ucm
41842           +> ext/Encode/Encode/iso8859-7.ucm
41843           +> ext/Encode/Encode/iso8859-8.ucm
41844           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41845           +> ext/Encode/Encode/symbol.ucm
41846           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
41847           !> perliol.h
41848 ____________________________________________________________________________
41849 [  8511] By: nick                                  on 2001/01/21  23:44:47
41850         Log: Make "real" layers of ":utf8" and ":raw".
41851              So now PERLIO=utf8 perl ...
41852              does what Andreas wanted.
41853              Fix arg passing in open.pm (still have a Carp issue).
41854      Branch: perlio
41855            ! lib/open.pm perlio.c perliol.h
41856 ____________________________________________________________________________
41857 [  8510] By: jhi                                   on 2001/01/21  22:56:53
41858         Log: Document the regex content pushing/popping a bit better.
41859      Branch: perl
41860            ! regexec.c
41861 ____________________________________________________________________________
41862 [  8509] By: jhi                                   on 2001/01/21  22:55:44
41863         Log: Tweak the mkdir trailing slash code some more.
41864              
41865              TO DO: the same handling should probably be done for
41866              all the other filesystem functions that can have directories
41867              as their arguments.
41868      Branch: perl
41869            ! pp_sys.c
41870 ____________________________________________________________________________
41871 [  8508] By: nick                                  on 2001/01/21  21:37:43
41872         Log: Switch "compiled in" encodings to .ucm format.
41873              (Leave others as .enc till we can run-time load .ucm,
41874              or find some other way to load them.)
41875      Branch: perlio
41876            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41877            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41878            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41879            + ext/Encode/Encode/iso8859-10.ucm
41880            + ext/Encode/Encode/iso8859-13.ucm
41881            + ext/Encode/Encode/iso8859-14.ucm
41882            + ext/Encode/Encode/iso8859-15.ucm
41883            + ext/Encode/Encode/iso8859-16.ucm
41884            + ext/Encode/Encode/iso8859-2.ucm
41885            + ext/Encode/Encode/iso8859-3.ucm
41886            + ext/Encode/Encode/iso8859-4.ucm
41887            + ext/Encode/Encode/iso8859-5.ucm
41888            + ext/Encode/Encode/iso8859-6.ucm
41889            + ext/Encode/Encode/iso8859-7.ucm
41890            + ext/Encode/Encode/iso8859-8.ucm
41891            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41892            + ext/Encode/Encode/symbol.ucm
41893            ! ext/Encode/Makefile.PL ext/Encode/compile
41894 ____________________________________________________________________________
41895 [  8507] By: nick                                  on 2001/01/21  21:02:03
41896         Log: Integrate (partial) mainline.
41897      Branch: perlio
41898           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
41899           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
41900           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41901 ____________________________________________________________________________
41902 [  8506] By: jhi                                   on 2001/01/21  20:09:30
41903         Log: Update Changes.
41904      Branch: perl
41905            ! Changes patchlevel.h
41906 ____________________________________________________________________________
41907 [  8505] By: jhi                                   on 2001/01/21  19:39:59
41908         Log: Subject: Minor typos in perlfaq2.pod
41909              From: "Stephen P. Potter" <spp@spotter.yi.org>
41910              Message-Id: <200101192101.QAA11911@spotter.yi.org>
41911              Date: Fri, 19 Jan 2001 16:01:13 -0500
41912              
41913              with a nit from Philip Netwon.
41914      Branch: perl
41915            ! pod/perlfaq2.pod
41916 ____________________________________________________________________________
41917 [  8504] By: jhi                                   on 2001/01/21  19:33:05
41918         Log: Metaconfig change for #8503.
41919      Branch: metaconfig
41920            ! U/threads/usethreads.U
41921 ____________________________________________________________________________
41922 [  8503] By: jhi                                   on 2001/01/21  19:32:21
41923         Log: Sanity check for conflicting thread flavours.
41924      Branch: perl
41925            ! Configure config_h.SH
41926 ____________________________________________________________________________
41927 [  8502] By: jhi                                   on 2001/01/21  19:23:00
41928         Log: Metaconfig change for #8501.
41929      Branch: metaconfig
41930            ! U/modified/sig_name.U
41931 ____________________________________________________________________________
41932 [  8501] By: jhi                                   on 2001/01/21  19:22:26
41933         Log: The SIG_SIZE is the number of the elements *excluding*
41934              the terminating NULL.
41935      Branch: perl
41936            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
41937            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
41938            ! win32/config_H.vc
41939 ____________________________________________________________________________
41940 [  8500] By: jhi                                   on 2001/01/21  18:31:31
41941         Log: Integrate perlio.
41942      Branch: perl
41943           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
41944           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
41945           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
41946           !> pp_sys.c proto.h sv.c
41947 ____________________________________________________________________________
41948 [  8499] By: jhi                                   on 2001/01/21  17:43:57
41949         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
41950              From: Hugo <hv@crypt.compulink.co.uk>
41951              Date: Sun, 21 Jan 2001 13:34:05 +0000
41952              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
41953              
41954              In sprintf UTF8ize only if necessary.
41955      Branch: perl
41956            ! sv.c
41957 ____________________________________________________________________________
41958 [  8498] By: nick                                  on 2001/01/21  16:25:32
41959         Log: Encode cleanup.
41960              Add command line control over "compile" so that Makefile.PL
41961              needs can be combined with other uses.
41962              Use command line options in Makefile.PL.
41963              Fix multi-byte parsing in .ucm files.
41964      Branch: perlio
41965            ! ext/Encode/Makefile.PL ext/Encode/compile
41966 ____________________________________________________________________________
41967 [  8497] By: nick                                  on 2001/01/21  12:56:27
41968         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
41969      Branch: perlio
41970            ! ext/Encode/Encode.xs
41971 ____________________________________________________________________________
41972 [  8496] By: nick                                  on 2001/01/21  12:18:45
41973         Log: Fixup after integrate:
41974              missed the .sym files that are changed by regen_headers
41975              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
41976      Branch: perlio
41977            ! global.sym pp.sym sv.c
41978 ____________________________________________________________________________
41979 [  8495] By: nick                                  on 2001/01/21  11:51:07
41980         Log: Integrate mainline.
41981      Branch: perlio
41982           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
41983           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
41984           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
41985           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
41986           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
41987           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
41988           !> win32/Makefile win32/makefile.mk
41989 ____________________________________________________________________________
41990 [  8494] By: jhi                                   on 2001/01/20  23:12:11
41991         Log: Forgot the expect_number() prototype.
41992      Branch: perl
41993            ! embed.h embed.pl proto.h
41994 ____________________________________________________________________________
41995 [  8493] By: jhi                                   on 2001/01/20  22:56:39
41996         Log: Subject: [PATCH: perl@8482] README.vms URL updates
41997              From: Peter Prymmer <pvhp@forte.com>
41998              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
41999              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
42000              
42001              Plus Craig A. Berry's suggestion to use compaq.com instead
42002              of digital.com.
42003      Branch: perl
42004            ! README.vms
42005 ____________________________________________________________________________
42006 [  8492] By: jhi                                   on 2001/01/20  22:50:05
42007         Log: Memory management calls documentation.
42008      Branch: perl
42009            ! pod/perlguts.pod
42010 ____________________________________________________________________________
42011 [  8491] By: jhi                                   on 2001/01/20  22:38:33
42012         Log: Signedness nit plus few memcpy/Copy nits.
42013      Branch: perl
42014            ! sv.c
42015 ____________________________________________________________________________
42016 [  8490] By: jhi                                   on 2001/01/20  22:25:53
42017         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
42018              From: Peter Prymmer <pvhp@forte.com>
42019              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
42020              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
42021      Branch: perl
42022            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
42023 ____________________________________________________________________________
42024 [  8489] By: jhi                                   on 2001/01/20  22:24:41
42025         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
42026              From: Peter Prymmer <pvhp@forte.com>
42027              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
42028              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
42029      Branch: perl
42030            ! win32/Makefile win32/makefile.mk
42031 ____________________________________________________________________________
42032 [  8488] By: jhi                                   on 2001/01/20  22:22:27
42033         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
42034              From: Peter Prymmer <pvhp@forte.com>
42035              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
42036              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
42037      Branch: perl
42038            ! Makefile.SH
42039 ____________________________________________________________________________
42040 [  8487] By: jhi                                   on 2001/01/20  22:21:18
42041         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
42042              From: Peter Prymmer <pvhp@forte.com>
42043              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
42044              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
42045      Branch: perl
42046            + ext/DynaLoader/dl_dllload.xs
42047            ! MANIFEST Makefile.SH hints/os390.sh
42048 ____________________________________________________________________________
42049 [  8486] By: jhi                                   on 2001/01/20  22:17:53
42050         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
42051              From: Peter Prymmer <pvhp@forte.com>
42052              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
42053              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
42054      Branch: perl
42055            ! README.os390 README.posix-bc
42056 ____________________________________________________________________________
42057 [  8485] By: jhi                                   on 2001/01/20  20:15:30
42058         Log: Document and test the new qu operator.
42059      Branch: perl
42060            + t/op/qu.t
42061            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
42062            ! pod/perlretut.pod pod/perlunicode.pod
42063 ____________________________________________________________________________
42064 [  8484] By: nick                                  on 2001/01/20  19:42:30
42065         Log: Infrastructure to allow:
42066              open($fh,"|-",@array);
42067              to be implemented
42068              i.e. mark pp_open as needing a stack mark, and make pp_open
42069              process its args in that style (and pass them _all_ to tied handles OPEN).
42070              Invent do_openn() which takes SV ** at allow it to see multiple args.
42071              Note this does not _do_ anything yet.
42072      Branch: perlio
42073            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
42074            ! perlapi.c pp_proto.h pp_sys.c proto.h
42075 ____________________________________________________________________________
42076 [  8483] By: nick                                  on 2001/01/20  17:23:14
42077         Log: Integrate mainline.
42078      Branch: perlio
42079           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
42080           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
42081 ____________________________________________________________________________
42082 [  8482] By: jhi                                   on 2001/01/19  15:37:49
42083         Log: Update Changes.
42084      Branch: perl
42085            ! Changes patchlevel.h
42086 ____________________________________________________________________________
42087 [  8481] By: jhi                                   on 2001/01/19  14:41:24
42088         Log: Subject: Re: new feature: s?printf parameter reordering 
42089              From: Hugo <hv@crypt.compulink.co.uk>
42090              Date: Thu, 11 Jan 2001 17:09:03 +0000
42091              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
42092              
42093              - support reordering for all parameters: %, *v, *, .*
42094              - lay down that the reordering specification must immediately
42095              follow that parameter: %3$, *v3$, *3$, .*3$
42096              - fix vectorisation of a zero-length string
42097              - factor out the code choosing the argument to format
42098              
42099              Possibly unwanted side-effects:
42100              - the special format specifiers ' +-0' must now precede any
42101              vectorisation specifier. Tests in op/sprintf and op/ver
42102              have been changed to reflect this.
42103              - sprintf.t test #214 changed its expectations because in many
42104              cases, the next parameter has already been consumed when an
42105              invalid type letter is detected.
42106              
42107              Probably wanted side-effects:
42108              - attempts to format a non-existent parameter will warn as if C<undef>
42109              - attempt to write to non-existent parameter with '%n' will complain
42110              of "attempt to modify read-only value" instead of being silent
42111      Branch: perl
42112            ! sv.c t/op/sprintf.t t/op/ver.t
42113 ____________________________________________________________________________
42114 [  8480] By: jhi                                   on 2001/01/19  14:08:37
42115         Log: Subject: PATCH pragma/locale.t
42116              From: andreas.koenig@anima.de (Andreas J. Koenig)
42117              Date: 18 Jan 2001 09:45:37 +0100
42118              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
42119      Branch: perl
42120            ! t/pragma/locale.t
42121 ____________________________________________________________________________
42122 [  8479] By: jhi                                   on 2001/01/19  13:19:58
42123         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
42124      Branch: perl
42125            ! configure.com
42126 ____________________________________________________________________________
42127 [  8478] By: jhi                                   on 2001/01/19  02:12:35
42128         Log: Automate 1_compile.t.
42129      Branch: perl
42130            ! t/lib/1_compile.t
42131 ____________________________________________________________________________
42132 [  8477] By: jhi                                   on 2001/01/19  01:49:56
42133         Log: Integrate perlio.
42134      Branch: perl
42135           !> sv.c win32/config.bc win32/config.gc win32/config.vc
42136           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42137 ____________________________________________________________________________
42138 [  8476] By: nick                                  on 2001/01/18  21:51:52
42139         Log: Integrate mainline
42140      Branch: perlio
42141           +> t/lib/1_compile.t t/lib/compmod.pl
42142           !> MANIFEST configure.com lib/unicode/distinct.pm
42143 ____________________________________________________________________________
42144 [  8475] By: nick                                  on 2001/01/18  21:48:02
42145         Log: Win32 "safe signals" co-existance fix.
42146              Fix SIG_SIZE value.
42147              Clear PL_sig_pending when cloning (fork).
42148      Branch: perlio
42149            ! sv.c win32/config.bc win32/config.gc win32/config.vc
42150            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42151 ____________________________________________________________________________
42152 [  8474] By: jhi                                   on 2001/01/18  14:40:57
42153         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
42154      Branch: perl
42155            ! t/lib/1_compile.t
42156 ____________________________________________________________________________
42157 [  8473] By: gsar                                  on 2001/01/18  11:42:31
42158         Log: unsubmitted trial1 change
42159      Branch: maint-5.6/perl
42160            ! Changes
42161 ____________________________________________________________________________
42162 [  8472] By: jhi                                   on 2001/01/18  04:30:24
42163         Log: The first bug found by 1_compile.t.
42164      Branch: perl
42165            ! lib/unicode/distinct.pm
42166 ____________________________________________________________________________
42167 [  8471] By: jhi                                   on 2001/01/18  04:29:42
42168         Log: Add Schwern's 1_compile test.  The compile_module script renamed
42169              to be a bit shorter for the 8.3 people.
42170      Branch: perl
42171            + t/lib/1_compile.t t/lib/compmod.pl
42172            ! MANIFEST
42173 ____________________________________________________________________________
42174 [  8470] By: jhi                                   on 2001/01/18  04:16:00
42175         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)
42176              From: Peter Prymmer <pvhp@forte.com>
42177              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
42178              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
42179              Replace #8463.
42180      Branch: maint-5.6/perl
42181            ! configure.com
42182 ____________________________________________________________________________
42183 [  8469] By: jhi                                   on 2001/01/18  04:13:02
42184         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)
42185              From: Peter Prymmer <pvhp@forte.com>
42186              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
42187              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
42188              Replace #8462.
42189      Branch: perl
42190            ! configure.com
42191 ____________________________________________________________________________
42192 [  8468] By: jhi                                   on 2001/01/18  03:42:08
42193         Log: Integrate perlio.
42194      Branch: perl
42195           !> gv.c mg.c perlio.c util.c
42196 ____________________________________________________________________________
42197 [  8467] By: nick                                  on 2001/01/17  22:41:10
42198         Log: "Safe" signals - trial implementation.
42199              gv.c tweaked to zero PL_sig_pend array
42200              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
42201              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
42202              Odd thing is that it "works" with PERLIO=stdio as well (linux).
42203      Branch: perlio
42204            ! gv.c mg.c perlio.c util.c
42205 ____________________________________________________________________________
42206 [  8466] By: nick                                  on 2001/01/17  20:40:20
42207         Log: Integrate mainline.
42208      Branch: perlio
42209           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42210           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
42211           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
42212           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42213           !> vos/config.ga.h win32/config.bc win32/config.gc
42214           !> win32/config.vc
42215 ____________________________________________________________________________
42216 [  8465] By: jhi                                   on 2001/01/17  18:37:13
42217         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
42218              From: Nicholas Clark <nick@ccl4.org>
42219              Date: Wed, 17 Jan 2001 17:31:33 +0000
42220              Message-ID: <20010117173133.I2633@plum.flirble.org>
42221      Branch: perl
42222            ! t/op/int.t
42223 ____________________________________________________________________________
42224 [  8464] By: jhi                                   on 2001/01/17  14:43:17
42225         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
42226              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42227              Date: Wed, 17 Jan 2001 15:16:43 +0100
42228              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
42229              
42230              pp_int() was dropping an NV to the floor,
42231              int(279964589018079/59) either returned not an integer
42232              4745162525730.15, or one got "Attempt to free unreferenced scalar."
42233      Branch: perl
42234            ! pp.c
42235 ____________________________________________________________________________
42236 [  8463] By: jhi                                   on 2001/01/17  06:12:42
42237         Log: (Replaced by #8470)
42238              
42239              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)
42240              From: "Craig A. Berry" <craigberry@mac.com>
42241              Date: Tue, 16 Jan 2001 23:38:46 -0600
42242              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
42243      Branch: maint-5.6/perl
42244            ! configure.com
42245 ____________________________________________________________________________
42246 [  8462] By: jhi                                   on 2001/01/17  06:11:31
42247         Log: (Replaced by #8469)
42248              
42249              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)
42250              From: "Craig A. Berry" <craigberry@mac.com>
42251              Date: Tue, 16 Jan 2001 23:38:46 -0600
42252              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
42253      Branch: perl
42254            ! configure.com
42255 ____________________________________________________________________________
42256 [  8461] By: jhi                                   on 2001/01/17  05:56:12
42257         Log: Allow for one trailing slash in the directory of mkdir().
42258      Branch: perl
42259            ! pp_sys.c
42260 ____________________________________________________________________________
42261 [  8460] By: jhi                                   on 2001/01/17  03:26:01
42262         Log: Metaconfig unit changes for #8459.
42263      Branch: metaconfig
42264            ! U/modified/Loc.U U/modified/sig_name.U
42265 ____________________________________________________________________________
42266 [  8459] By: jhi                                   on 2001/01/17  03:24:48
42267         Log: Define SIG_SIZE, the number of elements in the sig_name and
42268              sig_num arrays, including the final NULL entry.
42269      Branch: perl
42270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42271            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
42272            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
42273            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42274            ! win32/config.bc win32/config.gc win32/config.vc
42275 ____________________________________________________________________________
42276 [  8458] By: jhi                                   on 2001/01/17  01:41:33
42277         Log: Integrate perlio.
42278      Branch: perl
42279           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
42280           !> perlapi.h proto.h sv.c
42281 ____________________________________________________________________________
42282 [  8457] By: nick                                  on 2001/01/16  22:07:26
42283         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
42284              Provides all the "cost" but no benefit yet - it is to allow cost
42285              to be measured, and implementation experiments (just in mg.c?).
42286      Branch: perlio
42287            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
42288            ! perlapi.h proto.h sv.c
42289 ____________________________________________________________________________
42290 [  8456] By: nick                                  on 2001/01/16  21:07:07
42291         Log: Integrate mainline.
42292      Branch: perlio
42293           !> (integrate 51 files)
42294 ____________________________________________________________________________
42295 [  8455] By: jhi                                   on 2001/01/16  18:13:43
42296         Log: Subject: [PATCH] regcomp.c old feature removal
42297              From: mjd@plover.com
42298              Date: 16 Jan 2001 14:43:18 -0000 
42299              Message-ID: <20010116144318.7140.qmail@plover.com> 
42300      Branch: perl
42301            ! regcomp.c
42302 ____________________________________________________________________________
42303 [  8454] By: jhi                                   on 2001/01/16  16:12:39
42304         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
42305              From: "Indy Singh" <indy@nusphere.com>
42306              Date: Wed, 10 Jan 2001 20:17:49 -0500
42307              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
42308      Branch: maint-5.6/perl
42309            ! win32/Makefile
42310 ____________________________________________________________________________
42311 [  8453] By: jhi                                   on 2001/01/16  16:09:33
42312         Log: Update Changes.
42313      Branch: perl
42314            ! Changes patchlevel.h
42315 ____________________________________________________________________________
42316 [  8452] By: jhi                                   on 2001/01/16  15:42:04
42317         Log: Subject: Re: API Cleanup
42318              To: perl5-porters@perl.org
42319              Date: Tue, 16 Jan 2001 13:42:30 +0000
42320              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
42321              
42322              Subject: [PATCH] utf8.c documentation
42323              From: Simon Cozens <simon@cozens.net>
42324              Date: Tue, 16 Jan 2001 13:52:48 +0000
42325              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
42326              
42327              Subject: Re: API Cleanup
42328              From: Simon Cozens <simon@cozens.net>
42329              Date: Tue, 16 Jan 2001 14:58:55 +0000
42330              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
42331              
42332              UTF-8 doc patches.
42333      Branch: perl
42334            ! embed.pl pod/perlapi.pod utf8.c
42335 ____________________________________________________________________________
42336 [  8451] By: jhi                                   on 2001/01/16  14:41:39
42337         Log: podlators 1.07, from Russ Allbery.
42338      Branch: perl
42339            ! lib/Pod/Man.pm
42340 ____________________________________________________________________________
42341 [  8450] By: jhi                                   on 2001/01/16  14:24:19
42342         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
42343              From: "Indy Singh" <indy@nusphere.com>
42344              Date: Mon, 15 Jan 2001 20:59:40 -0500
42345              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
42346      Branch: perl
42347            ! win32/Makefile
42348 ____________________________________________________________________________
42349 [  8449] By: jhi                                   on 2001/01/16  03:42:55
42350         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
42351              at the setting of the ofs_sv in new_struct_thread() as the
42352              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
42353              uninitialized fields are, uh, initialized with),
42354              SvREFCNT_inc()ing that invited a core dump.
42355      Branch: perl
42356            ! util.c
42357 ____________________________________________________________________________
42358 [  8448] By: jhi                                   on 2001/01/16  01:49:07
42359         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
42360              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42361              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
42362              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
42363              
42364              Replace #8444 and #8445.
42365      Branch: perl
42366            ! ext/B/B.xs ext/B/B/Debug.pm
42367 ____________________________________________________________________________
42368 [  8447] By: jhi                                   on 2001/01/15  21:05:35
42369         Log: Subject: [PATCH] API Variable documentation   
42370              From: Simon Cozens <simon@cozens.net>
42371              Date: Mon, 15 Jan 2001 19:35:54 +0000
42372              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
42373      Branch: perl
42374            ! pod/perlapi.pod thrdvar.h
42375 ____________________________________________________________________________
42376 [  8446] By: jhi                                   on 2001/01/15  20:49:20
42377         Log: Signedness nit.
42378      Branch: perl
42379            ! pp_ctl.c
42380 ____________________________________________________________________________
42381 [  8445] By: jhi                                   on 2001/01/15  20:28:48
42382         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
42383      Branch: perl
42384            ! ext/B/B/Debug.pm
42385 ____________________________________________________________________________
42386 [  8444] By: jhi                                   on 2001/01/15  13:09:10
42387         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
42388      Branch: perl
42389            ! ext/B/B.xs
42390 ____________________________________________________________________________
42391 [  8443] By: jhi                                   on 2001/01/15  13:06:26
42392         Log: Missing from #8439.
42393      Branch: perl
42394            ! keywords.h mg.c
42395 ____________________________________________________________________________
42396 [  8442] By: jhi                                   on 2001/01/15  13:02:38
42397         Log: Subject: [PATCH @8436] Eliminate op_children
42398              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42399              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
42400              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
42401              
42402              Subject: [PATCH @8436] Re: Eliminate op_children
42403              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42404              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
42405              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
42406      Branch: perl
42407            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
42408            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
42409            ! op.c op.h
42410 ____________________________________________________________________________
42411 [  8441] By: jhi                                   on 2001/01/15  12:57:08
42412         Log: Use the /^Perl_/-less form of is_lvalue_sub().
42413      Branch: perl
42414            ! pp.h
42415 ____________________________________________________________________________
42416 [  8440] By: jhi                                   on 2001/01/15  05:13:09
42417         Log: Revert #8437 and #8438, the Linux large files story is more complex.
42418      Branch: metaconfig/U/perl
42419            ! d_fpos64_t.U d_off64_t.U
42420      Branch: perl
42421            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42422            ! config_h.SH configure.com epoc/config.sh perl.h
42423            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
42424            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42425            ! win32/config.bc win32/config.gc win32/config.vc
42426 ____________________________________________________________________________
42427 [  8439] By: jhi                                   on 2001/01/15  05:02:24
42428         Log: More UTF-8 patches from Inaba Hiroto.
42429              - The substr lval was still not okay.
42430              - Now pp_stringify and sv_setsv copies source's UTF8 flag
42431              even if IN_BYTE.  pp_stringify is called from fold_constants
42432              at optimization phase and "\x{100}" was made SvUTF8_off under
42433              use bytes (the bytes pragma is for "byte semantics" and not
42434              for "do not produce UTF8 data")
42435              - New `qu' operator to generate UTF8 string explicitly.
42436              Though I agree with the policy "0x00-0xff always produce bytes",
42437              sometimes want to such a string to be coded in UTF8.
42438              I can use pack"U0a*" but it requires more typing and has
42439              runtime overhead.
42440              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
42441              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
42442              string is not UTF8_on and has char 0x80-0xff.
42443              
42444              TODO: document and test qu.
42445      Branch: perl
42446            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
42447            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
42448            ! toke.c
42449 ____________________________________________________________________________
42450 [  8438] By: jhi                                   on 2001/01/14  05:10:23
42451         Log: (Reverted by #8440)
42452              
42453              Metaconfig unit changes for #8437.
42454      Branch: metaconfig/U/perl
42455            ! d_fpos64_t.U d_off64_t.U
42456 ____________________________________________________________________________
42457 [  8437] By: jhi                                   on 2001/01/14  04:55:34
42458         Log: (Reverted by #8440)
42459              
42460              Add <features.h> probing, seems to be needed for (some?)
42461              Linux largefileness.
42462      Branch: perl
42463            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42464            ! config_h.SH configure.com epoc/config.sh perl.h
42465            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
42466            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42467            ! win32/config.bc win32/config.gc win32/config.vc
42468 ____________________________________________________________________________
42469 [  8436] By: jhi                                   on 2001/01/13  17:47:21
42470         Log: Tighten some of the tests a bit.
42471      Branch: perl
42472            ! t/pragma/utf8.t
42473 ____________________________________________________________________________
42474 [  8435] By: jhi                                   on 2001/01/13  17:31:54
42475         Log: Integrate perlio.
42476      Branch: perl
42477           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
42478           !> win32/config_H.gc win32/config_H.vc
42479 ____________________________________________________________________________
42480 [  8434] By: nick                                  on 2001/01/13  11:36:53
42481         Log: Run dmake regen_config_h for Win32
42482      Branch: perlio
42483            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42484 ____________________________________________________________________________
42485 [  8433] By: nick                                  on 2001/01/13  11:31:55
42486         Log: VMS friendly patch to Encode compile process
42487      Branch: perlio
42488            ! ext/Encode/Makefile.PL ext/Encode/compile
42489 ____________________________________________________________________________
42490 [  8432] By: nick                                  on 2001/01/13  11:06:44
42491         Log: Integrate mainline
42492      Branch: perlio
42493           +> ext/B/B/Concise.pm
42494           !> (integrate 52 files)
42495 ____________________________________________________________________________
42496 [  8431] By: jhi                                   on 2001/01/13  05:55:55
42497         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
42498              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42499              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
42500              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
42501      Branch: perl
42502            ! ext/B/B/Concise.pm
42503 ____________________________________________________________________________
42504 [  8430] By: jhi                                   on 2001/01/13  04:24:18
42505         Log: The LVRET macro needed an aTHX.
42506      Branch: perl
42507            ! pp.h
42508 ____________________________________________________________________________
42509 [  8429] By: jhi                                   on 2001/01/13  02:12:42
42510         Log: Update Changes.
42511      Branch: perl
42512            ! Changes patchlevel.h
42513 ____________________________________________________________________________
42514 [  8428] By: jhi                                   on 2001/01/13  02:08:50
42515         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
42516              From: Peter Prymmer <pvhp@forte.com>
42517              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
42518              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
42519              
42520              Add a BEGIN guard for sloppy floating point division.
42521      Branch: perl
42522            ! lib/Math/BigInt.pm lib/bigint.pl
42523 ____________________________________________________________________________
42524 [  8427] By: jhi                                   on 2001/01/13  01:47:16
42525         Log: The B::Terse drop-in replacement wasn't quite drop-in.
42526      Branch: perl
42527            ! ext/B/B/Terse.pm
42528 ____________________________________________________________________________
42529 [  8426] By: jhi                                   on 2001/01/12  21:20:43
42530         Log: Use UVXf.
42531      Branch: perl
42532            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42533            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
42534            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
42535            ! vos/config.ga.def vos/config.ga.h win32/config.bc
42536            ! win32/config.gc win32/config.vc
42537 ____________________________________________________________________________
42538 [  8425] By: jhi                                   on 2001/01/12  20:20:14
42539         Log: Subject: [PATCH perl@8342] -Wformat
42540              From: Robin Barker <rmb1@cise.npl.co.uk>
42541              Date: Fri, 12 Jan 2001 20:03:14 GMT
42542              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
42543      Branch: perl
42544            ! ext/Encode/Encode.xs mg.c sv.c toke.c
42545 ____________________________________________________________________________
42546 [  8424] By: jhi                                   on 2001/01/12  20:01:48
42547         Log: Subject: B::Concise -- an improved replacement for B::Terse 
42548              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42549              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
42550              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
42551      Branch: perl
42552            + ext/B/B/Concise.pm
42553            ! MANIFEST ext/B/B/Terse.pm
42554 ____________________________________________________________________________
42555 [  8423] By: jhi                                   on 2001/01/12  19:24:02
42556         Log: The new metaconfig unit from the #8421.
42557      Branch: metaconfig/U/perl
42558            + d_sigprocmask.U
42559 ____________________________________________________________________________
42560 [  8422] By: jhi                                   on 2001/01/12  19:23:43
42561         Log: Forgot the microperl config from the #8421.
42562      Branch: perl
42563            ! uconfig.h uconfig.sh
42564 ____________________________________________________________________________
42565 [  8421] By: jhi                                   on 2001/01/12  19:05:27
42566         Log: Add sigprocmask() probe, regen Configure, regen toc.
42567      Branch: perl
42568            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42569            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
42570            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42571            ! vos/config.ga.h win32/config.bc win32/config.gc
42572            ! win32/config.vc
42573 ____________________________________________________________________________
42574 [  8420] By: jhi                                   on 2001/01/12  18:34:31
42575         Log: Add sockatmark() to the todo list.
42576      Branch: perl
42577            ! Todo-5.6
42578 ____________________________________________________________________________
42579 [  8419] By: jhi                                   on 2001/01/12  18:09:46
42580         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
42581      Branch: perl
42582            ! op.c
42583 ____________________________________________________________________________
42584 [  8418] By: jhi                                   on 2001/01/12  18:05:30
42585         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
42586              From: Radu Greab <radu@netsoft.ro>
42587              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
42588              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
42589      Branch: perl
42590            ! op.c t/pragma/sub_lval.t
42591 ____________________________________________________________________________
42592 [  8417] By: jhi                                   on 2001/01/12  16:09:09
42593         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
42594              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
42595              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
42596              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
42597      Branch: perl
42598            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
42599            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
42600            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
42601            ! t/pragma/sub_lval.t toke.c
42602 ____________________________________________________________________________
42603 [  8416] By: jhi                                   on 2001/01/12  15:42:06
42604         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
42605              From: "Richard Soderberg" <rs@crystalflame.net>
42606              Date: Fri, 12 Jan 2001 04:49:35 -0800
42607              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
42608              
42609              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
42610              according to the platform.
42611      Branch: perl
42612            ! op.c
42613 ____________________________________________________________________________
42614 [  8415] By: jhi                                   on 2001/01/12  15:33:41
42615         Log: One more UTF-8 fix from Inaba Hiroto.
42616      Branch: perl
42617            ! pp.c regexec.c t/pragma/utf8.t
42618 ____________________________________________________________________________
42619 [  8414] By: jhi                                   on 2001/01/12  15:30:18
42620         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
42621      Branch: perl
42622            ! regexec.c
42623 ____________________________________________________________________________
42624 [  8413] By: jhi                                   on 2001/01/12  15:22:10
42625         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
42626              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42627              Date: Thu, 11 Jan 2001 12:53:36 +0100
42628              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
42629      Branch: perl
42630            ! toke.c
42631 ____________________________________________________________________________
42632 [  8412] By: jhi                                   on 2001/01/12  15:20:25
42633         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
42634              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42635              Date: Fri, 12 Jan 2001 14:37:55 +0100
42636              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
42637      Branch: perl
42638            ! hints/posix-bc.sh
42639 ____________________________________________________________________________
42640 [  8411] By: jhi                                   on 2001/01/12  15:14:14
42641         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
42642              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42643              Date: Fri, 12 Jan 2001 10:42:21 +0100
42644              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
42645      Branch: perl
42646            ! t/op/regmesg.t
42647 ____________________________________________________________________________
42648 [  8410] By: jhi                                   on 2001/01/12  05:48:55
42649         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
42650              From: Nicholas Clark <nick@ccl4.org> 
42651              Date: Sun, 7 Jan 2001 19:47:14 +0000
42652              Message-ID: <20010107194714.B1048@plum.flirble.org>
42653      Branch: perl
42654            ! t/op/numconvert.t
42655 ____________________________________________________________________________
42656 [  8409] By: jhi                                   on 2001/01/12  05:41:28
42657         Log: Integrate perlio.
42658      Branch: perl
42659           !> mg.c scope.h
42660 ____________________________________________________________________________
42661 [  8408] By: nick                                  on 2001/01/11  22:43:28
42662         Log: Remove variables that were used in experiments.
42663      Branch: perlio
42664            ! mg.c
42665 ____________________________________________________________________________
42666 [  8407] By: nick                                  on 2001/01/11  20:57:44
42667         Log: Catch die in %SIG handler and unblock the signal before re-dying.
42668              This make Linux work _without_ sigsetjmp().
42669              Turn off sigsetjmp() to see what else it does.
42670              May need Configure probe for sigprocmask() if anything has sigaction()
42671              but not sigprocmask().
42672      Branch: perlio
42673            ! mg.c scope.h
42674 ____________________________________________________________________________
42675 [  8406] By: nick                                  on 2001/01/11  19:32:07
42676         Log: Integrate mainline
42677      Branch: perlio
42678           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
42679           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
42680           !> t/op/substr.t
42681 ____________________________________________________________________________
42682 [  8405] By: jhi                                   on 2001/01/11  17:11:01
42683         Log: Fix UTF-8 lval substr().
42684      Branch: perl
42685            ! mg.c t/op/substr.t
42686 ____________________________________________________________________________
42687 [  8404] By: jhi                                   on 2001/01/11  05:13:58
42688         Log: Update Changes.
42689      Branch: perl
42690            ! Changes patchlevel.h
42691 ____________________________________________________________________________
42692 [  8403] By: jhi                                   on 2001/01/11  04:38:24
42693         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
42694              From: Hugo <hv@crypt.compulink.co.uk>
42695              Date: Mon, 30 Oct 2000 01:33:26 +0000
42696              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
42697      Branch: perl
42698            ! regexec.c t/op/re_tests
42699 ____________________________________________________________________________
42700 [  8402] By: jhi                                   on 2001/01/11  04:26:12
42701         Log: Integrate perlio.
42702      Branch: perl
42703           !> scope.h util.c
42704 ____________________________________________________________________________
42705 [  8401] By: nick                                  on 2001/01/10  22:52:55
42706         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
42707              (So Alan and Ilya can try setting via hints.)
42708              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
42709              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
42710              doing the save everywhere seems to restart read() correctly, but just
42711              doing it once "round" the handler does not.
42712      Branch: perlio
42713            ! scope.h
42714 ____________________________________________________________________________
42715 [  8400] By: jhi                                   on 2001/01/10  21:57:54
42716         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
42717              of IRIX, HP-UX is unaffected.
42718      Branch: perl
42719            ! perl.h
42720 ____________________________________________________________________________
42721 [  8399] By: nick                                  on 2001/01/10  21:29:19
42722         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
42723      Branch: perlio
42724            ! util.c
42725 ____________________________________________________________________________
42726 [  8398] By: jhi                                   on 2001/01/10  20:55:31
42727         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
42728              also have ReusePort.
42729      Branch: perl
42730            ! ext/IO/lib/IO/Socket/INET.pm
42731 ____________________________________________________________________________
42732 [  8397] By: jhi                                   on 2001/01/10  20:50:57
42733         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
42734              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
42735              Date: Wed, 10 Jan 2001 01:38:13 -0800
42736              Message-ID: <20010110013813.B41744@yahoo-inc.com>
42737      Branch: perl
42738            ! ext/IO/lib/IO/Socket/INET.pm
42739 ____________________________________________________________________________
42740 [  8396] By: jhi                                   on 2001/01/10  20:49:30
42741         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
42742              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
42743              Date: Wed, 10 Jan 2001 01:37:32 -0800
42744              Message-ID: <20010110013732.A41744@yahoo-inc.com>
42745      Branch: perl
42746            ! ext/Socket/Socket.pm
42747 ____________________________________________________________________________
42748 [  8395] By: jhi                                   on 2001/01/10  20:41:37
42749         Log: Test for bug id 20010105.016 (fixed by #8378).
42750      Branch: perl
42751            ! t/op/split.t
42752 ____________________________________________________________________________
42753 [  8394] By: jhi                                   on 2001/01/10  20:26:32
42754         Log: Integrate perlio.
42755      Branch: perl
42756            ! util.c
42757 ____________________________________________________________________________
42758 [  8393] By: nick                                  on 2001/01/10  19:34:30
42759         Log: Back out Simon's pid hackery for now.
42760      Branch: perlio
42761            ! util.c
42762 ____________________________________________________________________________
42763 [  8392] By: nick                                  on 2001/01/10  19:23:13
42764         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
42765      Branch: perlio
42766           !> (integrate 29 files)
42767 ____________________________________________________________________________
42768 [  8391] By: jhi                                   on 2001/01/10  18:43:15
42769         Log: Subject: [PATCH] Fix my_pclose segfault
42770              From: Simon Cozens <simon@cozens.net>
42771              Date: Wed, 10 Jan 2001 18:39:35 +0000
42772              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
42773      Branch: perl
42774            ! util.c
42775 ____________________________________________________________________________
42776 [  8390] By: jhi                                   on 2001/01/10  18:42:08
42777         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
42778              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42779              Date:     Wed, 10 Jan 2001 13:23:02 EST
42780              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
42781      Branch: perl
42782            ! ext/Opcode/Opcode.xs
42783 ____________________________________________________________________________
42784 [  8389] By: jhi                                   on 2001/01/10  15:16:07
42785         Log: Turn off the integer preservation for now.
42786      Branch: perl
42787            ! perl.h
42788 ____________________________________________________________________________
42789 [  8388] By: jhi                                   on 2001/01/10  15:01:25
42790         Log: Few more IDE/editor nits from p5p.
42791      Branch: perl
42792            ! pod/perlfaq3.pod
42793 ____________________________________________________________________________
42794 [  8387] By: jhi                                   on 2001/01/10  06:53:16
42795         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
42796              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
42797              Date: Tue, 9 Jan 2001 23:16:02 +0000
42798              Message-ID: <20010109231602.A81101@plum.flirble.org>
42799      Branch: perl
42800            ! sv.c
42801 ____________________________________________________________________________
42802 [  8386] By: jhi                                   on 2001/01/10  03:17:54
42803         Log: Test cases for #8385 (from Simon's "torture.pl")
42804      Branch: perl
42805            ! t/op/tr.t
42806 ____________________________________________________________________________
42807 [  8385] By: jhi                                   on 2001/01/10  03:17:11
42808         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
42809              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
42810              Date: Wed, 10 Jan 2001 11:39:39 +0900
42811              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
42812              
42813              Some more UTF-8 tr cases fixed.
42814      Branch: perl
42815            ! doop.c
42816 ____________________________________________________________________________
42817 [  8384] By: jhi                                   on 2001/01/09  22:45:40
42818         Log: Allow the locale test needing POSIX and the taint test
42819              needing IPC::SysV to run under 'minitest' (basically,
42820              bail out if loading the extension fails)
42821      Branch: perl
42822            ! t/op/misc.t t/op/taint.t
42823 ____________________________________________________________________________
42824 [  8383] By: jhi                                   on 2001/01/09  21:36:04
42825         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
42826              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42827              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
42828              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
42829      Branch: perl
42830            ! t/io/openpid.t
42831 ____________________________________________________________________________
42832 [  8382] By: jhi                                   on 2001/01/09  21:06:08
42833         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
42834              Should finish up the bug id 20001205.022.
42835      Branch: perl
42836            ! pp.c pp_hot.c scope.c
42837 ____________________________________________________________________________
42838 [  8381] By: jhi                                   on 2001/01/09  18:27:43
42839         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
42840              From: Andy Dougherty <doughera@lafayette.edu>
42841              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
42842              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
42843              
42844              More robust yacc/bison error detection.
42845      Branch: perl
42846            ! t/comp/proto.t
42847 ____________________________________________________________________________
42848 [  8380] By: jhi                                   on 2001/01/09  15:21:38
42849         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
42850              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42851              Date:     Tue, 9 Jan 2001 07:53:55 EST
42852              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
42853      Branch: perl
42854            ! t/op/misc.t vms/test.com
42855 ____________________________________________________________________________
42856 [  8379] By: jhi                                   on 2001/01/09  15:20:38
42857         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
42858              From: jhi@cc.hut.fi
42859              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
42860              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
42861              
42862              The #8378 fixed this.
42863      Branch: perl
42864            ! t/op/tr.t
42865 ____________________________________________________________________________
42866 [  8378] By: jhi                                   on 2001/01/09  15:05:32
42867         Log: Subject: One more patch for UTF8 
42868              From: Inaba Hiroto <inaba@st.rim.or.jp>
42869              Date: Tue, 09 Jan 2001 01:04:32 +0900
42870              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
42871              
42872              UTF-8 fixes for 'x' and tr///.
42873      Branch: perl
42874            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
42875            ! regcomp.c regexec.c toke.c utf8.c
42876 ____________________________________________________________________________
42877 [  8377] By: jhi                                   on 2001/01/09  14:32:17
42878         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42879      Branch: perl
42880            ! t/op/length.t
42881 ____________________________________________________________________________
42882 [  8376] By: jhi                                   on 2001/01/09  04:32:32
42883         Log: integrate changes #7775, #8316, #8316 from mainline
42884      Branch: maint-5.6/perl
42885            ! hints/solaris_2.sh
42886 ____________________________________________________________________________
42887 [  8375] By: jhi                                   on 2001/01/09  04:26:43
42888         Log: Update Changes.
42889      Branch: perl
42890            ! Changes patchlevel.h
42891 ____________________________________________________________________________
42892 [  8374] By: jhi                                   on 2001/01/09  04:14:32
42893         Log: IDE/editor section tweaking.
42894      Branch: perl
42895            ! pod/perlfaq3.pod
42896 ____________________________________________________________________________
42897 [  8373] By: jhi                                   on 2001/01/09  02:38:26
42898         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
42899              From: Peter Prymmer <pvhp@forte.com>
42900              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
42901              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
42902              
42903              In preparation os OS/390 dynamic loading.
42904      Branch: perl
42905            ! README.os390 hints/os390.sh
42906 ____________________________________________________________________________
42907 [  8372] By: jhi                                   on 2001/01/09  00:24:30
42908         Log: Integrate with perlio.
42909      Branch: perl
42910           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42911 ____________________________________________________________________________
42912 [  8371] By: nick                                  on 2001/01/08  23:54:33
42913         Log: Fix "scalars leaked" bugs caused by overload magic
42914              (Highlighted by Ilya's DESTROY optimization.)
42915      Branch: perlio
42916            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42917 ____________________________________________________________________________
42918 [  8370] By: nick                                  on 2001/01/08  20:19:41
42919         Log: Integrate mainline
42920      Branch: perlio
42921           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
42922           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
42923           !> t/op/64bitint.t
42924 ____________________________________________________________________________
42925 [  8369] By: jhi                                   on 2001/01/08  17:30:52
42926         Log: save_delete() Safefree() doesn't (anymore?) work with shared
42927              strings, one test failure in op/misc and almost all of lib/b.
42928              (Outcomments #8369.)
42929      Branch: perl
42930            ! scope.c
42931 ____________________________________________________________________________
42932 [  8368] By: jhi                                   on 2001/01/08  14:47:10
42933         Log: (Outcommented by #8369.)
42934              
42935              Subject: Re: Perl BugID 20001205.022 ---- save_delete
42936              From: Simon Cozens <simon@cozens.net>
42937              Date: Sat, 6 Jan 2001 11:48:40 +0000
42938              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
42939              
42940              The save_delete() does need the Safefree.
42941      Branch: perl
42942            ! scope.c
42943 ____________________________________________________________________________
42944 [  8367] By: bailey                                on 2001/01/08  08:53:52
42945         Log: Once again syncing after too long an absence
42946      Branch: vmsperl
42947           +> (branch 55 files)
42948            - MAINTAIN fix_pl vos/config.def vos/config.h
42949            - vos/config_h.SH_orig
42950           !> (integrate 498 files)
42951 ____________________________________________________________________________
42952 [  8366] By: jhi                                   on 2001/01/08  02:42:59
42953         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
42954              From: nick@ccl4.org
42955              Date: Sun, 7 Jan 2001 21:07:18 +0000
42956              Message-Id: <20010107210717.D1048@plum.flirble.org>
42957      Branch: perl
42958            ! sv.c t/op/64bitint.t
42959 ____________________________________________________________________________
42960 [  8365] By: jhi                                   on 2001/01/08  02:35:16
42961         Log: Subject: [PATCH] environ nit
42962              From: Simon Cozens <simon@cozens.net>
42963              Date: Sun, 7 Jan 2001 17:57:07 +0000
42964              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
42965              
42966              Use environ only if we have it.
42967      Branch: perl
42968            ! mg.c
42969 ____________________________________________________________________________
42970 [  8364] By: jhi                                   on 2001/01/08  02:24:51
42971         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
42972      Branch: perl
42973            ! ext/GDBM_File/GDBM_File.xs
42974 ____________________________________________________________________________
42975 [  8363] By: jhi                                   on 2001/01/08  02:19:24
42976         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42977              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42978              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
42979              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
42980      Branch: perl
42981            ! dump.c op.c
42982 ____________________________________________________________________________
42983 [  8362] By: jhi                                   on 2001/01/08  02:17:43
42984         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
42985              From: Doug MacEachern <dougm@covalent.net>
42986              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
42987              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
42988              
42989              Allow AUTOLOAD to be an xsub and allow such xsubs
42990              to avoid use of $AUTOLOAD.
42991      Branch: perl
42992            ! gv.c
42993 ____________________________________________________________________________
42994 [  8361] By: jhi                                   on 2001/01/08  02:16:07
42995         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42996              From: Radu Greab <radu@netsoft.ro>
42997              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
42998              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
42999              
43000              No need for the potentially unportable $SIG{CHLD}.
43001      Branch: perl
43002            ! t/io/pipe.t
43003 ____________________________________________________________________________
43004 [  8360] By: jhi                                   on 2001/01/08  01:58:23
43005         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
43006      Branch: perl
43007            ! lib/Getopt/Long.pm
43008 ____________________________________________________________________________
43009 [  8359] By: jhi                                   on 2001/01/08  01:55:44
43010         Log: Integrate perlio.
43011      Branch: perl
43012           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
43013           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
43014           !> utf8.c win32/Makefile
43015 ____________________________________________________________________________
43016 [  8358] By: jhi                                   on 2001/01/07  21:16:50
43017         Log: Update the EPOC cross SDK URL.
43018      Branch: perl
43019            ! README.epoc
43020 ____________________________________________________________________________
43021 [  8357] By: jhi                                   on 2001/01/07  21:16:09
43022         Log: Update the EPOC cross SDK URL.
43023      Branch: maint-5.6/perl
43024            ! README.epoc
43025 ____________________________________________________________________________
43026 [  8356] By: nick                                  on 2001/01/06  21:47:52
43027         Log: FILE * in XS code for PerlIO world:
43028              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
43029              - Add FILE * T_STDIO typemap.
43030              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
43031      Branch: perlio
43032            ! lib/ExtUtils/typemap perlio.c perlio.h
43033 ____________________________________________________________________________
43034 [  8355] By: jhi                                   on 2001/01/06  20:27:15
43035         Log: integrate change #8336 from mainline
43036              
43037              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
43038      Branch: maint-5.6/perl
43039            ! hv.c
43040 ____________________________________________________________________________
43041 [  8354] By: jhi                                   on 2001/01/06  20:24:29
43042         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43043              From: Robin Barker <rmb1@cise.npl.co.uk>
43044              Date: Fri, 22 Dec 2000 12:17:38 GMT
43045              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
43046              
43047              The patch reformats some long =item lines so they give
43048              correct output via pod2man | nroff -man
43049              
43050              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43051              From: Robin Barker <rmb1@cise.npl.co.uk>
43052              Date: Tue, 2 Jan 2001 15:35:03 GMT
43053              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
43054              
43055              Here is a _further_ patch which corrects a few more errors:
43056              * an empty C<=item> in CPAN.pm
43057              * patching the wrong file (pod/perlamiga.pod not README.amiga)
43058              * leaving empty C<=item>s which formatted incorrectly
43059              * over long C<=item>s revealed by latest patch to Pod::Man
43060      Branch: maint-5.6/perl
43061            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43062            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43063            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
43064            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
43065            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
43066            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
43067 ____________________________________________________________________________
43068 [  8353] By: jhi                                   on 2001/01/06  20:21:10
43069         Log: integrate changes #7980, 8056, 8057 from mainline
43070              
43071              UTF-8 hash keys.
43072      Branch: maint-5.6/perl
43073            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
43074 ____________________________________________________________________________
43075 [  8352] By: jhi                                   on 2001/01/06  20:18:44
43076         Log: Forgotten from #8438.
43077      Branch: maint-5.6/perl
43078            ! epoc/epocish.h
43079 ____________________________________________________________________________
43080 [  8351] By: jhi                                   on 2001/01/06  20:18:12
43081         Log: Forgotten from #8347.
43082      Branch: maint-5.6/perl
43083            ! config_h.SH
43084 ____________________________________________________________________________
43085 [  8350] By: jhi                                   on 2001/01/06  20:00:19
43086         Log: Thinko in #8347.
43087      Branch: maint-5.6/perl
43088            ! regcomp.c
43089 ____________________________________________________________________________
43090 [  8349] By: jhi                                   on 2001/01/06  18:05:30
43091         Log: Copy the FAQ3 IDE section from the development branch,
43092              changes originally by Peter Prymmer.
43093      Branch: maint-5.6/perl
43094            ! pod/perlfaq3.pod
43095 ____________________________________________________________________________
43096 [  8348] By: jhi                                   on 2001/01/06  18:03:02
43097         Log: EPOC updates for TRIAL1.
43098              
43099              Subject: [5.6.1 trial1] EPOC update
43100              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43101              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
43102              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
43103              
43104              Subject: epoc patch2 for perl-5.6.1-trial1
43105              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43106              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
43107              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
43108      Branch: maint-5.6/perl
43109            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
43110            ! epoc/epocish.c
43111 ____________________________________________________________________________
43112 [  8347] By: jhi                                   on 2001/01/06  17:29:10
43113         Log: integrate changes #7710,7824,7973 from mainline,
43114              plus VMS nits from Peter Prymmer and Dan Sugalski.
43115              
43116              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
43117              library (getprotobyname and getprotobynumber are outversioned by
43118              the same calls in libc, at least for xlc version 3.
43119              
43120              Add HAS_SBRK_PROTO.
43121              
43122              Fixes for signedness warnings noticed by VMSperlers.
43123      Branch: maint-5.6/perl
43124            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43125            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
43126            ! sv.c vms/descrip_mms.template vos/config.alpha.def
43127            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43128            ! win32/config.bc win32/config.gc win32/config.vc
43129 ____________________________________________________________________________
43130 [  8346] By: nick                                  on 2001/01/06  14:36:01
43131         Log: Fixup accumulated integrate muddles (perlio == devperl again)
43132      Branch: perlio
43133            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
43134 ____________________________________________________________________________
43135 [  8345] By: nick                                  on 2001/01/06  14:24:58
43136         Log: Integrate mainline
43137      Branch: perlio
43138           !> (integrate 55 files)
43139 ____________________________________________________________________________
43140 [  8344] By: jhi                                   on 2001/01/06  02:24:02
43141         Log: Subject: [patch] PerlIO_cleanup() prototype
43142              From: Doug MacEachern <dougm@covalent.net>
43143              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
43144              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
43145      Branch: perl
43146            ! perlio.h
43147 ____________________________________________________________________________
43148 [  8343] By: jhi                                   on 2001/01/06  01:04:09
43149         Log: IRIX compiler noticed that the bof initialization might be
43150              bypassed by control flow.
43151      Branch: perl
43152            ! toke.c
43153 ____________________________________________________________________________
43154 [  8342] By: jhi                                   on 2001/01/06  00:10:48
43155         Log: Update Changes.
43156      Branch: perl
43157            ! Changes patchlevel.h
43158 ____________________________________________________________________________
43159 [  8341] By: jhi                                   on 2001/01/05  23:52:33
43160         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
43161      Branch: perl
43162            ! toke.c
43163 ____________________________________________________________________________
43164 [  8340] By: jhi                                   on 2001/01/05  22:44:08
43165         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
43166              From: Radu Greab <radu@netsoft.ro>
43167              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
43168              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
43169      Branch: perl
43170            ! t/io/pipe.t util.c
43171 ____________________________________________________________________________
43172 [  8339] By: jhi                                   on 2001/01/05  22:35:17
43173         Log: Subject: [PATCH] format and rewording in perlfaq.pod
43174              From: Robin Barker <rmb1@cise.npl.co.uk>
43175              Date: Fri, 5 Jan 2001 18:51:20 GMT
43176              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
43177      Branch: perl
43178            ! pod/perlfaq.pod
43179 ____________________________________________________________________________
43180 [  8338] By: jhi                                   on 2001/01/05  22:31:17
43181         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
43182              From: Peter Prymmer <pvhp@forte.com>
43183              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
43184              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
43185      Branch: perl
43186            ! utils/perlbug.PL
43187 ____________________________________________________________________________
43188 [  8337] By: jhi                                   on 2001/01/05  18:15:11
43189         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
43190              From: Robin Barker <rmb1@cise.npl.co.uk>
43191              Date: Tue, 2 Jan 2001 15:24:07 GMT
43192              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
43193              
43194              If you call configure as C<./Configure> or C<sh ./Configure>,
43195              $src is set to the absolute path name, not '.'.
43196              
43197              This, in turn, means -Dmksymlink tries to do its stuff because
43198              it does not think it is in the src directory.
43199              
43200              (plus a metaconfig nitfix)
43201      Branch: metaconfig
43202            ! U/compline/ccflags.U U/modified/src.U
43203      Branch: perl
43204            ! Configure config_h.SH
43205 ____________________________________________________________________________
43206 [  8336] By: jhi                                   on 2001/01/05  17:48:32
43207         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
43208              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43209              Message-ID: <3A5606C4.473D2226@uk.sun.com>
43210              Date: Fri, 05 Jan 2001 17:39:16 +0000
43211      Branch: perl
43212            ! hv.c
43213 ____________________________________________________________________________
43214 [  8335] By: jhi                                   on 2001/01/05  16:05:44
43215         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
43216      Branch: perl
43217            ! lib/Getopt/Long.pm
43218 ____________________________________________________________________________
43219 [  8334] By: jhi                                   on 2001/01/05  16:00:51
43220         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
43221              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
43222              Date: Fri, 05 Jan 2001 13:46:51 +0100
43223              Message-ID: <13693.978698811@nice.ram.loc>
43224              
43225              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
43226              accurate reading of the "atime".  
43227      Branch: perl
43228            ! t/io/fs.t
43229 ____________________________________________________________________________
43230 [  8333] By: jhi                                   on 2001/01/05  15:57:37
43231         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
43232              From: Simon Cozens <simon@cozens.net>
43233              Date: Fri, 8 Dec 2000 13:33:31 +0000
43234              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
43235              
43236              A lost patch fragment.
43237      Branch: perl
43238            ! doop.c
43239 ____________________________________________________________________________
43240 [  8332] By: jhi                                   on 2001/01/05  15:40:42
43241         Log: Do away with strncpy() and a fixed length buffer.
43242      Branch: perl
43243            ! utf8.c
43244 ____________________________________________________________________________
43245 [  8331] By: jhi                                   on 2001/01/05  15:03:07
43246         Log: Tests for #8329 and #8330.
43247      Branch: perl
43248            ! t/op/bop.t
43249 ____________________________________________________________________________
43250 [  8330] By: jhi                                   on 2001/01/05  15:02:38
43251         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
43252              raw 8-bit form to the UTF-8 string.
43253      Branch: perl
43254            ! toke.c
43255 ____________________________________________________________________________
43256 [  8329] By: jhi                                   on 2001/01/05  14:55:13
43257         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
43258              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43259              Date: Fri, 5 Jan 2001 12:28:52 +0100
43260              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
43261              
43262              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
43263              no effect.  (changed the strncpy() to Copy())
43264      Branch: perl
43265            ! toke.c
43266 ____________________________________________________________________________
43267 [  8328] By: jhi                                   on 2001/01/05  06:44:27
43268         Log: UTF-8 cleanup.
43269      Branch: perl
43270            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
43271            ! regexec.c sv.c toke.c
43272 ____________________________________________________________________________
43273 [  8327] By: jhi                                   on 2001/01/05  01:11:29
43274         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')
43275              From: Radu Greab <radu@netsoft.ro>
43276              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
43277              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
43278              
43279              Cleans up Harness to not use FileHandle, which uses IO.
43280      Branch: perl
43281            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43282 ____________________________________________________________________________
43283 [  8326] By: jhi                                   on 2001/01/05  00:56:37
43284         Log: Update Changes.
43285      Branch: perl
43286            ! Changes patchlevel.h
43287 ____________________________________________________________________________
43288 [  8325] By: jhi                                   on 2001/01/05  00:53:18
43289         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
43290              From: Peter Prymmer <pvhp@forte.com>
43291              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
43292              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
43293              
43294              plus a couple more tailing whitespace removals.
43295      Branch: perl
43296            ! win32/Makefile
43297 ____________________________________________________________________________
43298 [  8324] By: jhi                                   on 2001/01/05  00:47:39
43299         Log: Add some Unicode chop() tests.
43300      Branch: perl
43301            ! t/op/chop.t
43302 ____________________________________________________________________________
43303 [  8323] By: jhi                                   on 2001/01/05  00:47:23
43304         Log: Unify UTF-8 malformedness handling.
43305      Branch: perl
43306            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
43307 ____________________________________________________________________________
43308 [  8322] By: jhi                                   on 2001/01/04  22:21:54
43309         Log: The new $issymlink was unknown to Mksymlinks.
43310      Branch: metaconfig/U/perl
43311            ! Mksymlinks.U issymlink.U
43312      Branch: perl
43313            ! Configure config_h.SH
43314 ____________________________________________________________________________
43315 [  8321] By: jhi                                   on 2001/01/04  21:51:05
43316         Log: The test didn't work under the core test framework.
43317      Branch: perl
43318            ! t/lib/st-lock.t
43319 ____________________________________________________________________________
43320 [  8320] By: jhi                                   on 2001/01/04  21:14:22
43321         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
43322      Branch: perl
43323            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
43324 ____________________________________________________________________________
43325 [  8319] By: jhi                                   on 2001/01/04  20:46:17
43326         Log: Typo in #8312 when manually appying a problematic patch fragment.
43327      Branch: perl
43328            ! ext/Storable/Storable.xs
43329 ____________________________________________________________________________
43330 [  8318] By: jhi                                   on 2001/01/04  20:43:01
43331         Log: The $sh_c didn't fly.
43332      Branch: metaconfig
43333            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
43334            ! U/modified/Loc.U U/modified/myhostname.U
43335            ! U/modified/spitshell.U
43336      Branch: metaconfig/U/perl
43337            ! issymlink.U
43338      Branch: perl
43339            ! Configure config_h.SH
43340 ____________________________________________________________________________
43341 [  8317] By: jhi                                   on 2001/01/04  19:58:01
43342         Log: AIX builtin test -h is broken, changes based on
43343              
43344              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
43345              Date: Tue, 02 Jan 2001 11:24:39 +0100
43346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43347              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
43348      Branch: metaconfig
43349            + U/modified/spitshell.U
43350            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
43351            ! U/modified/Loc.U U/modified/myhostname.U
43352      Branch: metaconfig/U/perl
43353            ! Mksymlinks.U issymlink.U
43354      Branch: perl
43355            ! Configure
43356 ____________________________________________________________________________
43357 [  8316] By: jhi                                   on 2001/01/04  19:02:22
43358         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
43359              From: Andy Dougherty <doughera@lafayette.edu>
43360              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
43361              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
43362              
43363              Beware of GNU ld.
43364      Branch: perl
43365            ! hints/solaris_2.sh
43366 ____________________________________________________________________________
43367 [  8315] By: jhi                                   on 2001/01/04  18:56:48
43368         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
43369              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
43370              Date: Wed, 3 Jan 2001 07:58:51 +0100
43371              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
43372      Branch: perl
43373            ! hints/solaris_2.sh
43374 ____________________________________________________________________________
43375 [  8314] By: jhi                                   on 2001/01/04  18:54:07
43376         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
43377              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43378              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
43379              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
43380              
43381              Doc tweak on #8313.
43382      Branch: perl
43383            ! ext/B/B/Deparse.pm
43384 ____________________________________________________________________________
43385 [  8313] By: jhi                                   on 2001/01/04  18:52:27
43386         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
43387              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
43388              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43389              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
43390              
43391              Make the peephole optimizer to bypass more null ops and
43392              and rewrite the deparse handling of continue blocks.
43393      Branch: perl
43394            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
43395 ____________________________________________________________________________
43396 [  8312] By: jhi                                   on 2001/01/04  18:47:39
43397         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
43398      Branch: perl
43399            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
43400            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43401            ! t/lib/st-lock.t
43402 ____________________________________________________________________________
43403 [  8311] By: jhi                                   on 2001/01/04  18:36:08
43404         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
43405              filter to be run on each .pm during the pm_to_blib() phase,
43406              a fixed version of
43407              
43408              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
43409              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
43410              Date: Wed, 03 Jan 2001 22:01:30 +0100
43411              Message-ID: <5296.978555690@nice.ram.loc>
43412      Branch: perl
43413            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
43414            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
43415            ! lib/ExtUtils/MakeMaker.pm
43416 ____________________________________________________________________________
43417 [  8310] By: jhi                                   on 2001/01/04  18:32:54
43418         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43419              From: Robin Barker <rmb1@cise.npl.co.uk>
43420              Date: Tue, 2 Jan 2001 15:35:03 GMT
43421              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
43422      Branch: perl
43423            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
43424            ! pod/perlrequick.pod
43425 ____________________________________________________________________________
43426 [  8309] By: jhi                                   on 2001/01/04  18:29:07
43427         Log: Subject: Re: [patch] static-ize XS()
43428              From: Doug MacEachern <dougm@covalent.net>
43429              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
43430              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
43431              
43432              Provide prototypes for the XS functions.
43433      Branch: perl
43434            ! lib/ExtUtils/xsubpp
43435 ____________________________________________________________________________
43436 [  8308] By: jhi                                   on 2001/01/04  18:27:44
43437         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
43438              From: Doug MacEachern <dougm@covalent.net>
43439              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
43440              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
43441      Branch: perl
43442            ! lib/ExtUtils/typemap
43443 ____________________________________________________________________________
43444 [  8307] By: jhi                                   on 2001/01/04  18:25:25
43445         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
43446              From: Doug MacEachern <dougm@covalent.net>
43447              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
43448              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
43449              
43450              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
43451      Branch: perl
43452            ! lib/ExtUtils/MM_Unix.pm
43453 ____________________________________________________________________________
43454 [  8306] By: jhi                                   on 2001/01/04  18:23:00
43455         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
43456              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43457              Date: Thu, 4 Jan 2001 12:47:10 +0100 
43458              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
43459              
43460              The toke.c part only, patching embed.h and proto.h is futile.
43461      Branch: perl
43462            ! toke.c
43463 ____________________________________________________________________________
43464 [  8305] By: jhi                                   on 2001/01/04  18:05:51
43465         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
43466              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43467              Date: Thu, 4 Jan 2001 17:50:12 +0100 
43468              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
43469      Branch: perl
43470            ! toke.c
43471 ____________________________________________________________________________
43472 [  8304] By: jhi                                   on 2001/01/04  18:03:26
43473         Log: Subject: [PATCH perl@8269]
43474              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43475              Date: Thu, 4 Jan 2001 12:53:39 +0100 
43476              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
43477              
43478              If running byacc write-enable also perly.h.
43479      Branch: perl
43480            ! Makefile.SH
43481 ____________________________________________________________________________
43482 [  8303] By: jhi                                   on 2001/01/04  15:40:49
43483         Log: Rewrite pp_concat() in terms of sv_catsv().
43484      Branch: perl
43485            ! pp_hot.c
43486 ____________________________________________________________________________
43487 [  8302] By: nick                                  on 2001/01/03  22:43:22
43488         Log: Integrate mainline.
43489      Branch: perlio
43490           !> ext/Encode/Encode.xs sv.c utf8.c
43491 ____________________________________________________________________________
43492 [  8301] By: jhi                                   on 2001/01/02  23:40:26
43493         Log: Variable naming tweak.
43494      Branch: perl
43495            ! sv.c
43496 ____________________________________________________________________________
43497 [  8300] By: jhi                                   on 2001/01/02  23:40:02
43498         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
43499              in is_utf8_string().
43500      Branch: perl
43501            ! utf8.c
43502 ____________________________________________________________________________
43503 [  8299] By: jhi                                   on 2001/01/02  22:14:40
43504         Log: Integrate perlio.
43505      Branch: perl
43506           !> pp.c pp_hot.c win32/Makefile
43507 ____________________________________________________________________________
43508 [  8298] By: nick                                  on 2001/01/02  22:03:06
43509         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
43510      Branch: perlio
43511            ! pp.c pp_hot.c
43512 ____________________________________________________________________________
43513 [  8297] By: jhi                                   on 2001/01/02  04:26:28
43514         Log: Signedness nit.
43515      Branch: perl
43516            ! ext/Encode/Encode.xs
43517 ____________________________________________________________________________
43518 [  8296] By: nick                                  on 2001/01/01  23:49:36
43519         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
43520      Branch: perlio
43521            ! win32/Makefile
43522 ____________________________________________________________________________
43523 [  8295] By: jhi                                   on 2001/01/01  23:05:48
43524         Log: Integrate perlio.
43525      Branch: perl
43526           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
43527           !> t/lib/encode.t
43528 ____________________________________________________________________________
43529 [  8294] By: nick                                  on 2001/01/01  22:48:34
43530         Log: Integrate mainline
43531      Branch: perlio
43532            ! pp_hot.c t/lib/encode.t
43533           !> (integrate 65 files)
43534 ____________________________________________________________________________
43535 [  8293] By: nick                                  on 2001/01/01  21:58:50
43536         Log: More rigor in UTF-8-ness of Encode's toUnicode
43537              XS export some of the utf8 internal functions.
43538              Test some of the functions.
43539              Fix pp_concat() bug shown by said tests.
43540      Branch: perlio
43541            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
43542            ! t/lib/encode.t
43543 ____________________________________________________________________________
43544 [  8292] By: jhi                                   on 2001/01/01  18:11:44
43545         Log: Integrate perlio.
43546      Branch: perl
43547           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
43548           !> ext/Encode/encengine.c ext/Encode/encode.h
43549 ____________________________________________________________________________
43550 [  8291] By: jhi                                   on 2001/01/01  18:10:58
43551         Log: Podify README.mpeix (a new version from the web),
43552              add a dummy NAME to Carp::Heavy, regen toc.
43553      Branch: perl
43554            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
43555            ! pod/perltoc.pod
43556 ____________________________________________________________________________
43557 [  8290] By: nick                                  on 2001/01/01  17:43:47
43558         Log: Loose the "Loading..." warning.
43559              Another bug in fallback support
43560      Branch: perlio
43561            ! ext/Encode/Encode.pm ext/Encode/encengine.c
43562 ____________________________________________________________________________
43563 [  8289] By: jhi                                   on 2001/01/01  00:01:57
43564         Log: Bump up Larry's copyright.
43565      Branch: perl
43566            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
43567            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
43568            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
43569            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
43570            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
43571            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
43572            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
43573            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
43574 ____________________________________________________________________________
43575 [  8288] By: nick                                  on 2000/12/31  21:27:53
43576         Log: Fix .ucm reading - forgot a chr()
43577              Start of .ucm write (for .enc to .ucm)
43578      Branch: perlio
43579            ! ext/Encode/compile
43580 ____________________________________________________________________________
43581 [  8287] By: jhi                                   on 2000/12/31  18:15:56
43582         Log: Comment away a diagnostic message as noted by Craig A. Berry
43583              (the unexpected message was confusing testing)
43584      Branch: perl
43585            ! ext/Encode/Encode.pm
43586 ____________________________________________________________________________
43587 [  8286] By: jhi                                   on 2000/12/31  18:14:51
43588         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
43589              Date: Sun, 31 Dec 2000 11:17:37 -0600
43590              From: "Craig A. Berry" <craigberry@mac.com>
43591              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
43592      Branch: perl
43593            ! ext/Encode/Makefile.PL
43594 ____________________________________________________________________________
43595 [  8285] By: nick                                  on 2000/12/31  18:11:54
43596         Log: Start of support of ICU-style .ucm files:
43597              - teach compile how to read a .ucm file
43598              - first guess at how to represent fallbacks in "tries".
43599              - use fallbacks if check == 0
43600              - new return code to indicate we used one.
43601      Branch: perlio
43602            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
43603            ! ext/Encode/encengine.c ext/Encode/encode.h
43604 ____________________________________________________________________________
43605 [  8284] By: jhi                                   on 2000/12/31  18:04:41
43606         Log: Pacify picky VMS compiler.
43607              
43608              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
43609              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43610              Date: Sat, 30 Dec 2000 18:10:02 -0600
43611              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
43612      Branch: perl
43613            ! sv.c
43614 ____________________________________________________________________________
43615 [  8283] By: jhi                                   on 2000/12/31  16:11:47
43616         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
43617      Branch: perl
43618            ! t/lib/glob-basic.t
43619 ____________________________________________________________________________
43620 [  8282] By: jhi                                   on 2000/12/31  15:26:11
43621         Log: Integrate perlio.
43622      Branch: perl
43623           !> makedef.pl opcode.pl os2/os2.c perlio.c
43624 ____________________________________________________________________________
43625 [  8281] By: nick                                  on 2000/12/31  10:06:15
43626         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
43627              is available to be exported
43628      Branch: perlio
43629            ! makedef.pl perlio.c
43630 ____________________________________________________________________________
43631 [  8280] By: nick                                  on 2000/12/31  09:41:26
43632         Log: Ilya's OS2 patch (testing for damage on Win32)
43633      Branch: perlio
43634            ! makedef.pl opcode.pl os2/os2.c
43635 ____________________________________________________________________________
43636 [  8279] By: jhi                                   on 2000/12/30  21:52:07
43637         Log: Test nits.
43638      Branch: perl
43639            ! t/lib/syslfs.t t/op/lfs.t
43640 ____________________________________________________________________________
43641 [  8278] By: jhi                                   on 2000/12/30  21:47:49
43642         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
43643              From: andreas.koenig@anima.de (Andreas J. Koenig)
43644              Date: 30 Dec 2000 22:35:37 +0100
43645              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
43646              
43647              The 32-bit wraparound test wasn't quite right.
43648      Branch: perl
43649            ! t/lib/syslfs.t t/op/lfs.t
43650 ____________________________________________________________________________
43651 [  8277] By: jhi                                   on 2000/12/30  21:33:44
43652         Log: Subject: [PATCH] open() example in perlfunc.pod 
43653              From: Karsten Sperling <s_sperli@ira.uka.de>
43654              Date: Sat, 30 Dec 2000 22:27:09 +0100
43655              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
43656      Branch: perl
43657            ! pod/perlfunc.pod
43658 ____________________________________________________________________________
43659 [  8276] By: jhi                                   on 2000/12/30  20:32:40
43660         Log: Not quite that many tests yet.
43661      Branch: perl
43662            ! t/op/pat.t
43663 ____________________________________________________________________________
43664 [  8275] By: jhi                                   on 2000/12/30  20:26:58
43665         Log: Integrate perlio.
43666      Branch: perl
43667           !> toke.c
43668 ____________________________________________________________________________
43669 [  8274] By: jhi                                   on 2000/12/30  20:24:56
43670         Log: Signedness nit.
43671      Branch: perl
43672            ! utf8.c
43673 ____________________________________________________________________________
43674 [  8273] By: jhi                                   on 2000/12/30  20:15:46
43675         Log: Add a test case for 20000731.001 which was fixed by the #8267.
43676      Branch: perl
43677            ! t/op/pat.t
43678 ____________________________________________________________________________
43679 [  8272] By: nick                                  on 2000/12/30  19:47:51
43680         Log: Tweak for MULTIPLICITY/USE_PERLIO
43681      Branch: perlio
43682            ! toke.c
43683 ____________________________________________________________________________
43684 [  8271] By: nick                                  on 2000/12/30  19:46:45
43685         Log: Integrate mainline
43686      Branch: perlio
43687           +> lib/unicode/distinct.pm
43688           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
43689           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
43690           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
43691 ____________________________________________________________________________
43692 [  8270] By: jhi                                   on 2000/12/30  19:39:50
43693         Log: Subject: RE: perl@8269
43694              From: "Richard Soderberg" <rs@crystalflame.net>
43695              Date: Sat, 30 Dec 2000 11:36:27 -0800
43696              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
43697              
43698              A missing aTHX_.
43699      Branch: perl
43700            ! toke.c
43701 ____________________________________________________________________________
43702 [  8269] By: jhi                                   on 2000/12/30  18:55:48
43703         Log: Update Changes.
43704      Branch: perl
43705            ! Changes patchlevel.h
43706 ____________________________________________________________________________
43707 [  8268] By: jhi                                   on 2000/12/30  17:18:40
43708         Log: Add a test for Unicode split //.  The #8267 was the cure.
43709      Branch: perl
43710            ! t/op/split.t
43711 ____________________________________________________________________________
43712 [  8267] By: jhi                                   on 2000/12/30  17:14:19
43713         Log: Subject: more UTF8 test suites and an UTF8 patch
43714              From: Inaba Hiroto <inaba@st.rim.or.jp>
43715              Date: Sat, 30 Dec 2000 14:27:10 +0900
43716              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
43717              
43718              Just the patch part for now, and the pragma renamed
43719              as unicode::distinct.
43720      Branch: perl
43721            + lib/unicode/distinct.pm
43722            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
43723            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
43724            ! regcomp.h regexec.c sv.c toke.c utf8.c
43725 ____________________________________________________________________________
43726 [  8266] By: nick                                  on 2000/12/30  16:40:49
43727         Log: Integrate mainline
43728      Branch: perlio
43729           +> lib/Pod/Text/Overstrike.pm
43730           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
43731           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
43732           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
43733           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
43734           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
43735 ____________________________________________________________________________
43736 [  8265] By: jhi                                   on 2000/12/30  07:28:55
43737         Log: The sv_catsv() fix, take two.
43738      Branch: perl
43739            ! sv.c t/op/join.t
43740 ____________________________________________________________________________
43741 [  8264] By: jhi                                   on 2000/12/30  06:19:18
43742         Log: Undo all the join-related changes since #8248: relevant
43743              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
43744              The new sv_catsv() doesn't fly so it must go back to
43745              the drawing board.
43746      Branch: perl
43747            ! sv.c t/op/join.t t/pragma/utf8.t
43748 ____________________________________________________________________________
43749 [  8263] By: jhi                                   on 2000/12/30  01:08:32
43750         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
43751      Branch: perl
43752            ! sv.c
43753 ____________________________________________________________________________
43754 [  8262] By: jhi                                   on 2000/12/30  00:45:14
43755         Log: Retract #8261.
43756      Branch: perl
43757            ! hv.c util.c
43758 ____________________________________________________________________________
43759 [  8261] By: jhi                                   on 2000/12/30  00:38:32
43760         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
43761      Branch: perl
43762            ! hv.c util.c
43763 ____________________________________________________________________________
43764 [  8260] By: jhi                                   on 2000/12/29  22:51:33
43765         Log: (Retracted by #8264)  More fixing for #8251.
43766      Branch: perl
43767            ! sv.c
43768 ____________________________________________________________________________
43769 [  8259] By: jhi                                   on 2000/12/29  18:27:30
43770         Log: Subject: podlators 1.06 released
43771              From: Russ Allbery <rra@stanford.edu>
43772              Date: 25 Dec 2000 05:09:30 -0800
43773              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
43774      Branch: perl
43775            + lib/Pod/Text/Overstrike.pm
43776            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
43777            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
43778 ____________________________________________________________________________
43779 [  8258] By: jhi                                   on 2000/12/29  18:20:45
43780         Log: Make the large file tests more robust/talkative as suggested by
43781              
43782              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
43783              From: andreas.koenig@anima.de (Andreas J. Koenig)
43784              Date: 29 Dec 2000 14:23:01 +0100
43785              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
43786      Branch: perl
43787            ! t/lib/syslfs.t t/op/lfs.t
43788 ____________________________________________________________________________
43789 [  8257] By: jhi                                   on 2000/12/29  17:48:04
43790         Log: Further VMS piping fixes from Charles Lane:
43791              
43792              In summary, error messages produced when a subprocess terminated
43793              abnormally were being sent not just to the parent process, but to
43794              grandparents, because of default values for error output that were
43795              not completely overridden when the subprocess was started.
43796              
43797              This patch fixes this behavior by defining user-mode (i.e., temporary
43798              for the duration of the program) logical names for SYS$OUTPUT and
43799              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
43800              changes to make it so that the user-mode logicals are the ones that
43801              control where Perl's error messages go if it terminates abnormally.
43802              
43803              I also added some gratuitous fixes to the indentation of braces in
43804              the piping code.  It just looked ugly, before.
43805      Branch: perl
43806            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
43807 ____________________________________________________________________________
43808 [  8256] By: jhi                                   on 2000/12/29  17:45:12
43809         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
43810              From: "Casey R. Tweten" <crt@kiski.net>
43811              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
43812              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
43813              
43814              Tests for for #8240.
43815      Branch: perl
43816            ! t/pragma/constant.t
43817 ____________________________________________________________________________
43818 [  8255] By: jhi                                   on 2000/12/29  17:43:07
43819         Log: Subject: Re: [PATCH] Interesting syntax idea
43820              From: Simon Cozens <simon@cozens.net>
43821              Date: Fri, 29 Dec 2000 14:34:04 +0000
43822              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
43823              
43824              Tests for #8254.
43825      Branch: perl
43826            ! t/pragma/sub_lval.t
43827 ____________________________________________________________________________
43828 [  8254] By: jhi                                   on 2000/12/29  17:42:11
43829         Log: Subject: [PATCH] Interesting syntax idea
43830              From: Simon Cozens <simon@cozens.net>
43831              Date: Wed, 27 Dec 2000 05:08:57 +0000
43832              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
43833              
43834              Make opens + bareword assigns do typeglob assigns.
43835      Branch: perl
43836            ! op.c
43837 ____________________________________________________________________________
43838 [  8253] By: jhi                                   on 2000/12/29  17:36:45
43839         Log: Output the (apparent) version of gcc, as suggested by
43840              
43841              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
43842              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
43843              Date: 26 Dec 2000 04:29:17 -0500
43844              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
43845              
43846              (The patch as such didn't any more apply as the misparsing had
43847              already been addressed in #6474.)  Also change the wording about
43848              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
43849      Branch: perl
43850            ! hints/dec_osf.sh
43851 ____________________________________________________________________________
43852 [  8252] By: nick                                  on 2000/12/29  12:14:31
43853         Log: Integrate mainline
43854      Branch: perlio
43855           !> (integrate 27 files)
43856 ____________________________________________________________________________
43857 [  8251] By: jhi                                   on 2000/12/29  08:45:46
43858         Log: (Retracted by #8264)
43859              
43860              (Fixed by #8260.)
43861              
43862              sv_catsv() needs one more byte space than seems reasonable.
43863              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
43864              Curiouser and curiouser.
43865      Branch: perl
43866            ! sv.c
43867 ____________________________________________________________________________
43868 [  8250] By: jhi                                   on 2000/12/29  07:57:52
43869         Log: More split // UTF-8 tests.
43870      Branch: perl
43871            ! t/pragma/utf8.t
43872 ____________________________________________________________________________
43873 [  8249] By: jhi                                   on 2000/12/29  07:54:51
43874         Log: (Retracted by #8264)  More join() testing which was good because
43875              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
43876      Branch: perl
43877            ! pp.c t/op/join.t utf8.c utf8.h
43878 ____________________________________________________________________________
43879 [  8248] By: jhi                                   on 2000/12/29  07:08:32
43880         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
43881              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
43882              that the only cases to care about are byte+byte and byte+character.
43883              
43884              TODO: See how well pp_concat() could be implemented in terms
43885              of sv_catsv().
43886      Branch: perl
43887            ! doop.c sv.c t/op/join.t utf8.h
43888 ____________________________________________________________________________
43889 [  8247] By: jhi                                   on 2000/12/29  06:35:23
43890         Log: Signedness nit.
43891      Branch: perl
43892            ! pp_hot.c
43893 ____________________________________________________________________________
43894 [  8246] By: jhi                                   on 2000/12/29  01:23:31
43895         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
43896              From: Lupe Christoph <lupe@lupe-christoph.de>
43897              Date: Thu, 28 Dec 2000 23:00:00 +0100
43898              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
43899              
43900              Suggest rsync --delete --dry-run.
43901      Branch: perl
43902            ! pod/perlhack.pod
43903 ____________________________________________________________________________
43904 [  8245] By: jhi                                   on 2000/12/28  23:57:05
43905         Log: The maxiters upper limit sanity check (guarding against
43906              non-progress) assumed bytes instead of characters in s///
43907              and split().
43908      Branch: perl
43909            ! pp.c pp_hot.c
43910 ____________________________________________________________________________
43911 [  8244] By: jhi                                   on 2000/12/28  23:34:08
43912         Log: Make some panic messages a bit more logical.
43913      Branch: perl
43914            ! doop.c pod/perldiag.pod pp.c pp_hot.c
43915 ____________________________________________________________________________
43916 [  8243] By: jhi                                   on 2000/12/28  22:59:16
43917         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
43918              From: Simon Cozens <simon@cozens.net>
43919              Date: Wed, 27 Dec 2000 02:30:03 +0000
43920              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
43921      Branch: perl
43922            ! pp.c t/pragma/sub_lval.t
43923 ____________________________________________________________________________
43924 [  8242] By: jhi                                   on 2000/12/28  22:56:53
43925         Log: Subject: [PATCH blead] Fix B::Terse indentation
43926              From: Daniel Chetlin <daniel@chetlin.com>
43927              Date: Wed, 27 Dec 2000 06:43:30 -0800
43928              Message-ID: <20001227064329.B9573@darkstar>
43929      Branch: perl
43930            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
43931 ____________________________________________________________________________
43932 [  8241] By: jhi                                   on 2000/12/28  22:48:59
43933         Log: The latter patch from the
43934              
43935              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
43936              From: Peter Prymmer <pvhp@forte.com> 
43937              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
43938              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
43939              
43940              (the former patch from the above should have been
43941              taken care of by Nick I-S)
43942      Branch: perl
43943            ! win32/Makefile
43944 ____________________________________________________________________________
43945 [  8240] By: jhi                                   on 2000/12/28  22:45:22
43946         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
43947              From: "Casey R. Tweten" <crt@kiski.net>
43948              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
43949              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
43950      Branch: perl
43951            ! lib/constant.pm
43952 ____________________________________________________________________________
43953 [  8239] By: jhi                                   on 2000/12/28  22:37:45
43954         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
43955              From: Simon Cozens <simon@cozens.net>
43956              Date: Wed, 27 Dec 2000 14:12:44 +0000
43957              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
43958      Branch: perl
43959            ! t/op/method.t t/op/sort.t toke.c
43960 ____________________________________________________________________________
43961 [  8238] By: jhi                                   on 2000/12/28  22:30:32
43962         Log: Subject: [PATCH perl@8229] Call.pm
43963              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43964              Date: Mon, 25 Dec 2000 10:47:15 -0000
43965              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
43966      Branch: perl
43967            ! ext/Filter/Util/Call/Call.pm
43968 ____________________________________________________________________________
43969 [  8237] By: jhi                                   on 2000/12/28  22:19:21
43970         Log: Subject: [PATCH blead] Fix problem with `&' prototype
43971              From: Daniel Chetlin <daniel@chetlin.com>
43972              Date: Wed, 27 Dec 2000 15:55:32 -0800
43973              Message-ID: <20001227155532.D9573@darkstar>
43974      Branch: perl
43975            ! op.c t/comp/proto.t
43976 ____________________________________________________________________________
43977 [  8236] By: jhi                                   on 2000/12/28  22:09:25
43978         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
43979              From: Daniel Chetlin <daniel@chetlin.com>
43980              Date: Sun, 24 Dec 2000 04:09:49 -0800
43981              Message-ID: <20001224040949.B3090@darkstar>
43982      Branch: perl
43983            ! gv.c mg.c t/op/attrs.t
43984 ____________________________________________________________________________
43985 [  8235] By: jhi                                   on 2000/12/28  22:07:11
43986         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
43987              From: Jan Dubois <jand@ActiveState.com>
43988              Date: Tue, 26 Dec 2000 20:57:31 -0800
43989              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
43990      Branch: perl
43991            ! win32/win32.c
43992 ____________________________________________________________________________
43993 [  8234] By: jhi                                   on 2000/12/28  21:52:42
43994         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
43995              From: Simon Cozens <simon@cozens.net>
43996              Date: Thu, 28 Dec 2000 20:33:13 +0000
43997              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
43998      Branch: perl
43999            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
44000 ____________________________________________________________________________
44001 [  8233] By: jhi                                   on 2000/12/28  19:40:49
44002         Log: Integrate perlio.
44003      Branch: perl
44004           !> ext/Encode/Makefile.PL ext/Encode/compile
44005 ____________________________________________________________________________
44006 [  8232] By: nick                                  on 2000/12/23  16:06:00
44007         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
44008              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
44009      Branch: perlio
44010            ! ext/Encode/Makefile.PL
44011 ____________________________________________________________________________
44012 [  8231] By: nick                                  on 2000/12/23  14:30:34
44013         Log: "Compiled" encode build cleanup
44014              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
44015              - .c files do not export sub-tables
44016      Branch: perlio
44017            ! ext/Encode/Makefile.PL ext/Encode/compile
44018 ____________________________________________________________________________
44019 [  8230] By: nick                                  on 2000/12/23  12:50:37
44020         Log: Integrate mainline
44021      Branch: perlio
44022           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
44023           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
44024           !> pod/perl5004delta.pod pod/perl5005delta.pod
44025           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
44026           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
44027           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
44028           !> pod/perlsub.pod
44029 ____________________________________________________________________________
44030 [  8229] By: jhi                                   on 2000/12/22  15:32:12
44031         Log: Integrate perlio.
44032      Branch: perl
44033           +> win32/distclean.bat
44034           !> MANIFEST t/io/utf8.t
44035 ____________________________________________________________________________
44036 [  8228] By: jhi                                   on 2000/12/22  15:29:40
44037         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
44038              From: Robin Barker <rmb1@cise.npl.co.uk>
44039              Date: Fri, 22 Dec 2000 12:17:38 GMT
44040              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
44041      Branch: perl
44042            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
44043            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
44044            ! pod/perl5004delta.pod pod/perl5005delta.pod
44045            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
44046            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
44047            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
44048            ! pod/perlsub.pod
44049 ____________________________________________________________________________
44050 [  8227] By: jhi                                   on 2000/12/22  15:24:28
44051         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
44052              From: "John L. Allen" <allen@grumman.com>
44053              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
44054              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
44055              
44056              Document APPLLIB_EXP.
44057      Branch: perl
44058            ! INSTALL
44059 ____________________________________________________________________________
44060 [  8226] By: nick                                  on 2000/12/21  22:11:50
44061         Log: Handy script for when one forgets to "dmake clean" 
44062      Branch: perlio
44063            + win32/distclean.bat
44064            ! MANIFEST
44065 ____________________________________________________________________________
44066 [  8225] By: nick                                  on 2000/12/21  21:54:04
44067         Log: CRLF platform issue with io/utf8 fix.
44068      Branch: perlio
44069            ! t/io/utf8.t
44070 ____________________________________________________________________________
44071 [  8224] By: nick                                  on 2000/12/21  21:02:20
44072         Log: Integrate mainline
44073      Branch: perlio
44074           !> Changes Configure Makefile.SH Porting/Glossary
44075           !> Porting/config.sh Porting/config_H configure.com
44076           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
44077           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
44078           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
44079           !> win32/config.bc win32/config.gc win32/config.vc
44080 ____________________________________________________________________________
44081 [  8223] By: jhi                                   on 2000/12/21  17:09:16
44082         Log: Update Changes.
44083      Branch: perl
44084            ! Changes patchlevel.h
44085 ____________________________________________________________________________
44086 [  8222] By: jhi                                   on 2000/12/21  16:24:01
44087         Log: Metaconfig unit changes for #8221.
44088      Branch: metaconfig/U/perl
44089           +> issymlink.U
44090            - testsyml.U
44091            ! Mksymlinks.U
44092 ____________________________________________________________________________
44093 [  8221] By: jhi                                   on 2000/12/21  16:23:48
44094         Log: Rename testsyml to issymlink.
44095      Branch: perl
44096            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44097            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
44098            ! win32/config.vc
44099 ____________________________________________________________________________
44100 [  8220] By: jhi                                   on 2000/12/21  15:47:26
44101         Log: Robustness support for #8218 (symlink forest) since the GNU
44102              tools seem to be overly picky about symlinkage depths.
44103      Branch: perl
44104            ! Makefile.SH t/io/fs.t
44105 ____________________________________________________________________________
44106 [  8219] By: jhi                                   on 2000/12/21  15:38:27
44107         Log: Metaconfig changes for #8218.
44108      Branch: metaconfig
44109            ! U/modified/Oldconfig.U
44110      Branch: metaconfig/U/perl
44111            + Mksymlinks.U
44112            ! testsyml.U
44113 ____________________________________________________________________________
44114 [  8218] By: jhi                                   on 2000/12/21  15:37:57
44115         Log: Add Configure option -Dmksymlinks which will create a symlink
44116              forest if the current/build differs from the source directory.
44117              TODO: mkdir -p is not portable.
44118      Branch: perl
44119            ! Configure
44120 ____________________________________________________________________________
44121 [  8217] By: jhi                                   on 2000/12/21  14:39:12
44122         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
44123              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
44124              Date: Thu, 21 Dec 2000 09:38:18 GMT
44125              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
44126              
44127              The ofs became an SV.
44128      Branch: perl
44129            ! ext/Thread/Thread.xs
44130 ____________________________________________________________________________
44131 [  8216] By: jhi                                   on 2000/12/21  05:40:21
44132         Log: The polymorphism seems to have fixed 20000517.001.
44133      Branch: perl
44134            ! t/pragma/utf8.t
44135 ____________________________________________________________________________
44136 [  8215] By: jhi                                   on 2000/12/21  04:44:52
44137         Log: read() documentation tweak for 20001121.004.
44138      Branch: perl
44139            ! pod/perlfunc.pod
44140 ____________________________________________________________________________
44141 [  8214] By: jhi                                   on 2000/12/21  03:54:11
44142         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
44143      Branch: perl
44144            ! pp_sys.c t/op/misc.t
44145 ____________________________________________________________________________
44146 [  8213] By: jhi                                   on 2000/12/21  00:28:10
44147         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
44148              From: Peter Prymmer <pvhp@forte.com>
44149              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
44150              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
44151      Branch: perl
44152            ! configure.com
44153 ____________________________________________________________________________
44154 [  8212] By: jhi                                   on 2000/12/21  00:26:21
44155         Log: Edit edit edit.
44156      Branch: perl
44157            ! pod/perlfaq3.pod
44158 ____________________________________________________________________________
44159 [  8211] By: jhi                                   on 2000/12/20  18:52:46
44160         Log: Update Changes.
44161      Branch: perl
44162            ! Changes patchlevel.h
44163 ____________________________________________________________________________
44164 [  8210] By: jhi                                   on 2000/12/20  18:34:47
44165         Log: Yet another editor edit.
44166      Branch: perl
44167            ! pod/perlfaq3.pod
44168 ____________________________________________________________________________
44169 [  8209] By: jhi                                   on 2000/12/20  15:33:28
44170         Log: More Win32 Perling.
44171      Branch: perl
44172            ! pod/perlfaq3.pod
44173 ____________________________________________________________________________
44174 [  8208] By: jhi                                   on 2000/12/20  15:07:46
44175         Log: More Win32 editor/IDE/shell hints.
44176      Branch: perl
44177            ! pod/perlfaq3.pod
44178 ____________________________________________________________________________
44179 [  8207] By: jhi                                   on 2000/12/20  03:54:08
44180         Log: Subject: [PATCH] obscure timing knowledge
44181              From: Nicholas Clark <nick@ccl4.org>
44182              Date: Tue, 19 Dec 2000 19:22:31 +0000
44183              Message-ID: <20001219192231.F2827@plum.flirble.org>
44184      Branch: perl
44185            ! sv.c
44186 ____________________________________________________________________________
44187 [  8206] By: jhi                                   on 2000/12/20  03:45:57
44188         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
44189              From: Spider Boardman <spider@leggy.zk3.dec.com>
44190              Date: Tue, 19 Dec 2000 21:30:16 -0500
44191              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
44192      Branch: perl
44193            ! sv.c
44194 ____________________________________________________________________________
44195 [  8205] By: jhi                                   on 2000/12/19  23:02:01
44196         Log: Update Changes.
44197      Branch: perl
44198            ! Changes patchlevel.h
44199 ____________________________________________________________________________
44200 [  8204] By: jhi                                   on 2000/12/19  22:58:18
44201         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
44202              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
44203              on editors and diffing/patching.
44204      Branch: perl
44205            ! t/op/utf8decode.t
44206 ____________________________________________________________________________
44207 [  8203] By: nick                                  on 2000/12/19  21:36:16
44208         Log: Integrate mainline (forgot my own change...)
44209      Branch: perlio
44210           !> ext/Encode/compile
44211 ____________________________________________________________________________
44212 [  8202] By: nick                                  on 2000/12/19  21:34:42
44213         Log: Integrate mainline.
44214      Branch: perlio
44215           !> (integrate 61 files)
44216 ____________________________________________________________________________
44217 [  8201] By: nick                                  on 2000/12/19  21:34:06
44218         Log: Avoid looking for File::Glob when we don't need it.
44219      Branch: perl
44220            ! ext/Encode/compile
44221 ____________________________________________________________________________
44222 [  8200] By: jhi                                   on 2000/12/19  18:35:49
44223         Log: Update Changes.
44224      Branch: perl
44225            ! Changes patchlevel.h
44226 ____________________________________________________________________________
44227 [  8199] By: jhi                                   on 2000/12/19  18:35:07
44228         Log: Microperl tweaks.
44229      Branch: perl
44230            ! sv.c uconfig.h uconfig.sh
44231 ____________________________________________________________________________
44232 [  8198] By: jhi                                   on 2000/12/19  18:29:59
44233         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
44234      Branch: perl
44235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44236            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
44237 ____________________________________________________________________________
44238 [  8197] By: jhi                                   on 2000/12/19  17:55:29
44239         Log: In VMS embedded perls couldn't access the statically built Socket,
44240              from Charles Lane.
44241      Branch: perl
44242            ! configure.com
44243 ____________________________________________________________________________
44244 [  8196] By: jhi                                   on 2000/12/19  17:49:50
44245         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
44246              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
44247              Date: Sun, 17 Dec 2000 19:11:44 -0000
44248              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
44249      Branch: perl
44250            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44251            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
44252 ____________________________________________________________________________
44253 [  8195] By: jhi                                   on 2000/12/19  17:47:53
44254         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
44255              From: Jonathan Stowe <gellyfish@gellyfish.com>
44256              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
44257              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
44258      Branch: perl
44259            ! utils/h2xs.PL
44260 ____________________________________________________________________________
44261 [  8194] By: jhi                                   on 2000/12/19  17:46:28
44262         Log: Subject: Re: useless use of void context work-around
44263              From: andreas.koenig@anima.de (Andreas J. Koenig)
44264              Date: 16 Dec 2000 15:13:36 +0100
44265              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
44266              
44267              Document (comment) the q(di ds ig) trick in the code.
44268      Branch: perl
44269            ! op.c
44270 ____________________________________________________________________________
44271 [  8193] By: jhi                                   on 2000/12/19  17:10:57
44272         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
44273              From: "Mark J. Reed" <mreed@strange.turner.com>
44274              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
44275              Message-Id: <200012160222.VAA13986@strange.turner.com>
44276      Branch: perl
44277            ! ext/Sys/Syslog/Syslog.pm
44278 ____________________________________________________________________________
44279 [  8192] By: jhi                                   on 2000/12/19  17:07:45
44280         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
44281              From: Nicholas Clark <nick@ccl4.org>
44282              Date: Sat, 16 Dec 2000 19:03:13 +0000
44283              Message-ID: <20001216190313.D68304@plum.flirble.org>
44284      Branch: perl
44285            ! t/op/64bitint.t
44286 ____________________________________________________________________________
44287 [  8191] By: jhi                                   on 2000/12/19  17:06:13
44288         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
44289              From: Dominic Dunlop <domo@computer.org>
44290              Date: Mon, 18 Dec 2000 12:00:15 +0100
44291              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
44292              
44293              This patchlet is needed in order that perl can be statically linked.  
44294      Branch: perl
44295            ! regexec.c
44296 ____________________________________________________________________________
44297 [  8190] By: jhi                                   on 2000/12/19  17:03:08
44298         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
44299              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44300              Date: Sun, 17 Dec 2000 00:18:35 -0600
44301              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
44302      Branch: perl
44303            ! perlio.h vms/gen_shrfls.pl
44304 ____________________________________________________________________________
44305 [  8189] By: jhi                                   on 2000/12/19  16:20:28
44306         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
44307              From: Prymmer/Kahn <pvhp@best.com>
44308              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
44309              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
44310              
44311              A better version of #8188.
44312      Branch: perl
44313            ! pod/perlfaq3.pod
44314 ____________________________________________________________________________
44315 [  8188] By: jhi                                   on 2000/12/19  15:57:06
44316         Log: (Replaced by #8189)
44317              
44318              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
44319              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
44320              From: Prymmer/Kahn <pvhp@best.com>
44321              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
44322              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
44323              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
44324              Date: Mon, 18 Dec 2000 11:10:45 -0500
44325              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
44326      Branch: perl
44327            ! pod/perlfaq3.pod
44328 ____________________________________________________________________________
44329 [  8187] By: jhi                                   on 2000/12/19  15:54:19
44330         Log: Email address fix for Anton Berezin.
44331      Branch: perl
44332            ! AUTHORS
44333 ____________________________________________________________________________
44334 [  8186] By: jhi                                   on 2000/12/19  15:38:54
44335         Log: Subject: [PATCH perl@8102] cygwin port
44336              From: "Eric Fifer" <efifer@dircon.co.uk> 
44337              Date: Thu, 14 Dec 2000 13:41:29 -0000
44338              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
44339              
44340              When compiling modules the data item that is being imported
44341              from libperl.dll needs to be tagged as imported/shared data:
44342              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
44343      Branch: perl
44344            ! perliol.h
44345 ____________________________________________________________________________
44346 [  8185] By: jhi                                   on 2000/12/19  14:53:24
44347         Log: Regen uconfig.h and uconfig.sh.
44348      Branch: perl
44349            ! uconfig.h uconfig.sh
44350 ____________________________________________________________________________
44351 [  8184] By: jhi                                   on 2000/12/18  20:43:49
44352         Log: Comments work so much better when they are closed.
44353      Branch: perl
44354            ! regcomp.c
44355 ____________________________________________________________________________
44356 [  8183] By: jhi                                   on 2000/12/18  18:04:02
44357         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
44358              Fixes the bug 20001218.016.
44359      Branch: perl
44360            ! regcomp.c
44361 ____________________________________________________________________________
44362 [  8182] By: gsar                                  on 2000/12/18  09:53:47
44363         Log: delete spurious files
44364      Branch: maint-5.6/perl
44365            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
44366            - vos/config.h vos/config_h.SH_orig
44367 ____________________________________________________________________________
44368 [  8181] By: gsar                                  on 2000/12/18  09:46:08
44369         Log: regen perltoc
44370      Branch: maint-5.6/perl
44371            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
44372 ____________________________________________________________________________
44373 [  8180] By: gsar                                  on 2000/12/18  09:20:27
44374         Log: integrate changes#7924..7926,7946,7952 from mainline
44375              
44376              A test works better if it has the right 1..$n output.
44377              
44378              All the core library users of Class::Struct seem to be
44379              using "use Class::Struct 'struct';" instead of the bare
44380              "use Class::Struct;", which isn't documented in Class::Struct.
44381              This can't be right.
44382              
44383              Make the Class::Struct import() wiser.
44384              
44385              Upgrade to CPAN 1.59_51, from Andreas König.
44386              
44387              Subject: Re: long shell lines
44388              Split overly long shell command lines.
44389      Branch: maint-5.6/perl
44390           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
44391           !> lib/File/stat.pm t/lib/class-struct.t
44392 ____________________________________________________________________________
44393 [  8179] By: gsar                                  on 2000/12/18  08:55:54
44394         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
44395              7918,7919,7988,8907 from mainline (various)
44396              
44397              Subject: [ID 20001127.004] White space problem in perlamiga.pod
44398              
44399              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
44400              
44401              Subject: [PATCH] perlcc.PL cleanups
44402              
44403              Subject: [PATCH] Updating perltie.pod for arrays
44404              
44405              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
44406              Subject: Re: [PATCH] Updating perltie.pod for arrays
44407              Subject: Re: [PATCH] Updating perltie.pod for arrays
44408              
44409              One more perltie.pod nit from Casey R. Tweten.
44410              
44411              Subject: [PATCH] $^O  win32 -> MSWin32
44412              plus similar nits for vms, err, VMS, and UNICOS.
44413              
44414              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
44415              More checking in case someone has broken their services or
44416              protocol databases.
44417              
44418              Make "use Class::Struct 'struct';" work again (broken by #7617);
44419              add a test for Class::Struct.
44420              
44421              Integrate the "skip" messages to explain().
44422              
44423              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
44424      Branch: maint-5.6/perl
44425           +> t/lib/class-struct.t
44426           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
44427           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
44428           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
44429 ____________________________________________________________________________
44430 [  8178] By: gsar                                  on 2000/12/18  08:16:30
44431         Log: avoid redefinition warnings on windows due to sys/socket.h getting
44432              #included before win32.h
44433      Branch: maint-5.6/perl
44434            ! win32/include/sys/socket.h
44435 ____________________________________________________________________________
44436 [  8177] By: gsar                                  on 2000/12/18  05:24:04
44437         Log: make regen_headers; fix POSIX.xs problems; remove outdated
44438              code from sys/socket.h that makes build fail now
44439      Branch: maint-5.6/perl
44440            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
44441            ! pod/perlapi.pod
44442           !> win32/include/sys/socket.h
44443 ____________________________________________________________________________
44444 [  8176] By: gsar                                  on 2000/12/18  05:20:17
44445         Log: update Changes
44446      Branch: maint-5.6/perl
44447            ! Changes patchlevel.h
44448 ____________________________________________________________________________
44449 [  8175] By: gsar                                  on 2000/12/18  04:57:48
44450         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
44451              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
44452              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
44453              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
44454              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
44455              7823,7825,7838
44456              
44457              Subject: Re: [PATCH] README.solaris
44458              
44459              Add getpagesize() probing, on non-UNIX guess 'undef'.
44460              
44461              Simplify the getpagesize() unit by dropping the
44462              pagesize probe since it's nowadays slightly more
44463              complicated because of sysconf(). (Note: if some
44464              platform really needs the -lPW for getpagesize,
44465              I just broke it.)
44466              TODO: a new pagesize unit.
44467              
44468              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
44469              
44470              MachTen doesn't really do mmap() and munmap().
44471              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44472              
44473              More README.solaris updates from Andy Dougherty.
44474              
44475              Copy the s// information of README.hpux also to the perlrun.
44476              
44477              Add HAS_FSYNC, lack noticed by Nicholas Clark.
44478              
44479              Add a metaconfig unit for fsync.
44480              
44481              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
44482              
44483              Many subdocumented return values of the IO extension now documented.
44484              ungetc and write still left subdocumented.
44485              Subject: [PATCH] (was Re: IO::Handle::ungetc)
44486              
44487              Document tell() on special streams.
44488              
44489              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
44490              
44491              Subject: [ID 20001112.007] sfio's sftell isn't ftell
44492              
44493              Couple of tests from #7660 salvaged.
44494              
44495              Tweak the definition of the bit complement on UTF-8 data:
44496              if none of the characters in the string are > 0xff,
44497              the result is a complemented byte string, not a (UTF-8)
44498              char string.  Based on the summary in
44499              Subject: Re: [ID 20000918.005] ~ on wide chars
44500              This should give us the maximum backward (pre-char string)
44501              compatibility and utf8 compatibility.  The other alternative
44502              would be to limit the bit complement to be always byte only,
44503              taking the least significant byte of the chars.
44504              
44505              Cleanup messy #ifdef.
44506              
44507              Typos in #7667.
44508              
44509              Declare reg_data like reg_substr_data.
44510              
44511              Placate nervous compilers that see longer than ints switch()ing.
44512              
44513              Remove the new two tests of lib/io_xs for now, they seem to
44514              fail under perlio on some platforms.
44515              
44516              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44517              
44518              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
44519              
44520              Subject: tiny typo in perl5db.pl
44521              
44522              Subject: some additions for makefiles for win32 (for perl@7674)
44523              
44524              Hoist the duplicated socket/netdb include logic to perl.h;
44525              undef SETERRNO in case SOCKS has defined it.  Based on:
44526              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
44527              
44528              Regen Configure.
44529              
44530              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
44531              (a macro to define signed and unsigned integer constants).
44532              
44533              Use UINT64_C().
44534              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
44535              
44536              Use u_int32_t for the size of hash_cb(), not size_t.
44537              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
44538              
44539              Quit utf8_to_uv() instantly if curlen == 0.
44540              
44541              Subject: [PATCH: perl@7674] updates to README.os390
44542              
44543              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
44544              
44545              EBCDIC tweaks.
44546              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
44547              
44548              Linenumber fix.
44549              
44550              SOCKS has its own USE_THREADS, based on
44551              Subject: [ID 20001114.002] et. al. bugfix followup
44552              
44553              UINT64_C() work continues.
44554              
44555              Detypo.
44556              
44557              The type of the hash_cb() size argument is tricky.
44558              
44559              Add fwalk() probe to the configuration files and regen perltoc.
44560              
44561              Subject: perllocale.pod changes
44562              
44563              Avoid an infinite loop in VMS when utils scripts are run
44564              with no arguments, from Charles Lane.
44565              
44566              Subject: Re: Bug in Carp::Heavy/5.6.0?
44567              
44568              For Solaris use64bitall the stdchar needs a little bit of help.
44569              
44570              The long double hints can be here or there.
44571              
44572              Test tweak for the open pragma.
44573              
44574              Also the 64bitall hints can be either here or there.
44575              
44576              As surmised the #7719 wasn't a good move.
44577              
44578              Subject: Fix for 20000409.001
44579              
44580              Subject: Fix for 20000815.006
44581              It's really 20000518.006.
44582              
44583              Subject: [PATCH 5.6.0 README.win32] very minor typos
44584              
44585              Subject: Fix for README.amiga (20000323.033)
44586              
44587              Explain in more detail the {} syntax ambiguousity.
44588              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
44589              
44590              Sparc 64-bit pack() fix from Jens Hamisch.
44591              
44592              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
44593              
44594              Subject: podlators 1.05 available        
44595              
44596              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
44597              
44598              Subject: [perl 7711: EPOC] updates
44599              
44600              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
44601              
44602              Miraculous typo.
44603              
44604              sysseek() instead of seek().
44605              
44606              Solaris hints tweaks.
44607              
44608              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
44609              This may be overly harsh but until proven otherwise, we think this
44610              way, or until we have a simple test for Configure (having to start
44611              up servers is does not count as simple) to check for the problems.
44612              
44613              Remove the shared object before attempting to create
44614              (by linking) a new one.  E.g. in AIX not removing
44615              becomes quite painful if one tries to do more than one
44616              build in the same tree (an interrupted build, for example),
44617              since the AIX' shared dynaloader seemingly keeps the shared
44618              objects open and therefore 'busy' for quite a while, even when
44619              nobody is using the objects, leading into link failures.
44620              
44621              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
44622              
44623              Subject: DOC PATCH 5.6.0 perlreftut
44624              
44625              Subject: [PATCH: perl@7777] add system locale testing for VMS
44626              
44627              Subject: [PATCH] Test.pm POD peculiarity
44628              
44629              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
44630              
44631              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
44632              
44633              Subject: Re: perl@7777 
44634              Detypoing.
44635              
44636              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
44637              
44638              Go ahead and #include <unistd.h> in perl.h.
44639              
44640              Subject: [PATCH perl@7795] small cleanup task for test suite
44641              
44642              Subject: Re: av.c patch (having slight problems)
44643              unshift() speedup.
44644              
44645              Reach back one higher up when searching for PERL_SRC.
44646      Branch: maint-5.6/perl
44647           +> lib/File/Spec/Epoc.pm
44648           !> (integrate 88 files)
44649 ____________________________________________________________________________
44650 [  8174] By: gsar                                  on 2000/12/18  03:53:09
44651         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
44652              7625..7629,7631..7634,7637,7639,7642 from mainline
44653              
44654              Fix for the tie-refhash string table leaks.
44655              
44656              Subject: [patch perl@7595] VMS configure.com tweak
44657              
44658              More careful detection of how well NVs and UVs mix.
44659              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))
44660              Added some SIGFPE paranoia.
44661              
44662              Forgot to bump the line numbers in #7601.
44663              
44664              Subject: PATCH std stdio for (Free)BSD
44665              
44666              Deleting $ENV{PATH} in VMS is not recommendable.
44667              
44668              Locale buglets.
44669              Subject: RE: Locales support (setlocale) fixes
44670              
44671              Do not test UTF-8 locales since that the tests would require
44672              polymorphic regexen.
44673              
44674              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
44675              
44676              A missing aTHX_.
44677              
44678              Subject: [ID 20001108.013] spelling
44679              
44680              Subject: [PATCH] Class::Struct at compile time
44681              
44682              Make deleting for %ENV work for (newer versions of) VMS,
44683              from Craig A. Berry.
44684              
44685              Forgot from #7618.
44686              
44687              More VMS moves on environment handling, from Charles Lane.
44688              
44689              Remove unused extra arguments.
44690              
44691              Typo in an ifndef.
44692              Subject: Re: [PATCH 5.7.0] better messages from malloc()
44693              
44694              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
44695              All except the "cow orker" change.
44696              
44697              The generated boot_* headers are wrong.  Pickier compiler,
44698              such as KAI C++ will refuse to compile the resulting perlmain.
44699              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44700              
44701              There's no =head3.
44702              
44703              Disable only the tests 99 and 166 for UTF-8 locales.
44704              
44705              Missing dTHXs.
44706              Subject: RE: perl@7595 builds not on cygwin
44707              
44708              Subject: Re: bash -c exit and linux hints 
44709              
44710              Various doc oddball characters.
44711              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44712              
44713              Subject: [PATCH] IO::Seekable pod
44714              
44715              Amdahl UTS hints updates.
44716              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
44717              
44718              Explain better why certain regex tests are skipped.
44719              Subject: Re: tests skipped: unknown reason
44720              
44721              Subject: [PATCH] README.solaris
44722              
44723              Subject: [PATCH perl@7638] cygwin port
44724      Branch: maint-5.6/perl
44725           +> README.solaris
44726           !> (integrate 26 files)
44727 ____________________________________________________________________________
44728 [  8173] By: gsar                                  on 2000/12/18  03:37:02
44729         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
44730              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
44731              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
44732              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
44733              
44734              Better create a true mailing list for the repository keepers.
44735              
44736              Subject: [ID 20001027.007] uniq array in perlfaq
44737              
44738              De-quoted-unreadable to ISO Latin 1.
44739              (There's one ISO-2022-JP name in Changes5.004.)
44740              
44741              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
44742              
44743              The #7476 needs a MANIFEST change, too.
44744              
44745              Add also emailless people.
44746              
44747              UTF-8 decoder tweak.
44748              
44749              Make \x{...} consistently produce UTF-8.
44750              Subject: Re: \x{...} is confused 
44751              
44752              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
44753              
44754              Add a perlbug flag, -A, to avoid acknowledgement messages.
44755              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
44756              
44757              Use Errno magic.
44758              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
44759              
44760              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
44761              
44762              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
44763              
44764              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
44765              
44766              Be more lenient on bad UTF-8 when doing bit arithmetics.
44767              Subject: Re: [ID 20000918.005] ~ on wide chars
44768              (The ord() part of the patch skipped.)
44769              
44770              Subject: perlfaq style changes
44771              
44772              AUTHORS tweaks.
44773              
44774              Whitespace style tweak.  Was originally going to see to
44775              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44776              but that had already been taken care of.
44777              
44778              The compiler is either gcc or cc, from Tom Bates.
44779              
44780              The osname has been lowercased by now, from Tom Bates.
44781              
44782              The NonStop-UX libraries have a novel way to say NaN.
44783              
44784              printf UVs the correct way, noticed by Robin Barker.
44785              
44786              Subject: [PATCH] startperl to respect versiononly
44787              
44788              AUTHORS updates.
44789              
44790              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44791              
44792              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
44793              
44794              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
44795              
44796              Generalize the Camel wording.
44797              Subject: Re: perlfaq style changes
44798              
44799              Subject: [ID 20001005.006] Documentation -- description of qr//
44800              
44801              C.pm part of
44802              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
44803              
44804              Locale warning explanation tweak.
44805              
44806              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
44807              
44808              Make the POSIX::setuid and POSIX::setgid to really call setuid()
44809              and setgid() because they were just changing $< and $( which means
44810              only changing the real uid/gid, as opposed to changing both
44811              real and effective ids.  (The alternative way could have been
44812              in POSIX.pm to change $> and $), too, but making a direct call
44813              to the C API feels cleaner.)  Fixes the bug
44814              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
44815              
44816              Expand %Config variables and %ENV variables only if
44817              so requested during build time using the
44818              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
44819              Not expanding makes relocating distributions easier.
44820              
44821              More tweaking on the #7522 theme.
44822              
44823              Test::Harness revealed buglets in the new DynaLoader.
44824              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
44825              
44826              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
44827              fix a autovivification bug in Tie::RefHash, add tests for both.
44828              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
44829              
44830              Detpyo.
44831              
44832              recv() can fail and return undef.
44833              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
44834              
44835              Fix the problem discussed in
44836              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
44837              originally from Linc Madison.  Also Andreas König's comments
44838              taken into account.  Some other problems with Tie::SubstrHash
44839              fixed: didn't croak when the table exceeded the requested number
44840              of entries (as documented) but instead when the number of entries
44841              exceeded the size of the table, a croak() had an unnecessary \n,
44842              didn't have a CLEAR method, documented that there is no exists().
44843              Didn't fix to be strict-proof because the module uses &foo; and
44844              dynamic scope.  Added a test script exercizing both first tamely 
44845              the basic functionality, and then the failure cases reported by
44846              Linc Madison.
44847              
44848              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
44849              
44850              The #7521 touched things it shouldn't have.
44851              
44852              Subject: [PATCH 5.7.0] better messages from malloc()
44853              
44854              Subject: Re: README.aix
44855              
44856              Add FCNTL_CAN_LOCK.
44857              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44858              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44859              
44860              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
44861              create a "fast path" for locale name probing using "locale -a"
44862              if available, squash finally hopefully the s?printf resetting
44863              the numeric locale (since, IIUC perllocale, it never shouldn't). 
44864              
44865              More Changes tweakery.
44866              
44867              Dying is too strict here, better just skip.
44868              
44869              Subject: Locales support (setlocale) fixes
44870              Modified quite a bit to be more portable.
44871              
44872              Configure would use a bad $myuname from an old config.sh.
44873              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
44874              
44875              Fix for
44876              Subject: [ID 20001004.006] undef is never tainted
44877              An undef read from a slurped file was not tainted.
44878              
44879              Fix for
44880              Subject: [ID 20001004.007] taint propogation is inconsistent
44881              The culprit was sv_setsv() which was rather blindly
44882              propagating taint, which lead to behaviour where if
44883              a tainted anon hash value was seen all the hash values
44884              from then on at that level became tainted, or at any
44885              upper levels in the case of nested anon hashes.
44886              
44887              Test tweak: show also the failed locales.
44888              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
44889              
44890              A fix of sorts for 20000329.026, a better error message
44891              for a missing "use charnames" when using the \N{...}. 
44892              
44893              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
44894              
44895              Add =pod to be tidy.
44896              
44897              Fix for bug id 19990615.008, pos() unset during s///ge.
44898              
44899              Add a note for future generations about bug id 20000229.006.
44900              
44901              Use -dM for gcc (the suggested patch did it only for Linux,
44902              but I think it can be generalized).
44903              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
44904              
44905              opmini.o can linger from Configures past.
44906              
44907              Document that the evaled syntax errors cause scalar leaks.
44908              
44909              Fix for
44910              Subject: [ID 20000728.005] perl -P broken
44911              (hopefully).  The fix is also not complete, it seems to break
44912              BOM swallowing for libc5 systems, but until someone figures
44913              out a way to do this without ftell(), this will do.
44914              
44915              AUTHORS updates.
44916              
44917              Subject: Re: rsync'ed patches vs. rsync'ed source
44918              
44919              Admit that the test leaks scalars.
44920              
44921              Sanitize the environment further.
44922              
44923              VOS updates from Paul Green.
44924              
44925              Document %ENV = () portability issues.
44926              
44927              Make the stdio test program of 7427 less noisy while being 
44928              compiled so that Digital UNIX wouldn't get both
44929              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
44930              undefined.  This makes perlio happy.
44931              
44932              glibc5 detection by __GNU_LIBRARY__.
44933              
44934              %ENV note tweaks from Dan Sugalski.
44935              
44936              Varargs don't always work too well if one puts an unsigned
44937              char on the stack and pop an unsigned quad off the stack.
44938              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
44939              
44940              Subject: Pod updates
44941              
44942              Fake support of holey files in win/dosish platforms.
44943              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
44944              
44945              A doc addition for bug id 20001105.019, beware \p.
44946              
44947              Tweak #7587.
44948              
44949              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
44950              
44951              perlhack updates from H.Merijn Brand.
44952              
44953              Subject: [PATCH perl@7573] cygwin port
44954              Synchronize with Cygwin 1.1.5.
44955              
44956              Bad thinko in #7581 (I used the test program with the expanded
44957              values as-is).
44958              
44959              Make perlbug not insist on dumping to a file when stdout isn't a tty.
44960              Subject: [PATCH] perlbug.PL
44961              
44962              Overrideable keys, each, pop, push, shift, splice, unshift.
44963              Subject: [PATCH] prototyped functions that should be overrideable
44964              
44965              Try to avoid flockless and emulationless places.
44966      Branch: maint-5.6/perl
44967           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
44968            - MAINTAIN
44969           !> (integrate 111 files)
44970 ____________________________________________________________________________
44971 [  8172] By: jhi                                   on 2000/12/18  02:49:27
44972         Log: Regen pods.
44973      Branch: perl
44974            ! pod/perlmodlib.pod pod/perltoc.pod
44975 ____________________________________________________________________________
44976 [  8171] By: gsar                                  on 2000/12/18  02:49:24
44977         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
44978              7465..7471 from mainline
44979              
44980              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
44981              in platforms that strictly require all the symbols being present
44982              at link time.
44983              
44984              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
44985              
44986              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
44987              
44988              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
44989              
44990              Subject: [PATCH] todo
44991              
44992              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
44993              
44994              Use $sort, $uniq (and $tr) consistently as wondered
44995              by Nicholas Clark.
44996              
44997              Too enthusiastic editing in #7460.
44998              
44999              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
45000              
45001              Upgrade to CPAN 1.58_55.
45002              Subject: CPAN.pm status
45003              
45004              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
45005              
45006              Make target reordering to avoid pointless re-makes.
45007              Subject: Re: Total re-make of 'make okfile' after 7451 ?
45008              
45009              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
45010              
45011              Subject: DOC PATCH 5.6.0
45012              
45013              Add the repository doc by Malcolm, Sarathy, and by Simon,
45014              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
45015      Branch: maint-5.6/perl
45016           +> Porting/repository.pod
45017           !> Configure MANIFEST Makefile.SH README.dos README.os2
45018           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
45019           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
45020           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
45021 ____________________________________________________________________________
45022 [  8169] By: gsar                                  on 2000/12/18  02:33:34
45023         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
45024              7435..7441,7445 from mainline
45025              
45026              Make the UTF-8 decoding stricter and more verbose when
45027              malformation happens.  This involved adding an argument
45028              to utf8_to_uv_chk(), which involved changing its prototype,
45029              and prefer STRLEN over I32 for the UTF-8 length, which as
45030              a domino effect necessitated changing the prototypes of
45031              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
45032              The stricter UTF-8 decoding checking uses Markus Kuhn's
45033              UTF-8 Decode Stress Tester from
45034              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
45035              
45036              Run vms/vms_yfix.pl, should have done that after changing
45037              perly.c in #7382.
45038              
45039              Subject: [PATCH 5.7.0] static linking with uninstalled perl
45040              
45041              (Replaced by #7440.)
45042              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
45043              
45044              Fix the bug ID 20001024.005, the bug introduced by #7416.
45045              
45046              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
45047              
45048              Fix the bug reported in
45049              From: andreas.koenig@anima.de (Andreas J. Koenig)
45050              Also make is_utf8_char() stricter.
45051              
45052              Missed the header file changes from #7425.
45053              
45054              Check if stdio supports tweaking lval and cnt simultaneously.
45055              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45056              
45057              Stratus VOS updates from Paul Green.
45058              
45059              Podify README.epoc and README.vos.
45060              
45061              Add targets to Makefile.SH, most importantly
45062              'regen_all' which also remembers to update vms/perly*.
45063              
45064              Subject: Minor update to find2perl, for portability
45065              
45066              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
45067              
45068              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
45069              
45070              Rename UTF8LEN() to be UNISKIP(), too confusing to have
45071              UTF8LEN() and UTF8SKIP(). 
45072              
45073              Allow poking holes at the UTF-8 decoding strictness.
45074              
45075              Continue the internal UTF-8 API tweaking.
45076              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
45077              used much more than the simpler API, now called utf8_to_uv_simple().
45078              Still not quite happy with API, too much partial duplication
45079              of functionality.
45080              
45081              A new version of making the syslog test more robust.
45082              (Replaces #7421.)
45083              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
45084              
45085              buildtoc target tweaks.
45086              
45087              Integrate with vmsperl #7430 by Charles Bailey:
45088              
45089              Cleanup from prior patch (Charles Lane?):
45090              - improve handling of MFDs in Basename and Path
45091              - default to no xsubpp line # munging when building debug images
45092      Branch: maint-5.6/perl
45093           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45094           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
45095           !> (integrate 67 files)
45096 ____________________________________________________________________________
45097 [  8168] By: gsar                                  on 2000/12/18  02:05:49
45098         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
45099              
45100              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
45101              From: Martin Husemann <martin@duskware.de>
45102              
45103              Subject: [PATCH 5.7.0] restore match data on backtracing
45104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45105      Branch: maint-5.6/perl
45106           !> regcomp.c regexec.c t/op/re_tests
45107 ____________________________________________________________________________
45108 [  8167] By: gsar                                  on 2000/12/18  01:55:22
45109         Log: integrate changes#7858,7986 from mainline
45110              
45111              C<foreach my $x ...> in pseudo-fork()ed process may diddle
45112              parent's memory; fix it by keeping track of the actual pad
45113              offset rather than a raw pointer (this change is probably also
45114              relevant to non-ithreads case to avoid fallout from reallocs of
45115              the pad array, but is currently only enabled for the ithreads
45116              case in the interests of minimal disruption to existing "well
45117              tested" code)
45118              
45119              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
45120              due to the notorious GetFileType() bug in Windows 9x, which fstat()
45121              tickles)
45122      Branch: maint-5.6/perl
45123           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
45124           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
45125           !> win32/win32.c win32/win32.h win32/win32sck.c
45126 ____________________________________________________________________________
45127 [  8166] By: gsar                                  on 2000/12/18  01:52:59
45128         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
45129              from mainline (xsubpp and ExtUtils::LibList fixups, various
45130              other small items)
45131              
45132              The generated boot_* headers are wrong.  Pickier compiler,
45133              such as KAI C++ will refuse to compile the resulting perlmain.
45134              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
45135              
45136              Various doc oddball characters.
45137              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
45138              
45139              Subject: [PATCH] Re: 20001101.003 PDL
45140              
45141              Subject: [PATCH 5.7.0] etags broken again
45142              
45143              Subject: [PATCH 5.7.0] Liblist finally works
45144              
45145              Subject: [PATCH 5.7.0] Liblist returns found libraries
45146              
45147              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
45148              
45149              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
45150              
45151              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45152              OUT keyword nits.
45153              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45154              OUT and IN_OUT documentation.
45155      Branch: maint-5.6/perl
45156           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
45157           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
45158           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
45159           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
45160           !> win32/bin/search.pl
45161 ____________________________________________________________________________
45162 [  8165] By: gsar                                  on 2000/12/18  01:28:45
45163         Log: integrate changes#7533,7563,7611,7623 from mainline (various
45164              malloc.c embellishments)
45165      Branch: maint-5.6/perl
45166           !> malloc.c pod/perldiag.pod
45167 ____________________________________________________________________________
45168 [  8164] By: gsar                                  on 2000/12/18  01:23:33
45169         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
45170              fixups)
45171      Branch: maint-5.6/perl
45172           !> utils/h2xs.PL
45173 ____________________________________________________________________________
45174 [  8163] By: gsar                                  on 2000/12/18  01:17:50
45175         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
45176              fixups)
45177      Branch: maint-5.6/perl
45178           !> Makefile.SH utils/perlbug.PL
45179 ____________________________________________________________________________
45180 [  8162] By: gsar                                  on 2000/12/18  00:25:43
45181         Log: always export Perl_deb() (it is required by re.xs whether
45182              Perl is built with or without -DDEBUGGING)
45183      Branch: maint-5.6/perl
45184            ! makedef.pl
45185 ____________________________________________________________________________
45186 [  8161] By: gsar                                  on 2000/12/18  00:23:38
45187         Log: integrate change#7414 from mainline
45188              
45189              Undo the basename() part of #7412 since the lib/basename
45190              tests would need upgrading too.
45191              
45192              squelch two tests in tr.t that rely on tr/// paranoia change
45193              that's not in 5.6.x
45194      Branch: maint-5.6/perl
45195            ! t/op/tr.t
45196           !> lib/File/Basename.pm
45197 ____________________________________________________________________________
45198 [  8160] By: gsar                                  on 2000/12/18  00:05:30
45199         Log: missing change in previous integrate
45200      Branch: maint-5.6/perl
45201           !> README.aix
45202 ____________________________________________________________________________
45203 [  8159] By: gsar                                  on 2000/12/18  00:03:38
45204         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
45205              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
45206              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
45207              7410..7413 from mainline
45208              
45209              Introduce the man[24-8] variables, from Andy Dougherty.
45210              
45211              Upgrade to CPAN 1.58, from Andreas König.
45212              
45213              An updated EBCDIC tr patch.
45214              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
45215              
45216              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
45217              
45218              Two thirds of
45219              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
45220              The Install.pm changes will be submitted separately because
45221              they need some work and discussion still.
45222              
45223              The Install.pm third of
45224              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
45225              
45226              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
45227              
45228              Subject: [PATCH 5.7.0] IVs in mtats
45229              
45230              Subject: [PATCH 5.7.0] Perl API for mstats
45231              
45232              Ilya implemented the memory profiling API.
45233              
45234              In Amdahl UTS "struct sv" is defined by a system header,
45235              <ksync.h>.
45236              
45237              Slight tweak of the code to appease Amdahl UTS cc.
45238              
45239              Amdahl UTS doesn't seem to do dynaloading.
45240              
45241              Use UTF8SKIP(), from Simon Cozens.
45242              
45243              Thinko in #7222.
45244              
45245              op/sprintf.t patch for OS/390 (and any other host with limited
45246              floating-point exponent length)
45247              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
45248              
45249              Tweak #7225.
45250              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
45251              
45252              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
45253              
45254              Needs to be conditional on SunOS 4.
45255              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
45256              
45257              Test cases for bug id 20000323.056 (the bug seems to be fixed).
45258              
45259              Add test for bug id 20000427.003 (which seems to have
45260              been fixed) (also duplicate as 20000427.004, though
45261              with a higher severity).  Move one utf8 from op/append
45262              to pragma/utf8, tag the tests with bug ids.
45263              
45264              Document FNCASE=y as discussed in the bug 20000902.009.
45265              
45266              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
45267              The problem was that rx->minlen was in chars while pp_split()
45268              thought it would be in bytes. 
45269              
45270              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
45271              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
45272              
45273              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
45274              
45275              Fix a couple of compiler-noted nits in #7235.
45276              
45277              Tweak the test of #7235.
45278              
45279              One more ~utf8 tweak.
45280              
45281              -w cleanup.
45282              Subject: Re: Problems with bleadperl 
45283              
45284              Subject: small pod patch
45285              
45286              Subject: [PATCH perlguts.pod] Document offset hack
45287              
45288              Add Charles Lane.
45289              
45290              Add the capability to include/exclude branches.
45291              
45292              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
45293              
45294              Detect early whether the std streams have gone bad.
45295              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
45296              
45297              More IoTYPE sprinkling.
45298              
45299              Workaround for a sfio bug where the stream error indicator
45300              is not cleared as documented.
45301              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
45302              
45303              Clarify documentation on 'use bytes'.
45304              Subject: Re: What does 'use bytes' "mean" ?
45305              
45306              Show the failed remote port, instead of the failing line number.
45307              Subject: [PATCH 5.6.1 Debugger] More diagnostics
45308              
45309              Make Cwd more bulletproof in chrooted environments.
45310              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
45311              
45312              Subject: Pod patch for Devel::Peek
45313              
45314              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
45315              
45316              Borland C fstat() never saw the fd as writable.
45317              Subject: fix for Borland's weak "stat" (perl@7211)
45318              
45319              Missing change from #7362.
45320              
45321              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
45322              
45323              Add the test case for the bug id 20000730.004 which seems
45324              to have been fixed by now.
45325              
45326              Fix of sorts for bug id 20000901.092.  There seems to be no trace
45327              of a 'pmshort' anywhere in the B, so the offending line was simply
45328              removed.
45329              
45330              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
45331              
45332              Subject: PATCH do_print has 2 PerlIO_error()s
45333              
45334              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
45335              
45336              Typo noted by Mark Lutz.
45337              
45338              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
45339              
45340              In the latest compiler builds cccdlflags must not become -fpic,
45341              from Wilfredo Sánchez.
45342              
45343              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
45344              
45345              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
45346              
45347              SOCKS function redefinitions need prototypes, too, otherwise
45348              for example 32 bit versus 64 bit differences cause a lot of
45349              problems.  Part of
45350              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45351              
45352              Portability tweak on #7377.
45353              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
45354              
45355              Don't write double values through long double pointers,
45356              based on a part of
45357              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45358              
45359              Reëntrancy fix.
45360              Subject: [PATCH perl@7229] Rentrant parser and yylex()
45361              
45362              Make scan_num() reëntrant, as suggested in
45363              Subject: [PATCH perl@7229] Rentrant parser and yylex()
45364              
45365              Fix for ID 20001020.006, concatenating an unset submatch
45366              with utf8 resulted in "Modification of a read-only value".
45367              
45368              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
45369              
45370              The #7383 was right only in the context of the original bug report,
45371              not in more general case.
45372              
45373              Update Changes.
45374              
45375              Testcases for a #7383,#7385 related bug.
45376              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
45377              
45378              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
45379              
45380              Tweak the Is* definitions of Unicode character classes
45381              to better match the official categorizations; embrace
45382              the official categorizations; add the combining marks
45383              as alpha (and -numeric); fix DCinital (a typo and edito)
45384              to be DCmedial.
45385              
45386              Hints tweak from Anton Berezin.
45387              
45388              Subject: installman go-faster stripes
45389              Subject: Re: installman go-faster stripes
45390              
45391              Subject: [ID 20001021.003] updated hints/openbsd.sh
45392              
45393              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
45394              
45395              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
45396              
45397              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
45398              
45399              Doc patch.
45400              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
45401              
45402              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
45403              
45404              Subject: Re: [ID 20001021.005] SEGV with regex match 
45405              
45406              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
45407              
45408              The change #7187 was not so good on VMS.
45409              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
45410              
45411              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
45412              
45413              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
45414              
45415              Document PERL_INSTALL_ROOT of #7210.
45416      Branch: maint-5.6/perl
45417           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
45418           +> t/lib/tie-splice.t
45419            - lib/unicode/Is/DCinital.pl
45420           !> (integrate 112 files)
45421 ____________________________________________________________________________
45422 [  8158] By: jhi                                   on 2000/12/17  23:04:24
45423         Log: Subject: [PATCHES] RE: perl@8150 
45424              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
45425              Date: Sun, 17 Dec 2000 21:46:39 +0100
45426              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
45427              
45428              Neither cygwin has a getpwuid() one can trust on.
45429      Branch: perl
45430            ! t/lib/glob-basic.t
45431 ____________________________________________________________________________
45432 [  8157] By: jhi                                   on 2000/12/17  23:01:54
45433         Log: More MAN.PODS => {} fixes.
45434      Branch: perl
45435            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
45436            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
45437            ! os2/OS2/REXX/Makefile.PL
45438 ____________________________________________________________________________
45439 [  8156] By: gsar                                  on 2000/12/17  22:49:13
45440         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
45441              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
45442              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
45443              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
45444              7201,7204 from mainline
45445              
45446              Remove vestiges of tr//CU.
45447              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45448              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45449              
45450              The return value of setlocale must be copied away.
45451              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45452              
45453              Allow chop() and chomp() to be overridden.
45454              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45455              
45456              Hints optimization.
45457              Subject: Minor nit
45458              
45459              Subject: [PATCH] de-wall t/README
45460              
45461              Subject: Re: Two advertising clauses need to be removed
45462              
45463              Batch of UTF-8 patches from Simon Cozens.
45464              
45465              Fix for a parsing bug, not for the original bug.
45466              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
45467              
45468              Compilation warnings and an error.
45469              
45470              Subject: File::Find 5.7.0 POD nits
45471              
45472              Subject: [PATCH perl-5.7.0] continued -Wformat support
45473              
45474              The one that got away.
45475              
45476              Subject: Re: perl@7078
45477              
45478              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
45479              convertable to bytes by checking it doesn't go above 0xc3
45480              Subject: Re: perl@7078
45481              
45482              Replace #7084 with
45483              Subject: Re: perl@7078 
45484              
45485              We don't need to count the high bit bytes, a boolean is enough. 
45486              
45487              Subject: [PATCH] utf8.c apidoc
45488              
45489              Subject: Re: perl@7078 
45490              
45491              Botched the #7090 check-in.
45492              
45493              Fix for the charnames.t failures from Spider Boardman.
45494              
45495              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
45496              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
45497              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
45498              0 to checking to get the warning.
45499              
45500              Subject: [PATCH] Nits in perlmod.pod
45501              
45502              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
45503              
45504              Subject: Re: unicode support and perl [ID 20000901.097]
45505              
45506              Subject: Re: unicode support and perl [ID 20000901.097]
45507              
45508              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
45509              
45510              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
45511              
45512              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
45513              
45514              Subject: [PATCH@blead] Fix some recursion in overload.pm
45515              
45516              s/Robin Parker/Robin Barker/
45517              
45518              Subject: [PATCH] Fix aliasing of tied filehandles
45519              
45520              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
45521              
45522              Subject: Re: [PATCH 5.005_64 missed]
45523              
45524              SOCK_DGRAM and listen() do not mix as reported in
45525              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
45526              The patch for 5.7.0+ had to be reengineered, though.
45527              
45528              Subject: DOC PATCH 5.6.0
45529              
45530              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
45531              
45532              Document the issue (is not a syntax error, kind of)
45533              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
45534              
45535              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
45536              Did not apply cleanly, manual intervention was needed.
45537              
45538              Subject: [PATCH] DLL not restartabke with threaded perl
45539              
45540              Inside require() $^S was always left undefined.
45541              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
45542              
45543              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
45544              
45545              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
45546              
45547              Regen headers.
45548              
45549              Subject: [PATCH 5.7.0] Epoc update
45550              
45551              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
45552              as suggested by Olaf Flebbe and Nick Clark.
45553              
45554              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
45555              
45556              Misplaced else.
45557              
45558              Scale down the VMS message boxes, by Charles Lane.
45559              Fix for ID 20000903.009, workaround at
45560              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
45561              
45562              Subject: [ID 20001003.006] B::Debug not -w clean
45563              
45564              Test harness update to sync with the new perlcc,
45565              from Simon Cozens.
45566              
45567              One remaining nit less at the VMS mailbox sizing.
45568              
45569              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45570              
45571              It is possible to have no hosts database at all.  Pointed out in
45572              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45573              
45574              Subject: [PATCH 5.7.0] h2xs not working
45575              Subject: [PATCH 5.7.0] h2xs not documenting the created module
45576              
45577              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
45578              
45579              Subject: perlhack.pod Patch for Externals Tools
45580              
45581              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
45582              
45583              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
45584              
45585              Enable disabling scripts installation by Configure -Uinstallscripts,
45586              suggested by H. Merijn Brand.
45587              
45588              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
45589              reported several times by Dominic Dunlop, for example in
45590              ID 20000315.008.  Patch from Dominic.  Patch affects at
45591              least MachTen, and possibly other oldish BSDs. Should not
45592              break non-broken platforms (tested on LinuxPPC). 
45593              
45594              Regen toc.
45595              
45596              Subject: Re: Questions about Tie::Array and perl modules
45597              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
45598              
45599              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
45600              
45601              Tweak #7153.
45602              
45603              IO::Handle->syswrite() did not handle length omission
45604              like CORE::syswrite() does.
45605              Subject: [Fwd] IO::Handle, syswrite and arguments
45606              The original patch from andrew@ugh.net.au.
45607              
45608              Also the $ccflags is needed for the C compiler check.
45609              Subject: Configure (check for C-compiler)
45610              
45611              Eliminate $Is_VMS code from the test.
45612              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
45613              
45614              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
45615              as the first option of cc/ld because of ultrapicky compilers
45616              (e.g. OS/390 R2.5)
45617              
45618              Change the version number of Tie::Handle in the core to 4.0,
45619              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
45620              Subject: Note on Tie::Handle
45621              
45622              UTF8ize split() so that the cloned substrings get the UTF8
45623              flag of the original scalar.  Problem reported by Simon Cozens.
45624              
45625              save_re_context() could reset PL_curcop to freed memory, causing core
45626              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
45627              
45628              Subject: PATCH 5.6 perldebguts grammar cleanup
45629              
45630              Add a todo note about overloadable assertions.
45631              
45632              on Windows, LoadLibrary() could load an extension DLL multiple
45633              times if forward slashes are used in the path
45634              
45635              on Windows, cwd strings in the environment should be of the
45636              form =X:=X:\foo instead of =X=X:\foo\
45637              
45638              on Windows, avoid potential exception (could happen if MSVCRT isn't
45639              being used) when closing a socket handle
45640              
45641              avoid nonportable example code
45642              
45643              Windows9x doesn't support link(), despite what Config.pm
45644              might think
45645              
45646              pod nit
45647              
45648              Change #7160 had a nasty typo.
45649              
45650              Warn about unknown scripts.
45651              Subject: Re: ideas? patches? [PATCH bleadperl]
45652              
45653              on Windows, clean targets might not work under some flavors of the shell
45654              
45655              tweak for change#7173
45656              
45657              Make eq work again with utf8 (disabling the upgrading
45658              should no more be necessary since the copies of the
45659              scalars are upgraded, not the scalars themselves).
45660              Takes care of ID 20001009.001.  (The claimed length()
45661              bug in 20001009.001 seems bogus to me.)
45662              
45663              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
45664              
45665              Upgrade to CGI.pm 2.74, from Lincoln Stein.
45666              
45667              Upgrade to podlators 1.04, from Russ Allbery.
45668              
45669              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
45670              
45671              Quote the temp file name, needed in Win32 because the
45672              default name unfortunately contains spaces, shouldn't
45673              hurt elsewhere.
45674              Subject: FW: perldoc fails if $TEMP contains spaces
45675              
45676              Subject: RE: [ID 19990803.001] README.win32 suggestions 
45677              
45678              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
45679              
45680              Subject: Re: utf8 concat, mg_get
45681              
45682              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
45683              
45684              Subject: [PATCH: perl@7181] op/tr tests on OS/390
45685              
45686              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
45687              
45688              Use the versiononly instead of the installscripts,
45689              retract the changes 7146 and 7147.
45690              
45691              Reapply Andy's patch and regen Configure.
45692              
45693              Add the test case for #7190, from the original bug report
45694              by Andreas König.
45695              
45696              Remove duplicated code.
45697              
45698              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
45699              
45700              restore change#7202
45701      Branch: maint-5.6/perl
45702           !> (integrate 121 files)
45703 ____________________________________________________________________________
45704 [  8155] By: jhi                                   on 2000/12/17  22:30:58
45705         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
45706              From: "Craig A. Berry" <craigberry@mac.com>
45707              Date: Sun, 17 Dec 2000 13:09:28 -0600
45708              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
45709              
45710              MAN.PODS => ' ' is naughty.
45711      Branch: perl
45712            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
45713 ____________________________________________________________________________
45714 [  8154] By: nick                                  on 2000/12/17  22:07:13
45715         Log: MULTIPLICITY nit.
45716      Branch: perl
45717            ! mg.c
45718 ____________________________________________________________________________
45719 [  8153] By: gsar                                  on 2000/12/17  21:23:05
45720         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
45721              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
45722              from mainline
45723              
45724              Document the SvIOK_.*UV().
45725              
45726              Update Unicode todo list.
45727              
45728              Guard against bad string->int conversion for quads.
45729              
45730              Subject: small apidoc fix
45731              
45732              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
45733              
45734              Subject: [PATCH] Tied filehandle documentation
45735              
45736              Subject: [PATCH] Modernize Opcode.pm documentation
45737              
45738              Make Data::Dumper (non-XS) to work with changed semantics of ref().
45739              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45740              [applied even though said semantics didn't change in 5.6.x]
45741              
45742              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
45743              
45744              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
45745              
45746              Fix the URL, but the server is still missing in action.
45747              Subject: [ID 20000905.002] perlfaq1.pod URL error
45748              
45749              Subject: [ID 20000903.001] \w in utf8-strings
45750              
45751              Fix the ccversion detection for 5.1 and beyond.
45752              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45753              
45754              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
45755              
45756              Subject: [ID 20000904.008] Tiny fix for perldiag
45757              
45758              Subject: Re: [ID 20000906.004] segfault with bad perl statement
45759              
45760              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45761              
45762              Subject: [ID 20000908.002] perlipc documentation bug.
45763              
45764              Subject: [PATCH lib/Benchmark.pm]
45765              
45766              Re-allow vec() for characters > 255.
45767              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
45768              
45769              Do away with memory models cruft.  Sorry, PDP users.
45770              
45771              Continue #7041.
45772              
45773              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
45774              
45775              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
45776              
45777              Upgrade to CPAN 1.57_65, from Andreas König.
45778              
45779              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
45780              by Russ Allbery.
45781              
45782              Silence t/pod/*.t about alternate quote-mappings now implemented
45783              by Pod::Text, from Brad Appleton.
45784              
45785              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
45786              Subject: borland C++ win32.c tweak
45787              
45788              C<@a = @b = split(...)> optimization coredumps under ithreads
45789              (missed a spot when fixing up op_pmreplroot hack for ithreads)
45790              
45791              Document the SvUTF8*().
45792              
45793              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
45794              
45795              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
45796              
45797              Do in VMS as the #7054 does.
45798              
45799              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
45800              
45801              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
45802              
45803              Subject: [patch: perl@7045] vms updates
45804              
45805              Test for the #7049.
45806              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
45807              
45808              Break up the myconfig lines a bit.
45809              Subject: perlbug/perl -V output format
45810              
45811              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
45812              
45813              The #7054 truncated Configure badly.
45814              
45815              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
45816              initialization in all the threads on Windows
45817              
45818              Allow for whitespace between "#" and "line" in cpp output.
45819              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
45820              
45821              Remove vestiges of tr//CU.
45822              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45823              
45824              The return value of setlocale must be copied away.
45825              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45826              
45827              Allow chop() and chomp() to be overridden.
45828              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45829              
45830              Hints optimization.
45831              Subject: Minor nit
45832              
45833              Subject: [PATCH] de-wall t/README
45834              
45835              Subject: Re: Two advertising clauses need to be removed
45836      Branch: maint-5.6/perl
45837           !> (integrate 75 files)
45838 ____________________________________________________________________________
45839 [  8152] By: gsar                                  on 2000/12/17  20:30:11
45840         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
45841              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
45842              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
45843              
45844              Don't attach -ld to the archname if pointless.
45845              
45846              Document UNTIE in a very minimalistic way.
45847              
45848              POSIX doesn't report long double values under -Duselongdouble
45849              when the long doubles are "real" (bigger than doubles).
45850              
45851              More author updates.
45852              
45853              Try to deduce NV_MAX.  Really should be Configure fodder.
45854              
45855              :: not allowed in pathnames, change to .
45856              Subject: [PATCH perl@6938] cygwin port
45857              
45858              Forget about NV_MAX (#6951).  Various floating point tweaks,
45859              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
45860              
45861              Move the Solaris 7 scan to use64bitall, make the
45862              failure to find 64-bot sparc libc to mention the
45863              possibility of being in an intel, from Lupe and Alan.
45864              
45865              Regen perltoc.
45866              
45867              AUTHORS tweaks, from Peter Prymmer.
45868              
45869              More address tweaking.
45870              
45871              Small tweaks all over.
45872              
45873              File::Temp patches from Andreas König,
45874              
45875              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
45876              
45877              Subject: CPAN.pm beta 1.57_57 for the core
45878              
45879              Part of the solution.
45880              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
45881              
45882              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
45883              
45884              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45885              
45886              Add the overload warnings to perldiag.
45887              
45888              Drop unused argument.
45889              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
45890              
45891              Subject: Nit in Configure (bleadperl@6961)
45892              
45893              Update to PodParser 1.18, from Brad Appleton.
45894              
45895              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
45896              
45897              Subject: [PATCH: 6948] add SCNfldbl to configure.com
45898              
45899              Document UNTIE. Also tweak implementation to suppress the 'inner references'
45900              warning when UNTIE exists and instead pass the cound of extra references to
45901              the UNTIE method.
45902              
45903              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
45904              so that case-ignoring systems like DCL can tell them from
45905              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
45906              
45907              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45908              
45909              Feature ordering tweak.
45910              
45911              Regen perltoc.
45912              
45913              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
45914              
45915              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
45916              
45917              Subject: http:// in L<>
45918              
45919              Detypo.
45920              
45921              change#6791 accidentally clobbered change#6710, put it back
45922              
45923              Only the first line, thank you very much.
45924              
45925              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
45926              plus rework the http: spots as suggested by Tom Christiansen,
45927              plus regen perltoc.
45928              
45929              Undo part of change 6489 which looks like a bulk edit which
45930              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
45931              The supressing of main:: on return from select() is undesirable.
45932              
45933              Apparently avoiding the swapping is too costly.
45934              
45935              Various Configure nits by Philip Newton,
45936              plus the ebcdic one by me.
45937              
45938              Make certain cc is set before trying to run it.
45939              
45940              If overloaded %{} etc. return the object do not loop.
45941              Thus  sub deref { $_[0] } functions if object is wanted type.
45942              
45943              Update perlhist.
45944              
45945              More %{} and other deref special casing - do not pass to 'nomethod'.
45946      Branch: maint-5.6/perl
45947           !> (integrate 59 files)
45948 ____________________________________________________________________________
45949 [  8151] By: gsar                                  on 2000/12/17  19:14:38
45950         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
45951              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
45952              
45953              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
45954              
45955              Make the epsilon to be relative, not absolute.
45956              
45957              Put back the flags dump as reasoned in
45958              Subject: Re: [PATCH] Glob dumping
45959              
45960              Introduce ccname to keep track of what compiler kind of we have.
45961              
45962              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
45963              
45964              Put back the slice accidentally removed by #6907.
45965              
45966              Reset archname and archname64 always, forcing them be
45967              recomputed at each Configure run, make Configure and
45968              the hints files agree on the naming of largefiles variables.
45969              
45970              Don't say "Perl 5.0 source kit".
45971              
45972              Subject: [PATCH] fix misc cast warnings
45973              
45974              Subject: typos in pods
45975              
45976              NVs not necessarily doubles, as pointed out by Yitzchak.
45977              
45978              Subject: [PATCH 6889] add a few ldbl formats to configure.com
45979              
45980              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
45981              
45982              Better options for rsync.
45983              
45984              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
45985              
45986              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
45987              
45988              Subject: [PATCH] Re: UNTIE method 
45989              
45990              A better fix for the Socket building problem from Craig Berry.
45991              
45992              Retract the dummy test, skip the security tests (instead of failing),
45993              explain what the warnings mean.
45994              
45995              Heap decorruption.
45996              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
45997              
45998              Update to Unicode 3.0.1.
45999              
46000              Missed one Unicode file.
46001              
46002              Subject: Re: typos in pods
46003              
46004              The #6929 was too skimpy.
46005              
46006              sscanf() may be the only way to read long doubles from strings.
46007              
46008              Reveal Borland's isnan.
46009              Subject: build with BC++ tweak
46010              
46011              Issue useful diagnostic on unknown pod commands.
46012              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
46013              
46014              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
46015              
46016              Clarify the third case of ftmp-security warnings.
46017              
46018              Make -Dusemorebits find long doubles in Solaris.
46019              
46020              Wrap the test in eval.
46021      Branch: maint-5.6/perl
46022           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
46023           +> lib/unicode/PropList.txt lib/unicode/README.perl
46024           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
46025           +> lib/unicode/Unicode.301 vms/vmspipe.com
46026            - lib/unicode/Props.txt lib/unicode/UCD300.html
46027            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
46028           !> (integrate 305 files)
46029 ____________________________________________________________________________
46030 [  8150] By: jhi                                   on 2000/12/17  18:47:57
46031         Log: Uncheckedin generated files.
46032      Branch: perl
46033            ! global.sym perlapi.c pod/perlapi.pod
46034 ____________________________________________________________________________
46035 [  8149] By: jhi                                   on 2000/12/17  18:41:22
46036         Log: Update Changes.
46037      Branch: perl
46038            ! Changes patchlevel.h
46039 ____________________________________________________________________________
46040 [  8148] By: jhi                                   on 2000/12/17  18:39:16
46041         Log: Subject: [PATCH] Fcntl constants speedup
46042              From: Nicholas Clark <nick@ccl4.org>
46043              Date: Sun, 17 Dec 2000 16:29:24 +0000
46044              Message-ID: <20001217162924.E97668@plum.flirble.org>
46045              
46046              Use IVs for the Fcntl constants instead of NVs.
46047      Branch: perl
46048            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
46049 ____________________________________________________________________________
46050 [  8147] By: jhi                                   on 2000/12/17  18:33:41
46051         Log: Add test for #8145 (binmode() warning), add warning for
46052              ioctl() and sockpair(), document them. (fileno() cannot
46053              be tripwired with the same kind of warning because
46054              'defined fileno($foo)' seems to be an idiom.)
46055      Branch: perl
46056            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
46057 ____________________________________________________________________________
46058 [  8146] By: gsar                                  on 2000/12/17  18:09:08
46059         Log: update Changes
46060      Branch: maint-5.6/perl
46061            ! Changes
46062 ____________________________________________________________________________
46063 [  8145] By: jhi                                   on 2000/12/17  17:39:35
46064         Log: Subject: [PATCH] Re: The long awaited feature ...
46065              From: Simon Cozens <simon@cozens.net>
46066              Date: Sun, 17 Dec 2000 12:31:56 +0000
46067              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
46068              
46069              Add a warning to binmode() about using bad filehandles
46070              (can happen e.g. if someone forgets the filehandle argument)
46071      Branch: perl
46072            ! pp_sys.c
46073 ____________________________________________________________________________
46074 [  8144] By: jhi                                   on 2000/12/17  17:33:48
46075         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
46076              From: Jonathan Stowe <gellyfish@gellyfish.com>
46077              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
46078              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
46079      Branch: perl
46080            ! lib/Net/Ping.pm
46081 ____________________________________________________________________________
46082 [  8143] By: jhi                                   on 2000/12/17  05:31:37
46083         Log: Polymorphic regexps.
46084              
46085              Fixes at least the bugs 20001028.003 (both of them...) and
46086              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
46087              also to be fixed by now, probably already before this patch.
46088      Branch: perl
46089            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
46090            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
46091            ! t/op/utf8decode.t t/pragma/utf8.t
46092 ____________________________________________________________________________
46093 [  8142] By: jhi                                   on 2000/12/16  17:16:05
46094         Log: Subject: [patch perl@8102] dos/djgpp update
46095              From: Laszlo Molnar <ml1050@freemail.hu>
46096              Date: Sat, 16 Dec 2000 01:40:52 +0100
46097              Message-ID: <20001216014052.A335@freemail.hu>
46098      Branch: perl
46099            ! djgpp/config.over t/base/commonsense.t
46100 ____________________________________________________________________________
46101 [  8141] By: jhi                                   on 2000/12/16  17:09:27
46102         Log: Few uncheckedin files.
46103      Branch: perl
46104            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
46105 ____________________________________________________________________________
46106 [  8140] By: nick                                  on 2000/12/15  22:14:31
46107         Log: Integrate mainline
46108      Branch: perlio
46109           !> (integrate 53 files)
46110 ____________________________________________________________________________
46111 [  8139] By: jhi                                   on 2000/12/15  19:49:49
46112         Log: One more IVUV tweak from Nicholas Clark.
46113      Branch: perl
46114            ! sv.c
46115 ____________________________________________________________________________
46116 [  8138] By: jhi                                   on 2000/12/15  19:17:06
46117         Log: Return of the IVUV-preservation, now seems to be happy even
46118              in Digital UNIX (the broken strtoul brokenness detection
46119              seems to have been the fly in the ointment).
46120      Branch: perl
46121            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46122            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
46123            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
46124            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
46125            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46126            ! vos/config.ga.h win32/config.bc win32/config.gc
46127            ! win32/config.vc
46128 ____________________________________________________________________________
46129 [  8137] By: jhi                                   on 2000/12/15  18:12:14
46130         Log: Metaconfig unit change for #8136.
46131      Branch: metaconfig
46132            ! U/modified/d_strtoul.U
46133      Branch: metaconfig/U/perl
46134            ! d_strtoull.U d_strtouq.U
46135 ____________________________________________________________________________
46136 [  8136] By: jhi                                   on 2000/12/15  18:11:35
46137         Log: I don't think it's sensible or portable to test the strtou*
46138              on /^-/ strings.
46139      Branch: perl
46140            ! Configure
46141 ____________________________________________________________________________
46142 [  8135] By: jhi                                   on 2000/12/15  17:18:49
46143         Log: Metaconfig unit change for #8134.
46144      Branch: metaconfig
46145            ! U/modified/d_strtoul.U
46146 ____________________________________________________________________________
46147 [  8134] By: jhi                                   on 2000/12/15  17:14:13
46148         Log: If longsize is 8 we don't need a LL suffix for integer constants.
46149      Branch: perl
46150            ! Configure config_h.SH
46151 ____________________________________________________________________________
46152 [  8133] By: jhi                                   on 2000/12/15  16:00:23
46153         Log: Update Changes.
46154      Branch: perl
46155            ! Changes patchlevel.h
46156 ____________________________________________________________________________
46157 [  8132] By: jhi                                   on 2000/12/15  15:44:16
46158         Log: Some compilers get huffy if you do not cast a const pointer
46159              to a non-const when assigning.
46160      Branch: perl
46161            ! gv.c
46162 ____________________________________________________________________________
46163 [  8131] By: jhi                                   on 2000/12/15  15:38:30
46164         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
46165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46166              Date: Fri, 15 Dec 2000 05:26:57 -0500
46167              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
46168      Branch: perl
46169            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
46170            ! t/pragma/overload.t
46171 ____________________________________________________________________________
46172 [  8130] By: jhi                                   on 2000/12/15  15:36:08
46173         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
46174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46175              Date: Thu, 14 Dec 2000 22:02:43 -0500
46176              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
46177      Branch: perl
46178            ! gv.c perl.h
46179 ____________________________________________________________________________
46180 [  8129] By: jhi                                   on 2000/12/15  15:34:16
46181         Log: Subject: PATCH: h2xs nit
46182              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46183              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
46184              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
46185              
46186              Add a template README.
46187      Branch: perl
46188            ! utils/h2xs.PL
46189 ____________________________________________________________________________
46190 [  8128] By: jhi                                   on 2000/12/15  15:32:22
46191         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
46192      Branch: perl
46193            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
46194 ____________________________________________________________________________
46195 [  8127] By: jhi                                   on 2000/12/15  15:19:34
46196         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
46197              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46198              Date:     Thu, 14 Dec 2000 20:04:42 EST
46199              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
46200      Branch: perl
46201            ! ext/Opcode/Opcode.xs
46202 ____________________________________________________________________________
46203 [  8126] By: jhi                                   on 2000/12/15  15:17:49
46204         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
46205              From: Peter Prymmer <pvhp@forte.com>
46206              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
46207              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
46208      Branch: perl
46209            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
46210            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
46211            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
46212 ____________________________________________________________________________
46213 [  8125] By: jhi                                   on 2000/12/15  15:11:05
46214         Log: This seems to be a stage sane and stable enough to checkin.
46215              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
46216      Branch: perl
46217            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
46218            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
46219            ! t/op/cmp.t t/op/numconvert.t
46220 ____________________________________________________________________________
46221 [  8124] By: jhi                                   on 2000/12/15  04:20:26
46222         Log: Something is really wonky.
46223      Branch: perl
46224            ! sv.c
46225 ____________________________________________________________________________
46226 [  8123] By: jhi                                   on 2000/12/15  04:00:50
46227         Log: Fixes for the IV UV patches to compile in Digital UNIX.
46228      Branch: perl
46229            ! sv.c
46230 ____________________________________________________________________________
46231 [  8122] By: jhi                                   on 2000/12/15  02:53:40
46232         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
46233              From: "Craig A. Berry" <craigberry@mac.com>
46234              Date: Thu, 14 Dec 2000 19:10:49 -0600
46235              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
46236      Branch: perl
46237            ! vms/vms.c
46238 ____________________________________________________________________________
46239 [  8121] By: jhi                                   on 2000/12/15  02:50:00
46240         Log: Metaconfig changes for #8120.
46241      Branch: metaconfig
46242            + U/modified/d_strtoul.U
46243      Branch: metaconfig/U/perl
46244            ! d_strtoull.U d_strtouq.U
46245 ____________________________________________________________________________
46246 [  8120] By: jhi                                   on 2000/12/15  02:49:42
46247         Log: From: Nicholas Clark <nick@ccl4.org> 
46248              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
46249              Date: Thu, 14 Dec 2000 18:38:57 +0000
46250              Message-ID: <20001214183857.B97909@plum.flirble.org>
46251      Branch: perl
46252            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46253            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
46254            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
46255            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46256            ! win32/config.gc win32/config.vc
46257 ____________________________________________________________________________
46258 [  8119] By: jhi                                   on 2000/12/14  23:40:58
46259         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
46260              From: Nicholas Clark <nick@ccl4.org>
46261              Date: Wed, 13 Dec 2000 20:08:50 +0000
46262              Message-ID: <20001213200849.B71166@plum.flirble.org>
46263      Branch: perl
46264            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
46265            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
46266 ____________________________________________________________________________
46267 [  8118] By: jhi                                   on 2000/12/14  22:46:26
46268         Log: Integrate perlio.
46269      Branch: perl
46270           !> MANIFEST ext/Encode/compile makedef.pl
46271 ____________________________________________________________________________
46272 [  8117] By: nick                                  on 2000/12/14  22:38:53
46273         Log: Win32 tweaks to get Encode to build
46274              - temp hack to makedef.pl till PerlIO is properly "exported".
46275              - MSVC dislikes  
46276              static encpage_t foo[];
46277              so make 'em extern for now.
46278      Branch: perlio
46279            ! ext/Encode/compile makedef.pl
46280 ____________________________________________________________________________
46281 [  8116] By: nick                                  on 2000/12/14  22:00:53
46282         Log: Document the new files
46283      Branch: perlio
46284            ! MANIFEST
46285 ____________________________________________________________________________
46286 [  8115] By: jhi                                   on 2000/12/14  21:58:01
46287         Log: MANIFEST new files of #8114.
46288      Branch: perl
46289            ! MANIFEST
46290 ____________________________________________________________________________
46291 [  8114] By: jhi                                   on 2000/12/14  21:50:49
46292         Log: Integrate perlio.
46293      Branch: perl
46294           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
46295           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
46296           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
46297           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
46298           !> ext/Encode/Makefile.PL
46299 ____________________________________________________________________________
46300 [  8113] By: jhi                                   on 2000/12/14  21:48:49
46301         Log: The documentation part of the
46302              
46303              Subject: [ID 20001214.002] Net::Ping patch
46304              From: Jonathan Stowe <gellyfish@gellyfish.com>
46305              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
46306              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
46307              since the #7529 had already addressed the same problem.
46308      Branch: perl
46309            ! lib/Net/Ping.pm
46310 ____________________________________________________________________________
46311 [  8112] By: jhi                                   on 2000/12/14  21:42:57
46312         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
46313              From: Dominic Dunlop <domo@computer.org>
46314              Date: Tue, 12 Dec 2000 10:47:10 +0100
46315              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
46316              
46317              Document how elusive subroutines can be.
46318      Branch: perl
46319            ! pod/perlfunc.pod
46320 ____________________________________________________________________________
46321 [  8111] By: jhi                                   on 2000/12/14  21:38:05
46322         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
46323              From: Dominic Dunlop <domo@computer.org>
46324              Date: Thu, 14 Dec 2000 10:13:51 +0100
46325              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
46326      Branch: perl
46327            ! ext/POSIX/POSIX.pod
46328 ____________________________________________________________________________
46329 [  8110] By: jhi                                   on 2000/12/14  21:36:32
46330         Log: Subject: [patch] perlfaq7
46331              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
46332              Date: Thu, 14 Dec 2000 15:31:07 +0100
46333              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
46334      Branch: perl
46335            ! pod/perlfaq7.pod
46336 ____________________________________________________________________________
46337 [  8109] By: jhi                                   on 2000/12/14  21:29:20
46338         Log: Subject: [8104] Encode
46339              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46340              Date: Thu, 14 Dec 2000 14:49:34 +0100
46341              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
46342              
46343              Type casting for nervous compilers.
46344      Branch: perl
46345            ! ext/Encode/Encode.xs
46346 ____________________________________________________________________________
46347 [  8108] By: jhi                                   on 2000/12/14  21:26:17
46348         Log: Subject: [8104] DB_File
46349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46350              Date: Thu, 14 Dec 2000 14:49:35 +0100
46351              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
46352              
46353              Type definition incorrect for DB 2.7.7.  Not known when it
46354              changed, so only changed it for a known revision.
46355      Branch: perl
46356            ! ext/DB_File/DB_File.xs
46357 ____________________________________________________________________________
46358 [  8107] By: jhi                                   on 2000/12/14  21:23:41
46359         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
46360              From: Peter Prymmer <pvhp@forte.com>
46361              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
46362              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
46363              
46364              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
46365      Branch: perl
46366            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
46367            ! ext/Encode/Encode/posix-bc.enc
46368 ____________________________________________________________________________
46369 [  8106] By: nick                                  on 2000/12/14  20:36:13
46370         Log: "Cold" build correction to Encode's Makefile.PL
46371      Branch: perlio
46372            ! ext/Encode/Makefile.PL
46373 ____________________________________________________________________________
46374 [  8105] By: nick                                  on 2000/12/14  20:09:37
46375         Log: "Compiled" encodings.
46376              Correct replacement character in EBCDIC .enc files
46377              Add 0x7F to ASCII repertoire.
46378      Branch: perlio
46379            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
46380            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
46381            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
46382            ! ext/Encode/Makefile.PL ext/Encode/compile
46383            ! ext/Encode/encengine.c ext/Encode/encode.h
46384 ____________________________________________________________________________
46385 [  8104] By: nick                                  on 2000/12/14  00:38:20
46386         Log: Integrate mainline
46387      Branch: perlio
46388           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
46389           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
46390           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
46391           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
46392           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
46393           !> t/lib/db-hash.t t/lib/db-recno.t
46394 ____________________________________________________________________________
46395 [  8103] By: nick                                  on 2000/12/13  23:16:13
46396         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
46397              so far and so it does not get lost.
46398      Branch: perlio
46399            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
46400 ____________________________________________________________________________
46401 [  8102] By: jhi                                   on 2000/12/13  17:14:22
46402         Log: Update Changes.
46403      Branch: perl
46404            ! Changes patchlevel.h
46405 ____________________________________________________________________________
46406 [  8101] By: jhi                                   on 2000/12/13  16:53:41
46407         Log: Move the proto of start_glob() to a better place; regen api files.
46408      Branch: perl
46409            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
46410 ____________________________________________________________________________
46411 [  8100] By: jhi                                   on 2000/12/13  16:47:11
46412         Log: Metaconfig change for #8099.
46413      Branch: metaconfig
46414            ! U/modified/Head.U
46415 ____________________________________________________________________________
46416 [  8099] By: jhi                                   on 2000/12/13  16:46:48
46417         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
46418              From: Andy Dougherty <doughera@lafayette.edu>
46419              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
46420              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
46421      Branch: perl
46422            ! Configure
46423 ____________________________________________________________________________
46424 [  8098] By: jhi                                   on 2000/12/13  16:39:02
46425         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
46426              From: rspier@pobox.com (Robert Spier)
46427              Date: Tue, 12 Dec 2000 21:12:39 -0500
46428              Message-ID: <14902.56087.678086.725773@rls.cx>
46429              
46430              fastgetcwd is defined using a glob alias on a $^O dependent basis -
46431              and there was no default assignment or perl subroutine.
46432      Branch: perl
46433            ! lib/Cwd.pm
46434 ____________________________________________________________________________
46435 [  8097] By: jhi                                   on 2000/12/13  16:16:01
46436         Log: Subject: [PATCH] move startglob out of pp_hot.c
46437              From: Nicholas Clark <nick@ccl4.org>
46438              Date: Mon, 11 Dec 2000 23:16:39 +0000
46439              Message-ID: <20001211231638.A55550@plum.flirble.org>
46440      Branch: perl
46441            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
46442 ____________________________________________________________________________
46443 [  8096] By: jhi                                   on 2000/12/13  15:26:23
46444         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
46445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
46446              Date: Wed, 13 Dec 2000 14:01:37 +0100
46447              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
46448              
46449              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
46450              in turn requires libpthread in libswanted.
46451      Branch: perl
46452            ! hints/hpux.sh
46453 ____________________________________________________________________________
46454 [  8095] By: jhi                                   on 2000/12/12  19:51:05
46455         Log: The integration wars continue.
46456      Branch: perl
46457           !> sv.c
46458 ____________________________________________________________________________
46459 [  8094] By: jhi                                   on 2000/12/12  19:48:26
46460         Log: Subject: [PATCH perl@8070] DB_File-1.74  
46461              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
46462              Date: Mon, 11 Dec 2000 23:07:17 -0000
46463              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
46464      Branch: perl
46465            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46466            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
46467            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
46468            ! t/lib/db-recno.t
46469 ____________________________________________________________________________
46470 [  8093] By: nick                                  on 2000/12/12  19:42:13
46471         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
46472      Branch: perlio
46473            ! sv.c
46474           !> lib/File/DosGlob.pm
46475 ____________________________________________________________________________
46476 [  8092] By: jhi                                   on 2000/12/12  19:28:11
46477         Log: Integrate perlio.
46478      Branch: perl
46479           !> sv.c
46480 ____________________________________________________________________________
46481 [  8091] By: nick                                  on 2000/12/12  18:49:45
46482         Log: Fix for Tk, and upgrading shared SVs.
46483      Branch: perlio
46484            ! sv.c
46485 ____________________________________________________________________________
46486 [  8090] By: jhi                                   on 2000/12/12  16:48:59
46487         Log: Subject: [PATCH] Re: Breadperl & Tk
46488              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46489              Date: Tue, 12 Dec 2000 14:48:27 GMT
46490              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
46491      Branch: perl
46492            ! sv.c
46493 ____________________________________________________________________________
46494 [  8089] By: jhi                                   on 2000/12/12  03:37:19
46495         Log: Subject: DosGlob.pm diff for bash style brace expansion.
46496              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
46497              Date: Fri, 8 Dec 2000 10:45:30 -0600
46498              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
46499      Branch: perl
46500            ! lib/File/DosGlob.pm
46501 ____________________________________________________________________________
46502 [  8088] By: nick                                  on 2000/12/11  23:59:59
46503         Log: Integrate mainline
46504      Branch: perlio
46505           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
46506           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46507           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
46508           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
46509           !> t/op/local.t t/pragma/warn/toke toke.c
46510 ____________________________________________________________________________
46511 [  8087] By: jhi                                   on 2000/12/11  23:20:23
46512         Log: Integrate perlio.
46513      Branch: perl
46514           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46515 ____________________________________________________________________________
46516 [  8086] By: jhi                                   on 2000/12/11  22:50:59
46517         Log: Tune further the OS detection of CGI.
46518      Branch: perl
46519            ! lib/CGI.pm
46520 ____________________________________________________________________________
46521 [  8085] By: nick                                  on 2000/12/11  22:50:46
46522         Log: Finish 1st pass of "encoding" layer e.g. :
46523              open($fh,"<encoding(iso8859-7)",$greek) || die;
46524      Branch: perlio
46525            ! ext/Encode/Encode.xs perlio.c perliol.h
46526 ____________________________________________________________________________
46527 [  8084] By: jhi                                   on 2000/12/11  22:32:06
46528         Log: Revert the -f ambiguousity patch, seems to cause
46529              too much hassle (the interpret -Q as a function
46530              where Q is not a known filetest part is left in).
46531      Branch: perl
46532            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
46533            ! toke.c
46534 ____________________________________________________________________________
46535 [  8083] By: jhi                                   on 2000/12/11  22:27:23
46536         Log: (accidentally empty check-in)
46537      Branch: perl
46538            ! lib/File/DosGlob.pm
46539 ____________________________________________________________________________
46540 [  8082] By: nick                                  on 2000/12/11  19:09:51
46541         Log: Restore mmap function (broken by tweaks to shared buffer
46542              layer for encode(xxxx)).
46543      Branch: perlio
46544            ! perlio.c
46545 ____________________________________________________________________________
46546 [  8081] By: jhi                                   on 2000/12/11  18:29:13
46547         Log: Subject: Re: The long awaited feature ...
46548              From: Simon Cozens <simon@cozens.net>
46549              Date: Mon, 11 Dec 2000 15:54:24 +0000
46550              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
46551              
46552              More io/utf8 tests.
46553      Branch: perl
46554            ! t/io/utf8.t
46555 ____________________________________________________________________________
46556 [  8080] By: jhi                                   on 2000/12/11  18:19:36
46557         Log: Subject: PATCH MakeMaker manpage clarification
46558              From: andreas.koenig@anima.de (Andreas J. Koenig)
46559              Date: 10 Dec 2000 20:46:13 +0100
46560              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
46561      Branch: perl
46562            ! lib/ExtUtils/MakeMaker.pm
46563 ____________________________________________________________________________
46564 [  8079] By: jhi                                   on 2000/12/11  15:35:07
46565         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
46566              From: Simon Cozens <simon@cozens.net>
46567              Date: Sun, 10 Dec 2000 19:06:19 +0000
46568              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
46569      Branch: perl
46570            ! ext/B/B/Deparse.pm t/lib/b.t
46571 ____________________________________________________________________________
46572 [  8078] By: jhi                                   on 2000/12/11  15:09:11
46573         Log: Subject: [PATCH] docs on NaN
46574              From: Nicholas Clark <nick@ccl4.org>
46575              Date: Mon, 11 Dec 2000 01:48:38 +0000
46576              Message-ID: <20001211014838.B99205@plum.flirble.org>
46577      Branch: perl
46578            ! pod/perlop.pod
46579 ____________________________________________________________________________
46580 [  8077] By: jhi                                   on 2000/12/11  15:02:21
46581         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
46582              From: Simon Cozens <simon@cozens.net>
46583              Date: Mon, 11 Dec 2000 01:21:45 +0000
46584              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
46585      Branch: perl
46586            ! pp.c pp_hot.c scope.c t/op/local.t
46587 ____________________________________________________________________________
46588 [  8076] By: nick                                  on 2000/12/10  20:43:32
46589         Log: Not merge worthy...
46590              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
46591              syntax is modelled on attributes.
46592              Untested fix for io/utf8 on Win32 etc.
46593              Very clumsy start to the encode layer.
46594      Branch: perlio
46595            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46596 ____________________________________________________________________________
46597 [  8075] By: jhi                                   on 2000/12/10  18:39:33
46598         Log: Darwin is not Windows.
46599      Branch: perl
46600            ! lib/CGI.pm
46601 ____________________________________________________________________________
46602 [  8074] By: jhi                                   on 2000/12/10  18:31:27
46603         Log: Subject: Ambiguous -%c() resolved as a file test
46604              From: "Paul Marquess" <Paul.Marquess@openwave.com>
46605              Date: Sun, 10 Dec 2000 15:35:07 -0000
46606              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
46607      Branch: perl
46608            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46609 ____________________________________________________________________________
46610 [  8073] By: jhi                                   on 2000/12/10  18:16:29
46611         Log: Subject: PATCH installperl misinformed 
46612              From: andreas.koenig@anima.de (Andreas J. Koenig)
46613              Date: 10 Dec 2000 13:01:32 +0100 
46614              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
46615      Branch: perl
46616            ! installperl
46617 ____________________________________________________________________________
46618 [  8072] By: jhi                                   on 2000/12/10  18:07:55
46619         Log: The walkoptree confusion rages; walkoptree() seems to be coming
46620              from B.xs, while walkoptree_slow() comes from B.pm.
46621      Branch: perl
46622            ! ext/B/B.pm
46623 ____________________________________________________________________________
46624 [  8071] By: nick                                  on 2000/12/10  11:45:47
46625         Log: Integrate mainline
46626      Branch: perlio
46627           +> t/base/commonsense.t
46628           !> (integrate 37 files)
46629 ____________________________________________________________________________
46630 [  8070] By: jhi                                   on 2000/12/10  04:46:21
46631         Log: Update Changes.
46632      Branch: perl
46633            ! Changes patchlevel.h
46634 ____________________________________________________________________________
46635 [  8069] By: jhi                                   on 2000/12/10  04:39:19
46636         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
46637              From: andreas.koenig@anima.de (Andreas J. Koenig)
46638              Date: 09 Dec 2000 17:14:25 +0100
46639              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
46640      Branch: perl
46641            + t/base/commonsense.t
46642            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
46643 ____________________________________________________________________________
46644 [  8068] By: jhi                                   on 2000/12/10  04:17:36
46645         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
46646              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46647              Date: Sat, 9 Dec 2000 16:47:22 -0000
46648              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
46649      Branch: perl
46650            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
46651            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
46652            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
46653            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
46654            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
46655            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
46656            ! t/lib/sdbm.t
46657 ____________________________________________________________________________
46658 [  8067] By: jhi                                   on 2000/12/10  03:52:02
46659         Log: Test case for #8066.
46660      Branch: perl
46661            ! t/op/misc.t
46662 ____________________________________________________________________________
46663 [  8066] By: jhi                                   on 2000/12/10  03:50:30
46664         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
46665              From: Simon Cozens <simon@cozens.net>
46666              Date: Sun, 10 Dec 2000 00:55:37 +0000
46667              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
46668      Branch: perl
46669            ! pp_sys.c
46670 ____________________________________________________________________________
46671 [  8065] By: jhi                                   on 2000/12/10  03:44:52
46672         Log: Test case for #8064.
46673      Branch: perl
46674            ! t/comp/proto.t
46675 ____________________________________________________________________________
46676 [  8064] By: jhi                                   on 2000/12/10  03:42:32
46677         Log: Subject: Re: prototype of substr
46678              From: Simon Cozens <simon@cozens.net>
46679              Date: Sun, 10 Dec 2000 00:13:33 +0000
46680              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
46681              
46682              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
46683              In other words, make the returned prototypes for any function
46684              stop prepending the ';' optionality marker after the first one.
46685              If they start getting optional, all the rest are optional.
46686      Branch: perl
46687            ! pp.c
46688 ____________________________________________________________________________
46689 [  8063] By: jhi                                   on 2000/12/10  03:39:42
46690         Log: Subject: [PATCH] perlguts.pod
46691              From: Simon Cozens <simon@cozens.net>
46692              Date: Sun, 10 Dec 2000 00:06:47 +0000
46693              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
46694              
46695              Documentation of the different types of ops,
46696              plus the functions in dump.c
46697      Branch: perl
46698            ! pod/perlguts.pod
46699 ____________________________________________________________________________
46700 [  8062] By: jhi                                   on 2000/12/10  03:30:04
46701         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
46702              From: Nicholas Clark <nick@talking.bollo.cx>
46703              Date: Sat, 09 Dec 2000 18:57:25 +0000
46704              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
46705              
46706              Be more robust in weird hostname setups.
46707      Branch: perl
46708            ! t/lib/net-hostent.t
46709 ____________________________________________________________________________
46710 [  8061] By: jhi                                   on 2000/12/10  03:28:21
46711         Log: Pacify fussy compiler. 
46712      Branch: perl
46713            ! pp_sys.c
46714 ____________________________________________________________________________
46715 [  8060] By: jhi                                   on 2000/12/10  02:52:46
46716         Log: Integrate perlio.
46717      Branch: perl
46718           !> pp_sys.c t/io/utf8.t
46719 ____________________________________________________________________________
46720 [  8059] By: nick                                  on 2000/12/09  23:40:14
46721         Log: read/sysread/recv should now be utf8 aware.
46722              Basic test for utf8 read.
46723      Branch: perlio
46724            ! pp_sys.c t/io/utf8.t
46725 ____________________________________________________________________________
46726 [  8058] By: jhi                                   on 2000/12/09  21:56:02
46727         Log: Integrate perlio.
46728      Branch: perl
46729           +> t/io/utf8.t
46730           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
46731 ____________________________________________________________________________
46732 [  8057] By: jhi                                   on 2000/12/09  21:53:35
46733         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
46734              From: Inaba Hiroto <inaba@st.rim.or.jp>
46735              Date: Sun, 10 Dec 2000 05:53:21 +0900
46736              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
46737              
46738              Tests for #8056.
46739      Branch: perl
46740            ! t/op/each.t
46741 ____________________________________________________________________________
46742 [  8056] By: jhi                                   on 2000/12/09  21:51:16
46743         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
46744              From: Inaba Hiroto <inaba@st.rim.or.jp>
46745              Date: Sat, 09 Dec 2000 18:02:00 +0900
46746              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
46747              
46748              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
46749      Branch: perl
46750            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
46751 ____________________________________________________________________________
46752 [  8055] By: nick                                  on 2000/12/09  20:11:48
46753         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
46754              than raw PerlIO_write() - does not seem to break any tests.
46755      Branch: perlio
46756            ! pp_sys.c
46757 ____________________________________________________________________________
46758 [  8054] By: nick                                  on 2000/12/09  19:47:30
46759         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
46760              (sysread, recv and write i.e. formats still to do...)
46761              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
46762              open($fh,">:utf8","name")
46763              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
46764              so no extra overhead is involved.
46765              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
46766              to a non-utf8 stream.
46767              Add initial io/utf8.t
46768              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
46769              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
46770              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
46771      Branch: perlio
46772            + t/io/utf8.t
46773            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
46774 ____________________________________________________________________________
46775 [  8053] By: nick                                  on 2000/12/09  19:26:37
46776         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
46777              was only testing this_utf8.
46778      Branch: perlio
46779            ! toke.c
46780 ____________________________________________________________________________
46781 [  8052] By: nick                                  on 2000/12/09  19:09:41
46782         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
46783              i.e. the output string has one, but don't mess with source assumption.
46784      Branch: perlio
46785            ! toke.c
46786 ____________________________________________________________________________
46787 [  8051] By: jhi                                   on 2000/12/09  16:55:17
46788         Log: Integrate perlio.
46789      Branch: perl
46790           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
46791           !> sv.c thrdvar.h util.c
46792 ____________________________________________________________________________
46793 [  8050] By: jhi                                   on 2000/12/09  16:48:07
46794         Log: Nits noticed by Peter Prymmer.
46795      Branch: perl
46796            ! lib/ExtUtils/MM_VMS.pm
46797 ____________________________________________________________________________
46798 [  8049] By: nick                                  on 2000/12/09  13:49:40
46799         Log: UTF8 output prework.
46800              - Store $\ and $, as SVs so they can have SvUTF8 flag
46801              - use do_print() rather than raw PerlIO_write() to print them.
46802      Branch: perlio
46803            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
46804            ! thrdvar.h util.c
46805 ____________________________________________________________________________
46806 [  8048] By: nick                                  on 2000/12/09  12:30:43
46807         Log: Integrate mainline.
46808      Branch: perlio
46809           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
46810           +> t/op/reverse.t
46811           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
46812           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
46813           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
46814           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
46815           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
46816           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46817 ____________________________________________________________________________
46818 [  8047] By: jhi                                   on 2000/12/09  00:23:27
46819         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
46820              From: Michael G Schwern <schwern@pobox.com>
46821              Date: Fri, 8 Dec 2000 14:43:04 -0600
46822      Branch: perl
46823            ! lib/ExtUtils/MM_VMS.pm
46824 ____________________________________________________________________________
46825 [  8046] By: jhi                                   on 2000/12/08  23:10:27
46826         Log: A missed check-in.
46827      Branch: perl
46828            ! lib/ExtUtils/Manifest.pm
46829 ____________________________________________________________________________
46830 [  8045] By: jhi                                   on 2000/12/08  21:57:12
46831         Log: (null check-in)
46832      Branch: perl
46833            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
46834 ____________________________________________________________________________
46835 [  8044] By: jhi                                   on 2000/12/08  21:11:06
46836         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
46837              at the final draft stage.
46838      Branch: perl
46839            + ext/Encode/Encode/iso8859-16.enc
46840            ! MANIFEST
46841 ____________________________________________________________________________
46842 [  8043] By: jhi                                   on 2000/12/08  16:39:04
46843         Log: Update Changes.
46844      Branch: perl
46845            ! Changes patchlevel.h
46846 ____________________________________________________________________________
46847 [  8042] By: jhi                                   on 2000/12/08  16:33:39
46848         Log: Do not return the Unicode replacement character if UTF-8
46849              decoding goes awry, it should be up to the caller to decide.
46850      Branch: perl
46851            ! pod/perlapi.pod utf8.c
46852 ____________________________________________________________________________
46853 [  8041] By: jhi                                   on 2000/12/08  16:22:28
46854         Log: metaconfig maintenance.
46855      Branch: metaconfig
46856            ! U/modified/stdchar.U
46857      Branch: metaconfig/U/perl
46858            + testsyml.U
46859 ____________________________________________________________________________
46860 [  8040] By: jhi                                   on 2000/12/08  16:03:08
46861         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
46862              From: sthoenna@efn.org
46863              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
46864              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
46865      Branch: perl
46866            ! Changes lib/ExtUtils/MM_OS2.pm
46867 ____________________________________________________________________________
46868 [  8039] By: jhi                                   on 2000/12/08  15:57:11
46869         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
46870              From: Simon Cozens <simon@cozens.net>
46871              Date: Fri, 8 Dec 2000 13:33:31 +0000
46872              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
46873              
46874              (The pp_hot part needed a rewrite.)
46875      Branch: perl
46876            ! doop.c pp_hot.c utf8.c
46877 ____________________________________________________________________________
46878 [  8038] By: jhi                                   on 2000/12/08  15:25:08
46879         Log: Subject: djSP
46880              From: Michael Stevens <michael@etla.org>
46881              Date: Wed, 6 Dec 2000 23:24:01 +0000
46882              Message-ID: <20001206232400.A21381@firedrake.org>
46883              
46884              Plus a note from Nick Ing-Simmons.
46885      Branch: perl
46886            ! pp.h
46887 ____________________________________________________________________________
46888 [  8037] By: jhi                                   on 2000/12/08  15:18:35
46889         Log: Filetype is text.
46890      Branch: perl
46891            ! t/op/utf8decode.t
46892 ____________________________________________________________________________
46893 [  8036] By: jhi                                   on 2000/12/08  03:31:27
46894         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46895              From: Andy Dougherty <doughera@lafayette.edu>
46896              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
46897              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
46898              
46899              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46900              From: Andy Dougherty <doughera@lafayette.edu>
46901              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
46902              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
46903      Branch: perl
46904            + ext/POSIX/hints/svr4.pl
46905            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
46906 ____________________________________________________________________________
46907 [  8035] By: jhi                                   on 2000/12/08  03:26:01
46908         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
46909              From: Andy Dougherty <doughera@lafayette.edu>
46910              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
46911              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
46912      Branch: perl
46913            ! t/README t/base/term.t
46914 ____________________________________________________________________________
46915 [  8034] By: jhi                                   on 2000/12/08  03:21:59
46916         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
46917              From: mjd@plover.com  
46918              Date: 7 Dec 2000 21:04:20 -0000
46919              Message-ID: <20001207210420.22282.qmail@plover.com>
46920              
46921              Plus -z doc.
46922      Branch: perl
46923            ! pod/perlfunc.pod
46924 ____________________________________________________________________________
46925 [  8033] By: jhi                                   on 2000/12/08  03:19:03
46926         Log: Use the UTF8 macros a bit.  They can't be used with abandon
46927              everywhere because we do generate illegal UTF-8 in some situations.
46928              This is of course naughty.
46929      Branch: perl
46930            ! pod/perlapi.pod utf8.c utf8.h
46931 ____________________________________________________________________________
46932 [  8032] By: jhi                                   on 2000/12/08  03:00:09
46933         Log: Out of sync?
46934      Branch: perl
46935            ! t/pragma/warn/utf8
46936 ____________________________________________________________________________
46937 [  8031] By: jhi                                   on 2000/12/08  02:22:39
46938         Log: Cnt spl.
46939      Branch: perl
46940            ! MANIFEST
46941 ____________________________________________________________________________
46942 [  8030] By: jhi                                   on 2000/12/08  01:23:54
46943         Log: Add test for reverse().
46944      Branch: perl
46945            + t/op/reverse.t
46946            ! MANIFEST
46947 ____________________________________________________________________________
46948 [  8029] By: jhi                                   on 2000/12/08  01:21:47
46949         Log: Integrate perlio.
46950      Branch: perl
46951           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
46952           !> perlio.c perlio.h perlsdio.h warnings.pl
46953 ____________________________________________________________________________
46954 [  8028] By: jhi                                   on 2000/12/08  01:19:08
46955         Log: Introduce macros for UTF8 decoding.
46956      Branch: perl
46957            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46958 ____________________________________________________________________________
46959 [  8027] By: nick                                  on 2000/12/07  22:18:19
46960         Log: Integrate mainline
46961      Branch: perlio
46962           !> embed.pl pod/perlapi.pod utf8.c
46963 ____________________________________________________________________________
46964 [  8026] By: nick                                  on 2000/12/07  21:45:08
46965         Log: Various oddities p4 diff -se showed up
46966              Remove 'our' from warnings.pl
46967      Branch: perlio
46968            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
46969 ____________________________________________________________________________
46970 [  8025] By: nick                                  on 2000/12/07  21:43:32
46971         Log: Change PerlIO_(get|set)pos to take SV *
46972              Should fix, OS/2, VMS, (sfio??)
46973      Branch: perlio
46974            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
46975 ____________________________________________________________________________
46976 [  8024] By: jhi                                   on 2000/12/07  19:05:32
46977         Log: Document utf8_to_uv() better.
46978      Branch: perl
46979            ! pod/perlapi.pod utf8.c
46980 ____________________________________________________________________________
46981 [  8023] By: jhi                                   on 2000/12/07  18:23:47
46982         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
46983      Branch: perl
46984            ! embed.pl pod/perlapi.pod utf8.c
46985 ____________________________________________________________________________
46986 [  8022] By: jhi                                   on 2000/12/07  04:13:51
46987         Log: Integrate perlio.
46988      Branch: perl
46989           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
46990           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
46991           !> win32/makefile.mk
46992 ____________________________________________________________________________
46993 [  8021] By: nick                                  on 2000/12/07  00:28:14
46994         Log: Various attempts at MSVC debug - not sure what has
46995              changed but works now. 
46996              Seems atexit() _may_ work for DLLs built with MSVC so don't
46997              call cleanup that way.
46998      Branch: perlio
46999            ! perlio.c win32/makefile.mk
47000 ____________________________________________________________________________
47001 [  8020] By: nick                                  on 2000/12/06  19:57:20
47002         Log: Integrate mainline
47003      Branch: perlio
47004           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
47005           !> (integrate 75 files)
47006 ____________________________________________________________________________
47007 [  8019] By: nick                                  on 2000/12/06  19:28:21
47008         Log: Add useperlio to config.vc
47009              Turn off binmode in config_H.PL
47010              Regen all the config_H.xx
47011              Attempt to get debugging build with MSVC.
47012      Branch: perlio
47013            ! win32/config.vc win32/config_H.bc win32/config_H.gc
47014            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
47015 ____________________________________________________________________________
47016 [  8018] By: nick                                  on 2000/12/06  19:21:57
47017         Log: Test various dup/external program options on all platforms.
47018      Branch: perlio
47019            ! t/io/dup.t
47020 ____________________________________________________________________________
47021 [  8017] By: nick                                  on 2000/12/06  19:20:47
47022         Log: Fix harness to be less picky
47023      Branch: perlio
47024            ! lib/Test/Harness.pm
47025 ____________________________________________________________________________
47026 [  8016] By: jhi                                   on 2000/12/06  16:45:12
47027         Log: Update Changes.
47028      Branch: perl
47029            ! Changes patchlevel.h
47030 ____________________________________________________________________________
47031 [  8015] By: jhi                                   on 2000/12/06  16:41:03
47032         Log: Test \x{...} with ord().
47033      Branch: perl
47034            ! t/op/ord.t
47035 ____________________________________________________________________________
47036 [  8014] By: jhi                                   on 2000/12/06  16:20:33
47037         Log: Test tweak because of #8013.
47038      Branch: perl
47039            ! t/lib/b.t
47040 ____________________________________________________________________________
47041 [  8013] By: jhi                                   on 2000/12/06  16:09:09
47042         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
47043              From: Michael G Schwern <schwern@pobox.com>
47044              Date: Tue, 5 Dec 2000 21:23:28 -0500
47045              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
47046              
47047              Carp::Heavy parts not very applicable because of recent changes.
47048      Branch: perl
47049            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
47050            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
47051            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
47052            ! lib/Exporter.pm lib/Exporter/Heavy.pm
47053            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
47054            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
47055            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
47056            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
47057            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
47058            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
47059            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
47060            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
47061            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
47062            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
47063            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
47064            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
47065            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
47066            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
47067            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
47068            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
47069            ! warnings.pl
47070 ____________________________________________________________________________
47071 [  8012] By: jhi                                   on 2000/12/06  15:22:38
47072         Log: Subject: [PATCH] Re: New harness is failing things
47073              From: Nick Ing-Simmons <nik@tiuk.ti.com>
47074              Date: Wed, 6 Dec 2000 13:00:30 GMT
47075              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
47076      Branch: perl
47077            ! lib/Test/Harness.pm
47078 ____________________________________________________________________________
47079 [  8011] By: jhi                                   on 2000/12/06  15:12:08
47080         Log: Subject: installhtml changes
47081              From: Michael Stevens <michael@etla.org>
47082              Date: Wed, 6 Dec 2000 13:15:53 +0000
47083              Message-ID: <20001206131553.A27317@firedrake.org>
47084      Branch: perl
47085            ! installhtml
47086 ____________________________________________________________________________
47087 [  8010] By: jhi                                   on 2000/12/06  15:06:05
47088         Log: Subject: the dTHR hits
47089              From: Michael Stevens <michael@etla.org>
47090              Date: Wed, 6 Dec 2000 12:06:03 +0000
47091              Message-ID: <20001206120603.A24581@firedrake.org>
47092              
47093              More, errrm, less dTHRs.
47094      Branch: perl
47095            ! bytecode.pl ext/B/B/C.pm
47096 ____________________________________________________________________________
47097 [  8009] By: jhi                                   on 2000/12/06  15:04:25
47098         Log: Subject: MakeMaker mailing list gone?
47099              From: Michael G Schwern <schwern@pobox.com>
47100              Date: Tue, 5 Dec 2000 19:29:59 -0500
47101              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
47102              
47103              The MakeMaker mailing list is dead, perlbug is the right
47104              address to report bugs.
47105      Branch: perl
47106            ! lib/ExtUtils/MakeMaker.pm
47107 ____________________________________________________________________________
47108 [  8008] By: jhi                                   on 2000/12/06  15:00:32
47109         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
47110              From: Michael G Schwern <schwern@pobox.com>
47111              Date: Tue, 5 Dec 2000 19:21:21 -0500
47112              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
47113              
47114              Add a default MANIFEST skip that ignores things like
47115              version control files, editor temporary files, and the Makefile.
47116      Branch: perl
47117            + lib/ExtUtils/MANIFEST.SKIP
47118            ! MANIFEST lib/ExtUtils/Manifest.pm
47119 ____________________________________________________________________________
47120 [  8007] By: jhi                                   on 2000/12/06  14:57:20
47121         Log: In Amiga more manual hackery of the scripts seems to be needed,
47122              from Jan-Erik Karlsson.  Why Configure does not get this right
47123              is unknown, may be shell-induced.
47124      Branch: perl
47125            ! README.amiga
47126 ____________________________________________________________________________
47127 [  8006] By: jhi                                   on 2000/12/05  23:53:12
47128         Log: Add TOPm1s to peek at the second topmost stack item.
47129      Branch: perl
47130            ! pp.h
47131 ____________________________________________________________________________
47132 [  8005] By: jhi                                   on 2000/12/05  23:13:55
47133         Log: Avaunt, you foul UTF-8 tests.
47134      Branch: perl
47135            ! t/op/ver.t t/pragma/utf8.t
47136 ____________________________________________________________________________
47137 [  8004] By: jhi                                   on 2000/12/05  23:09:54
47138         Log: Continue utf8 dispersal. 
47139      Branch: perl
47140            + t/op/concat.t
47141            ! MANIFEST t/pragma/utf8.t
47142 ____________________________________________________________________________
47143 [  8003] By: nick                                  on 2000/12/05  23:02:39
47144         Log: Integrate mainline.
47145      Branch: perlio
47146           +> t/op/length.t t/op/utf8decode.t
47147           !> (integrate 69 files)
47148 ____________________________________________________________________________
47149 [  8002] By: jhi                                   on 2000/12/05  22:59:28
47150         Log: Integrate perlio.
47151      Branch: perl
47152           !> iperlsys.h perl.c perlio.c win32/perllib.c
47153 ____________________________________________________________________________
47154 [  8001] By: nick                                  on 2000/12/05  22:07:52
47155         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
47156              - calloc/free suffer from damage on TerminateThread()
47157              - use PerlMemShared (as originally planned) now fixed
47158              - avoid doing anything important on DLL "detach".
47159      Branch: perlio
47160            ! perl.c perlio.c win32/perllib.c
47161 ____________________________________________________________________________
47162 [  8000] By: nick                                  on 2000/12/05  21:05:09
47163         Log: Fix gross PerlMemShared issue.
47164      Branch: perlio
47165            ! iperlsys.h
47166 ____________________________________________________________________________
47167 [  7999] By: jhi                                   on 2000/12/05  20:46:58
47168         Log: Test for Unicode (UTF-8) hash keys.
47169      Branch: perl
47170            ! t/op/each.t
47171 ____________________________________________________________________________
47172 [  7998] By: jhi                                   on 2000/12/05  20:30:35
47173         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
47174              is now always UTF-8), empty line cosmetics.
47175      Branch: perl
47176            ! t/pragma/utf8.t
47177 ____________________________________________________________________________
47178 [  7997] By: jhi                                   on 2000/12/05  20:15:40
47179         Log: Subject: Re: STRLEN - what?
47180              From: Andy Dougherty <doughera@lafayette.edu>
47181              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
47182              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
47183              
47184              Explain STRLEN.
47185      Branch: perl
47186            ! pod/perlguts.pod
47187 ____________________________________________________________________________
47188 [  7996] By: jhi                                   on 2000/12/05  20:13:34
47189         Log: Split off the UTF-8 decoder tests, make them to check also
47190              the error message.
47191      Branch: perl
47192            + t/op/utf8decode.t
47193            ! MANIFEST t/pragma/utf8.t utf8.c
47194 ____________________________________________________________________________
47195 [  7995] By: jhi                                   on 2000/12/05  16:39:47
47196         Log: Start migrating bits of pragma/utf8 to elsewhere
47197              (since the long term plan is to obsolete 'use utf8').
47198      Branch: perl
47199            + t/op/length.t
47200            ! MANIFEST t/pragma/utf8.t
47201 ____________________________________________________________________________
47202 [  7994] By: jhi                                   on 2000/12/05  16:30:21
47203         Log: Fix a manual edit typo from #7993, fix the message formatting
47204              for Unicode, add few our declarations.
47205      Branch: perl
47206            ! lib/Carp/Heavy.pm
47207 ____________________________________________________________________________
47208 [  7993] By: jhi                                   on 2000/12/05  16:09:15
47209         Log: Subject: Need help with warnings :-(
47210              From: "Ben Tilly" <ben_tilly@hotmail.com>
47211              Date: Tue, 05 Dec 2000 01:35:54 -0500
47212              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
47213              
47214              Subject: UPDATE: Carp/Heavy now passes all tests
47215              From: "Ben Tilly" <ben_tilly@hotmail.com>
47216              Date: Tue, 05 Dec 2000 07:59:41 -0500
47217              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
47218              
47219              The Brave New Carp.
47220      Branch: perl
47221            ! lib/Carp.pm lib/Carp/Heavy.pm
47222 ____________________________________________________________________________
47223 [  7992] By: jhi                                   on 2000/12/05  15:55:08
47224         Log: Subject: [PATCH perl@7979] cygwin port
47225              From: "Eric Fifer" <efifer@dircon.co.uk>
47226              Date: Tue, 5 Dec 2000 14:04:09 -0000
47227              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
47228      Branch: perl
47229            ! t/lib/net-hostent.t
47230 ____________________________________________________________________________
47231 [  7991] By: jhi                                   on 2000/12/05  15:52:34
47232         Log: Subject: Re: [PATCH] The largest hoax of all times?
47233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47234              Date: Tue, 5 Dec 2000 00:40:25 -0500
47235              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
47236              
47237              Subject: Re: [PATCH] The largest hoax of all times?
47238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47239              Date: Mon, 4 Dec 2000 23:55:53 -0500
47240              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
47241              
47242              Subject: Re: [PATCH] The largest hoax of all times?
47243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47244              Date: Tue, 5 Dec 2000 01:28:45 -0500
47245              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
47246              
47247              Fix the unpredictable order of DESTROYs.
47248      Branch: perl
47249            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
47250            ! sv.c sv.h t/op/ref.t
47251 ____________________________________________________________________________
47252 [  7990] By: jhi                                   on 2000/12/05  14:38:53
47253         Log: Subject: [PATCH] shrink pp_hot fractionally
47254              From: Nicholas Clark <nick@ccl4.org>
47255              Date: Tue, 5 Dec 2000 12:44:31 +0000
47256              Message-ID: <20001205124431.E74518@plum.flirble.org>
47257              
47258              Use report_evil_fh().
47259      Branch: perl
47260            ! opcode.pl opnames.h pp_hot.c util.c
47261 ____________________________________________________________________________
47262 [  7989] By: jhi                                   on 2000/12/05  14:21:27
47263         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
47264              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47265              Date: Mon, 04 Dec 2000 22:21:59 -0800
47266              Message-ID: <HmIL6gzkgepS092yn@efn.org>
47267              
47268              Harness shouldn't ignore responses like "ok 3\r\r\n".
47269      Branch: perl
47270            ! lib/Test/Harness.pm
47271 ____________________________________________________________________________
47272 [  7988] By: jhi                                   on 2000/12/05  13:51:28
47273         Log: Integrate the "skip" messages to explain().
47274      Branch: perl
47275            ! t/lib/syslfs.t t/op/lfs.t
47276 ____________________________________________________________________________
47277 [  7987] By: jhi                                   on 2000/12/05  12:34:54
47278         Log: The one that got away in #7984.
47279              
47280              Subject: Re: dTHR - what and why?
47281              From: Michael Stevens <michael@etla.org> 
47282              Date: Tue, 5 Dec 2000 11:15:52 +0000
47283              Message-ID: <20001205111552.A4647@firedrake.org>
47284      Branch: perl
47285            ! sv.h
47286 ____________________________________________________________________________
47287 [  7986] By: gsar                                  on 2000/12/05  09:14:44
47288         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
47289              due to the notorious GetFileType() bug in Windows 9x, which fstat()
47290              tickles)
47291      Branch: perl
47292            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
47293 ____________________________________________________________________________
47294 [  7985] By: jhi                                   on 2000/12/05  05:49:03
47295         Log: Integrate perlio.
47296      Branch: perl
47297           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
47298           !> win32/perlhost.h win32/perllib.c
47299 ____________________________________________________________________________
47300 [  7984] By: jhi                                   on 2000/12/05  05:48:16
47301         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
47302      Branch: perl
47303            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
47304            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
47305            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
47306            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
47307            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
47308            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
47309            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
47310            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
47311            ! win32/win32.c
47312 ____________________________________________________________________________
47313 [  7983] By: nick                                  on 2000/12/04  23:27:43
47314         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
47315      Branch: perlio
47316            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
47317            ! win32/perlhost.h win32/perllib.c
47318 ____________________________________________________________________________
47319 [  7982] By: jhi                                   on 2000/12/04  19:44:09
47320         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
47321              uncovered by #7980.
47322      Branch: perl
47323            ! op.c
47324 ____________________________________________________________________________
47325 [  7981] By: jhi                                   on 2000/12/04  19:42:07
47326         Log: Subject: [PATCH] Trivial dump.c feature
47327              From: Simon Cozens <simon@cozens.net>
47328              Date: Mon, 4 Dec 2000 18:08:38 +0000
47329              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
47330              
47331              Show whether a constant is UTF-8.
47332      Branch: perl
47333            ! dump.c
47334 ____________________________________________________________________________
47335 [  7980] By: jhi                                   on 2000/12/04  19:36:51
47336         Log: UTF-8 hash keys, patch from Inaba Hiroto.
47337      Branch: perl
47338            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
47339 ____________________________________________________________________________
47340 [  7979] By: jhi                                   on 2000/12/04  17:36:28
47341         Log: Update Changes.
47342      Branch: perl
47343            ! Changes patchlevel.h
47344 ____________________________________________________________________________
47345 [  7978] By: jhi                                   on 2000/12/04  16:42:17
47346         Log: Retract #7977, still too volatile (the euphemism of the day
47347              for unfinished and buggy :-)
47348      Branch: perl
47349            ! doop.c hv.c pp.c sv.h
47350 ____________________________________________________________________________
47351 [  7977] By: jhi                                   on 2000/12/04  16:25:15
47352         Log: (Retracted by #7978, too shaky yet.)
47353              
47354              Subject: Re: utf8 in hash keys, implementor missing
47355              From: Simon Cozens <simon@cozens.net>
47356              Date: Sat, 2 Dec 2000 19:49:35 +0000
47357              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
47358              
47359              The first step at UTF-8 hash keys.
47360      Branch: perl
47361            ! doop.c hv.c pp.c sv.h
47362 ____________________________________________________________________________
47363 [  7976] By: jhi                                   on 2000/12/04  16:13:53
47364         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
47365              From: sthoenna@efn.org
47366              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
47367              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
47368      Branch: perl
47369            ! os2/os2.c perlio.c
47370 ____________________________________________________________________________
47371 [  7975] By: jhi                                   on 2000/12/04  16:05:25
47372         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
47373              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47374              Date: Thu, 30 Nov 2000 20:50:37 -0800
47375              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
47376      Branch: perl
47377            ! os2/os2.c
47378 ____________________________________________________________________________
47379 [  7974] By: jhi                                   on 2000/12/04  16:03:57
47380         Log: Subject: [PATCH] ++ 20% faster
47381              From: Nicholas Clark <nick@ccl4.org>
47382              Date: Mon, 4 Dec 2000 12:17:27 +0000
47383              Message-ID: <20001204121726.B52976@plum.flirble.org>
47384              
47385              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
47386      Branch: perl
47387            ! sv.c
47388 ____________________________________________________________________________
47389 [  7973] By: jhi                                   on 2000/12/04  16:00:48
47390         Log: 
47391              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
47392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47393              Date: Mon, 04 Dec 2000 12:30:45 +0100
47394              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
47395              
47396              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
47397              library (getprotobyname and getprotobynumber are outversioned by
47398              the same calls in libc, at least for xlc version 3.
47399      Branch: perl
47400            ! hints/aix.sh
47401 ____________________________________________________________________________
47402 [  7972] By: jhi                                   on 2000/12/04  02:58:31
47403         Log: Integrate perlio.
47404      Branch: perl
47405           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
47406           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
47407           !> win32/win32.h win32/win32iop.h win32/win32thread.h
47408 ____________________________________________________________________________
47409 [  7971] By: nick                                  on 2000/12/04  00:24:33
47410         Log: Quieten some noise in Win32 builds:
47411              - win32.h is included after <sys/socket.h>, so need to 
47412              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
47413              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
47414      Branch: perlio
47415            ! doio.c perl.h toke.c win32/win32.h
47416 ____________________________________________________________________________
47417 [  7970] By: nick                                  on 2000/12/03  22:57:46
47418         Log: PERL_IMPLICIT_SYS compiles but does not work.
47419      Branch: perlio
47420            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
47421            ! win32/perlhost.h win32/perllib.c win32/win32.h
47422            ! win32/win32iop.h win32/win32thread.h
47423 ____________________________________________________________________________
47424 [  7969] By: jhi                                   on 2000/12/03  22:12:58
47425         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
47426              used to swash_init(), makes regprop() dumps more informative
47427              (+utf8::IsAlpha, -utf8::IsDigit, for example).
47428      Branch: perl
47429            ! regcomp.c regexec.c
47430 ____________________________________________________________________________
47431 [  7968] By: jhi                                   on 2000/12/03  21:39:56
47432         Log: Implement ANYOFUTF8 regprop() dumping.
47433      Branch: perl
47434            ! regcomp.c
47435 ____________________________________________________________________________
47436 [  7967] By: jhi                                   on 2000/12/03  20:57:19
47437         Log: Make uv_to_utf8() to zero-terminate its output buffer,
47438              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
47439      Branch: perl
47440            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
47441 ____________________________________________________________________________
47442 [  7966] By: nick                                  on 2000/12/03  18:41:21
47443         Log: Integrate mainline (STDCHAR)
47444      Branch: perlio
47445           !> Configure t/pragma/utf8.t
47446 ____________________________________________________________________________
47447 [  7965] By: jhi                                   on 2000/12/03  17:58:20
47448         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
47449      Branch: perl
47450            ! t/pragma/utf8.t
47451 ____________________________________________________________________________
47452 [  7964] By: jhi                                   on 2000/12/03  17:35:56
47453         Log: Integrate perlio.
47454      Branch: perl
47455           !> iperlsys.h perlio.c
47456 ____________________________________________________________________________
47457 [  7963] By: jhi                                   on 2000/12/03  17:33:55
47458         Log: Metaconfig unit change for #7962.
47459      Branch: metaconfig
47460            ! U/modified/stdchar.U
47461 ____________________________________________________________________________
47462 [  7962] By: jhi                                   on 2000/12/03  17:33:27
47463         Log: Untangle the <stdio.h> #include nest for the stdchar test,
47464              from Andy Dougherty.
47465      Branch: perl
47466            ! Configure
47467 ____________________________________________________________________________
47468 [  7961] By: nick                                  on 2000/12/03  16:53:00
47469         Log: Make iperlsys.h vector stdio not PerlIO.
47470      Branch: perlio
47471            ! iperlsys.h perlio.c
47472 ____________________________________________________________________________
47473 [  7960] By: nick                                  on 2000/12/03  14:43:01
47474         Log: Integrate mainline
47475      Branch: perlio
47476           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
47477           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
47478 ____________________________________________________________________________
47479 [  7959] By: jhi                                   on 2000/12/03  08:16:36
47480         Log: Use DO_UTF8().
47481      Branch: perl
47482            ! op.c
47483 ____________________________________________________________________________
47484 [  7958] By: jhi                                   on 2000/12/02  18:33:05
47485         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
47486              From: Mike Guy <mjtg@cam.ac.uk>         
47487              Date: Sat, 02 Dec 2000 17:27:13 +0000
47488              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
47489              
47490              An extraneous argument.
47491      Branch: perl
47492            ! toke.c
47493 ____________________________________________________________________________
47494 [  7957] By: jhi                                   on 2000/12/02  18:22:32
47495         Log: A missing hunk.
47496      Branch: perl
47497            ! t/lib/net-hostent.t
47498 ____________________________________________________________________________
47499 [  7956] By: jhi                                   on 2000/12/02  18:06:20
47500         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
47501              From: Nicholas Clark <nick@ccl4.org>
47502              Date: Sat, 2 Dec 2000 14:28:27 +0000
47503              Message-ID: <20001202142827.A12308@plum.flirble.org>
47504              
47505              Test robustness.
47506      Branch: perl
47507            ! t/lib/net-hostent.t
47508 ____________________________________________________________________________
47509 [  7955] By: jhi                                   on 2000/12/02  17:58:06
47510         Log: Metaconfig unit change for #7954.
47511      Branch: metaconfig
47512            ! U/modified/stdchar.U
47513 ____________________________________________________________________________
47514 [  7954] By: jhi                                   on 2000/12/02  17:54:32
47515         Log: An inconvenient hang would happen if the stdio _ptr wasn't
47516              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
47517              would be grepping stdin for all eternity for the _ptr.)
47518      Branch: perl
47519            ! Configure
47520 ____________________________________________________________________________
47521 [  7953] By: jhi                                   on 2000/12/02  00:07:15
47522         Log: Update Changes.
47523      Branch: perl
47524            ! Changes patchlevel.h
47525 ____________________________________________________________________________
47526 [  7952] By: jhi                                   on 2000/12/01  23:54:47
47527         Log: Subject: Re: long shell lines
47528              From: Andy Dougherty <doughera@lafayette.edu>
47529              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
47530              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
47531              
47532              Split overly long shell command lines.
47533      Branch: perl
47534            ! lib/ExtUtils/MM_Unix.pm
47535 ____________________________________________________________________________
47536 [  7951] By: jhi                                   on 2000/12/01  23:48:02
47537         Log: The metaconfig unit change for #7950.
47538      Branch: metaconfig
47539            + U/modified/stdchar.U
47540 ____________________________________________________________________________
47541 [  7950] By: jhi                                   on 2000/12/01  23:47:39
47542         Log: Try to find stdchar also from <stdio_impl.h>.
47543      Branch: perl
47544            ! Configure config_h.SH
47545 ____________________________________________________________________________
47546 [  7949] By: jhi                                   on 2000/12/01  23:46:45
47547         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
47548              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47549              Date: Fri, 1 Dec 2000 16:26:08 -0500
47550              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
47551              
47552              Reword the diagnostic message.
47553      Branch: perl
47554            ! pod/perldiag.pod
47555 ____________________________________________________________________________
47556 [  7948] By: nick                                  on 2000/12/01  22:49:43
47557         Log: Integrate mainline (for s/y/m as sub names stuff).
47558      Branch: perlio
47559           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
47560           !> t/pragma/warn/toke toke.c
47561 ____________________________________________________________________________
47562 [  7947] By: jhi                                   on 2000/12/01  20:55:41
47563         Log: Integrate perlio.
47564      Branch: perl
47565           !> perlio.c perliol.h t/io/pipe.t
47566 ____________________________________________________________________________
47567 [  7946] By: jhi                                   on 2000/12/01  20:36:51
47568         Log: Upgrade to CPAN 1.59_51, from Andreas König.
47569      Branch: perl
47570            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47571 ____________________________________________________________________________
47572 [  7945] By: nick                                  on 2000/12/01  20:31:32
47573         Log: Integrate mainline
47574      Branch: perlio
47575           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
47576           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
47577           +> t/lib/net-hostent.t
47578           !> (integrate 35 files)
47579 ____________________________________________________________________________
47580 [  7944] By: jhi                                   on 2000/12/01  20:23:29
47581         Log: Some help for 20001130.011.  Now one gets warnings like
47582              "Ambiguous -f() resolved as a file test ..."
47583      Branch: perl
47584            ! pod/perldiag.pod t/pragma/warn/toke toke.c
47585 ____________________________________________________________________________
47586 [  7943] By: jhi                                   on 2000/12/01  19:44:44
47587         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
47588              that also breaks using them as methods. 
47589      Branch: perl
47590            ! pod/perldiag.pod t/op/misc.t toke.c
47591 ____________________________________________________________________________
47592 [  7942] By: nick                                  on 2000/12/01  17:56:46
47593         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
47594              Make 'unix' pass most tests
47595              - do unread by temporary push of layer ("pending") holding unread chars
47596              - fast_gets is now based on per-handle flag
47597              - relax one of io/pipe.t tests to allow print to fail and close to
47598              succeed so that it passes on unbuffered "unix" layer.
47599              Remaining fail is sporadic and a genuine race condition between
47600              parent/child in fork test.
47601      Branch: perlio
47602            ! perlio.c perliol.h t/io/pipe.t
47603 ____________________________________________________________________________
47604 [  7941] By: jhi                                   on 2000/12/01  15:28:58
47605         Log: (Retracted by #7943.)
47606              
47607              Reserve the short named string operator names.
47608      Branch: perl
47609            ! pod/perldiag.pod t/op/misc.t toke.c
47610 ____________________________________________________________________________
47611 [  7940] By: jhi                                   on 2000/12/01  06:45:53
47612         Log: Get the three different space character classes right under utf8.
47613      Branch: perl
47614            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
47615            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
47616            ! regexec.c t/op/pat.t utf8.c
47617 ____________________________________________________________________________
47618 [  7939] By: jhi                                   on 2000/12/01  03:26:26
47619         Log: Two more tests that make no sense in UTF-8 since the test
47620              data is not in UTF-8.
47621      Branch: perl
47622            ! t/op/regexp.t
47623 ____________________________________________________________________________
47624 [  7938] By: jhi                                   on 2000/12/01  03:20:39
47625         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
47626              should it be required inside regexen?
47627      Branch: perl
47628            ! regcomp.c t/op/regmesg.t
47629 ____________________________________________________________________________
47630 [  7937] By: jhi                                   on 2000/12/01  02:58:53
47631         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
47632              stored and restored, and thusly was trounced by the utf8 swash
47633              routines.
47634      Branch: perl
47635            ! regcomp.c
47636 ____________________________________________________________________________
47637 [  7936] By: jhi                                   on 2000/11/30  20:41:39
47638         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
47639              Why the different platforms behave so differently (core dump vs
47640              no core dump) on this bug is a but of a mystery, but if I had to
47641              guess I would mumble something like 'alignment'.
47642      Branch: perl
47643            ! sv.c
47644 ____________________________________________________________________________
47645 [  7935] By: jhi                                   on 2000/11/30  16:17:02
47646         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
47647              From: Robin Barker <rmb1@cise.npl.co.uk>
47648              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
47649              Date: Thu, 30 Nov 2000 14:27:12 GMT
47650      Branch: perl
47651            ! perlio.c toke.c
47652 ____________________________________________________________________________
47653 [  7934] By: jhi                                   on 2000/11/30  16:04:49
47654         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
47655      Branch: perl
47656            ! t/lib/net-hostent.t
47657 ____________________________________________________________________________
47658 [  7933] By: jhi                                   on 2000/11/30  06:07:26
47659         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
47660              From: Peter Prymmer <pvhp@forte.com>
47661              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
47662              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
47663              
47664              In VMS the localhost may be LOCALHOST.
47665      Branch: perl
47666            ! t/lib/net-hostent.t
47667 ____________________________________________________________________________
47668 [  7932] By: jhi                                   on 2000/11/30  01:11:11
47669         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
47670              From: Peter Prymmer <pvhp@forte.com>
47671              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
47672              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
47673              
47674              plus regen perlapi.pod.
47675      Branch: perl
47676            ! pod/perlapi.pod utf8.c
47677 ____________________________________________________________________________
47678 [  7931] By: jhi                                   on 2000/11/30  01:06:19
47679         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
47680              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47681              Date:     Wed, 29 Nov 2000 17:15:11 EST
47682              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
47683      Branch: perl
47684            ! t/lib/filter-util.pl t/lib/filter-util.t
47685 ____________________________________________________________________________
47686 [  7930] By: jhi                                   on 2000/11/29  18:51:55
47687         Log: Update Changes.
47688      Branch: perl
47689            ! Changes patchlevel.h
47690 ____________________________________________________________________________
47691 [  7929] By: jhi                                   on 2000/11/29  18:50:55
47692         Log: Update the va_copy() metaconfig unit.
47693      Branch: metaconfig/U/perl
47694            ! need_va_copy.U
47695 ____________________________________________________________________________
47696 [  7928] By: jhi                                   on 2000/11/29  17:50:43
47697         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
47698              From: Dominic Dunlop <domo@computer.org>
47699              Date: Tue, 28 Nov 2000 16:41:57 +0100
47700              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
47701              
47702              Patch to catch a core dump in the Configure va_copy test.
47703      Branch: perl
47704            ! Configure config_h.SH
47705 ____________________________________________________________________________
47706 [  7927] By: jhi                                   on 2000/11/29  17:31:59
47707         Log: Retract #7921, the patch shouldn't be needed.
47708      Branch: perl
47709            ! sv.c
47710 ____________________________________________________________________________
47711 [  7926] By: jhi                                   on 2000/11/29  17:01:41
47712         Log: Make the Class::Struct import() wiser.
47713      Branch: perl
47714            ! lib/Class/Struct.pm t/lib/class-struct.t
47715 ____________________________________________________________________________
47716 [  7925] By: jhi                                   on 2000/11/29  16:36:33
47717         Log: All the core library users of Class::Struct seem to be
47718              using "use Class::Struct 'struct';" instead of the bare
47719              "use Class::Struct;", which isn't documented in Class::Struct.
47720              This can't be right.
47721      Branch: perl
47722            ! lib/File/stat.pm
47723 ____________________________________________________________________________
47724 [  7924] By: jhi                                   on 2000/11/29  16:32:15
47725         Log: A test works better if it has the right 1..$n output.
47726      Branch: perl
47727            ! t/lib/class-struct.t
47728 ____________________________________________________________________________
47729 [  7923] By: jhi                                   on 2000/11/29  16:29:11
47730         Log: Forgot to MANIFEST the new Net::hostent test.
47731      Branch: perl
47732            ! MANIFEST
47733 ____________________________________________________________________________
47734 [  7922] By: jhi                                   on 2000/11/29  16:27:49
47735         Log: Integrate perlio.
47736      Branch: perl
47737           !> iperlsys.h perlio.c
47738 ____________________________________________________________________________
47739 [  7921] By: jhi                                   on 2000/11/29  16:27:10
47740         Log: (Retracted by #7927.)
47741              
47742              Subject: [PATCH] Is infinity a number?
47743              From: Simon Cozens <simon@cozens.net>
47744              Date: Wed, 29 Nov 2000 14:48:20 +0000
47745              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
47746      Branch: perl
47747            ! sv.c
47748 ____________________________________________________________________________
47749 [  7920] By: jhi                                   on 2000/11/29  16:23:02
47750         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
47751              From: rspier@pobox.com (Robert Spier)
47752              Date: Wed, 29 Nov 2000 02:17:49 -0500
47753              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
47754              
47755              Add a test for Net::hostent.
47756      Branch: perl
47757            + t/lib/net-hostent.t
47758 ____________________________________________________________________________
47759 [  7919] By: jhi                                   on 2000/11/29  16:21:31
47760         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
47761              add a test for Class::Struct.
47762      Branch: perl
47763            + t/lib/class-struct.t
47764            ! MANIFEST lib/Class/Struct.pm
47765 ____________________________________________________________________________
47766 [  7918] By: jhi                                   on 2000/11/29  15:48:40
47767         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
47768              From: rspier@pobox.com (Robert Spier)
47769              Date: Wed, 29 Nov 2000 02:25:39 -0500
47770              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
47771              
47772              More checking in case someone has broken their services or
47773              protocol databases.
47774      Branch: perl
47775            ! ext/Sys/Syslog/Syslog.pm
47776 ____________________________________________________________________________
47777 [  7917] By: jhi                                   on 2000/11/29  15:46:25
47778         Log: Subject: [PATCH] $^O  win32 -> MSWin32
47779              From: rspier@pobox.com (Robert Spier)
47780              Date: Wed, 29 Nov 2000 02:17:38 -0500
47781              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
47782              
47783              plus similar nits for vms, err, VMS, and UNICOS.
47784      Branch: perl
47785            ! t/lib/syslfs.t t/op/lfs.t
47786 ____________________________________________________________________________
47787 [  7916] By: jhi                                   on 2000/11/29  15:42:51
47788         Log: Subject: [PATCH] Tokeniser debugging
47789              From: Simon Cozens <simon@cozens.net>
47790              Date: Wed, 29 Nov 2000 14:15:45 +0000
47791              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
47792      Branch: perl
47793            ! perl.c perl.h pod/perlrun.pod toke.c
47794 ____________________________________________________________________________
47795 [  7915] By: jhi                                   on 2000/11/29  15:41:36
47796         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47798              Date: Wed, 29 Nov 2000 02:13:14 -0500
47799              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
47800              
47801              OUT keyword nits.
47802              
47803              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47805              Date: Wed, 29 Nov 2000 03:09:04 -0500
47806              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
47807              
47808              OUT and IN_OUT documentation.
47809      Branch: perl
47810            ! lib/ExtUtils/xsubpp pod/perlxs.pod
47811 ____________________________________________________________________________
47812 [  7914] By: jhi                                   on 2000/11/29  03:35:01
47813         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
47814              From: John Tobey <jtobey@john-edwin-tobey.org>
47815              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
47816              Message-Id: <m140e1N-000FOoC@feynman.localnet>
47817              
47818              plus a performance speedup noticed by Sarathy.
47819      Branch: perl
47820            ! op.c
47821 ____________________________________________________________________________
47822 [  7913] By: jhi                                   on 2000/11/29  03:16:59
47823         Log: Use "1 while unlink" so that VMS gets clean, too.
47824      Branch: perl
47825            ! t/lib/filter-util.t
47826 ____________________________________________________________________________
47827 [  7912] By: jhi                                   on 2000/11/29  03:09:08
47828         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
47829              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47830              Date: Tue, 28 Nov 2000 03:27:09 -0500
47831              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
47832      Branch: perl
47833            ! lib/ExtUtils/xsubpp
47834 ____________________________________________________________________________
47835 [  7911] By: jhi                                   on 2000/11/29  03:06:30
47836         Log: This should have been part of #7872: no need to scan UTF-8
47837              until eternity.
47838      Branch: perl
47839            ! utf8.c
47840 ____________________________________________________________________________
47841 [  7910] By: jhi                                   on 2000/11/29  02:50:04
47842         Log: One more perltie.pod nit from Casey R. Tweten.
47843      Branch: perl
47844            ! pod/perltie.pod
47845 ____________________________________________________________________________
47846 [  7909] By: jhi                                   on 2000/11/29  02:44:23
47847         Log: Document the known sprintf test failures, exact standard
47848              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
47849      Branch: perl
47850            ! pod/perldelta.pod t/op/sprintf.t
47851 ____________________________________________________________________________
47852 [  7908] By: jhi                                   on 2000/11/29  02:36:23
47853         Log: Add the Encoding table format documentation.
47854      Branch: perl
47855            + ext/Encode/Encode/EncodeFormat.pod
47856            ! MANIFEST
47857 ____________________________________________________________________________
47858 [  7907] By: jhi                                   on 2000/11/29  02:07:24
47859         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
47860              From: "Casey R. Tweten" <crt@kiski.net>
47861              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
47862              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
47863              
47864              Subject: Re: [PATCH] Updating perltie.pod for arrays
47865              From: "Casey R. Tweten" <crt@kiski.net>
47866              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
47867              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
47868      Branch: perl
47869            ! pod/perltie.pod
47870 ____________________________________________________________________________
47871 [  7906] By: nick                                  on 2000/11/28  22:40:59
47872         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
47873      Branch: perlio
47874            ! iperlsys.h perlio.c
47875 ____________________________________________________________________________
47876 [  7905] By: nick                                  on 2000/11/28  22:04:34
47877         Log: Integrate mainline
47878      Branch: perlio
47879           !> (integrate 39 files)
47880 ____________________________________________________________________________
47881 [  7904] By: jhi                                   on 2000/11/28  16:44:43
47882         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
47883              From: Nicholas Clark <nick@babyhippo.co.uk>
47884              Date: Tue, 28 Nov 2000 11:16:57 +0000
47885              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
47886      Branch: perl
47887            ! pod/perlipc.pod
47888 ____________________________________________________________________________
47889 [  7903] By: jhi                                   on 2000/11/28  16:40:31
47890         Log: Subject: [PATCH] Updating perltie.pod for arrays
47891              From: "Casey R. Tweten" <crt@kiski.net>
47892              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
47893              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
47894      Branch: perl
47895            ! pod/perltie.pod
47896 ____________________________________________________________________________
47897 [  7902] By: jhi                                   on 2000/11/28  16:39:37
47898         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
47899              From: Robin Barker <rmb1@cise.npl.co.uk>
47900              Date: Mon, 27 Nov 2000 17:56:44 GMT
47901              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
47902      Branch: perl
47903            ! pod/perlfunc.pod t/op/split.t
47904 ____________________________________________________________________________
47905 [  7901] By: jhi                                   on 2000/11/28  16:28:04
47906         Log: setmode() is a DOSish-only thing.
47907      Branch: perl
47908            ! perlio.c
47909 ____________________________________________________________________________
47910 [  7900] By: jhi                                   on 2000/11/28  16:21:46
47911         Log: Subject: [PATCH] perlcc.PL cleanups
47912              From: Simon Cozens <simon@cozens.net>
47913              Date: Tue, 28 Nov 2000 12:44:35 +0000
47914              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
47915      Branch: perl
47916            ! utils/perlcc.PL
47917 ____________________________________________________________________________
47918 [  7899] By: gsar                                  on 2000/11/28  06:32:55
47919         Log: reintegrate files missed by change#7895
47920      Branch: maint-5.6/perl
47921           +> ext/ByteLoader/bytecode.h utils/Makefile
47922            - utils/perlbc.PL
47923 ____________________________________________________________________________
47924 [  7897] By: gsar                                  on 2000/11/27  18:22:47
47925         Log: can't integrate these two files, for some reason
47926      Branch: maint-5.6/perl
47927            - ext/ByteLoader/bytecode.h utils/Makefile
47928 ____________________________________________________________________________
47929 [  7895] By: gsar                                  on 2000/11/27  18:11:21
47930         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
47931              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
47932              6757..6890,6892..6901 from mainline
47933              
47934              Bytecompiler patches from Benjamin Stuhl.
47935              
47936              More bytecompiler.
47937              
47938              Subject: [PATCH blead] B:: missing dependency
47939              
47940              Subject: [PATCH: 6757] configure.com updates and syslog build
47941              
47942              Long double Gconvert fixes from Yitzchak Scott-Thoennes
47943              and Spider Boardman.
47944              
47945              Subject: [PATCH blead] nextchar() abuse misses an optimisation
47946              
47947              Long double fixes from Spider Boardman.
47948              
47949              Make the selection of NVff et al stricter.
47950              
47951              cSVOPo_*v things index into the current PL_curpad
47952              under ithreads, which is different from the curpad
47953              used by the XSUB.  (In other words, the code as-is
47954              before this patch wouldn't work under ithreads.)
47955              
47956              Be portable.
47957              
47958              VMS MMS (make) wants null action.
47959              
47960              Mac and other portability updates from Chris Nandor.
47961              
47962              Storable support, v-version fixes.
47963              Subject: CPAN.pm beta for testing available
47964              
47965              Portability fix from Hugo van der Sanden.
47966              
47967              Bad makefile.
47968              
47969              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
47970              
47971              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
47972              
47973              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47974              
47975              Replace #6705 with a minimal doc patch.
47976              Subject: [PATCH 5.6.0] replace change #6705
47977              
47978              Drop the separate perlbc, perlcc -b should be enough.
47979              
47980              installperl couldn't tell whether it had run tests or not.
47981              Subject: [PATCH] Re: installperl and t/TEST
47982              
47983              Add silencer flags to installperl.
47984              Subject: [PATCH] Making installperl silent.
47985              
47986              Make "make install" by default silent.  A new "install-verbose"
47987              target is verbose.
47988              
47989              More liberal parsing of version numbers.
47990              Subject: Re: CPAN.pm beta for testing available
47991              
47992              Create directories in silence.
47993              Subject: [PATCH] Another silencer for MakeMaker
47994              
47995              DOS patches and portability/porting notes, from Tim Jenness.
47996              
47997              Make installman to recognize the silence flag -S.
47998              
47999              Actually do something with the silencer option.
48000              
48001              Continue silencing.
48002              
48003              Show the doc file, not the temp file.
48004              
48005              Regen perltoc.
48006              
48007              Subject: [PATCH] More silencing of installman.
48008              
48009              Better wording for the vec lvalue diagnostic.
48010              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
48011              
48012              Subject: [PATCH: 6805] several more tweaks to configure.com
48013              
48014              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
48015              
48016              Missing parts of 
48017              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
48018              
48019              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
48020              (applied slightly modified)
48021              
48022              installperl --verbose and --silent.
48023              Subject: Re: [PATCH] More silencing of installman.
48024              
48025              Add install-silent target.
48026              
48027              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
48028              the problem reported in
48029              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
48030              
48031              Tweak the sfio/useperlio logic, hopefully as wished in
48032              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
48033              
48034              One forgotten file from #6816.
48035              
48036              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
48037              
48038              Remove duplicately applied patch shards.
48039              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
48040              
48041              Support preserving extremely big/small angles.
48042              
48043              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
48044              
48045              Subject: [PATCH] installation not quite silent yet.
48046              
48047              Update the test count.
48048              
48049              Use UVxf, PTR2UV, NVff.
48050              
48051              Document PTR2XX and INT2PTR.
48052              
48053              no-install target a la make -n.
48054              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
48055              
48056              grep -e isn't portable.
48057              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
48058              
48059              Can't get the test to reliably work thanks to the
48060              inaccurateness of floating point.  "Resolves" bug ids
48061              20000826.003, 20000826.009, 20000826.010,
48062              
48063              Subject: installman buglet
48064              
48065              DJGPP update from Laszlo Molnar.
48066              
48067              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48068              
48069              Passing -R in ldflags makes now it to appear in the default
48070              for lddlflags, just like with -L.
48071              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48072              
48073              Test nit.
48074              
48075              Use the actual thread type, not the pointer-to-struct.
48076              
48077              Provice virtual $Config{ccflags_nolargefiles} etc. 
48078              
48079              display_format used as a class method without arguments was broken,
48080              reported in
48081              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
48082              
48083              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
48084              
48085              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
48086              
48087              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
48088              
48089              opmini.o may be left around if a build is interrupted.
48090              
48091              Typo in #6858.
48092              
48093              Fix for ID 20000828.001, long doubles were not formatted
48094              correctly (showed up in $], which stopped installing perl).
48095              
48096              An attempt to fix the problem reported in
48097              Subject: Building perl@6856 using gcc/AIX 4.3.3 
48098              I can't test this properly since the gcc installation I have
48099              access to seems to be botched (gcc is calling the AIX cpp,
48100              a losing proposition...)
48101              
48102              Add -ld to archname on long tr...double platforms.
48103              
48104              Subject: hv.h Doc Patch
48105              
48106              Potential cruft.
48107              
48108              Subject: [PATCH bleedperl@6856] warnings fixes
48109              
48110              -S is the silent flag, -s is the strip flag.
48111              Subject: [PATCH] Re: [PATCH] make no-install          
48112              
48113              Take out the SUIDMAIL thing, that will not be
48114              a problem in 5.7.*.
48115              
48116              Subject: [PATCH bleedperl@6866] spellings
48117              
48118              Subject: [PATCH] Re: files not cleaned even by veryclean
48119              
48120              Use minimal @INC in tests, most of the time just '../lib',
48121              so that we simply can't pick up stuff from other Perls than
48122              the one we are testing.  Pointed out by
48123              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
48124              
48125              Update to Getopt::Long 2.24, from Johan Vromans.
48126              
48127              Fix for thinko in #6848.
48128              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
48129              
48130              Patches all over for people and the files they (hopefully) care about.
48131              
48132              Subject: Net::protoent does not export 'getproto'
48133              
48134              Missed a change in #6869.
48135              
48136              Subject: [PATCH] Warnings in B::Deparse
48137              
48138              Subject: [PATCH] Glob dumping
48139              
48140              Disable one of the tests for now.
48141              
48142              Disabling the one test is a bit tricky.
48143              
48144              Don't forget to tidy up.
48145              
48146              The #6881 removed one dump line.
48147              
48148              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
48149              
48150              Under usethreads the dumped variable is IN_PAD.
48151              Subject: Re: [PATCH] Glob dumping
48152              
48153              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
48154              
48155              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
48156              
48157              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
48158              
48159              Regen Configure for #6894.
48160              
48161              Subject: [PATCH: 6889] updates to perlebcdic.pod
48162              
48163              Undo namespace pollution of #6878.
48164              Subject: Re: Net::protoent does not export 'getproto'
48165              
48166              Admit that we are leaking scalars.
48167              
48168              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
48169      Branch: maint-5.6/perl
48170           !> (integrate 271 files)
48171 ____________________________________________________________________________
48172 [  7894] By: gsar                                  on 2000/11/27  16:00:34
48173         Log: a couple of nits
48174      Branch: maint-5.6/perl
48175            ! MANIFEST pp_sys.c
48176 ____________________________________________________________________________
48177 [  7893] By: gsar                                  on 2000/11/27  15:10:56
48178         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
48179              6740..6745,6747..6757,6760
48180              
48181              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
48182              
48183              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
48184              
48185              Doc nits spotted by Richard Soderberg.
48186              
48187              move WNOHANG definition to where other such things are
48188              
48189              Make $Config{byteorder} more magical so that it is
48190              dynamically computed: nice for 'fat binaries'.
48191              Subject: [PATCH]: default byteorder
48192              
48193              Subject: [PATCH] Cwd.pm now uses strict
48194              
48195              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
48196              
48197              Get -DLEAKTEST to compile (not necessarily to work, mind)
48198              Subject: [ID 20000724.006] -DLEAKTEST problem
48199              
48200              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
48201              
48202              Add perlebcdic from Peter Prymmer, regen toc.
48203              
48204              Don't propose using modules built for 5.005 if no binary
48205              compatibility with 5.005 is attempted.
48206              
48207              Do not use prototyping here.
48208              Subject: [ID 20000817.016] [PATCH] Peek.xs
48209              
48210              Document what the backtick returns if the command fails.
48211              
48212              Add byteorder to the myconfig output.
48213              
48214              Introduce NVef, NVff, and NVgf, use the middle one.
48215              (helps for lib/peek + Linux + long doubles)  Reported in
48216              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
48217              Use NVs in POSIX math, not doubles.
48218              Subject: [ID 20000817.014] POSIX & modfl
48219              
48220              Subject: [PATCH 5.6.0+] newSVrv() memory leak
48221              
48222              The byteorder code in #6671 was wrong.
48223              
48224              Fix the lib/complex failure of
48225              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
48226              Linux long double accuracy issue: something that
48227              when printed with %g looks like "2" but int() of it is 1.
48228              
48229              Propagate new Configure vars.
48230              
48231              Unbuffer the output.
48232              
48233              Subject: [PATCH] perltrap.pod spring cleaning
48234              
48235              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
48236              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
48237              
48238              Tiny Getopt::Long patch from Johan Vromans.
48239              
48240              Document code point which makes if (defined %stash::) to work
48241              (noted by Spider Boardman).
48242              
48243              Subject: [PATCH perl@6698] cygwin port
48244              
48245              Document the NDBM_File and ODBM_File as SDBM_File
48246              was documented in #6417.
48247              
48248              The new tests were missing from #6415.
48249              
48250              Add [[:blank:]] as suggested in
48251              Subject: [ID 20000716.024] [=cc=] / [:blank:]
48252              (the [=cc=] has already been taken care of by #6439
48253              so the whole bug report can be closed)
48254              and make [[:space:]] to be equivalent to isspace(3)
48255              (as opposed to \s, which is isSPACE()).  The difference
48256              is that now [[:space:]] matches the mythical vertical tab,
48257              while \s doesn't.
48258              
48259              Don't eat leading os from index entries.
48260              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
48261              
48262              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
48263              
48264              Typo in pp_complement().
48265              Subject: [PATCH perl-current] Deparse
48266              
48267              Add warnif(), check warnings further up the stack,
48268              all the warnings functions now can take an optional object reference.
48269              Subject: [PATCH bleedperl@6691] warnings pragma update
48270              
48271              Fix a core dump in lib/selfloader under -DDEBUGGING.
48272              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
48273              
48274              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
48275              
48276              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
48277              
48278              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
48279              Put back the long double avoidance code to POSIX.xs
48280              because VMS seems to need it still.
48281              
48282              Introduce a 'veryclean' target that is like 'distclean'
48283              but also removes *~ and *.orig.
48284              
48285              Subject: [ID 20000817.023] endianness description in perlfunc.pod
48286              
48287              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
48288              
48289              Let's try #6717 again.
48290              
48291              UTF8 concat fixes.
48292              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
48293              
48294              pp_open() could pass an uninitialized filename down to do_open9().
48295              
48296              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
48297              
48298              Update to CGI 2.72, from Lincoln Stein.
48299              
48300              Subject: [PATCH] Silence MakeMaker (Was: installman)
48301              
48302              Use temporary directory instead of current directory.
48303              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
48304              
48305              Document odd vs even subreleases and -Dusedevel.
48306              
48307              The veryclean target needs to clobber.
48308              
48309              Use File::Spec->tmpdir().
48310              
48311              Document the number of exponent digits.
48312              
48313              Mention perlebcdic and perlposix-bc.
48314              
48315              s/this one/the 5.6.0 release/
48316              
48317              The #6724 is here.
48318              
48319              The correct cleaning order is an art.
48320              
48321              small tweaks for change#6705: avoid C++ style comments in C code;
48322              use Perl's malloc API rather than the low level system one
48323              
48324              Array context keeps slithering in.
48325              
48326              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
48327              
48328              Subject: [PATCH] os2.c fix for use64bitint
48329              
48330              Update to Pod::LaTeX 0.53.
48331              Subject: [PATCH] lib/Pod/LaTeX.pm updates
48332              
48333              Document the endianness of Alpha more precisely.
48334              
48335              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
48336              
48337              Rename the macro argument because some preprocessors
48338              can't tell the difference and expand arguments also inside
48339              double quoted strings.
48340              
48341              free TLS slot properly on Windows
48342              
48343              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
48344              
48345              Unicos/mk requires elaborate paranoia.
48346              
48347              Tweak the floating point output routine preferences.
48348              
48349              Also under djgpp the timestamps are funky.
48350              
48351              Apply some PodParser 1.18 patches; the Pod/Find.pm
48352              patches cannot be applied since #6712 conflicts.
48353              
48354              Use PodParser 1.18 new test.
48355              
48356              A pod nit.
48357              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
48358              
48359              Be verydeepclean.
48360      Branch: maint-5.6/perl
48361           +> pod/perlebcdic.pod
48362           !> (integrate 106 files)
48363 ____________________________________________________________________________
48364 [  7892] By: jhi                                   on 2000/11/27  15:02:32
48365         Log: Update Changes.
48366      Branch: perl
48367            ! Changes patchlevel.h
48368 ____________________________________________________________________________
48369 [  7891] By: jhi                                   on 2000/11/27  14:57:23
48370         Log: Subject: Re: perlfaq style changes
48371              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48372              Date: Sat, 25 Nov 2000 23:32:26 -0800
48373              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
48374              
48375              plus a note from Ronald Kimball.
48376      Branch: perl
48377            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
48378 ____________________________________________________________________________
48379 [  7890] By: jhi                                   on 2000/11/27  14:53:14
48380         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
48381              From: Benjamin Holzman <bah@ecnvantage.com>
48382              Date: Sun, 26 Nov 2000 16:27:33 -0500
48383              Message-ID: <20001126162733.J25040@ecnvantage.com>
48384      Branch: perl
48385            ! gv.c
48386 ____________________________________________________________________________
48387 [  7889] By: jhi                                   on 2000/11/27  14:43:11
48388         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
48389              From: lvirden@cas.org
48390              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
48391              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
48392      Branch: perl
48393            ! README.amiga
48394 ____________________________________________________________________________
48395 [  7888] By: jhi                                   on 2000/11/27  14:32:34
48396         Log: Restore also the locale test to no-sprintf-taint state.
48397              Fixes the bug 20001127.003.
48398      Branch: perl
48399            ! sv.c t/pragma/locale.t
48400 ____________________________________________________________________________
48401 [  7887] By: gsar                                  on 2000/11/27  14:13:05
48402         Log: integrate changes#6613..6616,6620..6665 from mainline
48403              
48404              VMS configure.com update continues.
48405              
48406              Subject: Test fails / warnings with perl-current #6612
48407              
48408              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
48409              
48410              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48411              
48412              For now remove the mail code.
48413              
48414              Subject: Re: [PATCH] @+, @- readonly
48415              
48416              Subject: warning: storage class after type is obsolescent
48417              
48418              Subject: sfio2000
48419              
48420              Subject: Re: File::Temp problems on VMS in bleedperl
48421              
48422              README.os2 update.
48423              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
48424              
48425              Make the user to give up his firstborn, err, to knowingly
48426              verify installing an unstable developer release.  Also bump
48427              the release to 5.7.0, but leave a patch tag in the local
48428              patches saying that this is not yet the real thing.
48429              
48430              Update (kinda) to Test 1.14, from Joshua Pritikin.
48431              
48432              make ok etc also for win32.
48433              
48434              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
48435              
48436              Don't blow limited stacks, a lower number is enough to
48437              tickle the lookbehind limit.
48438              
48439              Use -Dusedevel; regen Configure and the respective Porting stuff.
48440              
48441              Subject: [PATCH] debugger exit code should reflect user exit code
48442              
48443              Subject: [PATCH perl@6620] cygwin port
48444              
48445              Missed a file from #6638.
48446              
48447              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)
48448              
48449              magic callbacks all need to have same type signature
48450              
48451              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
48452              
48453              Fix a dependency problem.
48454              Subject: [PATCH: 6640] VMS Makefile.SH update
48455              
48456              The numeric locale was reset to "C" by s?printf and never restored.
48457              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48458              No test since adding the failing example to locale.t
48459              does not fail -- probably because the locale settings are so
48460              thoroughly tweaked by that time.  Running the example standalone
48461              does fail, though.  UPDATE: test case added at change #7540.
48462              
48463              Subject: [ID 20000324.040] minor fix to perlhpux.pod
48464              
48465              Update to CPAN 1.57.
48466              
48467              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
48468              
48469              Change the perlbug address to perl.org since it's more forgiving.
48470              
48471              Change the regx compilation error markers to use = instead of <
48472              since pod makes using the latter quite messy.  Reported in
48473              ID 20000814.006 by Abigail and in
48474              Subject: Unknown escape E<> ?
48475              
48476              Update to perldebtut 1.9, from Richard Foley.
48477              
48478              check that the number pseudo children doesn't exceed
48479              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
48480              the WaitForMultipleObjects() limit that would cause wait()
48481              to crash)
48482              wait() and waitpid() could potentially be rewritten to use
48483              more than one thread to do the waiting to eliminate this
48484              limitation
48485              
48486              change#6328 could make close(SOCKET) return false on windows
48487              when it shouldn't
48488              
48489              pod nit seen in passing
48490              
48491              on windows, the return values from wait() and waitpid() don't
48492              match those of pseudo-pids
48493              
48494              waitpid() now handles externally spawned pids correctly;
48495              fixes for backtick/wait/waitpid failures on Windows 9x
48496              these changes make the pid returned by process functions on
48497              Windows 9x always positive by clearing the high bit (which
48498              is always set on Win9x); pseudo-process PIDs are likewise
48499              always negative now on Win9x (just as on NT/2000)
48500              
48501              trailing new %ENV entries weren't being pushed into the real
48502              environment of subprocesses on Windows
48503              
48504              Tweak the regex compilation errors once more.
48505              
48506              avoid warnings from dense compiler
48507              
48508              add "ok" targets from change#6632 in makefile.mk
48509      Branch: maint-5.6/perl
48510            - lib/Pod/PlainText.pm vms/configure.com
48511           !> (integrate 66 files)
48512 ____________________________________________________________________________
48513 [  7886] By: jhi                                   on 2000/11/27  13:54:18
48514         Log: __FUNCTION__ isn't portable and trying to emulate it leads
48515              into practically spelling out the name of the function.
48516              Takes care of the bug 20001127.001.
48517      Branch: perl
48518            ! perlio.c
48519 ____________________________________________________________________________
48520 [  7885] By: gsar                                  on 2000/11/27  13:53:18
48521         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
48522              6610..6611 from mainline
48523              
48524              Make regular expression parse error messages easier to understand.
48525              Subject: Re: enhanced(?) regex error messages
48526              
48527              Tiny tidying on report_evil_fh().
48528              
48529              Subject: Re: enhanced(?) regex error messages 
48530              plus Capitalize the error messages, plus perldiag them.
48531              
48532              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
48533              
48534              Document here-doc better.
48535              
48536              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48537              
48538              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
48539              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
48540              (either perlbug or p5p ate the original), plus regen
48541              perlapi and perltoc. 
48542              
48543              Regen global.sym.
48544              
48545              Double check that we have a dirhandle.
48546              
48547              Subject: Re: enhanced(?) regex error messages
48548              (plus two small patches sent privately)
48549              (this still seems to leave few test failures)
48550              
48551              warn is a macro, avoid using at a variable to avoid warnings
48552              in some configurations; readdir.t is too conservative in
48553              estimating number of *.t's
48554              
48555              Get back into sync with Jeffrey on the enhanced regex warnings.
48556              
48557              Subject: [PATCH 5.6.0] cygwin port
48558              
48559              Zero entries were skipped, fix from Adrian Goalby
48560              <argoalby@yahoo.co.uk>
48561              
48562              Subject: Remove dead entry in perldiag
48563              
48564              Amend the description of Perl6.
48565              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
48566              
48567              detypo
48568              
48569              It's the 2ndO'ROSSC.
48570              
48571              Revert the sv.c part of #6559, a better fix is needed.
48572              
48573              Iterating perl6 description.
48574              
48575              Update to Term::ANSIColor 1.03, from Russ Allbery.
48576              
48577              Update to Getopt::Long 2.23_05, from Johan Vromans.
48578              
48579              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
48580              
48581              Update to Pod::Parser 1.17, from Brad Appleton.
48582              
48583              Update to CPAN 1.56, from Andreas König.
48584              
48585              Update to CGI 2.70, from Lincoln Stein.
48586              
48587              Put back the std @INC thing.
48588              
48589              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
48590              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
48591              
48592              Document the IO::Select timeout.
48593              
48594              sleep(1) does not necessarily return 1.
48595              Subject: [PATCH bleadperl] op/lex_assign.t  
48596              
48597              Subject: debugger "d" command doesnt check line number
48598              
48599              B::Deparse didn't do sub attributes.
48600              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48601              
48602              Preprocessing and postprocessing for File::Find.
48603              Subject: Patch to Find::File.pm to allow alphabetical results
48604              
48605              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
48606              
48607              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
48608              
48609              Subject: Re: [ID 20000730.003] utf8::length() bad
48610              
48611              Subject: Getting perlio and threads to compile
48612              (the Solaris version changes in Configure skipped)
48613              
48614              Tests for #6589.
48615              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48616              
48617              Add Perl debugging tutorial, regen toc. 
48618              Subject: perldebtut.pod
48619              
48620              Add a few missing files, update MANIFEST.
48621              
48622              Rewrite of vms/subconfigure.com as configure.com,
48623              from Peter Prymmer and the vmsperl crew.
48624              
48625              Should have deleted this in #6603.
48626              
48627              Fix the test for 5005threads.
48628              
48629              Fix-n-skip the tests under 5005threads.
48630              
48631              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
48632              
48633              Upgrade to CGI 2.71, from Lincoln Stein.
48634      Branch: maint-5.6/perl
48635           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
48636           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
48637           +> t/op/regmesg.t t/pod/find.t vms/configure.com
48638            - vms/subconfigure.com
48639            ! lib/lib.pm
48640           !> (integrate 115 files)
48641 ____________________________________________________________________________
48642 [  7884] By: jhi                                   on 2000/11/27  13:44:33
48643         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
48644              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48645              Date:     Mon, 27 Nov 2000 08:23:54 EST
48646              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
48647      Branch: perl
48648            ! vms/descrip_mms.template vms/test.com
48649 ____________________________________________________________________________
48650 [  7883] By: gsar                                  on 2000/11/27  11:50:46
48651         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
48652              6511..6513,6515..6523,6525..6536
48653              
48654              The swallow_bom() saga continues.  The #23 of require.t
48655              (UTF16-LE) still fails (silently, no output) but the #22
48656              (UTF16-BE) seems to be working now.  The root of the
48657              failure may be in sv_gets(): is it UTF-16LE-aware,
48658              especially when it comes to line endings? 
48659              
48660              Document the problem with -P in HP-UX and its workaround.
48661              
48662              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
48663              (aka ID 20000730.002)
48664              
48665              Subject: fix and question re: waitpid() under win32
48666              
48667              Make the safety catch for buggy gccs work with triple version
48668              numbers like 2.95.2.  Reported in
48669              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
48670              
48671              In Digital UNIX warn if gcc explicitly chosen because even
48672              2.95.2 is known to cause problems.
48673              
48674              Make chr() for values >127 to create utf8 when under utf8.
48675              
48676              various syntax errors and such (not fixed: comp/require.t#22 coredump
48677              on Windows)
48678              
48679              Stash away the largefiles flags and libswanted.
48680              
48681              BOM patching from Simon Cozens.
48682              
48683              If gccosandvers is equal to osname, clear gccosandvers.
48684              
48685              Make p4desc to skip non-mainperl branches by default.
48686              
48687              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
48688              
48689              The test from this
48690              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
48691              
48692              In new BSDs changes to argv[] do not show up in ps(1) output,
48693              instead one must use setproctitle().  This was already addressed
48694              by change #6457, but the below has a new variant for FreeBSD 4.0
48695              or later, and the matter is also documented more.
48696              
48697              FreeBSD 3.* updates from
48698              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48699              
48700              regen_headers, regen perltoc.
48701              
48702              Document in one place the memory abstractions used in Perl core.
48703              
48704              memcpy has n o in it, as pinted ut by Sarathy.
48705              
48706              Remove the extraneous "main::" prefix from all the
48707              "opened only for", "on closed", and "never opened" warnings.
48708              
48709              The name of a filehandle does not have <these>.
48710              
48711              The tr utf8 patching continues.
48712              
48713              The new setproctitle() feature is available only in 
48714              bleeding edge FreeBSD.  From Paul Saab.
48715              
48716              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
48717              
48718              Dump UVs as UVs in Data::Dumper.
48719              
48720              detypo #6494
48721              
48722              Document the IVdf UVuf UVof UVxf.
48723              
48724              require.t needs binmode() to work on windows
48725              
48726              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
48727              that are hopefully soon put into use.
48728              
48729              Allow "no Module;" even if there is no 'unimport'.
48730              
48731              Better skip message for the test; one of the two problems in
48732              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
48733              
48734              The subtest 4 may fail also on VOBS, as pointed out
48735              by Nick Ing-Simmons in November 1999, bug id 19991124.003
48736              (but the failure in that bug report isn't the subtest 4).
48737              
48738              Be more informative on what is skipped and why,
48739              also repeat the list at the end.
48740              
48741              Add a URL for FSF.
48742              
48743              Subject: [PATCH] sv.h documentation - SvLEN
48744              
48745              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
48746              
48747              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
48748              
48749              Subject: [PATCH] bad cppsymbols on os2 + Configure question
48750              
48751              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
48752              
48753              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
48754              mention the idea of @( and @)
48755              
48756              This is 6512.  Really.
48757              
48758              Subject: [ID 19990721.004] Documentation bug in perlfunc
48759              
48760              Subject: Minor tweak to perlvar.pod
48761              
48762              In the warnings call filehandles consistently so;
48763              add "unopened" warning for stat().
48764              
48765              After the #6519 a warning about stat() is just that,
48766              not about a filetest, which now have their own warning.
48767              
48768              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
48769              
48770              Subject: Re: Array vs. List context
48771              
48772              Subject: New perlcc, take 2
48773              
48774              Weed buglets pointed out by
48775              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
48776              
48777              gcc versions might have (parentheses) in them.
48778              
48779              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
48780              
48781              Essential prototype changes were missing from #6527.
48782              Also make report_evil_fh() more bomb-proof.
48783              
48784              Zap lib/Sys directory when cleaning up.
48785              
48786              Change the Policy policy: now -Dprefix= with an existing
48787              Policy.sh and prefix == siteprefix == vendorprefix, then all
48788              of them follow along the new prefix.
48789              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
48790              
48791              Continue fixing the io warnings.  This also
48792              sort of fixes bug ID 20000802.003: the core dump
48793              is no more.  Whether the current behaviour is correct
48794              (giving a warning: "Not a format reference"), is another matter.
48795              
48796              Have symbols for the IoTYPEs.
48797              
48798              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
48799              
48800              Document a bit that UDP is not what you might think.
48801              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
48802              tr memory corruption fix from Simon Cozens.
48803              
48804              Plug the security hole described in the Aug 05 2000 bugtraq message
48805              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
48806              The security hole exists only in suidperls, which isn't
48807              installed or even built by default.
48808      Branch: maint-5.6/perl
48809           !> (integrate 71 files)
48810 ____________________________________________________________________________
48811 [  7882] By: gsar                                  on 2000/11/27  10:25:36
48812         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
48813              from mainline
48814              
48815              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
48816              to be fatal errors (instead of by default ignoring them, and
48817              ignoring with a bug: even though -w gave an error, the opening [
48818              was left in)  Reported in:
48819              
48820              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
48821              
48822              Subject: [PATCH] split /^/
48823              
48824              MacOS nits from Matthias Neeracher.
48825              
48826              More split() doc and test patches from Mike Guy.
48827              
48828              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
48829              from Graham Barr in the module list.
48830              
48831              docfix from Peter Scott <Peter@PSDT.com>.
48832              
48833              File::Temp patches for VMS and OS/2 from Tim Jenness.
48834              
48835              open() wariness in perlbug.
48836              
48837              Subject: [PATCH] minor doc change - perlguts
48838              
48839              Subject: Minor doc patch: handy.h
48840              
48841              Be wary of close()s, too.
48842              
48843              Further File::Temp patches from Yitzchak Scott-Thoennes
48844              and Craig A. Berry.
48845              
48846              Subject: [PATCH] fixes bug 20000508.004
48847              
48848              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
48849              
48850              Allow "no AutoLoader;", based on change #6444,
48851              suggested by Graham Barr.
48852              
48853              Use setproctitle() if available to modify $0.
48854              
48855              Warn if the version of the operating system used to compile gcc
48856              differs from the current version of the operating system.
48857              Also display the gcc compilation os and version in myconfig.
48858              Inspiration from
48859              
48860              Tiny fixes for #6460.
48861              
48862              The problem described in this
48863              Subject: [ID 20000322.018] named chars aren't magical enough
48864              has been fixed in perl 5.6.0 but just in case added a test
48865              to keep it away.  (The report from Joseph Hall.)
48866              
48867              Tune the comments and hopefully stop a memory leak.
48868              
48869              Subject: UTF8 concat
48870              (with a memory leak fixed, plus a few casts added)
48871              This also seems to help for
48872              Subject: [ID 20000716.015] join UTF8 weirdness
48873              
48874              Do not upgrade SVs into utf8 just because they participate
48875              in eq or cmp.  Reported and fix suggested in
48876              Subject: [ID 20000720.009] sv_eq UTF8 bug
48877              
48878              Fix the HALF_UPGRADE() macro introduced in #6263.
48879              
48880              Find green threads before native threads.
48881              Subject: Re: Patch to jpl/JNI/Makefile.PL
48882      Branch: maint-5.6/perl
48883           !> (integrate 30 files)
48884 ____________________________________________________________________________
48885 [  7881] By: jhi                                   on 2000/11/27  05:48:41
48886         Log: It seems that *both* the unused submatch loop cleanup
48887              codes are needed.
48888      Branch: perl
48889            ! regexec.c
48890 ____________________________________________________________________________
48891 [  7880] By: jhi                                   on 2000/11/27  04:50:07
48892         Log: Clean .exists deeper.
48893      Branch: perl
48894            ! Makefile.SH
48895 ____________________________________________________________________________
48896 [  7879] By: jhi                                   on 2000/11/27  02:31:35
48897         Log: The code in regcppop() (see #7878) contains the correct lower
48898              limit for the unused submatch 'cleanup' loop so that under
48899              "use utf8" the following code wouldn't dump core:
48900              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
48901              the cleanup loop in regtry() stomped beyond allocated area
48902              in the startp[] array.  Therefore, copied the correct lower
48903              loop limit (*PL_reglastparen) to regtry().  Note: something
48904              may still not be quite right: why was the _higher_ loop limit
48905              (prog->nparens) different in the utf8 case?
48906              
48907              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
48908              without core dumps, there were about 17 of them before
48909              the patch (with us since Perl 5.7.0).  Two failures, still:
48910              496 and 505 (though these may not be severe).
48911              
48912              Patch #7881 is also needed since both the cleanup loops
48913              seem to be needed.
48914              
48915              Also, the t/op/pat#44 seems to core dump under utf8.
48916              Plus a couple of failures.  UGH-8.
48917      Branch: perl
48918            ! regexec.c
48919 ____________________________________________________________________________
48920 [  7878] By: jhi                                   on 2000/11/27  02:21:17
48921         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
48922              the code in regcppop() seems to be redundant for the test suite --
48923              but it contains a germ of truth, and it needed for the build
48924              process itself: see #7879 and #7881.
48925      Branch: perl
48926            ! regexec.c
48927 ____________________________________________________________________________
48928 [  7877] By: jhi                                   on 2000/11/27  01:53:09
48929         Log: Comment on comment.
48930      Branch: perl
48931            ! regexec.c
48932 ____________________________________________________________________________
48933 [  7876] By: jhi                                   on 2000/11/27  00:49:59
48934         Log: Adjust the docs to agree with #7875.
48935      Branch: perl
48936            ! pod/perllocale.pod
48937 ____________________________________________________________________________
48938 [  7875] By: jhi                                   on 2000/11/27  00:49:27
48939         Log: Retract #7863.  It makes more sense not to taint formatted output,
48940              not even by sprintf().
48941      Branch: perl
48942            ! sv.c
48943 ____________________________________________________________________________
48944 [  7874] By: jhi                                   on 2000/11/26  23:36:02
48945         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
48946              Not really fixed (should really dump the UTF-8 charclass),
48947              but stopped displaying the garbage.
48948              
48949              Also add a note on the (missing) Unicode PSXSPC and BLANK.
48950      Branch: perl
48951            ! regcomp.c
48952 ____________________________________________________________________________
48953 [  7873] By: jhi                                   on 2000/11/26  21:31:13
48954         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
48955      Branch: perl
48956            ! regexec.c
48957 ____________________________________________________________________________
48958 [  7872] By: jhi                                   on 2000/11/26  21:06:04
48959         Log: No need to scan till infinity, 13 is enough.
48960      Branch: perl
48961            ! handy.h utf8.c
48962 ____________________________________________________________________________
48963 [  7871] By: jhi                                   on 2000/11/26  20:20:32
48964         Log: Test line numbers are different with utf8.
48965      Branch: perl
48966            ! t/op/re_tests
48967 ____________________________________________________________________________
48968 [  7870] By: jhi                                   on 2000/11/26  20:10:12
48969         Log: Message nit.
48970      Branch: perl
48971            ! regcomp.c
48972 ____________________________________________________________________________
48973 [  7869] By: jhi                                   on 2000/11/26  19:01:05
48974         Log: Make utf8_length() and utf8_distance() (the latter of which
48975              is unused at the moment) to be less forgiving about bad UTF-8.
48976      Branch: perl
48977            ! embed.h embed.pl objXSUB.h proto.h utf8.c
48978 ____________________________________________________________________________
48979 [  7868] By: jhi                                   on 2000/11/26  18:45:56
48980         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
48981              From: Benjamin Holzman <bah@ecnvantage.com>
48982              Date: Sat, 25 Nov 2000 20:40:20 -0500       
48983              Message-ID: <20001125204020.A25040@ecnvantage.com>              
48984              
48985              Debian allows installing /usr/bin/locale without installing
48986              any locales, an error message will ensue.
48987      Branch: perl
48988            ! t/pragma/locale.t
48989 ____________________________________________________________________________
48990 [  7867] By: jhi                                   on 2000/11/26  18:31:12
48991         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
48992              From: Benjamin Holzman <bah@ecnvantage.com>
48993              Date: Sun, 26 Nov 2000 02:42:34 -0500
48994              Message-ID: <20001126024234.G25040@ecnvantage.com>
48995              
48996              Patch for the bug 20000212.002.
48997      Branch: perl
48998            ! sv.c t/op/array.t
48999 ____________________________________________________________________________
49000 [  7866] By: jhi                                   on 2000/11/26  18:28:09
49001         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
49002              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49003              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
49004              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
49005              
49006              File::Temp 0.11.
49007      Branch: perl
49008            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
49009 ____________________________________________________________________________
49010 [  7865] By: jhi                                   on 2000/11/26  18:24:22
49011         Log: The metaconfig unit change for #7864.
49012      Branch: metaconfig/U/perl
49013            ! need_va_copy.U
49014 ____________________________________________________________________________
49015 [  7864] By: jhi                                   on 2000/11/26  18:23:41
49016         Log: Make the va_copy() test not to be so talkative.
49017      Branch: perl
49018            ! Configure config_h.SH
49019 ____________________________________________________________________________
49020 [  7863] By: jhi                                   on 2000/11/26  18:11:02
49021         Log: Fix locale inconsistencies unearthed by Hugo's work.
49022              Now the floating point sprintf really does taint the result
49023              string as perllocale promises (has promised for a long time)
49024              if "use locale" is in the lexical scope.
49025      Branch: perl
49026            ! sv.c t/pragma/locale.t
49027 ____________________________________________________________________________
49028 [  7862] By: jhi                                   on 2000/11/26  00:35:15
49029         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
49030              From: Nicholas Clark <nick@ccl4.org>
49031              Date: Sun, 26 Nov 2000 00:07:50 +0000
49032              Message-ID: <20001126000750.A22446@plum.flirble.org>
49033              
49034              Infinit.
49035      Branch: perl
49036            ! sv.c
49037 ____________________________________________________________________________
49038 [  7861] By: jhi                                   on 2000/11/26  00:01:26
49039         Log: Integrate perlio.
49040      Branch: perl
49041           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
49042 ____________________________________________________________________________
49043 [  7860] By: nick                                  on 2000/11/25  22:04:17
49044         Log: Correct relative path from new ext\Filter\Util\Call location
49045              back to miniperl.
49046      Branch: perlio
49047            ! win32/makefile.mk
49048 ____________________________________________________________________________
49049 [  7859] By: nick                                  on 2000/11/25  21:26:54
49050         Log: Integrate mainline.
49051      Branch: perlio
49052           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
49053           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
49054           +> t/lib/filter-util.t
49055            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49056            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
49057            - t/lib/filt-util.t
49058           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
49059           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
49060           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
49061           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
49062           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
49063           !> win32/makefile.mk
49064 ____________________________________________________________________________
49065 [  7858] By: gsar                                  on 2000/11/25  20:52:17
49066         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
49067              parent's memory; fix it by keeping track of the actual pad
49068              offset rather than a raw pointer (this change is probably also
49069              relevant to non-ithreads case to avoid fallout from reallocs of
49070              the pad array, but is currently only enabled for the ithreads
49071              case in the interests of minimal disruption to existing "well
49072              tested" code)
49073      Branch: perl
49074            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
49075            ! proto.h scope.c scope.h sv.c t/op/fork.t
49076 ____________________________________________________________________________
49077 [  7857] By: nick                                  on 2000/11/25  20:01:28
49078         Log: All tests pass on Win32/gcc/USE_PERLIO.
49079              - when crlf layer is pushed make unix-level binary.
49080              - remove :crlf injection in pp_backtick in pp_sys.c
49081              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
49082      Branch: perlio
49083            ! doio.c perlio.c pp_sys.c win32/makefile.mk
49084 ____________________________________________________________________________
49085 [  7856] By: jhi                                   on 2000/11/25  18:38:30
49086         Log: Update the metaconfig units for #7855.
49087      Branch: metaconfig/U/perl
49088            ! useperlio.U usesocks.U
49089 ____________________________________________________________________________
49090 [  7855] By: jhi                                   on 2000/11/25  18:37:54
49091         Log: Undo the SOCKS workarounds, instead start using PerlIO
49092              if SOCKS is selected.
49093              
49094              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
49095              From: Jens Hamisch <jens@Strawberry.COM>
49096              Date: Fri, 24 Nov 2000 18:31:30 +0100
49097              Message-ID: <20001124183130.E28337@Strawberry.COM>
49098              
49099              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
49100              From: Jens Hamisch <jens@Strawberry.COM>
49101              Date: Fri, 24 Nov 2000 19:11:51 +0100
49102              Message-ID: <20001124191151.A28753@Strawberry.COM>
49103      Branch: perl
49104            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
49105            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
49106 ____________________________________________________________________________
49107 [  7854] By: jhi                                   on 2000/11/25  17:39:08
49108         Log: Undo #7848.  Some of the code seems to use walkoptree(),
49109              some walkoptree_slow().  An unfinished renaming?
49110              Now the sub is walkoptree() (which is @EXPORT_OK),
49111              the walkoptree_slow() is a typeglob alias to walkoptree.
49112              This makes the tests to pass, at least.
49113      Branch: perl
49114            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
49115 ____________________________________________________________________________
49116 [  7853] By: nick                                  on 2000/11/24  22:24:33
49117         Log: Re-arrange crlf vs binary for platforms that care.
49118              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
49119              Lip-service to making stdio layer work on such platfroms (untested).
49120              Now fails 3 tests rather than one, checkin to see if I can debug 
49121              the issue under linux. (Do not merge.)
49122      Branch: perlio
49123            ! doio.c perlio.c perliol.h
49124 ____________________________________________________________________________
49125 [  7852] By: jhi                                   on 2000/11/24  18:57:39
49126         Log: AUTHORS edits.
49127      Branch: perl
49128            ! AUTHORS
49129 ____________________________________________________________________________
49130 [  7851] By: jhi                                   on 2000/11/24  17:34:56
49131         Log: Add Jan-Erik Karlsson.
49132      Branch: perl
49133            ! AUTHORS
49134 ____________________________________________________________________________
49135 [  7850] By: jhi                                   on 2000/11/24  17:27:56
49136         Log: Configure should find stdchar on its own.
49137      Branch: perl
49138            ! hints/solaris_2.sh
49139 ____________________________________________________________________________
49140 [  7849] By: jhi                                   on 2000/11/24  17:24:55
49141         Log: Subject: PATCH over 7848: Filter test flawed
49142              From: andreas.koenig@anima.de (Andreas J. Koenig)
49143              Date: 24 Nov 2000 10:28:29 +0100
49144              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
49145      Branch: perl
49146            ! t/lib/filter-util.t
49147 ____________________________________________________________________________
49148 [  7848] By: jhi                                   on 2000/11/24  17:22:15
49149         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
49150              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
49151              Date: Fri, 24 Nov 2000 16:12:58 +0000
49152              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
49153      Branch: perl
49154            ! ext/B/B.pm
49155 ____________________________________________________________________________
49156 [  7847] By: jhi                                   on 2000/11/24  03:07:01
49157         Log: Integrate perlio.
49158      Branch: perl
49159           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
49160           !> win32/makefile.mk
49161 ____________________________________________________________________________
49162 [  7846] By: gsar                                  on 2000/11/24  00:55:57
49163         Log: integrate changes#6415..6418,6420..6438 from mainline
49164              
49165              Fix the bitvector ops for utf8 (tricky since past 7 bits
49166              the utf8 'characters' can be more than one octet).
49167              
49168              MPE/ix updates for perl 5.6.0 from Mark Bixby.
49169              
49170              Subject: SDBM_File documentation
49171              
49172              Detypo.
49173              
49174              Decutandpasto.
49175              
49176              Send all installperl messages to STDERR and be -w clean.
49177              
49178              Out-of-date note removed.
49179              
49180              Protect against "wild next"s, that is, callbacks doing "next"
49181              instead of "return".
49182              
49183              Use STDOUT consistently.
49184              
49185              The output might have been produced in the wrong order.
49186              
49187              A missing 'break' after the [[:space:]] switch case.
49188              
49189              Add tests for
49190              [ID 19991110.003] another matching finding by pcre author
49191              which has already been fixed by some patch, as verified in
49192              
49193              Documentation to explain the behaviour of map().
49194              
49195              Add an optimization for map-maps-a-list-element-to-more-list-elements
49196              case, but add also notes explaining the relationship of this
49197              patch and the earlier notes by Sarathy.
49198              
49199              Subject: [ID 20000716.023] syslog test fails without sockets
49200              
49201              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
49202              Test cases for #6431.
49203              
49204              File::Spec::VMS fixup for tmpdir from Craig Berry.
49205              
49206              Make the "uninit variable" warning to say "concat or string"
49207              or "join or string" when in concat or join .
49208              
49209              Get UTF16 BOMs working.  Patch from
49210              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
49211              
49212              Subject: [PATCH] Make large file tests deal with SIGXFSZ
49213              
49214              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
49215              
49216              Subject: [PATCH] av.c apidoc
49217      Branch: maint-5.6/perl
49218           !> (integrate 43 files)
49219 ____________________________________________________________________________
49220 [  7845] By: gsar                                  on 2000/11/24  00:20:45
49221         Log: integrate changes#6406..6414 from mainline
49222              
49223              Merge perlhacktut into perlhack, update perlguts.
49224              
49225              Fix AutoSplit to use File::Spec the right way in VMS,
49226              from Peter Prymmer.
49227              
49228              The bug report
49229              [ID 19991110.002] minimal matching discrepancy found by pcre author
49230              seems to have been fixed (though differently from what was suggested
49231              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
49232              
49233              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
49234              not in pod, from Peter Prymmer
49235              
49236              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
49237              From: Hugo <hv@crypt.compulink.co.uk>
49238              Date: Fri, 14 Jul 2000 23:05:20 +0100
49239              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
49240              
49241              Didn't anymore apply, but that point still could use another fix.
49242              
49243              lib/b test fixes from Peter Prymmer.
49244              
49245              More docs for sv functions.
49246              
49247              perlvms.pod whitespace cleanup to keep pod utils happy.
49248              
49249              another VMS build tweak from Peter Prymmer
49250      Branch: maint-5.6/perl
49251           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
49252           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
49253           !> vms/descrip_mms.template vms/perlvms.pod
49254 ____________________________________________________________________________
49255 [  7844] By: nick                                  on 2000/11/23  23:42:45
49256         Log: Win32/perlio Now just fails one io/argv.t test - lack 
49257              of default :crlf on standard streams.
49258      Branch: perlio
49259            ! doio.c perlio.c
49260 ____________________________________________________________________________
49261 [  7843] By: nick                                  on 2000/11/23  23:04:05
49262         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
49263              peek fail is showing a real problem (multiple crlf layers
49264              are getting pushed.)
49265      Branch: perlio
49266            ! doio.c perlio.c win32/makefile.mk
49267 ____________________________________________________________________________
49268 [  7842] By: nick                                  on 2000/11/23  19:46:23
49269         Log: Implement PerlIO_binmode()
49270              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
49271              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
49272              make binmode in t/lib/io_tell.t unconditional so that works.
49273              Checkin just so Win32 machine can see these changes.
49274      Branch: perlio
49275            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
49276 ____________________________________________________________________________
49277 [  7841] By: jhi                                   on 2000/11/23  19:30:00
49278         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
49279      Branch: perl
49280            ! README.amiga
49281 ____________________________________________________________________________
49282 [  7840] By: jhi                                   on 2000/11/23  17:18:02
49283         Log: SOCKS wrestling continues, patches from Jens Hamisch.
49284      Branch: perl
49285            ! doio.c embed.h embed.pl perlsdio.h proto.h
49286 ____________________________________________________________________________
49287 [  7839] By: jhi                                   on 2000/11/23  16:54:14
49288         Log: Push Filter::Util::Call one level deeper.
49289      Branch: perl
49290            + t/lib/filter-util.t
49291           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
49292           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
49293            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49294            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
49295            - t/lib/filt-util.t
49296            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
49297            ! win32/Makefile win32/makefile.mk
49298 ____________________________________________________________________________
49299 [  7838] By: jhi                                   on 2000/11/23  16:52:40
49300         Log: Reach back one higher up when searching for PERL_SRC.
49301      Branch: perl
49302            ! lib/ExtUtils/MM_Unix.pm
49303 ____________________________________________________________________________
49304 [  7837] By: jhi                                   on 2000/11/23  16:05:41
49305         Log: Subject: Re: perl@7826
49306              Date: Thu, 23 Nov 2000 02:20:25 -0600
49307              From: "Craig A. Berry" <craigberry@mac.com>
49308              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
49309              
49310              Make VMS to like Filter::Util::Call. 
49311      Branch: perl
49312            ! configure.com ext/Filter/Util/Makefile.PL
49313 ____________________________________________________________________________
49314 [  7836] By: nick                                  on 2000/11/23  16:04:08
49315         Log: Implement crlf layer - not ready for merge.
49316      Branch: perlio
49317            ! perlio.c win32/makefile.mk
49318 ____________________________________________________________________________
49319 [  7835] By: jhi                                   on 2000/11/23  15:56:52
49320         Log: STDCHAR is different in Sparc v9 vs x86.
49321      Branch: perl
49322            ! hints/solaris_2.sh
49323 ____________________________________________________________________________
49324 [  7834] By: jhi                                   on 2000/11/23  15:50:47
49325         Log: The type needs to be visible to protos.
49326      Branch: perl
49327            ! perl.h
49328 ____________________________________________________________________________
49329 [  7833] By: jhi                                   on 2000/11/23  15:40:46
49330         Log: Finish unfinished SOCKS workaround changes.
49331      Branch: perl
49332            ! doio.c
49333 ____________________________________________________________________________
49334 [  7832] By: jhi                                   on 2000/11/23  15:33:30
49335         Log: Integrate perlio.
49336      Branch: perl
49337           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49338           !> win32/makefile.mk
49339 ____________________________________________________________________________
49340 [  7831] By: nick                                  on 2000/11/23  10:31:07
49341         Log: Correct makefile.mk dependancies for ext/Filter/Util
49342              Build ext/Encode
49343              Run dmake regen_config_h
49344      Branch: perlio
49345            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49346            ! win32/makefile.mk
49347 ____________________________________________________________________________
49348 [  7830] By: nick                                  on 2000/11/23  08:05:07
49349         Log: Integrate mainline
49350      Branch: perlio
49351           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49352           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
49353           +> t/lib/filt-util.pl t/lib/filt-util.t
49354           !> (integrate 41 files)
49355 ____________________________________________________________________________
49356 [  7829] By: gsar                                  on 2000/11/23  03:07:11
49357         Log: build the Filter extension on windows
49358      Branch: perl
49359            ! win32/Makefile win32/makefile.mk
49360 ____________________________________________________________________________
49361 [  7828] By: gsar                                  on 2000/11/23  02:46:35
49362         Log: regenerate win32/config* and fix some inconsistencies in the
49363              makefiles; always export Perl_deb() because it is needed
49364              by ext/re/* (whether perl itself is built with -DDEBUGGING
49365              or not)
49366      Branch: perl
49367            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
49368            ! win32/config_H.vc win32/makefile.mk
49369 ____________________________________________________________________________
49370 [  7827] By: gsar                                  on 2000/11/23  02:18:38
49371         Log: get sources building on windows+MSVC again (untested with other
49372              compilers)
49373      Branch: perl
49374            ! win32/include/sys/socket.h win32/perllib.c
49375 ____________________________________________________________________________
49376 [  7826] By: jhi                                   on 2000/11/23  01:18:26
49377         Log: Update Changes.
49378      Branch: perl
49379            ! Changes patchlevel.h
49380 ____________________________________________________________________________
49381 [  7825] By: jhi                                   on 2000/11/23  00:20:41
49382         Log: Subject: Re: av.c patch (having slight problems)
49383              From: "Ben Tilly" <ben_tilly@hotmail.com>
49384              Date: Tue, 21 Nov 2000 23:29:31 -0500
49385              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
49386              
49387              unshift() speedup.
49388      Branch: perl
49389            ! av.c
49390 ____________________________________________________________________________
49391 [  7824] By: jhi                                   on 2000/11/22  23:59:15
49392         Log: Fixes for signedness warnings noticed by VMSperlers.
49393      Branch: perl
49394            ! ext/Storable/Storable.xs regcomp.c sv.c
49395 ____________________________________________________________________________
49396 [  7823] By: jhi                                   on 2000/11/22  23:19:31
49397         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
49398              From: Peter Prymmer <pvhp@forte.com>
49399              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
49400              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
49401      Branch: perl
49402            ! t/pragma/warn/pp_hot
49403 ____________________________________________________________________________
49404 [  7822] By: jhi                                   on 2000/11/22  22:52:20
49405         Log: Be clean.
49406      Branch: perl
49407            ! Makefile.SH
49408 ____________________________________________________________________________
49409 [  7821] By: jhi                                   on 2000/11/22  22:46:39
49410         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
49411              by Damian Conway, as suggested by Paul Marquess.
49412      Branch: perl
49413            + lib/Filter/Simple.pm
49414 ____________________________________________________________________________
49415 [  7820] By: jhi                                   on 2000/11/22  22:45:51
49416         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
49417      Branch: perl
49418            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49419            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
49420            + t/lib/filt-util.t
49421            ! MANIFEST
49422 ____________________________________________________________________________
49423 [  7819] By: jhi                                   on 2000/11/22  22:03:27
49424         Log: Integrate perlio.
49425      Branch: perl
49426           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
49427           !> win32/makefile.mk
49428 ____________________________________________________________________________
49429 [  7818] By: jhi                                   on 2000/11/22  21:56:02
49430         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
49431      Branch: perl
49432            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
49433            ! t/lib/io_sock.t
49434 ____________________________________________________________________________
49435 [  7817] By: jhi                                   on 2000/11/22  21:39:49
49436         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
49437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49438              Date: Wed, 22 Nov 2000 16:08:12 -0500
49439              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
49440      Branch: perl
49441            ! lib/ExtUtils/Liblist.pm
49442 ____________________________________________________________________________
49443 [  7816] By: jhi                                   on 2000/11/22  21:38:25
49444         Log: Go ahead and #include <unistd.h> in perl.h.
49445      Branch: perl
49446            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
49447            ! util.c
49448 ____________________________________________________________________________
49449 [  7815] By: jhi                                   on 2000/11/22  21:22:52
49450         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
49451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49452              Date: Mon, 20 Nov 2000 18:30:52 -0500
49453              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
49454      Branch: perl
49455            ! pod/perlre.pod regcomp.c t/op/re_tests
49456 ____________________________________________________________________________
49457 [  7814] By: jhi                                   on 2000/11/22  21:21:46
49458         Log: Subject: [PATCH 5.7.0] Liblist finally works
49459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49460              Date: Tue, 21 Nov 2000 22:02:17 -0500
49461              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
49462      Branch: perl
49463            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
49464            ! lib/ExtUtils/MakeMaker.pm
49465 ____________________________________________________________________________
49466 [  7813] By: jhi                                   on 2000/11/22  21:20:23
49467         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
49468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49469              Date: Wed, 22 Nov 2000 17:53:15 +0100
49470              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
49471              
49472              AIX dynaloader and perlio patch.
49473      Branch: perl
49474            ! ext/DynaLoader/dl_aix.xs
49475 ____________________________________________________________________________
49476 [  7812] By: jhi                                   on 2000/11/22  21:17:52
49477         Log: (Accidentally empty patch.)
49478      Branch: perl
49479            ! av.c
49480 ____________________________________________________________________________
49481 [  7811] By: jhi                                   on 2000/11/22  21:16:31
49482         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
49483              From: Peter Prymmer <pvhp@forte.com>
49484              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
49485              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
49486      Branch: perl
49487            ! vms/test.com
49488 ____________________________________________________________________________
49489 [  7810] By: jhi                                   on 2000/11/22  21:15:36
49490         Log: Subject: Re: perl@7777 
49491              From: "John P. Linderman" <jpl@research.att.com>
49492              Date: Wed, 22 Nov 2000 13:11:11 -0500
49493              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
49494              
49495              Detypoing.
49496      Branch: perl
49497            ! lib/CPAN.pm
49498 ____________________________________________________________________________
49499 [  7809] By: jhi                                   on 2000/11/22  21:14:19
49500         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
49501              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49502              Date:     Wed, 22 Nov 2000 13:51:37 EST
49503              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
49504      Branch: perl
49505            ! perlsdio.h
49506 ____________________________________________________________________________
49507 [  7808] By: jhi                                   on 2000/11/22  21:13:27
49508         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
49509              From: Casey Tweten <crt@kiski.net>
49510              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
49511              Message-Id: <200011201653.LAA10194@home.kiski.net>
49512      Branch: perl
49513            ! t/lib/io_udp.t
49514 ____________________________________________________________________________
49515 [  7807] By: jhi                                   on 2000/11/22  21:12:35
49516         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
49517              From: Casey Tweten <crt@kiski.net>
49518              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
49519              Message-Id: <200011201636.LAA07227@home.kiski.net>
49520      Branch: perl
49521            ! t/lib/io_sock.t
49522 ____________________________________________________________________________
49523 [  7806] By: jhi                                   on 2000/11/22  21:10:59
49524         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
49525              From: "Casey R. Tweten" <crt@kiski.net>
49526              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
49527              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
49528      Branch: perl
49529            ! utils/h2xs.PL
49530 ____________________________________________________________________________
49531 [  7805] By: nick                                  on 2000/11/22  21:05:06
49532         Log: Integrate mainline
49533      Branch: perlio
49534           !> Changes Porting/genlog ext/DB_File/DB_File.xs
49535           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
49536           !> utils/perlbug.PL
49537 ____________________________________________________________________________
49538 [  7804] By: jhi                                   on 2000/11/22  21:01:12
49539         Log: Subject: [PATCH] Test.pm POD peculiarity
49540              From: "Casey R. Tweten" <crt@kiski.net>
49541              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
49542              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
49543      Branch: perl
49544            ! lib/Test.pm
49545 ____________________________________________________________________________
49546 [  7803] By: jhi                                   on 2000/11/22  20:59:59
49547         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
49548              From: "Philip Newton" <pnewton@gmx.de>
49549              Date: Wed, 22 Nov 2000 14:25:53 +0100
49550              Message-Id: <3A1BD771.25462.1939FAD@localhost>
49551              
49552              Be case-understanding also on 's', and use the -oi of sendmail
49553              not to terminate the transmission on a lone '.'.
49554      Branch: perl
49555            ! utils/perlbug.PL
49556 ____________________________________________________________________________
49557 [  7802] By: nick                                  on 2000/11/22  20:51:42
49558         Log: Win32 PerlIO intermediate state now working as expected.
49559              - In current state we are still using C runtime in text/binary
49560              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
49561              - PERLIO=stdio and PERLIO=unix pass all expected tests.
49562              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
49563              and PerlIO_seek() and the dummy crlf layer is not making adjustments
49564              for CRLF translation happening in C runtime. All other tests pass.
49565              
49566              Added note to README.win32 to point out the snags of doing a perl build
49567              with Norton AntiVirus turned on.
49568              
49569              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
49570              which file a fail comes from.
49571              
49572              Updated "canned" config.h to match the one generated.
49573      Branch: perlio
49574            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
49575            ! win32/makefile.mk
49576 ____________________________________________________________________________
49577 [  7801] By: jhi                                   on 2000/11/22  06:50:20
49578         Log: Nickety nits.
49579      Branch: perl
49580            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49581 ____________________________________________________________________________
49582 [  7800] By: jhi                                   on 2000/11/22  01:29:55
49583         Log: Changes had accidentally gone too silent on non-main branches.
49584      Branch: perl
49585            ! Changes Porting/genlog patchlevel.h
49586 ____________________________________________________________________________
49587 [  7799] By: gsar                                  on 2000/11/22  01:02:56
49588         Log: some lib_pm.PL changes snuck in via change#7772
49589      Branch: maint-5.6/perl
49590            ! Makefile.SH
49591 ____________________________________________________________________________
49592 [  7798] By: nick                                  on 2000/11/21  21:59:40
49593         Log: Integrate mainline
49594      Branch: perlio
49595           !> (integrate 28 files)
49596 ____________________________________________________________________________
49597 [  7797] By: jhi                                   on 2000/11/21  21:01:45
49598         Log: Integrate perlio.
49599      Branch: perl
49600           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
49601 ____________________________________________________________________________
49602 [  7796] By: nick                                  on 2000/11/21  20:36:22
49603         Log: Win32 builds and runs (mostly) with USE_PERLIO.
49604              PERLIO=perlio passes all tests. 
49605              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
49606      Branch: perlio
49607            ! perlio.c win32/perllib.c win32/win32.c
49608 ____________________________________________________________________________
49609 [  7795] By: jhi                                   on 2000/11/21  19:03:44
49610         Log: Update Changes.
49611      Branch: perl
49612            ! Changes patchlevel.h
49613 ____________________________________________________________________________
49614 [  7794] By: jhi                                   on 2000/11/21  18:56:34
49615         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
49616              From: "Craig A. Berry" <craigberry@mac.com>
49617              Date: Mon, 20 Nov 2000 20:27:06 -0600
49618              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
49619              
49620              A cut-and-pasto.
49621      Branch: perl
49622            ! perlio.h
49623 ____________________________________________________________________________
49624 [  7793] By: jhi                                   on 2000/11/21  18:54:41
49625         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
49626              From: Dominic Dunlop <domo@computer.org> 
49627              Date: Mon, 20 Nov 2000 18:55:29 +0100
49628              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
49629              
49630              va_copy() and the need of it.
49631              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
49632      Branch: metaconfig/U/perl
49633            + need_va_copy.U
49634      Branch: perl
49635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49636            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
49637            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
49638            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49639            ! win32/config.bc win32/config.gc win32/config.vc
49640 ____________________________________________________________________________
49641 [  7792] By: jhi                                   on 2000/11/21  17:04:10
49642         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
49643      Branch: perl
49644           !> scope.h
49645 ____________________________________________________________________________
49646 [  7791] By: jhi                                   on 2000/11/21  17:01:16
49647         Log: Export the SOCKS workaround symbols only if necessary.
49648      Branch: perl
49649            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
49650 ____________________________________________________________________________
49651 [  7790] By: nick                                  on 2000/11/20  23:57:11
49652         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
49653      Branch: perlio
49654            ! scope.h
49655 ____________________________________________________________________________
49656 [  7789] By: nick                                  on 2000/11/20  23:38:33
49657         Log: Integrate mainline
49658      Branch: perlio
49659           +> lib/File/Spec/Epoc.pm
49660           !> (integrate 34 files)
49661 ____________________________________________________________________________
49662 [  7788] By: nick                                  on 2000/11/20  23:20:18
49663         Log: Make extra buffer layer work (dummy crlf layer)
49664      Branch: perlio
49665            ! doio.c perlio.c perlio.h
49666 ____________________________________________________________________________
49667 [  7787] By: jhi                                   on 2000/11/20  22:44:04
49668         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
49669              From: Peter Prymmer <pvhp@forte.com>
49670              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
49671              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
49672      Branch: perl
49673            ! t/pragma/locale.t
49674 ____________________________________________________________________________
49675 [  7786] By: jhi                                   on 2000/11/20  22:29:10
49676         Log: Subject: DOC PATCH 5.6.0 perlreftut
49677              From: mjd@plover.com
49678              Date: 20 Nov 2000 19:45:06 -0000
49679              Message-ID: <20001120194506.9505.qmail@plover.com>
49680      Branch: perl
49681            ! pod/perlreftut.pod
49682 ____________________________________________________________________________
49683 [  7785] By: jhi                                   on 2000/11/20  22:27:44
49684         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
49685              From: David Dyck <dcd@tc.fluke.com>
49686              Date: Mon, 20 Nov 2000 11:43:40 -0800
49687              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
49688      Branch: perl
49689            ! lib/Cwd.pm
49690 ____________________________________________________________________________
49691 [  7784] By: jhi                                   on 2000/11/20  22:23:21
49692         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
49693              Date: Mon, 20 Nov 2000 17:06:10 -0500
49694              To: Mailing list Perl5 <perl5-porters@perl.org>
49695              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
49696      Branch: perl
49697            ! pp_ctl.c t/op/pat.t
49698 ____________________________________________________________________________
49699 [  7783] By: jhi                                   on 2000/11/20  22:11:18
49700         Log: Subject: [PATCH] doop.c - UTF8 tr///               
49701              From: Simon Cozens <simon@cozens.net>
49702              Date: Sat, 18 Nov 2000 18:49:30 +0000
49703              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
49704              
49705              Subject: Re: [PATCH] doop.c - UTF8 tr///           
49706              From: Simon Cozens <simon@cozens.net>
49707              Date: Mon, 20 Nov 2000 20:45:22 +0000
49708              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
49709              
49710              Make tr on UTF-8 better but still not correct.
49711      Branch: perl
49712            ! doop.c
49713 ____________________________________________________________________________
49714 [  7782] By: jhi                                   on 2000/11/20  22:02:16
49715         Log: Remove the shared object before attempting to create
49716              (by linking) a new one.  E.g. in AIX not removing
49717              becomes quite painful if one tries to do more than one
49718              build in the same tree (an interrupted build, for example),
49719              since the AIX' shared dynaloader seemingly keeps the shared
49720              objects open and therefore 'busy' for quite a while, even when
49721              nobody is using the objects, leading into link failures.
49722      Branch: perl
49723            ! lib/ExtUtils/MM_Unix.pm
49724 ____________________________________________________________________________
49725 [  7781] By: gsar                                  on 2000/11/20  19:02:55
49726         Log: type mismatch due to faulty integration
49727      Branch: maint-5.6/perl
49728            ! toke.c win32/Makefile
49729 ____________________________________________________________________________
49730 [  7780] By: gsar                                  on 2000/11/20  17:31:55
49731         Log: integrate changes#6392,6394..6399,6401..6404
49732              
49733              The {multiplier} of a fixed substring was overlooked which
49734              caused a wrong initial search offset for that substring.
49735              
49736              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
49737              From: Hugo <hv@crypt.compulink.co.uk>
49738              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
49739              Date: Thu, 13 Jul 2000 19:27:13 +0100
49740              
49741              Fix the BOM bug: not a byteorder bug, a signedness bug.
49742              
49743              Replace change #6337 with a better one.
49744              
49745              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49746              From: Hugo <hv@crypt.compulink.co.uk>
49747              Date: Fri, 14 Jul 2000 04:16:20 +0100
49748              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
49749              
49750              MakeMaker should not remove editor backups (*~) on `make clean`
49751              by default (completes change#6383)
49752              
49753              move new variables to the end of the interpreter structure (for
49754              bincompat in code that doesn't #include XSUB.h)
49755              
49756              rename totally bletcherous SvLOCK() thingy (doesn't do what the
49757              name suggests anyway)
49758              
49759              various cleanups (typos, misformatted code, and small bugs)
49760              
49761              typecasts needed for change#6394
49762              
49763              typos in change#6399, regen headers
49764              
49765              inconsistent types needs casts
49766              
49767              PERL_OBJECT build tweaks
49768      Branch: maint-5.6/perl
49769           !> MANIFEST doop.c embed.h embed.pl embedvar.h
49770           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
49771           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
49772           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
49773           !> toke.c util.c
49774 ____________________________________________________________________________
49775 [  7779] By: gsar                                  on 2000/11/20  17:06:29
49776         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
49777              
49778              Cosmetics and perldelta.
49779              
49780              Fix nits noticed by Boston.pm.
49781              
49782              Do the cc sanity check both before the hints and
49783              after the cc selction.
49784              
49785              get sprintf.t to adjust properly for 3-digit exponents
49786              
49787              don't clobber *.orig files on *clean targets
49788              
49789              fix bugs in processing %v-*d and similar format specs (from
49790              Avi Finkel <avi@finkel.org>)
49791              
49792              sprintf test tweaks (from Dominic Dunlop)
49793              
49794              new selfloader.t in change#6183 doesn't close DATA handles,
49795              and thus fails to clean up tmp files on dosish platforms
49796              
49797              typos (spotted by Peter Prymmer)
49798              
49799              typo fix from Craig Berry
49800      Branch: maint-5.6/perl
49801           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
49802           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
49803           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
49804           !> x2p/Makefile.SH
49805 ____________________________________________________________________________
49806 [  7778] By: gsar                                  on 2000/11/20  16:46:51
49807         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
49808              
49809              Subject: Re: format bug report  [Patch]
49810              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49811              Date: Wed, 05 Jul 2000 13:12:52 +0200
49812              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
49813              
49814              Subject: Re: format bug report  [Patch]
49815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49816              Date: Wed, 05 Jul 2000 14:10:01 +0200
49817              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
49818              
49819              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
49820              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49821              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
49822              Date: Fri, 07 Jul 2000 17:57:16 +0100
49823              
49824              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
49825              To: perl5-porters@perl.org
49826              From: Karsten Sperling <spiff@phreax.net>
49827              Date: Mon, 10 Jul 2000 15:12:52 +0200
49828              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
49829              
49830              README.posix-bc podified from Thomas Dorner.
49831              
49832              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
49833              From: Dominic Dunlop <domo@computer.org>
49834              Date: Tue, 11 Jul 2000 12:27:33 +0200
49835              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
49836              
49837              Typo in #6341.
49838              
49839              Fix for
49840              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
49841              From: Roderick Schertler <roderick@argon.org>
49842              Date: Tue, 11 Jul 2000 13:55:05 -0400
49843              Message-Id: <200007111755.NAA05077@jones.argon.org>
49844              
49845              Minor cleanups on the booklist.
49846              
49847              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
49848              regen perltoc.
49849              
49850              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
49851      Branch: maint-5.6/perl
49852           +> pod/perlbook.pod
49853           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
49854           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
49855           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
49856 ____________________________________________________________________________
49857 [  7777] By: jhi                                   on 2000/11/20  16:08:49
49858         Log: Update Changes.
49859      Branch: perl
49860            ! Changes patchlevel.h
49861 ____________________________________________________________________________
49862 [  7776] By: jhi                                   on 2000/11/20  15:27:56
49863         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
49864              This may be overly harsh but until proven otherwise, we think this
49865              way, or until we have a simple test for Configure (having to start
49866              up servers is does not count as simple) to check for the problems.
49867      Branch: perl
49868            ! perl.h
49869 ____________________________________________________________________________
49870 [  7775] By: jhi                                   on 2000/11/20  15:22:17
49871         Log: Solaris hints tweaks.
49872      Branch: perl
49873            ! hints/solaris_2.sh
49874 ____________________________________________________________________________
49875 [  7774] By: jhi                                   on 2000/11/20  15:01:20
49876         Log: Add a workaround to SOCKS 64-bit problems.
49877      Branch: perl
49878            ! doio.c embed.h embed.pl perlsdio.h proto.h
49879 ____________________________________________________________________________
49880 [  7773] By: jhi                                   on 2000/11/20  14:51:47
49881         Log: sysseek() instead of seek().
49882      Branch: perl
49883            ! t/lib/syslfs.t
49884 ____________________________________________________________________________
49885 [  7772] By: gsar                                  on 2000/11/20  13:06:23
49886         Log: integrate changes#6315..6319,6321..6331,6333..6338
49887              
49888              Integrate with Sarathy, preliminary fix for unicos
49889              alignment problems in [ID 20000612.002] Perl problem on Cray system.
49890              
49891              some debugger output does not go to the socket when RemotePort is set
49892              
49893              winsock cleanup never done on Windows (leads to handle leaks)
49894              
49895              fix UNC path handling on Windows under ithreads, and chdir()
49896              return value when given a non-existent directory
49897              
49898              Autogenerate pod/Makefile and pod/buildtoc.
49899              buildtoc also checks whether the existin pods are
49900              mentioned in MANIFEST and perl.pod, and vice versa.
49901              (None of the thusly found discrepancies fixed yet.)
49902              roffitall also needs to be autogenerated similarly but it
49903              seems so badly out of date that I didn't touch it yet.
49904              
49905              Config is being used.
49906              
49907              Add =head1 NAMEs so that buildtoc is happy.
49908              (The CGI::Util nit reported to Lincoln.)
49909              
49910              Fix complaints of buildtoc.
49911              
49912              Fix the alignment problem in Crays ([ID 20000612.002]).
49913              
49914              Remove perlbook, update perlfaq book listing,
49915              rearrange perl.pod, regenerate perltoc.
49916              
49917              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49918              was cast to an unsigned (32-bit) integer with wild abandon.
49919              
49920              winsock options weren't being set in all threads under ithreads
49921              (caused send()s from second and subsequent threads to fail)
49922              
49923              accept() leaks memory on windows due to incorrect ordering of
49924              closesocket() and fclose() calls
49925              
49926              Reorder perl.pod once more.
49927              
49928              More POSIX.pod tweaks.
49929              
49930              Sprinkle ldlibpath.
49931              
49932              Precedence goof, fix based on
49933              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49934              From: Hugo <hv@crypt.compulink.co.uk>
49935              Date: Tue, 11 Jul 2000 12:52:38 +0100
49936              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49937              
49938              Subject: PATCH perlguts.pod: Document D and d magic types
49939              From: mjd@plover.com
49940              Date: 5 Jul 2000 18:01:51 -0000
49941              Message-ID: <20000705180151.29413.qmail@plover.com>
49942              
49943              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49944              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49945              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49946              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49947              
49948              Subject: [PATCH cfgperl] $& segfaults if you trick it
49949              From: simon@brecon.co.uk (Simon Cozens)
49950              Date: 7 Jul 2000 11:26:09 GMT
49951              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49952              
49953              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49954              From: Hugo <hv@crypt.compulink.co.uk>
49955              Date: Tue, 11 Jul 2000 12:44:50 +0100
49956              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49957              
49958              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49959              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49960              Date: Tue, 11 Jul 2000 13:50:51 +0100
49961              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49962      Branch: maint-5.6/perl
49963           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
49964           +> pod/buildtoc.PL
49965            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
49966           !> (integrate 26 files)
49967 ____________________________________________________________________________
49968 [  7771] By: gsar                                  on 2000/11/20  12:31:42
49969         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
49970              6310,6311,6314
49971              
49972              Subject: [PATCH bleedperl] File::Spec 0.82 beta
49973              From: Barrie Slaymaker <barries@jester.slaysys.com>
49974              Date: Wed, 28 Jun 2000 11:35:29 -0400
49975              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
49976              
49977              tweak perlembed for multiplicity/usethreads sanity; correct notes
49978              about Windows
49979              
49980              localize %INC in a Safe compartment so that use/require work
49981              (many other magic globals probably need similar treatment)
49982              
49983              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
49984              when @_ is modified, causing coredumps
49985              
49986              slurp mode fix in change#4736 still not quite right
49987              
49988              Point to perlipc for more SysV IPC examples.
49989              
49990              Elaborate POSIX.pod.  Still needs work.
49991              
49992              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
49993              
49994              fix large memory leak that has been around for ever, masked by
49995              -DPURIFY (most of the arenas were never freed!)
49996              
49997              fix memory leak on Windows (PL_sys_intern contents were never
49998              freed)
49999              
50000              PERL_OBJECT build tweak
50001              
50002              adjust change#6299
50003              
50004              remove rel2abs prototypes (from Barrie Slaymaker)
50005              
50006              missing perldiag entry for unpack("w",...) diagnostic (from
50007              Andreas Koenig)
50008              
50009              better diagnostic on Frob->stuff() when Frob:: doesn't exist
50010              (from Richard Soderberg <rs@oregonnet.com>)
50011              
50012              Win32 patches for cfgperl from Sarathy.
50013              
50014              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
50015              
50016              More POSIX.pod embellishment.
50017              
50018              tyop in change#6306
50019      Branch: maint-5.6/perl
50020           !> (integrate 44 files)
50021 ____________________________________________________________________________
50022 [  7770] By: gsar                                  on 2000/11/20  11:51:00
50023         Log: integrate changes#6268..6282 from cfgperl branch
50024              
50025              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
50026              From: Dominic Dunlop <domo@computer.org>
50027              Date: Thu, 29 Jun 2000 12:32:39 +0200
50028              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
50029              
50030              Regen headers for #6261 (and update embed.pl for this) and #6267,
50031              silence few compiler warnings.
50032              
50033              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
50034              From: Nicholas Clark <nick@talking.bollo.cx>
50035              Date: Fri, 23 Jun 2000 16:21:15 +0100
50036              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
50037              
50038              Subject: PATCH pod/perltie.pod
50039              From: Ian Phillipps <Ian.Phillipps@iname.com>
50040              Date: Fri, 16 Jun 2000 00:17:19 +0100
50041              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
50042              (only the first hunk, the second hunk had already been done
50043              by some other patch)
50044              
50045              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
50046              From: Tom Phoenix <rootbeer@redcat.com>
50047              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
50048              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
50049              
50050              Subject: [PATCH] xsub attributes
50051              From: Doug MacEachern <dougm@covalent.net>
50052              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
50053              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
50054              
50055              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
50056              From: Andy Dougherty <doughera@lafayette.edu>
50057              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
50058              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
50059              
50060              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
50061              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50062              Date: Tue, 13 Jun 2000 02:43:48 -0500
50063              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
50064              
50065              Subject: [PATCH] Re: eval documentation: context
50066              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50067              Date: Mon, 12 Jun 2000 15:07:29 +0100
50068              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
50069              
50070              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
50071              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50072              Date: Mon, 12 Jun 2000 14:55:59 +0100
50073              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
50074              
50075              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
50076              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
50077              Date: Fri, 09 Jun 2000 12:39:27 -0400
50078              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
50079              (plus update the version "number" of Text::Wrap)
50080              
50081              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
50082              From: Tim Ayers <tayers@bridge.com>
50083              Date: Thu, 08 Jun 2000 08:11:06 +0200
50084              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
50085              [resent by Richard Foley, Message-Id probably wrong]
50086              
50087              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
50088              From: rspier@pobox.com (Robert Spier)
50089              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
50090              Message-ID: <14654.31913.845602.610277@rls.cx>
50091              
50092              Subject: [PATCH 5.6.0] utils/h2xs.PL
50093              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50094              Date: Wed, 7 Jun 2000 04:02:04 -0500
50095              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
50096              
50097              Subject: [PATCH 5.6.0]ITHREADs for VMS
50098              From: Dan Sugalski <dan@sidhe.org>
50099              Date: Tue, 06 Jun 2000 11:59:50 -0400
50100              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
50101      Branch: maint-5.6/perl
50102           !> (integrate 31 files)
50103 ____________________________________________________________________________
50104 [  7769] By: gsar                                  on 2000/11/20  11:29:06
50105         Log: integrate changes#6261..6266 from cfgperl
50106              
50107              Subject: Re: [PATCH cfgperl] BOMs away!
50108              From: simon@brecon.co.uk (Simon Cozens)
50109              Date: 17 Jun 2000 11:49:57 GMT
50110              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
50111              
50112              Subject: 5.6.0 Patch for EPOC
50113              From: Olaf Flebbe <o.flebbe@gmx.de>
50114              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
50115              Message-ID: <23449.960929969@www11.gmx.net>
50116              
50117              tr fixes from Simon Cozens
50118              
50119              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
50120              From: Marty Lucich <marty@netcom.com>
50121              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
50122              Message-Id: <200006282116.OAA11148@netcom.com>
50123              ccdlflags update (the BSD/OS 4.1 part had already been taken
50124              care of by #6141).
50125              
50126              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
50127              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50128              Date: Wed, 28 Jun 2000 17:50:12 -0700
50129              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
50130              
50131              Subject: [PATCH 5.6.0] cygwin port
50132              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
50133              From: "Fifer, Eric" <EFifer@sanwaint.com>
50134              Date: Thu, 29 Jun 2000 12:58:29 +0100
50135      Branch: maint-5.6/perl
50136           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
50137           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
50138           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50139           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
50140 ____________________________________________________________________________
50141 [  7768] By: gsar                                  on 2000/11/20  11:13:44
50142         Log: integrate changes#6252..6256,6259..6260
50143              
50144              Paranoia tweak on #6249.
50145              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
50146              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50147              Date: Sun, 25 Jun 2000 23:43:12 -0400
50148              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
50149              
50150              Subject: tr///, help wanted.
50151              From: simon@brecon.co.uk (Simon Cozens)
50152              Date: 28 Jun 2000 11:29:04 GMT
50153              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
50154              
50155              small thinko tweaks
50156              
50157              tweaks from Simon Conzes to further fix tr/// under utf8
50158              
50159              perlnewmod was missing from MANIFEST.
50160              
50161              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
50162              From: simon@brecon.co.uk (Simon Cozens)
50163              Date: 17 Jun 2000 11:56:44 GMT
50164              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
50165              pack U0, pack C0
50166      Branch: maint-5.6/perl
50167           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
50168           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
50169           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
50170           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
50171 ____________________________________________________________________________
50172 [  7767] By: gsar                                  on 2000/11/20  10:51:38
50173         Log: integrate change#6250 from cfgperl
50174              
50175              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
50176              From: Doug MacEachern <dougm@covalent.net>
50177              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
50178              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
50179      Branch: maint-5.6/perl
50180           +> t/op/my_stash.t
50181           !> MANIFEST embed.pl global.sym proto.h toke.c
50182 ____________________________________________________________________________
50183 [  7766] By: gsar                                  on 2000/11/20  10:48:34
50184         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
50185              
50186              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
50187              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50188              Date: Mon, 26 Jun 2000 18:40:14 +0100
50189              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
50190              
50191              Subject: [PATCH] bytes<->utf8 fixes
50192              From: simon@brecon.co.uk (Simon Cozens)
50193              Date: 26 Jun 2000 04:55:45 GMT
50194              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
50195              
50196              Subject: [PATCH] is_utf8_string
50197              From: simon@brecon.co.uk (Simon Cozens)
50198              Date: 26 Jun 2000 02:25:59 GMT
50199              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
50200              
50201              Subject: [PATCH] avoid mg_ptr in '*' magic
50202              From: Doug MacEachern <dougm@covalent.net>
50203              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
50204              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
50205              
50206              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
50207              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50208              Date: Sat, 24 Jun 2000 13:06:20 +0100
50209              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
50210              
50211              Allow for standalone testing.
50212              
50213              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
50214              From: Mark-Jason Dominus <mjd@plover.com>
50215              Date: Tue, 27 Jun 2000 22:36:42 -0400
50216              Message-ID: <20000628023642.12166.qmail@plover.com>
50217              
50218              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
50219              From: Frank Tobin <ftobin@uiuc.edu>
50220              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
50221              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
50222      Branch: maint-5.6/perl
50223           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
50224           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
50225           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
50226           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
50227           !> utf8.c utils/h2xs.PL
50228 ____________________________________________________________________________
50229 [  7765] By: gsar                                  on 2000/11/20  10:29:13
50230         Log: integrate change#6239 from cfgperl
50231              
50232              Configure maintenance.  Sever some dependency cycles,
50233              separate gccversion from the cc unit,
50234              address [ID 20000623.006] Configure script patch for using gcc on AIX
50235              (but solve it a little bit differently),
50236              unduplex some accidentally duplicated units,
50237              suggest using gcc if no cc available
50238              (p5p thread: "Solaris configure: counterproposal", 1999-09)
50239      Branch: maint-5.6/perl
50240           !> Configure Todo-5.6 config_h.SH
50241 ____________________________________________________________________________
50242 [  7764] By: gsar                                  on 2000/11/20  10:25:55
50243         Log: integrate changes#6233..6238 from cfgperl
50244              
50245              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
50246              From: Mark-Jason Dominus <mjd@plover.com>
50247              Date: Fri, 16 Jun 2000 20:53:04 -0400
50248              Message-ID: <20000617005304.8008.qmail@plover.com>
50249              
50250              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
50251              because when run as services (Win32ese for daemons)
50252              no environment variables are set and tmpdir ends up as /tmp,
50253              which is ambiguous.
50254              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
50255              From: matt@sergeant.org
50256              Date: 16 Jun 2000 16:30:43 -0000
50257              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
50258              
50259              The thread begun by
50260              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
50261              From: Kevin.Ruscoe@ubsw.com
50262              Date: Fri, 16 Jun 2000 16:38:51 +0100
50263              Message-Id: <H000019b03c300d6@MHS>
50264              
50265              Tweak embed.pl, regen headers.
50266              
50267              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
50268              From: Dan Sugalski <dan@sidhe.org>
50269              Date: Fri, 23 Jun 2000 17:00:00 -0400
50270              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
50271      Branch: maint-5.6/perl
50272           !> (integrate 27 files)
50273 ____________________________________________________________________________
50274 [  7763] By: gsar                                  on 2000/11/20  10:08:08
50275         Log: s/perl56delta/perldelta/g
50276      Branch: maint-5.6/perl
50277            ! pod/Makefile
50278 ____________________________________________________________________________
50279 [  7762] By: gsar                                  on 2000/11/20  10:04:00
50280         Log: integrate changes#6225,6229,6231,6232 from cfgperl
50281              
50282              Add source code filenames to apidoc.
50283              From: simon@brecon.co.uk (Simon Cozens)
50284              Subject: [PATCH embed.pl] Source X-ref
50285              Date: 22 Jun 2000 02:18:49 GMT
50286              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
50287              
50288              Subject: README.hpux version 0.6.1
50289              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
50290              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50291              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
50292              
50293              Subject: [PATCH 5.6.0] cygwin port
50294              From: "Fifer, Eric" <EFifer@sanwaint.com>
50295              Date: Tue, 20 Jun 2000 14:30:58 +0100
50296              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
50297              
50298              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
50299              From: simon@brecon.co.uk (Simon Cozens)
50300              Date: 19 Jun 2000 15:18:27 GMT
50301              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
50302              
50303              plus update pod/Makefile and regenerate perltoc
50304      Branch: maint-5.6/perl
50305           +> pod/perlutil.pod
50306           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
50307           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
50308 ____________________________________________________________________________
50309 [  7761] By: jhi                                   on 2000/11/20  04:09:55
50310         Log: Miraculous typo.
50311      Branch: perl
50312            ! t/op/pat.t
50313 ____________________________________________________________________________
50314 [  7760] By: jhi                                   on 2000/11/20  04:06:08
50315         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
50316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50317              Date: Sun, 19 Nov 2000 22:30:26 -0500
50318              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
50319      Branch: perl
50320            ! regexec.c scope.h t/op/pat.t
50321 ____________________________________________________________________________
50322 [  7759] By: jhi                                   on 2000/11/20  02:05:22
50323         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
50324      Branch: perl
50325            ! perl.h
50326 ____________________________________________________________________________
50327 [  7758] By: jhi                                   on 2000/11/20  01:58:11
50328         Log: Subject: [perl 7711: EPOC] updates
50329              From: Olaf Flebbe <o.flebbe@gmx.de>
50330              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
50331              Message-ID: <25575.974658810@www23.gmx.net>               
50332      Branch: perl
50333            + lib/File/Spec/Epoc.pm
50334            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
50335            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
50336            ! lib/File/Spec.pm perl.c sv.c
50337 ____________________________________________________________________________
50338 [  7757] By: jhi                                   on 2000/11/20  01:53:11
50339         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
50340      Branch: perl
50341            ! MANIFEST
50342 ____________________________________________________________________________
50343 [  7756] By: jhi                                   on 2000/11/20  01:47:22
50344         Log: Integrate perlio.
50345      Branch: perl
50346            - ext/re/hints/MSWin32.pl
50347           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
50348           !> win32/config.gc win32/config_H.gc win32/win32sck.c
50349 ____________________________________________________________________________
50350 [  7755] By: nick                                  on 2000/11/19  20:57:17
50351         Log: Add dummy crlf layer (just as buffer)
50352              Correct 1st bug - one layer of indirection.
50353      Branch: perlio
50354            ! perlio.c perlio.h perliol.h
50355 ____________________________________________________________________________
50356 [  7754] By: nick                                  on 2000/11/19  20:56:12
50357         Log: Work-round to Perl_deb_nocontext is no longer required
50358      Branch: perlio
50359            - ext/re/hints/MSWin32.pl
50360 ____________________________________________________________________________
50361 [  7753] By: nick                                  on 2000/11/19  20:01:16
50362         Log: diff -se shows these as different
50363      Branch: perlio
50364            ! global.sym pod/perlapi.pod
50365 ____________________________________________________________________________
50366 [  7752] By: nick                                  on 2000/11/19  18:57:30
50367         Log: Configure GCC/Win32 build -Duseperlio
50368              Fix a couple of gross issues
50369              - double-include of ../deb.o in re.dll
50370              - win32sck.c needs PerlIO and FILE 
50371      Branch: perlio
50372            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
50373            ! win32/win32sck.c
50374 ____________________________________________________________________________
50375 [  7751] By: nick                                  on 2000/11/19  17:05:36
50376         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
50377      Branch: perlio
50378            ! perlio.c
50379 ____________________________________________________________________________
50380 [  7750] By: nick                                  on 2000/11/19  16:57:14
50381         Log: Missing aTHX_
50382      Branch: perlio
50383            ! sv.c
50384 ____________________________________________________________________________
50385 [  7749] By: jhi                                   on 2000/11/19  16:28:40
50386         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
50387              From: "Peter J. Farley III" <pjfarley@banet.net>
50388              Date: Sun, 19 Nov 2000 01:42:58 -0500
50389              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
50390      Branch: perl
50391            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
50392 ____________________________________________________________________________
50393 [  7748] By: jhi                                   on 2000/11/19  16:08:10
50394         Log: Subject: podlators 1.05 available        
50395              From: Russ Allbery <rra@stanford.edu>   
50396              Date: 18 Nov 2000 22:04:28 -0800
50397              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
50398      Branch: perl
50399            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
50400 ____________________________________________________________________________
50401 [  7747] By: nick                                  on 2000/11/19  11:19:39
50402         Log: Integrate mainline
50403      Branch: perlio
50404           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
50405           !> util.c
50406 ____________________________________________________________________________
50407 [  7746] By: jhi                                   on 2000/11/19  06:42:22
50408         Log: Make hex scanning warn on "\x{x}" and "\xx".
50409              "\x" and and hex("x") are still valid.
50410      Branch: perl
50411            ! util.c
50412 ____________________________________________________________________________
50413 [  7745] By: nick                                  on 2000/11/18  22:52:28
50414         Log: Integrate mainline
50415      Branch: perlio
50416           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
50417           !> perl.h perlio.c proto.h regcomp.c regcomp.h
50418 ____________________________________________________________________________
50419 [  7744] By: jhi                                   on 2000/11/18  22:50:28
50420         Log: Introduce Perl_utf8_length().  Use it.
50421      Branch: perl
50422            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
50423 ____________________________________________________________________________
50424 [  7743] By: jhi                                   on 2000/11/18  22:38:51
50425         Log: Compiler denit.
50426      Branch: perl
50427            ! perlio.c
50428 ____________________________________________________________________________
50429 [  7742] By: jhi                                   on 2000/11/18  20:33:05
50430         Log: Integrate perlio.
50431      Branch: perl
50432           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
50433           !> perlio.h pp_ctl.c pp_sys.c sv.c
50434 ____________________________________________________________________________
50435 [  7741] By: jhi                                   on 2000/11/18  20:31:27
50436         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
50437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50438              Date: Fri, 17 Nov 2000 20:35:11 -0500
50439              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
50440              
50441              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
50442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50443              Date: Fri, 17 Nov 2000 21:03:47 -0500
50444              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
50445              
50446              Plus a little bit of tweaking in pregcomp().
50447      Branch: perl
50448            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
50449 ____________________________________________________________________________
50450 [  7740] By: nick                                  on 2000/11/18  20:17:22
50451         Log: Lexical use open ... support:
50452              add ->cop_io to COP structure in cop.h.
50453              Make mg.c and gv.c associate it with ${^OPEN}.
50454              Make lib/open.pm set it.
50455              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
50456              manner similar to ->cop_warnings.
50457              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
50458              call new PerlIO_apply_layers().
50459              Declare latter in perlio.h and define in perlio.c
50460      Branch: perlio
50461            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
50462            ! perlio.h pp_ctl.c pp_sys.c sv.c
50463 ____________________________________________________________________________
50464 [  7739] By: jhi                                   on 2000/11/18  19:54:00
50465         Log: Integrate perlio.
50466      Branch: perl
50467           !> doio.c perlio.c pp.c
50468 ____________________________________________________________________________
50469 [  7738] By: jhi                                   on 2000/11/18  17:16:13
50470         Log: Subject: [PATCH 5.7.0] etags broken again
50471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50472              Date: Sat, 18 Nov 2000 02:41:36 -0500
50473              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
50474      Branch: perl
50475            ! emacs/ptags
50476 ____________________________________________________________________________
50477 [  7737] By: jhi                                   on 2000/11/18  17:12:18
50478         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
50479      Branch: perl
50480            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50481 ____________________________________________________________________________
50482 [  7736] By: nick                                  on 2000/11/18  14:06:20
50483         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
50484              part to be isolated.
50485      Branch: perlio
50486            ! doio.c perlio.c
50487 ____________________________________________________________________________
50488 [  7735] By: nick                                  on 2000/11/18  11:03:32
50489         Log: Integrate mainline
50490      Branch: perlio
50491           !> Changes README.amiga README.win32 patchlevel.h
50492           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
50493 ____________________________________________________________________________
50494 [  7734] By: jhi                                   on 2000/11/18  01:18:56
50495         Log: Update Changes.
50496      Branch: perl
50497            ! Changes patchlevel.h
50498 ____________________________________________________________________________
50499 [  7733] By: jhi                                   on 2000/11/18  00:32:54
50500         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
50501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50502              Date: Fri, 17 Nov 2000 17:28:02 -0500
50503              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
50504      Branch: perl
50505            ! regcomp.c regexec.c t/op/re_tests
50506 ____________________________________________________________________________
50507 [  7732] By: jhi                                   on 2000/11/18  00:28:56
50508         Log: Sparc 64-bit pack() fix from Jens Hamisch.
50509      Branch: perl
50510            ! pp.c
50511 ____________________________________________________________________________
50512 [  7731] By: jhi                                   on 2000/11/18  00:18:39
50513         Log: Explain in more detail the {} syntax ambiguousity.
50514              
50515              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
50516              From: Nicholas Clark <nick@ccl4.org>
50517              Date: Fri, 17 Nov 2000 22:10:28 +0000
50518              Message-ID: <20001117221028.A88930@plum.flirble.org>
50519      Branch: perl
50520            ! pod/perlfunc.pod
50521 ____________________________________________________________________________
50522 [  7730] By: jhi                                   on 2000/11/18  00:12:18
50523         Log: Subject: Fix for README.amiga (20000323.033)
50524              From: "Stephen P. Potter" <spp@spotter.yi.org>
50525              Date: Fri, 17 Nov 2000 12:25:51 -0500
50526              Message-Id: <200011171725.MAA05768@spotter.yi.org>
50527      Branch: perl
50528            ! README.amiga
50529 ____________________________________________________________________________
50530 [  7729] By: jhi                                   on 2000/11/18  00:08:34
50531         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
50532              From: "A. C. Yardley" <yardley@tanet.net>
50533              Date: Mon, 3 Apr 2000 11:35:33 -0700
50534              Message-ID: <3483.000403@tanet.net>
50535      Branch: perl
50536            ! README.win32
50537 ____________________________________________________________________________
50538 [  7728] By: nick                                  on 2000/11/17  21:59:47
50539         Log: Integrate mainline
50540      Branch: perlio
50541           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
50542           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
50543           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
50544           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
50545 ____________________________________________________________________________
50546 [  7727] By: nick                                  on 2000/11/17  21:56:31
50547         Log: Experiment on use of attributes.pm interface.
50548              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
50549              SVt_PVRV if not already something better (else vivify of say magic gets
50550              core dump).
50551      Branch: perlio
50552            ! perlio.c pp.c
50553 ____________________________________________________________________________
50554 [  7726] By: jhi                                   on 2000/11/17  14:15:49
50555         Log: Subject: Fix for 20000815.006
50556              From: "Stephen P. Potter" <spp@spotter.yi.org>
50557              Date: Fri, 17 Nov 2000 08:57:45 -0500
50558              Message-Id: <200011171357.IAA05122@spotter.yi.org>
50559              
50560              It's really 20000518.006.
50561      Branch: perl
50562            ! pod/perlmodlib.PL
50563 ____________________________________________________________________________
50564 [  7725] By: jhi                                   on 2000/11/17  14:12:31
50565         Log: Subject: Fix for 20000409.001
50566              From: "Stephen P. Potter" <spp@spotter.yi.org>
50567              Date: Fri, 17 Nov 2000 08:55:45 -0500
50568              Message-Id: <200011171355.IAA05104@spotter.yi.org>
50569      Branch: perl
50570            ! pod/perlfaq9.pod
50571 ____________________________________________________________________________
50572 [  7724] By: jhi                                   on 2000/11/17  14:08:58
50573         Log: Undo #7627 now that we have =head3.
50574      Branch: perl
50575            ! pod/perlhack.pod
50576 ____________________________________________________________________________
50577 [  7723] By: jhi                                   on 2000/11/17  14:04:09
50578         Log: As surmised the #7719 wasn't a good move.
50579      Branch: perl
50580            ! hints/solaris_2.sh
50581 ____________________________________________________________________________
50582 [  7722] By: jhi                                   on 2000/11/17  13:59:04
50583         Log: Also the 64bitall hints can be either here or there.
50584      Branch: perl
50585            ! hints/solaris_2.sh
50586 ____________________________________________________________________________
50587 [  7721] By: jhi                                   on 2000/11/17  02:26:23
50588         Log: Test tweak for the open pragma.
50589      Branch: perl
50590            ! t/lib/b.t
50591 ____________________________________________________________________________
50592 [  7720] By: jhi                                   on 2000/11/17  00:23:22
50593         Log: The long double hints can be here or there.
50594      Branch: perl
50595            ! hints/solaris_2.sh
50596 ____________________________________________________________________________
50597 [  7719] By: jhi                                   on 2000/11/17  00:14:06
50598         Log: For Solaris use64bitall the stdchar needs a little bit of help.
50599      Branch: perl
50600            ! hints/solaris_2.sh
50601 ____________________________________________________________________________
50602 [  7718] By: jhi                                   on 2000/11/16  23:27:34
50603         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
50604              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
50605              Date: Wed, 15 Nov 2000 08:56:32 +0100
50606              Message-ID: <3A1241B0.64477E00@alcatel.at>
50607      Branch: perl
50608            ! lib/Carp/Heavy.pm
50609 ____________________________________________________________________________
50610 [  7717] By: jhi                                   on 2000/11/16  23:23:29
50611         Log: Subject: [PATCH] Re: 20001101.003 PDL
50612              From: Nicholas Clark <nick@ccl4.org>
50613              Date: Thu, 16 Nov 2000 16:48:25 +0000
50614              Message-ID: <20001116164825.B93487@plum.flirble.org>
50615      Branch: perl
50616            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
50617 ____________________________________________________________________________
50618 [  7716] By: jhi                                   on 2000/11/16  23:21:31
50619         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
50620              From: "Casey R. Tweten" <crt@kiski.net>
50621              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
50622              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
50623      Branch: perl
50624            ! lib/Pod/Checker.pm pod/perlpod.pod
50625 ____________________________________________________________________________
50626 [  7715] By: jhi                                   on 2000/11/16  23:19:40
50627         Log: Avoid an infinite loop in VMS when utils scripts are run
50628              with no arguments, from Charles Lane.
50629      Branch: perl
50630            ! configure.com
50631 ____________________________________________________________________________
50632 [  7714] By: jhi                                   on 2000/11/16  23:17:08
50633         Log: Subject: perllocale.pod changes
50634              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50635              Date: Mon, 13 Nov 2000 10:09:22 +0300
50636              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
50637      Branch: perl
50638            ! pod/perllocale.pod
50639 ____________________________________________________________________________
50640 [  7713] By: jhi                                   on 2000/11/16  23:14:06
50641         Log: Integrate perlio.
50642      Branch: perl
50643           !> doio.c perlio.c perlio.h util.c
50644 ____________________________________________________________________________
50645 [  7712] By: nick                                  on 2000/11/16  21:10:58
50646         Log: Integrate mainline
50647      Branch: perlio
50648           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50649           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
50650           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
50651           !> vos/config.ga.def vos/config.ga.h win32/config.bc
50652           !> win32/config.gc win32/config.vc
50653 ____________________________________________________________________________
50654 [  7711] By: nick                                  on 2000/11/16  19:56:41
50655         Log: Minor tweaks:
50656              consistent way of getting 'rb', 'wb' etc. for binary opens
50657              move *perlio::layers to *open::layers
50658              a #define to show layers available
50659              DOSISH popen/PerlIO had export/import sense inverted.
50660      Branch: perlio
50661            ! doio.c perlio.c perlio.h util.c
50662 ____________________________________________________________________________
50663 [  7710] By: jhi                                   on 2000/11/16  15:46:05
50664         Log: Add HAS_SBRK_PROTO.
50665      Branch: metaconfig/U/perl
50666            + d_sbrkproto.U
50667      Branch: perl
50668            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50669            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
50670            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
50671            ! vos/config.ga.def vos/config.ga.h win32/config.bc
50672            ! win32/config.gc win32/config.vc
50673 ____________________________________________________________________________
50674 [  7709] By: nick                                  on 2000/11/16  07:31:49
50675         Log: Integrate mainline
50676      Branch: perlio
50677           !> (integrate 35 files)
50678 ____________________________________________________________________________
50679 [  7708] By: jhi                                   on 2000/11/16  05:33:03
50680         Log: These files are text, not binary.
50681      Branch: perl
50682            ! ext/Encode/Encode/iso8859-10.enc
50683            ! ext/Encode/Encode/iso8859-13.enc
50684            ! ext/Encode/Encode/iso8859-14.enc
50685            ! ext/Encode/Encode/iso8859-15.enc
50686 ____________________________________________________________________________
50687 [  7707] By: jhi                                   on 2000/11/16  01:53:37
50688         Log: Update Changes.
50689      Branch: perl
50690            ! Changes patchlevel.h
50691 ____________________________________________________________________________
50692 [  7706] By: jhi                                   on 2000/11/16  01:35:59
50693         Log: More #undefing of stdio.
50694      Branch: perl
50695            ! fakesdio.h nostdio.h
50696 ____________________________________________________________________________
50697 [  7705] By: jhi                                   on 2000/11/16  01:34:18
50698         Log: Add fwalk() probe to the configuration files and regen perltoc.
50699      Branch: perl
50700            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50701            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
50702            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
50703            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50704            ! win32/config.bc win32/config.gc win32/config.vc
50705 ____________________________________________________________________________
50706 [  7704] By: jhi                                   on 2000/11/16  01:33:07
50707         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
50708              an optional third argument to Inlibc?)
50709      Branch: metaconfig/U/perl
50710            + d__fwalk.U
50711 ____________________________________________________________________________
50712 [  7703] By: jhi                                   on 2000/11/16  01:09:22
50713         Log: The type of the hash_cb() size argument is tricky.
50714      Branch: perl
50715            ! ext/DB_File/DB_File.xs
50716 ____________________________________________________________________________
50717 [  7702] By: jhi                                   on 2000/11/15  23:01:16
50718         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
50719      Branch: perl
50720            ! nostdio.h
50721 ____________________________________________________________________________
50722 [  7701] By: jhi                                   on 2000/11/15  22:52:32
50723         Log: Detypo.
50724      Branch: perl
50725            ! t/lib/bigfltpm.t
50726 ____________________________________________________________________________
50727 [  7700] By: jhi                                   on 2000/11/15  22:51:56
50728         Log: UINT64_C() work continues.
50729      Branch: perl
50730            ! handy.h perl.h utf8.h
50731 ____________________________________________________________________________
50732 [  7699] By: jhi                                   on 2000/11/15  14:13:04
50733         Log: SOCKS has its own USE_THREADS, based on
50734              
50735              Subject: [ID 20001114.002] et. al. bugfix followup
50736              From: Jens Hamisch <jens@Strawberry.COM> 
50737              Date: Wed, 15 Nov 2000 14:23:11 +0100
50738              Message-ID: <20001115142311.A21164@Strawberry.COM>
50739      Branch: perl
50740            ! perl.h
50741 ____________________________________________________________________________
50742 [  7698] By: jhi                                   on 2000/11/15  03:50:56
50743         Log: Add few missing #undefs and sort them.
50744      Branch: perl
50745            ! fakesdio.h
50746 ____________________________________________________________________________
50747 [  7697] By: jhi                                   on 2000/11/15  03:39:14
50748         Log: Linenumber fix.
50749      Branch: perl
50750            ! t/pragma/warn/utf8
50751 ____________________________________________________________________________
50752 [  7696] By: jhi                                   on 2000/11/15  02:55:26
50753         Log: EBCDIC tweaks.
50754              
50755              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
50756              From: Peter Prymmer <pvhp@forte.com>
50757              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
50758              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
50759      Branch: perl
50760            ! t/op/regmesg.t t/pragma/warn/utf8
50761 ____________________________________________________________________________
50762 [  7695] By: jhi                                   on 2000/11/15  02:53:58
50763         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
50764              From: Peter Prymmer <pvhp@forte.com>
50765              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
50766              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
50767      Branch: perl
50768            ! utf8.c
50769 ____________________________________________________________________________
50770 [  7694] By: jhi                                   on 2000/11/15  02:50:55
50771         Log: Subject: [PATCH: perl@7674] updates to README.os390
50772              From: Prymmer/Kahn <pvhp@best.com>
50773              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
50774              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
50775      Branch: perl
50776            ! README.os390
50777 ____________________________________________________________________________
50778 [  7693] By: jhi                                   on 2000/11/15  02:48:37
50779         Log: Quit utf8_to_uv() instantly if curlen == 0.
50780      Branch: perl
50781            ! utf8.c
50782 ____________________________________________________________________________
50783 [  7692] By: jhi                                   on 2000/11/15  02:24:29
50784         Log: Use u_int32_t for the size of hash_cb(), not size_t.
50785              
50786              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
50787              From: Jens Hamisch <jens@Strawberry.COM>     
50788              Date: Tue, 14 Nov 2000 19:03:55 +0100
50789              Message-Id: <20001114190355.A20559@Strawberry.COM>
50790      Branch: perl
50791            ! ext/DB_File/DB_File.xs
50792 ____________________________________________________________________________
50793 [  7691] By: jhi                                   on 2000/11/15  02:20:12
50794         Log: Use UINT64_C().
50795              
50796              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
50797              From: Jens Hamisch <jens@Strawberry.COM>
50798              Date: Tue, 14 Nov 2000 19:16:23 +0100
50799              Message-Id: <20001114191623.G20559@Strawberry.COM>
50800      Branch: perl
50801            ! utf8.c utf8.h
50802 ____________________________________________________________________________
50803 [  7690] By: jhi                                   on 2000/11/15  02:17:06
50804         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
50805              (a macro to define signed and unsigned integer constants).
50806      Branch: perl
50807            ! handy.h
50808 ____________________________________________________________________________
50809 [  7689] By: jhi                                   on 2000/11/15  01:56:51
50810         Log: Regen Configure.
50811      Branch: perl
50812            ! Configure
50813 ____________________________________________________________________________
50814 [  7688] By: jhi                                   on 2000/11/15  01:56:32
50815         Log: Make the unit know about SOCKS.
50816      Branch: metaconfig
50817            ! U/protos/socksizetype.U
50818 ____________________________________________________________________________
50819 [  7687] By: jhi                                   on 2000/11/15  01:54:47
50820         Log: Remove unused dependencies.
50821      Branch: metaconfig
50822            ! U/compline/d_getpagsz.U
50823 ____________________________________________________________________________
50824 [  7686] By: nick                                  on 2000/11/14  21:25:13
50825         Log: Integrate mainline.
50826      Branch: perlio
50827           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
50828           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
50829           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
50830           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
50831           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
50832           !> win32/config.bc win32/config.gc win32/config.vc
50833           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
50834 ____________________________________________________________________________
50835 [  7685] By: jhi                                   on 2000/11/14  17:54:56
50836         Log: Integrate perlio.
50837      Branch: perl
50838           +> fakesdio.h perliol.h
50839           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
50840           !> perlsdio.h perlsfio.h pod/perlfunc.pod
50841 ____________________________________________________________________________
50842 [  7684] By: nick                                  on 2000/11/14  17:43:04
50843         Log: PerlIO #include and #ifdef re-work.
50844      Branch: perlio
50845            + fakesdio.h perliol.h
50846            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
50847            ! perlsdio.h perlsfio.h
50848 ____________________________________________________________________________
50849 [  7683] By: jhi                                   on 2000/11/14  15:42:40
50850         Log: Hoist the duplicated socket/netdb include logic to perl.h;
50851              undef SETERRNO in case SOCKS has defined it.  Based on:
50852              
50853              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
50854              From: Jens Hamisch <jens@Strawberry.COM> 
50855              Date: Tue, 14 Nov 2000 11:34:40 +0100
50856              Message-Id: <20001114113440.A20005@Strawberry.COM>
50857      Branch: perl
50858            ! doio.c perl.h pp_sys.c
50859 ____________________________________________________________________________
50860 [  7682] By: jhi                                   on 2000/11/14  14:07:28
50861         Log: Subject: some additions for makefiles for win32 (for perl@7674)
50862              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50863              Date: Tue, 14 Nov 2000 09:31:13 +0300
50864              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
50865      Branch: perl
50866            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
50867            ! win32/makefile.mk
50868 ____________________________________________________________________________
50869 [  7681] By: jhi                                   on 2000/11/14  14:01:41
50870         Log: Subject: tiny typo in perl5db.pl
50871              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50872              Date: Tue, 14 Nov 2000 09:29:28 +0300
50873              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
50874      Branch: perl
50875            ! lib/perl5db.pl
50876 ____________________________________________________________________________
50877 [  7680] By: jhi                                   on 2000/11/14  04:13:50
50878         Log: Redo #7679 with LFs instead of CRLFs.
50879      Branch: perl
50880            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
50881            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
50882            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50883 ____________________________________________________________________________
50884 [  7679] By: jhi                                   on 2000/11/14  01:21:09
50885         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
50886              From: Benjamin Stuhl <tiriath@yahoo.com> 
50887              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50888              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50889      Branch: perl
50890            + win32/bin/mdelete.bat
50891            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
50892            ! makedef.pl perlio.c win32/Makefile win32/config.gc
50893            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50894 ____________________________________________________________________________
50895 [  7678] By: jhi                                   on 2000/11/14  01:19:20
50896         Log: Fix the re extension building for Win32.
50897              
50898              Subject: [PATCH perl@7638] Get PerlIO building on Win32
50899              From: Benjamin Stuhl <tiriath@yahoo.com> 
50900              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50901              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50902      Branch: perl
50903            + ext/re/hints/MSWin32.pl
50904            ! MANIFEST
50905 ____________________________________________________________________________
50906 [  7677] By: jhi                                   on 2000/11/14  01:13:54
50907         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
50908              From: sthoenna@efn.org
50909              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
50910              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
50911      Branch: perl
50912            ! doop.c pp.c toke.c utf8.c utf8.h
50913 ____________________________________________________________________________
50914 [  7676] By: jhi                                   on 2000/11/13  20:23:15
50915         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50916              From: Nicholas Clark <nick@ccl4.org>
50917              Date: Mon, 13 Nov 2000 18:55:04 +0000
50918              Message-ID: <20001113185504.J29183@plum.flirble.org>
50919      Branch: perl
50920            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
50921 ____________________________________________________________________________
50922 [  7675] By: nick                                  on 2000/11/13  20:21:57
50923         Log: Integrate mainline ...
50924      Branch: perlio
50925           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
50926           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
50927           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
50928           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
50929 ____________________________________________________________________________
50930 [  7674] By: jhi                                   on 2000/11/13  15:07:56
50931         Log: Update Changes.
50932      Branch: perl
50933            ! Changes patchlevel.h
50934 ____________________________________________________________________________
50935 [  7673] By: jhi                                   on 2000/11/13  14:42:42
50936         Log: Remove the new two tests of lib/io_xs for now, they seem to
50937              fail under perlio on some platforms.
50938      Branch: perl
50939            ! t/lib/io_xs.t
50940 ____________________________________________________________________________
50941 [  7672] By: jhi                                   on 2000/11/13  13:57:53
50942         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
50943      Branch: perl
50944            ! perlio.c
50945 ____________________________________________________________________________
50946 [  7671] By: jhi                                   on 2000/11/13  05:30:48
50947         Log: Placate nervous compilers that see longer than ints switch()ing.
50948      Branch: perl
50949            ! utf8.c
50950 ____________________________________________________________________________
50951 [  7670] By: jhi                                   on 2000/11/13  05:14:21
50952         Log: fputs() does return EOF on error but here we don't care.
50953      Branch: perl
50954            ! perlio.c
50955 ____________________________________________________________________________
50956 [  7669] By: jhi                                   on 2000/11/13  05:02:45
50957         Log: Declare reg_data like reg_substr_data.
50958      Branch: perl
50959            ! regexp.h
50960 ____________________________________________________________________________
50961 [  7668] By: jhi                                   on 2000/11/13  04:54:34
50962         Log: Typos in #7667.
50963      Branch: perl
50964            ! perl.h
50965 ____________________________________________________________________________
50966 [  7667] By: jhi                                   on 2000/11/13  04:49:49
50967         Log: Cleanup messy #ifdef.
50968      Branch: perl
50969            ! perl.h
50970 ____________________________________________________________________________
50971 [  7666] By: jhi                                   on 2000/11/13  04:17:34
50972         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50973              From: Nicholas Clark <nick@talking.bollo.cx>
50974              Date: Sun, 12 Nov 2000 21:14:11 +0000
50975              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
50976              
50977              Note: only one breakage of the two reported is fixed by this patch.
50978      Branch: perl
50979            ! perlio.c
50980 ____________________________________________________________________________
50981 [  7665] By: jhi                                   on 2000/11/13  04:05:07
50982         Log: Tweak the definition of the bit complement on UTF-8 data:
50983              if none of the characters in the string are > 0xff,
50984              the result is a complemented byte string, not a (UTF-8)
50985              char string.  Based on the summary in
50986              
50987              Subject: Re: [ID 20000918.005] ~ on wide chars
50988              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
50989              Date: Fri, 10 Nov 2000 09:47:15 -0800
50990              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
50991              
50992              This should give us the maximum backward (pre-char string)
50993              compatibility and utf8 compatibility.  The other alternative
50994              would be to limit the bit complement to be always byte only,
50995              taking the least significant byte of the chars.
50996      Branch: perl
50997            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
50998 ____________________________________________________________________________
50999 [  7664] By: jhi                                   on 2000/11/13  00:23:44
51000         Log: Couple of tests from #7660 salvaged.
51001      Branch: perl
51002            - t/op/tell.t
51003            ! MANIFEST t/io/tell.t
51004 ____________________________________________________________________________
51005 [  7663] By: jhi                                   on 2000/11/13  00:02:48
51006         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
51007              From: Nicholas Clark <nick@talking.bollo.cx>
51008              Date: Sun, 12 Nov 2000 21:23:43 +0000
51009              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
51010      Branch: perl
51011            ! perlsfio.h
51012 ____________________________________________________________________________
51013 [  7662] By: jhi                                   on 2000/11/13  00:01:39
51014         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
51015              From: Nicholas Clark <nick@talking.bollo.cx>
51016              Date: Sun, 12 Nov 2000 21:30:04 +0000
51017              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
51018      Branch: perl
51019            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
51020 ____________________________________________________________________________
51021 [  7661] By: jhi                                   on 2000/11/12  23:57:29
51022         Log: Document tell() on special streams.
51023      Branch: perl
51024            ! pod/perlfunc.pod
51025 ____________________________________________________________________________
51026 [  7660] By: jhi                                   on 2000/11/12  23:54:22
51027         Log: (Subsumed by #7664)
51028      Branch: perl
51029            + t/op/tell.t
51030            ! MANIFEST
51031 ____________________________________________________________________________
51032 [  7659] By: jhi                                   on 2000/11/12  22:55:25
51033         Log: Many subdocumented return values of the IO extension now documented.
51034              ungetc and write still left subdocumented.
51035              
51036              Subject: [PATCH] (was Re: IO::Handle::ungetc)
51037              From: Nicholas Clark <nick@talking.bollo.cx>
51038              Date: Sun, 12 Nov 2000 21:35:53 +0000
51039              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
51040      Branch: perl
51041            ! ext/IO/lib/IO/Handle.pm
51042 ____________________________________________________________________________
51043 [  7658] By: jhi                                   on 2000/11/12  21:37:06
51044         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
51045              From: Nicholas Clark <nick@talking.bollo.cx>
51046              Date: Sun, 12 Nov 2000 20:03:22 +0000
51047              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
51048      Branch: perl
51049            ! pod/perlfunc.pod
51050 ____________________________________________________________________________
51051 [  7657] By: jhi                                   on 2000/11/12  20:34:55
51052         Log: Integrate perlio.
51053      Branch: perl
51054           !> perlio.c
51055 ____________________________________________________________________________
51056 [  7656] By: nick                                  on 2000/11/12  19:25:06
51057         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
51058      Branch: perlio
51059            ! perlio.c
51060 ____________________________________________________________________________
51061 [  7655] By: nick                                  on 2000/11/12  19:09:41
51062         Log: Integrate mainline
51063      Branch: perlio
51064           +> README.solaris ext/Encode/Encode/cp1006.enc
51065           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
51066           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
51067           +> ext/Encode/Encode/iso8859-13.enc
51068           +> ext/Encode/Encode/iso8859-14.enc
51069           +> ext/Encode/Encode/iso8859-15.enc
51070           !> (integrate 34 files)
51071 ____________________________________________________________________________
51072 [  7654] By: jhi                                   on 2000/11/12  19:00:22
51073         Log: Add a metaconfig unit for fsync.
51074      Branch: metaconfig/U/perl
51075            + d_fsync.U
51076 ____________________________________________________________________________
51077 [  7653] By: jhi                                   on 2000/11/12  19:00:01
51078         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
51079      Branch: perl
51080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51081            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
51082            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51083            ! vos/config.ga.h win32/config.bc win32/config.gc
51084            ! win32/config.vc
51085 ____________________________________________________________________________
51086 [  7652] By: jhi                                   on 2000/11/11  21:12:01
51087         Log: Copy the s// information of README.hpux also to the perlrun.
51088      Branch: perl
51089            ! README.hpux pod/perlrun.pod
51090 ____________________________________________________________________________
51091 [  7651] By: jhi                                   on 2000/11/11  21:03:13
51092         Log: More README.solaris updates from Andy Dougherty.
51093      Branch: perl
51094            ! README.solaris
51095 ____________________________________________________________________________
51096 [  7650] By: jhi                                   on 2000/11/11  18:38:57
51097         Log: More descriptive error for unknown perlio layers.
51098              
51099              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
51100              From: Dominic Dunlop <domo@computer.org> 
51101              Date: Sat, 11 Nov 2000 18:20:32 +0100             
51102              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
51103      Branch: perl
51104            ! perlio.c pod/perldiag.pod
51105 ____________________________________________________________________________
51106 [  7649] By: jhi                                   on 2000/11/11  18:37:52
51107         Log: MachTen doesn't really do mmap() and munmap().
51108              
51109              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
51110              From: Dominic Dunlop <domo@computer.org> 
51111              Date: Sat, 11 Nov 2000 18:20:32 +0100             
51112              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
51113      Branch: perl
51114            ! hints/machten.sh
51115 ____________________________________________________________________________
51116 [  7648] By: jhi                                   on 2000/11/11  18:36:46
51117         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
51118              From: rspier@pobox.com (Robert Spier)
51119              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
51120              Message-ID: <14861.32839.491271.985797@rls.cx>
51121      Branch: perl
51122            ! Porting/Contract pod/perltoot.pod
51123 ____________________________________________________________________________
51124 [  7647] By: jhi                                   on 2000/11/11  18:35:30
51125         Log: Simplify the getpagesize() unit by dropping the
51126              pagesize probe since it's nowadays slightly more
51127              complicated because of sysconf(). (Note: if some
51128              platform really needs the -lPW for getpagesize,
51129              I just broke it.)
51130              
51131              TODO: a new pagesize unit.
51132      Branch: metaconfig
51133            ! U/compline/d_getpagsz.U
51134 ____________________________________________________________________________
51135 [  7646] By: jhi                                   on 2000/11/11  18:33:23
51136         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
51137      Branch: perl
51138            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51139            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
51140            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51141            ! vos/config.ga.h win32/config.bc win32/config.gc
51142            ! win32/config.vc
51143 ____________________________________________________________________________
51144 [  7645] By: jhi                                   on 2000/11/11  16:45:15
51145         Log: Use sysconf() or getpagesize() to find out the pagesize.
51146      Branch: perl
51147            ! perlio.c
51148 ____________________________________________________________________________
51149 [  7644] By: jhi                                   on 2000/11/11  15:46:08
51150         Log: Integrate perlio.
51151      Branch: perl
51152           !> perlio.c
51153 ____________________________________________________________________________
51154 [  7643] By: jhi                                   on 2000/11/11  15:33:36
51155         Log: Subject: Re: [PATCH] README.solaris
51156              From: Lupe Christoph <lupe@lupe-christoph.de>
51157              Date: Sat, 11 Nov 2000 14:08:10 +0100
51158              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
51159      Branch: perl
51160            ! README.solaris
51161 ____________________________________________________________________________
51162 [  7642] By: jhi                                   on 2000/11/11  15:22:12
51163         Log: Subject: [PATCH perl@7638] cygwin port
51164              From: "Eric Fifer" <egf7@columbia.edu>            
51165              Date: Fri, 10 Nov 2000 19:30:30 -0000
51166              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
51167      Branch: perl
51168            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
51169 ____________________________________________________________________________
51170 [  7641] By: nick                                  on 2000/11/11  14:50:36
51171         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
51172              Also call "Buf" layer directly when unread'ing non-read chars.
51173      Branch: perlio
51174            ! perlio.c
51175 ____________________________________________________________________________
51176 [  7640] By: jhi                                   on 2000/11/11  02:05:02
51177         Log: Add more encoding tables.
51178      Branch: perl
51179            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
51180            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
51181            + ext/Encode/Encode/iso8859-10.enc
51182            + ext/Encode/Encode/iso8859-13.enc
51183            + ext/Encode/Encode/iso8859-14.enc
51184            + ext/Encode/Encode/iso8859-15.enc
51185            ! MANIFEST
51186 ____________________________________________________________________________
51187 [  7639] By: jhi                                   on 2000/11/10  18:49:25
51188         Log: Subject: [PATCH] README.solaris
51189              From: Andy Dougherty <doughera@lafayette.edu>
51190              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
51191              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
51192      Branch: perl
51193            + README.solaris
51194            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
51195            ! pod/perl.pod pod/perltoc.pod
51196 ____________________________________________________________________________
51197 [  7638] By: jhi                                   on 2000/11/10  15:04:15
51198         Log: Update Changes.
51199      Branch: perl
51200            ! Changes patchlevel.h
51201 ____________________________________________________________________________
51202 [  7637] By: jhi                                   on 2000/11/10  14:14:28
51203         Log: Explain better why certain regex tests are skipped.
51204              
51205              Subject: Re: tests skipped: unknown reason
51206              From: Lupe Christoph <lupe@lupe-christoph.de>
51207              Date: Fri, 10 Nov 2000 09:08:56 +0100
51208              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
51209      Branch: perl
51210            ! t/op/regexp.t
51211 ____________________________________________________________________________
51212 [  7636] By: nick                                  on 2000/11/10  13:40:00
51213         Log: Integrate mainline.
51214      Branch: perlio
51215           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
51216           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
51217           !> win32/bin/search.pl
51218 ____________________________________________________________________________
51219 [  7635] By: nick                                  on 2000/11/10  13:25:52
51220         Log: Re-instate stdio large file support via perlio.
51221      Branch: perl
51222            ! perlio.c
51223 ____________________________________________________________________________
51224 [  7634] By: jhi                                   on 2000/11/10  04:49:55
51225         Log: Amdahl UTS hints updates.
51226              
51227              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
51228              From: hom00@utsglobal.com (Harold O Morris)
51229              Date: Thu, 9 Nov 2000 20:02 PST
51230              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
51231      Branch: perl
51232            ! hints/uts.sh
51233 ____________________________________________________________________________
51234 [  7633] By: jhi                                   on 2000/11/09  23:33:28
51235         Log: Subject: [PATCH] IO::Seekable pod
51236              From: Nicholas Clark <nick@talking.bollo.cx>
51237              Date: Thu, 9 Nov 2000 20:29:45 +0000
51238              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
51239      Branch: perl
51240            ! ext/IO/lib/IO/Handle.pm
51241 ____________________________________________________________________________
51242 [  7632] By: jhi                                   on 2000/11/09  21:55:41
51243         Log: Various doc oddball characters.
51244              
51245              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
51246              From: Michael Somos <somos@grail.cba.csuohio.edu>
51247              Date: Mon, 6 Nov 2000 17:44:20 -0500
51248              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
51249      Branch: perl
51250            ! emacs/cperl-mode.el lib/unicode/syllables.txt
51251            ! win32/bin/search.pl
51252 ____________________________________________________________________________
51253 [  7631] By: jhi                                   on 2000/11/09  21:12:29
51254         Log: Subject: Re: bash -c exit and linux hints 
51255              From: "John P. Linderman" <jpl@research.att.com>
51256              Date: Thu, 02 Nov 2000 09:37:25 -0500
51257              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
51258      Branch: perl
51259            ! hints/linux.sh
51260 ____________________________________________________________________________
51261 [  7630] By: nick                                  on 2000/11/09  20:34:11
51262         Log: Integrate mainline.
51263      Branch: perlio
51264           !> (integrate 91 files)
51265 ____________________________________________________________________________
51266 [  7629] By: jhi                                   on 2000/11/09  19:46:31
51267         Log: Missing dTHXs.
51268              
51269              Subject: RE: perl@7595 builds not on cygwin
51270              From: "Eric Fifer" <egf7@columbia.edu>
51271              Date: Thu, 9 Nov 2000 19:26:50 -0000
51272              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
51273      Branch: perl
51274            ! ext/Devel/Peek/Peek.xs
51275 ____________________________________________________________________________
51276 [  7628] By: jhi                                   on 2000/11/09  14:48:27
51277         Log: Disable only the tests 99 and 166 for UTF-8 locales.
51278      Branch: perl
51279            ! t/pragma/locale.t
51280 ____________________________________________________________________________
51281 [  7627] By: jhi                                   on 2000/11/09  14:40:27
51282         Log: There's no =head3.
51283      Branch: perl
51284            ! pod/perlhack.pod
51285 ____________________________________________________________________________
51286 [  7626] By: jhi                                   on 2000/11/09  13:54:26
51287         Log: The generated boot_* headers are wrong.  Pickier compiler,
51288              such as KAI C++ will refuse to compile the resulting perlmain.
51289              
51290              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
51291              From: Harri Pasanen <harri.pasanen@trema.com>
51292              Date: Thu, 09 Nov 2000 14:23:28 +0100
51293              Message-Id: <3A0AA550.26D548A3@trema.com>
51294      Branch: perl
51295            ! minimod.pl
51296 ____________________________________________________________________________
51297 [  7625] By: jhi                                   on 2000/11/09  13:50:44
51298         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
51299              From: Prymmer/Kahn <pvhp@best.com>
51300              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
51301              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
51302              
51303              All except the "cow orker" change.
51304      Branch: perl
51305            ! Porting/pumpkin.pod
51306 ____________________________________________________________________________
51307 [  7624] By: jhi                                   on 2000/11/09  13:45:33
51308         Log: Fix for
51309              
51310              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
51311              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51312              Date: Thu, 09 Nov 2000 11:05:52 +0100
51313              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
51314      Branch: perl
51315            ! pod/perldiag.pod t/pragma/warn/pp_sys
51316 ____________________________________________________________________________
51317 [  7623] By: jhi                                   on 2000/11/09  13:37:16
51318         Log: Typo in an ifndef.
51319              
51320              Subject: Re: [PATCH 5.7.0] better messages from malloc()
51321              From: Joe Smith <jms@inwap.com>         
51322              Date: Thu, 09 Nov 2000 01:33:14 -0800
51323              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
51324      Branch: perl
51325            ! malloc.c
51326 ____________________________________________________________________________
51327 [  7622] By: jhi                                   on 2000/11/09  13:31:18
51328         Log: Remove unused extra arguments.
51329      Branch: metaconfig/U/perl
51330            ! perlxv.U
51331      Branch: perl
51332            ! Configure config_h.SH
51333 ____________________________________________________________________________
51334 [  7621] By: jhi                                   on 2000/11/09  13:16:36
51335         Log: More VMS moves on environment handling, from Charles Lane.
51336      Branch: perl
51337            ! t/pragma/locale.t
51338 ____________________________________________________________________________
51339 [  7620] By: jhi                                   on 2000/11/09  04:42:38
51340         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
51341              From: David Dyck <dcd@tc.fluke.com>
51342              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
51343              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
51344      Branch: perl
51345            ! pp_sys.c
51346 ____________________________________________________________________________
51347 [  7619] By: jhi                                   on 2000/11/09  04:36:21
51348         Log: Forgot from #7618.
51349      Branch: perl
51350            ! lib/File/stat.pm
51351 ____________________________________________________________________________
51352 [  7618] By: jhi                                   on 2000/11/09  04:28:44
51353         Log: Make deleting for %ENV work for (newer versions of) VMS,
51354              from Craig A. Berry.
51355      Branch: perl
51356            ! vms/vms.c
51357 ____________________________________________________________________________
51358 [  7617] By: jhi                                   on 2000/11/09  04:25:05
51359         Log: Subject: [PATCH] Class::Struct at compile time
51360              From: "Casey R. Tweten" <crt@kiski.net>
51361              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
51362              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
51363      Branch: perl
51364            ! lib/Class/Struct.pm
51365 ____________________________________________________________________________
51366 [  7616] By: jhi                                   on 2000/11/09  04:15:17
51367         Log: Subject: [ID 20001108.013] spelling
51368              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
51369              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
51370              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
51371      Branch: perl
51372            ! lib/ftp.pl
51373 ____________________________________________________________________________
51374 [  7615] By: jhi                                   on 2000/11/09  04:12:42
51375         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
51376              From: Peter Prymmer <pvhp@forte.com>
51377              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
51378              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
51379      Branch: perl
51380            ! configure.com
51381 ____________________________________________________________________________
51382 [  7614] By: jhi                                   on 2000/11/08  22:42:55
51383         Log: A missing aTHX_.
51384      Branch: perl
51385            ! ext/IPC/SysV/SysV.xs
51386 ____________________________________________________________________________
51387 [  7613] By: jhi                                   on 2000/11/08  19:30:21
51388         Log: Update Changes.
51389      Branch: perl
51390            ! Changes patchlevel.h
51391 ____________________________________________________________________________
51392 [  7612] By: jhi                                   on 2000/11/08  18:35:25
51393         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
51394              From: David Dyck <dcd@tc.fluke.com>
51395              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
51396              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
51397      Branch: perl
51398            ! pp_sys.c
51399 ____________________________________________________________________________
51400 [  7611] By: jhi                                   on 2000/11/08  18:30:26
51401         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
51402              From: Dominic Dunlop <domo@computer.org>
51403              Date: Tue, 7 Nov 2000 12:05:25 +0100
51404              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
51405      Branch: perl
51406            ! malloc.c
51407 ____________________________________________________________________________
51408 [  7610] By: jhi                                   on 2000/11/08  18:25:14
51409         Log: Do not test UTF-8 locales since that the tests would require
51410              polymorphic regexen.
51411      Branch: perl
51412            ! t/pragma/locale.t
51413 ____________________________________________________________________________
51414 [  7609] By: jhi                                   on 2000/11/08  17:12:51
51415         Log: Locale buglets.
51416              
51417              Subject: RE: Locales support (setlocale) fixes
51418              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51419              Date: Wed, 8 Nov 2000 20:01:39 +0300
51420              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
51421      Branch: perl
51422            ! t/pragma/locale.t util.c
51423 ____________________________________________________________________________
51424 [  7608] By: jhi                                   on 2000/11/08  17:00:16
51425         Log: Deleting $ENV{PATH} in VMS is not recommendable.
51426      Branch: perl
51427            ! t/pragma/locale.t
51428 ____________________________________________________________________________
51429 [  7607] By: jhi                                   on 2000/11/08  16:58:26
51430         Log: Subject: PATCH std stdio for (Free)BSD
51431              From: Nicholas Clark <nick@ccl4.org>
51432              Date: Wed, 8 Nov 2000 15:36:29 +0000
51433              Message-ID: <20001108153629.D98736@plum.flirble.org>
51434      Branch: metaconfig
51435            ! U/compline/d_stdstdio.U
51436      Branch: perl
51437            ! Configure config_h.SH
51438 ____________________________________________________________________________
51439 [  7606] By: jhi                                   on 2000/11/08  16:43:31
51440         Log: Forgot to bump the line numbers in #7601.
51441      Branch: perl
51442            ! t/pragma/warn/pp_sys
51443 ____________________________________________________________________________
51444 [  7605] By: jhi                                   on 2000/11/08  16:39:12
51445         Log: More careful detection of how well NVs and UVs mix.
51446              
51447              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))
51448              From: Nicholas Clark <nick@ccl4.org>
51449              Date: Wed, 8 Nov 2000 15:14:12 +0000
51450              Message-ID: <20001108151412.B98736@plum.flirble.org>
51451              
51452              Added some SIGFPE paranoia.
51453      Branch: metaconfig/U/perl
51454            ! perlxv.U
51455      Branch: perl
51456            ! Configure config_h.SH
51457 ____________________________________________________________________________
51458 [  7604] By: jhi                                   on 2000/11/08  14:39:10
51459         Log: Subject: [patch perl@7595] VMS configure.com tweak
51460              From: "Craig A. Berry" <craigberry@mac.com>
51461              Date: Wed, 8 Nov 2000 00:24:12 -0600
51462              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
51463      Branch: perl
51464            ! configure.com
51465 ____________________________________________________________________________
51466 [  7603] By: jhi                                   on 2000/11/08  14:27:11
51467         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
51468              From: Robin Barker <rmb1@cise.npl.co.uk>
51469              Date: Wed, 8 Nov 2000 11:11:39 GMT
51470              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
51471      Branch: perl
51472            ! perlio.c
51473 ____________________________________________________________________________
51474 [  7602] By: jhi                                   on 2000/11/08  14:25:03
51475         Log: Fix for the tie-refhash string table leaks.
51476              
51477              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
51478              Date: Wed, 8 Nov 2000 13:03:04 GMT
51479              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
51480      Branch: perl
51481            ! t/lib/tie-refhash.t
51482 ____________________________________________________________________________
51483 [  7601] By: jhi                                   on 2000/11/08  14:21:08
51484         Log: Try to avoid flockless and emulationless places.
51485      Branch: perl
51486            ! t/pragma/warn/pp_sys
51487 ____________________________________________________________________________
51488 [  7600] By: jhi                                   on 2000/11/08  02:28:54
51489         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
51490              
51491              Subject: [PATCH] prototyped functions that should be overrideable
51492              From: "Casey R. Tweten" <crt@kiski.net>
51493              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
51494              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
51495      Branch: perl
51496            ! toke.c
51497 ____________________________________________________________________________
51498 [  7599] By: jhi                                   on 2000/11/08  01:12:05
51499         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
51500              
51501              Subject: [PATCH] perlbug.PL
51502              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51503              Date: Mon, 6 Nov 2000 21:39:01 -0500
51504              Message-ID: <20001106213901.B20955@O2.chapin.edu>
51505      Branch: perl
51506            ! utils/perlbug.PL
51507 ____________________________________________________________________________
51508 [  7598] By: jhi                                   on 2000/11/07  23:42:00
51509         Log: Bad thinko in #7581 (I used the test program with the expanded
51510              values as-is).
51511      Branch: metaconfig
51512            ! U/compline/d_stdstdio.U
51513      Branch: perl
51514            ! Configure
51515 ____________________________________________________________________________
51516 [  7597] By: jhi                                   on 2000/11/07  21:43:29
51517         Log: Subject: [PATCH perl@7573] cygwin port
51518              From: "Fifer, Eric" <EFifer@sanwaint.com>
51519              Date: Tue, 7 Nov 2000 18:08:51 -0000 
51520              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
51521              
51522              Synchronize with Cygwin 1.1.5.
51523      Branch: perl
51524            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
51525            ! pod/perlport.pod unixish.h util.c
51526 ____________________________________________________________________________
51527 [  7596] By: jhi                                   on 2000/11/07  21:39:25
51528         Log: perlhack updates from H.Merijn Brand.
51529      Branch: perl
51530            ! pod/perlhack.pod
51531 ____________________________________________________________________________
51532 [  7595] By: jhi                                   on 2000/11/07  20:21:41
51533         Log: Update Changes.
51534      Branch: perl
51535            ! Changes patchlevel.h
51536 ____________________________________________________________________________
51537 [  7594] By: jhi                                   on 2000/11/07  19:18:58
51538         Log: Be more robust in Dynaloader.pm.
51539      Branch: perl
51540            ! ext/DynaLoader/DynaLoader_pm.PL
51541 ____________________________________________________________________________
51542 [  7593] By: jhi                                   on 2000/11/07  16:49:31
51543         Log: AUTHORS update.
51544      Branch: perl
51545            ! AUTHORS
51546 ____________________________________________________________________________
51547 [  7592] By: gsar                                  on 2000/11/07  16:39:51
51548         Log: normalize relative paths in virtualized current directory on windows,
51549              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
51550              returns)
51551      Branch: perl
51552            ! win32/vdir.h
51553 ____________________________________________________________________________
51554 [  7591] By: jhi                                   on 2000/11/07  16:04:26
51555         Log: Too profiler-happy: with optimization the #7590 actually makes
51556              the test to run 0.5% _slower_.  Requires much more instrumentation.
51557              Retract #7590.
51558      Branch: perl
51559            ! regcomp.c regcomp.h
51560 ____________________________________________________________________________
51561 [  7590] By: jhi                                   on 2000/11/07  15:51:13
51562         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
51563              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
51564              by using memset() and testing bytewise (as opposed to bitwise).
51565      Branch: perl
51566            ! regcomp.c regcomp.h
51567 ____________________________________________________________________________
51568 [  7589] By: jhi                                   on 2000/11/07  12:56:39
51569         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
51570              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51571              Date: Mon, 06 Nov 2000 23:45:30 -0500
51572              Message-Id: <0011079735.AA973576259@univpress.com>
51573      Branch: perl
51574            ! configure.com t/lib/st-lock.t
51575 ____________________________________________________________________________
51576 [  7588] By: jhi                                   on 2000/11/07  01:03:28
51577         Log: Tweak #7587.
51578      Branch: perl
51579            ! pod/perldiag.pod
51580 ____________________________________________________________________________
51581 [  7587] By: jhi                                   on 2000/11/07  01:00:27
51582         Log: A doc addition for bug id 20001105.019, beware \p.
51583      Branch: perl
51584            ! pod/perldiag.pod
51585 ____________________________________________________________________________
51586 [  7586] By: jhi                                   on 2000/11/07  00:32:22
51587         Log: Fake support of holey files in win/dosish platforms.
51588              
51589              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
51590              From: kipp@shonanblue.ne.jp
51591              Date: Mon, 6 Nov 2000 13:30:55 -0800
51592              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
51593      Branch: perl
51594            ! ext/SDBM_File/sdbm/sdbm.c
51595 ____________________________________________________________________________
51596 [  7585] By: jhi                                   on 2000/11/07  00:12:54
51597         Log: Subject: Pod updates
51598              From: "Stephen P. Potter" <spp@spotter.yi.org>
51599              Date: Mon, 06 Nov 2000 18:56:43 -0500
51600              Message-Id: <200011062357.SAA18173@spotter.yi.org>
51601      Branch: perl
51602            ! README.dos README.os2 README.win32 pod/buildtoc.PL
51603            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
51604            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
51605            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
51606            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
51607            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
51608            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
51609            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
51610            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
51611            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
51612            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
51613            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
51614            ! pod/perltootc.pod pod/perlunicode.pod
51615 ____________________________________________________________________________
51616 [  7584] By: jhi                                   on 2000/11/07  00:04:17
51617         Log: Varargs don't always work too well if one puts an unsigned
51618              char on the stack and pop an unsigned quad off the stack.
51619              
51620              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
51621              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
51622              Date: Mon, 06 Nov 2000 15:19:05 -0800
51623              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
51624      Branch: perl
51625            ! utf8.c
51626 ____________________________________________________________________________
51627 [  7583] By: jhi                                   on 2000/11/06  23:58:48
51628         Log: %ENV note tweaks from Dan Sugalski.
51629      Branch: perl
51630            ! pod/perlport.pod vms/perlvms.pod
51631 ____________________________________________________________________________
51632 [  7582] By: jhi                                   on 2000/11/06  23:05:49
51633         Log: glibc5 detection by __GNU_LIBRARY__.
51634      Branch: perl
51635            ! toke.c
51636 ____________________________________________________________________________
51637 [  7581] By: jhi                                   on 2000/11/06  22:51:29
51638         Log: Make the stdio test program of 7427 less noisy while being 
51639              compiled so that Digital UNIX wouldn't get both
51640              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
51641              undefined.  This makes perlio happy.
51642      Branch: metaconfig
51643            ! U/compline/d_stdstdio.U
51644      Branch: perl
51645            ! Configure config_h.SH
51646 ____________________________________________________________________________
51647 [  7580] By: jhi                                   on 2000/11/06  22:41:41
51648         Log: Document %ENV = () portability issues.
51649      Branch: perl
51650            ! pod/perlport.pod vms/perlvms.pod
51651 ____________________________________________________________________________
51652 [  7579] By: jhi                                   on 2000/11/06  21:29:24
51653         Log: VOS updates from Paul Green.
51654      Branch: perl
51655            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51656 ____________________________________________________________________________
51657 [  7578] By: jhi                                   on 2000/11/06  21:00:40
51658         Log: Sanitize the environment further.
51659      Branch: perl
51660            ! t/pragma/locale.t
51661 ____________________________________________________________________________
51662 [  7577] By: jhi                                   on 2000/11/06  20:53:51
51663         Log: Re-introduce 7552 lost in integration.
51664      Branch: perl
51665            ! perlio.c
51666 ____________________________________________________________________________
51667 [  7576] By: jhi                                   on 2000/11/06  20:33:46
51668         Log: Admit that the test leaks scalars.
51669      Branch: perl
51670            ! t/comp/proto.t
51671 ____________________________________________________________________________
51672 [  7575] By: jhi                                   on 2000/11/06  20:17:08
51673         Log: Integrate perlio.
51674      Branch: perl
51675           !> perlio.c
51676 ____________________________________________________________________________
51677 [  7574] By: nick                                  on 2000/11/06  20:07:28
51678         Log: Remove debug. Try (Mmap_t) on madvise() call.
51679      Branch: perlio
51680            ! perlio.c
51681 ____________________________________________________________________________
51682 [  7573] By: jhi                                   on 2000/11/06  13:56:05
51683         Log: Update Changes.
51684      Branch: perl
51685            ! Changes patchlevel.h
51686 ____________________________________________________________________________
51687 [  7572] By: jhi                                   on 2000/11/06  13:48:41
51688         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
51689              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51690              Date: Mon, 06 Nov 2000 10:11:42 +0100
51691              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
51692      Branch: perl
51693            ! pod/perlhack.pod
51694 ____________________________________________________________________________
51695 [  7571] By: jhi                                   on 2000/11/06  01:45:51
51696         Log: AUTHORS updates.
51697      Branch: perl
51698            ! AUTHORS
51699 ____________________________________________________________________________
51700 [  7570] By: jhi                                   on 2000/11/06  00:18:00
51701         Log: Fix for
51702              
51703              Subject: [ID 20000728.005] perl -P broken
51704              From: David Dyck <dcd@tc.fluke.com>
51705              Date: Fri, 28 Jul 2000 17:19:16 -0700
51706              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
51707              
51708              (hopefully).  The fix is also not complete, it seems to break
51709              BOM swallowing for libc5 systems, but until someone figures
51710              out a way to do this without ftell(), this will do.
51711      Branch: perl
51712            ! toke.c
51713 ____________________________________________________________________________
51714 [  7569] By: jhi                                   on 2000/11/06  00:05:30
51715         Log: Document that the evaled syntax errors cause scalar leaks.
51716      Branch: perl
51717            ! t/comp/proto.t
51718 ____________________________________________________________________________
51719 [  7568] By: jhi                                   on 2000/11/05  23:14:47
51720         Log: opmini.o can linger from Configures past.
51721      Branch: perl
51722            ! Makefile.SH
51723 ____________________________________________________________________________
51724 [  7567] By: jhi                                   on 2000/11/05  21:28:39
51725         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
51726              first argument correctly.
51727      Branch: perl
51728            ! perlio.c
51729 ____________________________________________________________________________
51730 [  7566] By: jhi                                   on 2000/11/05  21:15:56
51731         Log: Integrate perlio.
51732      Branch: perl
51733           !> perlio.c
51734 ____________________________________________________________________________
51735 [  7565] By: jhi                                   on 2000/11/05  21:15:13
51736         Log: Use -dM for gcc (the suggested patch did it only for Linux,
51737              but I think it can be generalized).
51738              
51739              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
51740              From: Pixel <pixel@mandrakesoft.com>
51741              Date: 05 Nov 2000 21:49:34 +0100 
51742              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
51743      Branch: perl
51744            ! ext/Errno/Errno_pm.PL
51745 ____________________________________________________________________________
51746 [  7564] By: nick                                  on 2000/11/05  21:09:18
51747         Log: Added a mmap layer as a "subclass" of perlio.
51748              PERLIO=mmap ./perl harness passes
51749      Branch: perlio
51750            ! perlio.c
51751 ____________________________________________________________________________
51752 [  7563] By: jhi                                   on 2000/11/05  19:48:55
51753         Log: Add a note for future generations about bug id 20000229.006.
51754      Branch: perl
51755            ! malloc.c
51756 ____________________________________________________________________________
51757 [  7562] By: jhi                                   on 2000/11/05  19:38:24
51758         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
51759      Branch: perl
51760            ! pp_ctl.c t/op/pos.t
51761 ____________________________________________________________________________
51762 [  7561] By: jhi                                   on 2000/11/05  18:21:46
51763         Log: Add =pod to be tidy.
51764      Branch: perl
51765            ! lib/Math/Complex.pm
51766 ____________________________________________________________________________
51767 [  7560] By: jhi                                   on 2000/11/05  17:38:46
51768         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
51769      Branch: perl
51770            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51771            ! ext/Storable/Storable.xs t/lib/st-recurse.t
51772 ____________________________________________________________________________
51773 [  7559] By: jhi                                   on 2000/11/05  17:32:59
51774         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
51775              From: "Peter J. Farley III" <pjfarley@banet.net>
51776              Date: Sun, 05 Nov 2000 11:55:59 -0500
51777              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
51778      Branch: perl
51779            ! t/lib/syslog.t
51780 ____________________________________________________________________________
51781 [  7558] By: jhi                                   on 2000/11/05  17:29:19
51782         Log: Integrate perlio.
51783      Branch: perl
51784           !> perlio.c
51785 ____________________________________________________________________________
51786 [  7557] By: jhi                                   on 2000/11/05  17:22:01
51787         Log: A fix of sorts for 20000329.026, a better error message
51788              for a missing "use charnames" when using the \N{...}. 
51789      Branch: perl
51790            ! pod/perldiag.pod toke.c
51791 ____________________________________________________________________________
51792 [  7556] By: jhi                                   on 2000/11/05  16:33:50
51793         Log: Test tweak: show also the failed locales.
51794              
51795              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
51796              From: Lupe Christoph <lupe@lupe-christoph.de>         
51797              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
51798              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
51799      Branch: perl
51800            ! t/pragma/locale.t
51801 ____________________________________________________________________________
51802 [  7555] By: nick                                  on 2000/11/05  11:09:34
51803         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
51804              open RDWR so does not fail. (pragma/warnings 303 again...)
51805      Branch: perlio
51806            ! perlio.c
51807 ____________________________________________________________________________
51808 [  7554] By: nick                                  on 2000/11/05  10:10:13
51809         Log: Fix case where ungetc(f,EOF) was allowed.
51810              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
51811              so we can see similarities.
51812              Use types more carefully and a STDCHAR array in hope that this will
51813              fix Jarrko's 64bit machine.
51814      Branch: perlio
51815            ! perlio.c
51816 ____________________________________________________________________________
51817 [  7553] By: jhi                                   on 2000/11/05  01:12:16
51818         Log: Fix for
51819              
51820              Subject: [ID 20001004.007] taint propogation is inconsistent
51821              From: pimlott@idiomtech.com (Andrew Pimlott) 
51822              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
51823              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
51824              
51825              The culprit was sv_setsv() which was rather blindly
51826              propagating taint, which lead to behaviour where if
51827              a tainted anon hash value was seen all the hash values
51828              from then on at that level became tainted, or at any
51829              upper levels in the case of nested anon hashes.
51830      Branch: perl
51831            ! sv.c t/op/taint.t
51832 ____________________________________________________________________________
51833 [  7552] By: jhi                                   on 2000/11/04  23:44:18
51834         Log: Some cpps don't like splitting conditionals across several lines.
51835      Branch: perl
51836            ! perlio.c
51837 ____________________________________________________________________________
51838 [  7551] By: nick                                  on 2000/11/04  23:40:44
51839         Log: Integrate mainline
51840      Branch: perlio
51841           !> pp_hot.c t/op/taint.t
51842 ____________________________________________________________________________
51843 [  7550] By: nick                                  on 2000/11/04  23:39:05
51844         Log: Integrate mainline again
51845      Branch: perlio
51846           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
51847           !> t/lib/b.t t/op/misc.t util.c
51848 ____________________________________________________________________________
51849 [  7549] By: jhi                                   on 2000/11/04  23:14:01
51850         Log: Fix for
51851              
51852              Subject: [ID 20001004.006] undef is never tainted
51853              From: pimlott@idiomtech.com (Andrew Pimlott)
51854              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
51855              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
51856              
51857              An undef read from a slurped file was not tainted.
51858      Branch: perl
51859            ! pp_hot.c t/op/taint.t
51860 ____________________________________________________________________________
51861 [  7548] By: jhi                                   on 2000/11/04  22:56:21
51862         Log: Test tweak ($Config{useperlio} is by default undef) .
51863      Branch: perl
51864            ! t/lib/b.t
51865 ____________________________________________________________________________
51866 [  7547] By: jhi                                   on 2000/11/04  22:43:56
51867         Log: Integrate perlio.
51868      Branch: perl
51869           +> lib/perlio.pm
51870           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
51871           !> pod/perlapi.pod t/lib/b.t
51872 ____________________________________________________________________________
51873 [  7546] By: jhi                                   on 2000/11/04  22:40:59
51874         Log: Configure would use a bad $myuname from an old config.sh.
51875              
51876              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
51877              From: Andy Dougherty <doughera@lafayette.edu>
51878              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
51879              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
51880      Branch: metaconfig
51881            ! U/modified/Oldconfig.U
51882      Branch: perl
51883            ! Configure config_h.SH
51884 ____________________________________________________________________________
51885 [  7545] By: jhi                                   on 2000/11/04  22:36:54
51886         Log: Subject: Locales support (setlocale) fixes
51887              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51888              Date: Sat, 4 Nov 2000 10:15:48 +0300 
51889              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
51890              
51891              Modified quite a bit to be more portable.
51892      Branch: perl
51893            ! embed.h embed.pl perl.h proto.h util.c
51894 ____________________________________________________________________________
51895 [  7544] By: jhi                                   on 2000/11/04  22:32:47
51896         Log: Dying is too strict here, better just skip.
51897      Branch: perl
51898            ! t/op/misc.t
51899 ____________________________________________________________________________
51900 [  7543] By: nick                                  on 2000/11/04  21:55:13
51901         Log: Merge mainline
51902      Branch: perlio
51903           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51904           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
51905           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
51906           !> (integrate 64 files)
51907 ____________________________________________________________________________
51908 [  7542] By: jhi                                   on 2000/11/04  21:09:28
51909         Log: More Changes tweakery.
51910      Branch: perl
51911            ! Changes Porting/genlog
51912 ____________________________________________________________________________
51913 [  7541] By: jhi                                   on 2000/11/04  20:58:18
51914         Log: Changes fixups.
51915      Branch: perl
51916            ! Changes
51917 ____________________________________________________________________________
51918 [  7540] By: jhi                                   on 2000/11/04  20:42:38
51919         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
51920              create a "fast path" for locale name probing using "locale -a"
51921              if available, squash finally hopefully the s?printf resetting
51922              the numeric locale (since, IIUC perllocale, it never shouldn't). 
51923      Branch: perl
51924            ! sv.c t/op/misc.t t/pragma/locale.t
51925 ____________________________________________________________________________
51926 [  7539] By: nick                                  on 2000/11/04  19:56:10
51927         Log: PerlIO infrastructure complete.
51928      Branch: perlio
51929            + lib/perlio.pm
51930            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
51931 ____________________________________________________________________________
51932 [  7538] By: nick                                  on 2000/11/04  14:31:32
51933         Log: Type tweaks + less contorted allocation scheme
51934      Branch: perlio
51935            ! perlio.c
51936 ____________________________________________________________________________
51937 [  7537] By: nick                                  on 2000/11/04  12:40:42
51938         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
51939              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
51940              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
51941              sensible) which lead to some interesting fails.
51942      Branch: perlio
51943            ! perlio.c
51944 ____________________________________________________________________________
51945 [  7536] By: jhi                                   on 2000/11/04  00:20:02
51946         Log: Add FCNTL_CAN_LOCK.
51947              
51948              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51949              From: Andy Dougherty <doughera@lafayette.edu>
51950              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
51951              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
51952              
51953              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51954              From: Andy Dougherty <doughera@lafayette.edu>
51955              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
51956              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
51957      Branch: metaconfig/U/perl
51958            + d_fcntl_can_lock.U
51959            ! startperl.U
51960      Branch: perl
51961            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51962            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
51963            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51964            ! vos/config.ga.h win32/config.bc win32/config.gc
51965            ! win32/config.vc
51966 ____________________________________________________________________________
51967 [  7535] By: nick                                  on 2000/11/03  22:19:10
51968         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
51969              - Works on Linux with
51970              perlio + unix
51971              stdio
51972              - Works on Solaris with
51973              perlio + unix
51974              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
51975              - Fails (hangs in openpid) if you try and stack
51976              perlio + stdio - Linux stdio's read() logic is hanging.
51977      Branch: perlio
51978            ! iperlsys.h perlio.c
51979 ____________________________________________________________________________
51980 [  7534] By: jhi                                   on 2000/11/03  15:16:02
51981         Log: Subject: Re: README.aix
51982              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51983              Date: Fri, 03 Nov 2000 16:03:15 +0100
51984              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
51985      Branch: perl
51986            ! README.aix
51987 ____________________________________________________________________________
51988 [  7533] By: jhi                                   on 2000/11/03  03:59:02
51989         Log: Subject: [PATCH 5.7.0] better messages from malloc()
51990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51991              Date: Wed, 1 Nov 2000 23:39:56 -0500
51992              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
51993      Branch: perl
51994            ! malloc.c pod/perldiag.pod
51995 ____________________________________________________________________________
51996 [  7532] By: jhi                                   on 2000/11/03  00:11:56
51997         Log: The #7521 touched things it shouldn't have.
51998      Branch: perl
51999            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
52000 ____________________________________________________________________________
52001 [  7531] By: jhi                                   on 2000/11/02  22:32:33
52002         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
52003              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52004              Date:     Thu, 2 Nov 2000 16:58:36 EST
52005              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
52006      Branch: perl
52007            ! vms/gen_shrfls.pl
52008 ____________________________________________________________________________
52009 [  7530] By: jhi                                   on 2000/11/02  22:08:49
52010         Log: Fix the problem discussed in
52011              
52012              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
52013              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
52014              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
52015              
52016              originally from Linc Madison.  Also Andreas König's comments
52017              taken into account.  Some other problems with Tie::SubstrHash
52018              fixed: didn't croak when the table exceeded the requested number
52019              of entries (as documented) but instead when the number of entries
52020              exceeded the size of the table, a croak() had an unnecessary \n,
52021              didn't have a CLEAR method, documented that there is no exists().
52022              Didn't fix to be strict-proof because the module uses &foo; and
52023              dynamic scope.  Added a test script exercizing both first tamely 
52024              the basic functionality, and then the failure cases reported by
52025              Linc Madison.
52026      Branch: perl
52027            + t/lib/tie-substrhash.t
52028            ! MANIFEST lib/Tie/SubstrHash.pm
52029 ____________________________________________________________________________
52030 [  7529] By: jhi                                   on 2000/11/02  17:58:08
52031         Log: recv() can fail and return undef.
52032              
52033              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
52034              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
52035              Date: Thu, 2 Nov 2000 20:12:20 +0300
52036              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
52037      Branch: perl
52038            ! lib/Net/Ping.pm
52039 ____________________________________________________________________________
52040 [  7528] By: jhi                                   on 2000/11/02  17:49:09
52041         Log: Detpyo.
52042      Branch: perl
52043            ! pod/perlop.pod
52044 ____________________________________________________________________________
52045 [  7527] By: jhi                                   on 2000/11/02  15:48:37
52046         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
52047              fix a autovivification bug in Tie::RefHash, add tests for both.
52048              
52049              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
52050              From: Edward Avis <epa98@doc.ic.ac.uk>
52051              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
52052              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
52053      Branch: perl
52054            + t/lib/tie-refhash.t
52055            ! MANIFEST lib/Tie/RefHash.pm
52056 ____________________________________________________________________________
52057 [  7526] By: jhi                                   on 2000/11/02  13:56:26
52058         Log: Test::Harness revealed buglets in the new DynaLoader.
52059              
52060              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
52061              From: andreas.koenig@anima.de (Andreas J. Koenig)
52062              Date: 02 Nov 2000 11:26:48 +0100 
52063              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
52064      Branch: perl
52065            ! ext/DynaLoader/DynaLoader_pm.PL
52066 ____________________________________________________________________________
52067 [  7525] By: jhi                                   on 2000/11/01  23:52:08
52068         Log: The entry for #7503 was missing.
52069      Branch: perl
52070            ! Changes
52071 ____________________________________________________________________________
52072 [  7524] By: jhi                                   on 2000/11/01  23:40:52
52073         Log: Update Changes.
52074      Branch: perl
52075            ! Changes patchlevel.h
52076 ____________________________________________________________________________
52077 [  7523] By: jhi                                   on 2000/11/01  22:57:09
52078         Log: More tweaking on the #7522 theme.
52079      Branch: perl
52080            ! ext/DynaLoader/DynaLoader_pm.PL
52081 ____________________________________________________________________________
52082 [  7522] By: jhi                                   on 2000/11/01  22:06:15
52083         Log: Expand %Config variables and %ENV variables only if
52084              so requested during build time using the
52085              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
52086              Not expanding makes relocating distributions easier.
52087      Branch: perl
52088            ! ext/DynaLoader/DynaLoader_pm.PL
52089 ____________________________________________________________________________
52090 [  7521] By: jhi                                   on 2000/11/01  20:56:34
52091         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
52092              and setgid() because they were just changing $< and $( which means
52093              only changing the real uid/gid, as opposed to changing both
52094              real and effective ids.  (The alternative way could have been
52095              in POSIX.pm to change $> and $), too, but making a direct call
52096              to the C API feels cleaner.)  Fixes the bug
52097              
52098              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
52099              From: "Garry T. Williams" <garry@zvolve.com>
52100              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
52101              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
52102      Branch: perl
52103            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52104            ! ext/POSIX/typemap pod/perlvar.pod
52105 ____________________________________________________________________________
52106 [  7520] By: jhi                                   on 2000/11/01  20:08:33
52107         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
52108              From: "Garry T. Williams" <garry@zvolve.com>
52109              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
52110              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
52111      Branch: perl
52112            ! pod/perlsec.pod
52113 ____________________________________________________________________________
52114 [  7519] By: jhi                                   on 2000/11/01  20:01:22
52115         Log: Locale warning explanation tweak.
52116      Branch: perl
52117            ! pod/perldiag.pod
52118 ____________________________________________________________________________
52119 [  7518] By: jhi                                   on 2000/11/01  18:57:13
52120         Log: C.pm part of
52121              
52122              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
52123              From: Jarkko Hietaniemi <jhi@iki.fi>
52124              Date: Tue, 10 Oct 2000 08:22:28 -0500
52125              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
52126      Branch: perl
52127            ! ext/B/B/C.pm
52128 ____________________________________________________________________________
52129 [  7517] By: jhi                                   on 2000/11/01  18:41:59
52130         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
52131              From: Martien Verbruggen <mgjv@comdyn.com.au>
52132              Date: Fri, 6 Oct 2000 14:09:10 +1100
52133              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
52134      Branch: perl
52135            ! pod/perlop.pod
52136 ____________________________________________________________________________
52137 [  7516] By: jhi                                   on 2000/11/01  18:34:55
52138         Log: Generalize the Camel wording.
52139              
52140              Subject: Re: perlfaq style changes
52141              From: John Borwick <jhborwic@unity.ncsu.edu>
52142              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
52143              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
52144      Branch: perl
52145            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
52146 ____________________________________________________________________________
52147 [  7515] By: jhi                                   on 2000/11/01  16:52:31
52148         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
52149              From: pimlott@idiomtech.com (Andrew Pimlott)
52150              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
52151              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
52152      Branch: perl
52153            ! pod/perlsec.pod
52154 ____________________________________________________________________________
52155 [  7514] By: jhi                                   on 2000/11/01  15:03:40
52156         Log: More AIX lore.
52157      Branch: perl
52158            ! ext/re/hints/aix.pl
52159 ____________________________________________________________________________
52160 [  7513] By: jhi                                   on 2000/11/01  14:48:30
52161         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
52162              From: root <root@chronos.fi.muni.cz>
52163              Date: Wed, 1 Nov 2000 12:31:32 +0100
52164              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
52165      Branch: perl
52166            ! lib/Net/Ping.pm
52167 ____________________________________________________________________________
52168 [  7512] By: jhi                                   on 2000/11/01  14:46:47
52169         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
52170              From: Martin Husemann <martin@duskware.de>
52171              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
52172              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
52173      Branch: perl
52174            ! regcomp.c
52175 ____________________________________________________________________________
52176 [  7511] By: jhi                                   on 2000/11/01  14:39:50
52177         Log: AUTHORS updates.
52178      Branch: perl
52179            ! AUTHORS
52180 ____________________________________________________________________________
52181 [  7510] By: jhi                                   on 2000/11/01  14:29:50
52182         Log: Subject: [PATCH] startperl to respect versiononly
52183              From: Robin Barker <rmb1@cise.npl.co.uk> 
52184              Date: Tue, 31 Oct 2000 16:29:36 GMT
52185              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
52186      Branch: metaconfig/U/perl
52187            ! startperl.U
52188      Branch: perl
52189            ! Configure config_h.SH
52190 ____________________________________________________________________________
52191 [  7509] By: jhi                                   on 2000/11/01  14:19:53
52192         Log: printf UVs the correct way, noticed by Robin Barker.
52193      Branch: perl
52194            ! utf8.c
52195 ____________________________________________________________________________
52196 [  7508] By: jhi                                   on 2000/11/01  14:10:03
52197         Log: Do not cleanup *% because the % has special meanings in some
52198              shell environments.
52199      Branch: perl
52200            ! ext/Storable/Makefile.PL
52201 ____________________________________________________________________________
52202 [  7507] By: jhi                                   on 2000/11/01  14:06:00
52203         Log: The NonStop-UX libraries have a novel way to say NaN.
52204      Branch: perl
52205            ! t/lib/bigfltpm.t
52206 ____________________________________________________________________________
52207 [  7506] By: jhi                                   on 2000/11/01  14:03:35
52208         Log: The osname has been lowercased by now, from Tom Bates.
52209      Branch: metaconfig
52210            ! U/modified/Oldconfig.U
52211      Branch: perl
52212            ! Configure config_h.SH
52213 ____________________________________________________________________________
52214 [  7505] By: jhi                                   on 2000/10/31  19:18:39
52215         Log: The compiler is either gcc or cc, from Tom Bates.
52216      Branch: perl
52217            ! hints/nonstopux.sh
52218 ____________________________________________________________________________
52219 [  7504] By: jhi                                   on 2000/10/31  14:53:42
52220         Log: Update Changes.
52221      Branch: perl
52222            ! Changes patchlevel.h
52223 ____________________________________________________________________________
52224 [  7503] By: jhi                                   on 2000/10/31  14:30:50
52225         Log: Whitespace style tweak.  Was originally going to see to
52226              
52227              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52228              From: Joe Smith <jms@inwap.com>
52229              Date: Mon, 30 Oct 2000 18:47:57 -0800
52230              Message-Id: <39FE32DD.24AAC4D@inwap.com>
52231              
52232              but that had already been taken care of.
52233      Branch: metaconfig
52234            ! U/compline/d_stdstdio.U
52235      Branch: perl
52236            ! Configure config_h.SH
52237 ____________________________________________________________________________
52238 [  7502] By: jhi                                   on 2000/10/31  14:25:02
52239         Log: AUTHORS tweaks.
52240      Branch: perl
52241            ! AUTHORS
52242 ____________________________________________________________________________
52243 [  7501] By: jhi                                   on 2000/10/31  14:23:59
52244         Log: Subject: perlfaq style changes
52245              From: John Borwick <jhborwic@unity.ncsu.edu>
52246              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
52247              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
52248      Branch: perl
52249            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
52250            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
52251            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
52252            ! pod/perlfaq9.pod
52253 ____________________________________________________________________________
52254 [  7500] By: jhi                                   on 2000/10/31  14:22:15
52255         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
52256              
52257              Subject: Re: [ID 20000918.005] ~ on wide chars
52258              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52259              Date: Mon, 30 Oct 2000 21:09:55 -0800
52260              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
52261              
52262              (The ord() part of the patch skipped.)
52263      Branch: perl
52264            ! doop.c
52265 ____________________________________________________________________________
52266 [  7499] By: jhi                                   on 2000/10/31  14:20:08
52267         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
52268              From: Jens Hamisch <jens@Strawberry.COM>
52269              Date: Mon, 30 Oct 2000 15:17:07 +0100
52270              Message-Id: <20001030151707.A9597@Strawberry.COM>
52271      Branch: perl
52272            ! av.c
52273 ____________________________________________________________________________
52274 [  7498] By: jhi                                   on 2000/10/31  14:16:29
52275         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
52276              From: Peter Prymmer <pvhp@forte.com>
52277              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
52278              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
52279      Branch: perl
52280            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
52281            + ext/Encode/Encode/posix-bc.enc
52282            ! MANIFEST t/lib/encode.t
52283 ____________________________________________________________________________
52284 [  7497] By: jhi                                   on 2000/10/31  14:13:22
52285         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
52286              From: Peter Prymmer <pvhp@forte.com>
52287              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
52288              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
52289      Branch: perl
52290            ! t/lib/cgi-html.t
52291 ____________________________________________________________________________
52292 [  7496] By: jhi                                   on 2000/10/31  14:12:05
52293         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
52294              From: Peter Prymmer <pvhp@forte.com>
52295              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
52296              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
52297      Branch: perl
52298            ! t/lib/cgi-function.t
52299 ____________________________________________________________________________
52300 [  7495] By: jhi                                   on 2000/10/31  14:11:08
52301         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
52302              From: Peter Prymmer <pvhp@forte.com>
52303              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
52304              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
52305      Branch: perl
52306            + ext/re/hints/aix.pl
52307            ! MANIFEST ext/re/Makefile.PL
52308 ____________________________________________________________________________
52309 [  7494] By: jhi                                   on 2000/10/31  14:08:32
52310         Log: Use Errno magic.
52311              
52312              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
52313              From: Casey Tweten <perl@ctweten.amsite.com>
52314              Date: Mon, 30 Oct 2000 15:51:17 -0500
52315              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
52316      Branch: perl
52317            ! lib/File/Temp.pm
52318 ____________________________________________________________________________
52319 [  7493] By: jhi                                   on 2000/10/31  14:05:07
52320         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
52321              
52322              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
52323              From: Nicholas Clark <nick@ccl4.org>
52324              Date: Mon, 30 Oct 2000 17:38:45 +0000
52325              Message-ID: <20001030173845.O60355@plum.flirble.org>
52326      Branch: perl
52327            ! Makefile.SH utils/perlbug.PL
52328 ____________________________________________________________________________
52329 [  7492] By: nick                                  on 2000/10/30  19:37:23
52330         Log: Change files which are mysteriously different to mainline to be
52331              copies of mainline.
52332      Branch: perlio
52333            ! objXSUB.h perlapi.c pod/perlapi.pod
52334 ____________________________________________________________________________
52335 [  7491] By: nick                                  on 2000/10/30  18:05:54
52336         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
52337              - typo in endian code in putc.
52338              - Don't allow read of write-only files and vice-versa
52339              - and off-by-one in flush-all loop.
52340              Remove debug calls as they were using GCC specific features.
52341      Branch: perlio
52342            ! perlio.c
52343 ____________________________________________________________________________
52344 [  7490] By: nick                                  on 2000/10/29  21:45:45
52345         Log: Integrate mainline to perlio
52346      Branch: perlio
52347           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
52348           !> toke.c
52349 ____________________________________________________________________________
52350 [  7489] By: jhi                                   on 2000/10/29  21:11:08
52351         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
52352              From: andreas.koenig@anima.de (Andreas J. Koenig)
52353              Date: 29 Oct 2000 22:05:59 +0100
52354              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
52355      Branch: perl
52356            ! lib/ExtUtils/Manifest.pm
52357 ____________________________________________________________________________
52358 [  7488] By: jhi                                   on 2000/10/29  21:07:47
52359         Log: Tests for #7487.
52360              
52361              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
52362              From: andreas.koenig@anima.de (Andreas J. Koenig)
52363              Date: 29 Oct 2000 19:37:09 +0100
52364              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
52365      Branch: perl
52366            ! t/comp/proto.t
52367 ____________________________________________________________________________
52368 [  7487] By: jhi                                   on 2000/10/29  21:06:27
52369         Log: constsub spillage.
52370              
52371              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
52372              From: John Tobey <jtobey@john-edwin-tobey.org>
52373              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
52374              Message-Id: <m13pvSr-000FObC@feynman.localnet>
52375      Branch: perl
52376            ! op.c
52377 ____________________________________________________________________________
52378 [  7486] By: nick                                  on 2000/10/29  21:05:04
52379         Log: Integrate mainline to perlio branch
52380      Branch: perlio
52381           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
52382           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
52383           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
52384           +> vos/install_perl.cm
52385            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
52386            - vos/config.h vos/config_h.SH_orig
52387           !> (integrate 141 files)
52388 ____________________________________________________________________________
52389 [  7485] By: jhi                                   on 2000/10/29  21:00:47
52390         Log: Make \x{...} consistently produce UTF-8.
52391              
52392              Subject: Re: \x{...} is confused 
52393              From: Simon Cozens <simon@cozens.net>
52394              Date: Sun, 29 Oct 2000 19:36:48 +0000
52395              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
52396      Branch: perl
52397            ! t/pragma/utf8.t toke.c
52398 ____________________________________________________________________________
52399 [  7484] By: nick                                  on 2000/10/29  20:05:29
52400         Log: PerlIO passes all tests.
52401      Branch: perlio
52402            ! perlio.c
52403 ____________________________________________________________________________
52404 [  7483] By: jhi                                   on 2000/10/29  18:06:55
52405         Log: Update Changes.
52406      Branch: perl
52407            ! Changes patchlevel.h
52408 ____________________________________________________________________________
52409 [  7482] By: nick                                  on 2000/10/29  17:43:28
52410         Log: Include <unistd.h> to get correct lseek() prototype etc.
52411              (I thought perl.h did that) - down to two fails
52412              - comp/require.t (last test)
52413              - lib/io_xs.t - possibly import/export of FILE * ?
52414      Branch: perlio
52415            ! perlio.c
52416 ____________________________________________________________________________
52417 [  7481] By: jhi                                   on 2000/10/29  17:02:37
52418         Log: UTF-8 decoder tweak.
52419      Branch: perl
52420            ! utf8.c
52421 ____________________________________________________________________________
52422 [  7480] By: nick                                  on 2000/10/29  16:26:11
52423         Log: Fixed two bugs:
52424              - error code not being set on close (of broken pipe)
52425              - append mode was truncating.
52426              At least one seek/tell bug remains.
52427      Branch: perlio
52428            ! perlio.c
52429 ____________________________________________________________________________
52430 [  7479] By: nick                                  on 2000/10/29  11:18:16
52431         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
52432              in case of accidents. Still several worrying fails, no line disciplines yet.
52433      Branch: perlio
52434            ! iperlsys.h perlio.c
52435 ____________________________________________________________________________
52436 [  7478] By: jhi                                   on 2000/10/29  02:04:01
52437         Log: Add also emailless people.
52438      Branch: perl
52439            ! AUTHORS
52440 ____________________________________________________________________________
52441 [  7477] By: jhi                                   on 2000/10/29  01:36:00
52442         Log: The #7476 needs a MANIFEST change, too.
52443      Branch: perl
52444            ! MANIFEST
52445 ____________________________________________________________________________
52446 [  7476] By: jhi                                   on 2000/10/29  01:35:21
52447         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
52448      Branch: perl
52449            - MAINTAIN
52450            ! AUTHORS Changes
52451 ____________________________________________________________________________
52452 [  7475] By: jhi                                   on 2000/10/28  23:57:25
52453         Log: De-quoted-unreadable to ISO Latin 1.
52454              (There's one ISO-2022-JP name in Changes5.004.)
52455      Branch: perl
52456            ! Changes Changes5.6
52457 ____________________________________________________________________________
52458 [  7474] By: jhi                                   on 2000/10/28  19:13:06
52459         Log: Subject: [ID 20001027.007] uniq array in perlfaq
52460              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
52461              Date: Fri, 27 Oct 2000 19:28:30 +0200
52462              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
52463      Branch: perl
52464            ! pod/perlfaq4.pod
52465 ____________________________________________________________________________
52466 [  7473] By: jhi                                   on 2000/10/28  18:02:05
52467         Log: Locking null mutexes is not recommendable.
52468              
52469              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
52470              From: Hugo <hv@crypt.compulink.co.uk>
52471              Date: Sat, 28 Oct 2000 18:41:12 +0100
52472              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
52473      Branch: perl
52474            ! op.c
52475 ____________________________________________________________________________
52476 [  7472] By: jhi                                   on 2000/10/28  17:52:58
52477         Log: Better create a true mailing list for the repository keepers.
52478      Branch: perl
52479            ! Porting/repository.pod
52480 ____________________________________________________________________________
52481 [  7471] By: jhi                                   on 2000/10/28  17:28:24
52482         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
52483              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
52484      Branch: perl
52485            + Porting/repository.pod
52486            ! MANIFEST
52487 ____________________________________________________________________________
52488 [  7470] By: jhi                                   on 2000/10/28  17:20:54
52489         Log: Subject: DOC PATCH 5.6.0
52490              From: mjd@plover.com
52491              Date: 27 Oct 2000 17:32:44 -0000
52492              Message-ID: <20001027173244.23754.qmail@plover.com>
52493      Branch: perl
52494            ! pod/perlfunc.pod
52495 ____________________________________________________________________________
52496 [  7469] By: jhi                                   on 2000/10/28  17:16:45
52497         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
52498              From: "Peter J. Farley III" <pjfarley@banet.net>
52499              Date: Fri, 27 Oct 2000 20:32:56 -0400
52500              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
52501      Branch: perl
52502            ! README.dos
52503 ____________________________________________________________________________
52504 [  7468] By: jhi                                   on 2000/10/28  17:07:18
52505         Log: Make target reordering to avoid pointless re-makes.
52506              
52507              Subject: Re: Total re-make of 'make okfile' after 7451 ?
52508              From: Nicholas Clark <nick@ccl4.org>
52509              Date: Sat, 28 Oct 2000 00:31:02 +0100
52510              Message-ID: <20001028003101.A54517@plum.flirble.org>
52511      Branch: perl
52512            ! Makefile.SH
52513 ____________________________________________________________________________
52514 [  7467] By: jhi                                   on 2000/10/28  17:05:31
52515         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
52516              From: lvirden@cas.org
52517              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
52518              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
52519      Branch: perl
52520            ! README.os2
52521 ____________________________________________________________________________
52522 [  7466] By: jhi                                   on 2000/10/28  16:09:16
52523         Log: Upgrade to CPAN 1.58_55.
52524              
52525              Subject: CPAN.pm status
52526              From: andreas.koenig@anima.de (Andreas J. Koenig) 
52527              Date: 28 Oct 2000 08:18:00 +0200 
52528              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
52529      Branch: perl
52530            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52531 ____________________________________________________________________________
52532 [  7465] By: jhi                                   on 2000/10/28  16:02:47
52533         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
52534      Branch: perl
52535            ! embed.h embed.pl perl.h proto.h toke.c
52536 ____________________________________________________________________________
52537 [  7464] By: nick                                  on 2000/10/28  10:43:44
52538         Log: Fix for sv_2iv() on "shared" value from keys %hash.
52539      Branch: perl
52540            ! sv.c
52541 ____________________________________________________________________________
52542 [  7463] By: jhi                                   on 2000/10/27  16:18:29
52543         Log: Update Changes.
52544      Branch: perl
52545            ! Changes patchlevel.h
52546 ____________________________________________________________________________
52547 [  7462] By: jhi                                   on 2000/10/27  16:17:44
52548         Log: Too enthusiastic editing in #7460.
52549      Branch: metaconfig
52550            ! U/modified/Oldsym.U
52551      Branch: perl
52552            ! Configure config_h.SH
52553 ____________________________________________________________________________
52554 [  7461] By: jhi                                   on 2000/10/27  15:37:38
52555         Log: Retract #7459, the script needs more work.
52556      Branch: perl
52557            - mkreef
52558            ! MANIFEST
52559 ____________________________________________________________________________
52560 [  7460] By: jhi                                   on 2000/10/27  15:23:14
52561         Log: Use $sort, $uniq (and $tr) consistently as wondered
52562              by Nicholas Clark.
52563      Branch: metaconfig
52564            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
52565            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
52566            ! U/modified/libc.U
52567      Branch: perl
52568            ! Configure config_h.SH
52569 ____________________________________________________________________________
52570 [  7459] By: jhi                                   on 2000/10/27  15:02:07
52571         Log: (Retracted by #7461)
52572              
52573              Add a shell script for creating/removing symbolic link farms,
52574              useful for keeping the source code read-only and doing the
52575              builds somewhere else.
52576      Branch: perl
52577            + mkreef
52578            ! MANIFEST
52579 ____________________________________________________________________________
52580 [  7458] By: jhi                                   on 2000/10/27  14:42:20
52581         Log: Do away with the fix_pl.
52582      Branch: perl
52583            - fix_pl
52584            ! MANIFEST Makefile.SH
52585 ____________________________________________________________________________
52586 [  7457] By: jhi                                   on 2000/10/27  12:43:13
52587         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
52588              From: Jens Hamisch <jens@Strawberry.COM>
52589              Date: Fri, 27 Oct 2000 14:38:21 +0200
52590              Message-Id: <20001027143821.B3366@Strawberry.COM>
52591      Branch: perl
52592            ! perl.h
52593 ____________________________________________________________________________
52594 [  7456] By: jhi                                   on 2000/10/27  12:33:42
52595         Log: Subject: [PATCH] todo
52596              From: Nicholas Clark <nick@ccl4.org>
52597              Date: Thu, 26 Oct 2000 22:32:29 +0100
52598              Message-ID: <20001026223229.A44540@plum.flirble.org>
52599      Branch: perl
52600            ! pod/perltodo.pod
52601 ____________________________________________________________________________
52602 [  7455] By: jhi                                   on 2000/10/27  12:02:21
52603         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
52604              From: John Tobey <jtobey@john-edwin-tobey.org>
52605              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
52606              Message-Id: <m13ozHF-000FObC@feynman.localnet>
52607      Branch: perl
52608            ! op.c t/pragma/sub_lval.t
52609 ____________________________________________________________________________
52610 [  7454] By: jhi                                   on 2000/10/27  11:59:42
52611         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
52612              From: sthoenna@efn.org
52613              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
52614              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
52615      Branch: perl
52616            ! pp.c t/op/assignwarn.t
52617 ____________________________________________________________________________
52618 [  7453] By: jhi                                   on 2000/10/27  00:15:08
52619         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
52620      Branch: perl
52621            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
52622            ! ext/Storable/Storable.xs t/lib/st-lock.t
52623 ____________________________________________________________________________
52624 [  7452] By: jhi                                   on 2000/10/26  13:05:52
52625         Log: Undo #7451, this seems to be a deficiency in Perforce,
52626              there is no per-file line-terminator type, only per-client.
52627      Branch: perl
52628            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
52629            ! win32/makefile.mk
52630 ____________________________________________________________________________
52631 [  7451] By: jhi                                   on 2000/10/26  04:56:03
52632         Log: Experimenting in DOS arcana.
52633      Branch: perl
52634            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
52635            ! win32/makefile.mk
52636 ____________________________________________________________________________
52637 [  7450] By: jhi                                   on 2000/10/26  04:50:52
52638         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
52639              From: "Peter J. Farley III" <pjfarley@banet.net>            
52640              Date: Wed, 25 Oct 2000 23:10:18 -0400
52641              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
52642      Branch: perl
52643            ! t/io/open.t
52644 ____________________________________________________________________________
52645 [  7449] By: jhi                                   on 2000/10/26  04:49:16
52646         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
52647              From: Hugo <hv@crypt.compulink.co.uk>
52648              Date: Thu, 26 Oct 2000 01:55:17 +0100
52649              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
52650              
52651              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
52652      Branch: perl
52653            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
52654 ____________________________________________________________________________
52655 [  7448] By: jhi                                   on 2000/10/26  04:38:36
52656         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
52657              From: Peter Prymmer <pvhp@forte.com>
52658              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
52659              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
52660      Branch: perl
52661            ! configure.com
52662 ____________________________________________________________________________
52663 [  7447] By: jhi                                   on 2000/10/25  23:20:02
52664         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
52665              in platforms that strictly require all the symbols being present
52666              at link time.
52667      Branch: perl
52668            ! handy.h
52669 ____________________________________________________________________________
52670 [  7446] By: jhi                                   on 2000/10/25  21:55:57
52671         Log: Update Changes.
52672      Branch: perl
52673            ! Changes patchlevel.h
52674 ____________________________________________________________________________
52675 [  7445] By: jhi                                   on 2000/10/25  21:27:08
52676         Log: Integrate with vmsperl #7430 by Charles Bailey:
52677              
52678              Cleanup from prior patch (Charles Lane?):
52679              - improve handling of MFDs in Basename and Path
52680              - default to no xsubpp line # munging when building debug images
52681      Branch: perl
52682           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
52683 ____________________________________________________________________________
52684 [  7444] By: jhi                                   on 2000/10/25  21:03:50
52685         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
52686              From: John Peacock <JPeacock@UnivPress.com>
52687              Date: Thu, 18 May 2000 11:55:27 -0400
52688              Message-ID: <3924126F.A58BE57A@UnivPress.com>
52689      Branch: perl
52690            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
52691            ! t/op/write.t
52692 ____________________________________________________________________________
52693 [  7443] By: jhi                                   on 2000/10/25  20:43:10
52694         Log: Temporary stopgap for the self-tying issue: for now only
52695              array and hash self-ties are verboten.  The real fix, of
52696              course, would be to comprehensively test (and implement?)
52697              and debug (and document) self-ties.
52698      Branch: perl
52699            ! pod/perldiag.pod pp_sys.c t/op/tie.t
52700 ____________________________________________________________________________
52701 [  7442] By: jhi                                   on 2000/10/25  20:14:30
52702         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
52703              From: Dan Sugalski <dan@sidhe.org>
52704              Date: Wed, 25 Oct 2000 13:36:35 -0400
52705              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
52706              
52707              plus regen global.sym.
52708      Branch: perl
52709            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
52710            ! thrdvar.h util.c
52711 ____________________________________________________________________________
52712 [  7441] By: jhi                                   on 2000/10/25  20:12:20
52713         Log: buildtoc target tweaks.
52714      Branch: perl
52715            ! pod/Makefile.SH
52716 ____________________________________________________________________________
52717 [  7440] By: jhi                                   on 2000/10/25  20:03:53
52718         Log: A new version of making the syslog test more robust.
52719              (Replaces #7421.)
52720              
52721              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52722              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52723              Date: Wed, 25 Oct 2000 12:13:54 -0400
52724              Message-ID: <20001025121354.B2264@O2.chapin.edu>
52725      Branch: perl
52726            ! t/lib/syslog.t
52727 ____________________________________________________________________________
52728 [  7439] By: jhi                                   on 2000/10/25  20:00:48
52729         Log: Continue the internal UTF-8 API tweaking.
52730              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
52731              used much more than the simpler API, now called utf8_to_uv_simple().
52732              Still not quite happy with API, too much partial duplication
52733              of functionality.
52734      Branch: perl
52735            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
52736            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
52737            ! regcomp.c regexec.c sv.c toke.c utf8.c
52738 ____________________________________________________________________________
52739 [  7438] By: jhi                                   on 2000/10/25  18:52:30
52740         Log: Allow poking holes at the UTF-8 decoding strictness.
52741      Branch: perl
52742            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
52743            ! utf8.h
52744 ____________________________________________________________________________
52745 [  7437] By: jhi                                   on 2000/10/25  13:53:05
52746         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
52747              UTF8LEN() and UTF8SKIP(). 
52748      Branch: perl
52749            ! pp.c utf8.c utf8.h
52750 ____________________________________________________________________________
52751 [  7436] By: jhi                                   on 2000/10/25  13:51:37
52752         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
52753              From: Nicholas Clark <nick@ccl4.org>
52754              Date: Wed, 25 Oct 2000 14:44:05 +0100
52755              Message-ID: <20001025144404.D27253@plum.flirble.org>
52756      Branch: perl
52757            ! pod/perlrun.pod
52758 ____________________________________________________________________________
52759 [  7435] By: jhi                                   on 2000/10/25  13:49:32
52760         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
52761              From: Mike Guy <mjtg@cam.ac.uk>
52762              Date: Tue, 24 Oct 2000 14:59:40 +0100
52763              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
52764      Branch: perl
52765            ! scope.c
52766 ____________________________________________________________________________
52767 [  7434] By: jhi                                   on 2000/10/25  13:48:41
52768         Log: AIX is picky about its symbol exports.  Solution for now
52769              is to include the deb.o explicitly to the re extension build.
52770              
52771              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
52772              From: Peter Prymmer <pvhp@forte.com>
52773              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
52774              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
52775      Branch: perl
52776            ! ext/re/Makefile.PL hints/aix.sh
52777 ____________________________________________________________________________
52778 [  7433] By: jhi                                   on 2000/10/25  13:46:49
52779         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
52780              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52781              Date: Wed, 25 Oct 2000 12:02:20 +0200
52782              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
52783      Branch: perl
52784            ! perlsdio.h
52785 ____________________________________________________________________________
52786 [  7432] By: jhi                                   on 2000/10/25  13:44:28
52787         Log: Subject: Minor update to find2perl, for portability
52788              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
52789              Date: Wed, 25 Oct 2000 12:05:47 +0100
52790              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
52791      Branch: perl
52792            ! x2p/find2perl.PL
52793 ____________________________________________________________________________
52794 [  7431] By: jhi                                   on 2000/10/25  13:40:39
52795         Log: Add targets to Makefile.SH, most importantly
52796              'regen_all' which also remembers to update vms/perly*.
52797      Branch: perl
52798            ! Makefile.SH
52799 ____________________________________________________________________________
52800 [  7430] By: bailey                                on 2000/10/25  03:13:53
52801         Log: Cleanup from prior patch (Charles Lane?):
52802              - improve handling of MFDs in Basename and Path
52803              - default to no xsubpp line # munging when building debug images
52804      Branch: vmsperl
52805            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
52806 ____________________________________________________________________________
52807 [  7429] By: jhi                                   on 2000/10/24  20:03:40
52808         Log: Podify README.epoc and README.vos.
52809      Branch: perl
52810            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
52811            ! pod/perlport.pod pod/perltoc.pod
52812 ____________________________________________________________________________
52813 [  7428] By: jhi                                   on 2000/10/24  19:10:33
52814         Log: Stratus VOS updates from Paul Green.
52815      Branch: perl
52816            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52817            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
52818            - vos/config.def vos/config.h vos/config_h.SH_orig
52819            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
52820            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
52821 ____________________________________________________________________________
52822 [  7427] By: jhi                                   on 2000/10/24  18:59:48
52823         Log: Check if stdio supports tweaking lval and cnt simultaneously.
52824              
52825              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52826              From: Nicholas Clark <nick@ccl4.org>
52827              Date: Mon, 23 Oct 2000 15:39:32 +0100
52828              Message-ID: <20001023153932.A10786@plum.flirble.org>
52829      Branch: metaconfig
52830            ! U/compline/d_stdstdio.U
52831      Branch: perl
52832            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52833            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
52834            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
52835            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
52836            ! vos/config.h vos/config_h.SH_orig win32/config.bc
52837            ! win32/config.gc win32/config.vc
52838 ____________________________________________________________________________
52839 [  7426] By: jhi                                   on 2000/10/24  17:57:44
52840         Log: Missed the header file changes from #7425.
52841      Branch: perl
52842            ! embed.h embed.pl objXSUB.h proto.h
52843 ____________________________________________________________________________
52844 [  7425] By: jhi                                   on 2000/10/24  17:55:17
52845         Log: Fix the bug reported in
52846              
52847              From: andreas.koenig@anima.de (Andreas J. Koenig)
52848              Subject: Encode bug?
52849              Date: 24 Oct 2000 14:01:26 +0200 
52850              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
52851              
52852              Also make is_utf8_char() stricter.
52853      Branch: perl
52854            ! ext/Encode/Encode.xs utf8.c
52855 ____________________________________________________________________________
52856 [  7424] By: jhi                                   on 2000/10/24  15:15:39
52857         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
52858              From: Peter Scott <Peter@PSDT.com>
52859              Date: Mon, 23 Oct 2000 19:46:01 -0700
52860              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
52861      Branch: perl
52862            ! pod/perlfaq5.pod
52863 ____________________________________________________________________________
52864 [  7423] By: jhi                                   on 2000/10/24  14:25:30
52865         Log: Test tweak to avoid pulling in the whole Config.
52866      Branch: perl
52867            ! t/lib/st-lock.t
52868 ____________________________________________________________________________
52869 [  7422] By: jhi                                   on 2000/10/24  14:03:16
52870         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
52871      Branch: perl
52872            ! pp.c
52873 ____________________________________________________________________________
52874 [  7421] By: jhi                                   on 2000/10/24  13:32:09
52875         Log: (Replaced by #7440.)
52876              
52877              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52878              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52879              Date: Mon, 23 Oct 2000 16:40:54 -0400
52880              Message-ID: <20001023164054.B14491@O2.chapin.edu>
52881      Branch: perl
52882            ! t/lib/syslog.t
52883 ____________________________________________________________________________
52884 [  7420] By: jhi                                   on 2000/10/24  13:30:53
52885         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
52886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52887              Date: Mon, 23 Oct 2000 17:29:03 -0400
52888              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
52889      Branch: perl
52890            ! lib/ExtUtils/MM_Unix.pm
52891 ____________________________________________________________________________
52892 [  7419] By: jhi                                   on 2000/10/24  13:29:57
52893         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
52894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52895              Date: Mon, 23 Oct 2000 19:01:32 -0400
52896              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
52897      Branch: perl
52898            ! utils/h2xs.PL
52899 ____________________________________________________________________________
52900 [  7418] By: jhi                                   on 2000/10/24  13:26:04
52901         Log: Replace #7409 with
52902              
52903              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
52904              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52905              Date: Mon, 23 Oct 2000 20:08:56 +0200
52906              Message-ID: <20001023200855.A14850@nice.ram.loc>
52907      Branch: perl
52908            ! ext/Storable/Storable.pm t/lib/st-lock.t
52909 ____________________________________________________________________________
52910 [  7417] By: jhi                                   on 2000/10/24  13:17:52
52911         Log: Run vms/vms_yfix.pl, should have done that after changing
52912              perly.c in #7382.
52913      Branch: perl
52914            ! vms/perly_c.vms vms/perly_h.vms
52915 ____________________________________________________________________________
52916 [  7416] By: jhi                                   on 2000/10/24  02:55:33
52917         Log: Make the UTF-8 decoding stricter and more verbose when
52918              malformation happens.  This involved adding an argument
52919              to utf8_to_uv_chk(), which involved changing its prototype,
52920              and prefer STRLEN over I32 for the UTF-8 length, which as
52921              a domino effect necessitated changing the prototypes of
52922              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
52923              The stricter UTF-8 decoding checking uses Markus Kuhn's
52924              UTF-8 Decode Stress Tester from
52925              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
52926      Branch: perl
52927            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
52928            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
52929            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
52930            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
52931 ____________________________________________________________________________
52932 [  7415] By: jhi                                   on 2000/10/23  14:06:06
52933         Log: Update Changes.
52934      Branch: perl
52935            ! Changes patchlevel.h
52936 ____________________________________________________________________________
52937 [  7414] By: jhi                                   on 2000/10/23  12:39:52
52938         Log: Undo the basename() part of #7412 since the lib/basename
52939              tests would need upgrading too.
52940      Branch: perl
52941            ! lib/File/Basename.pm
52942 ____________________________________________________________________________
52943 [  7413] By: jhi                                   on 2000/10/23  12:19:27
52944         Log: Document PERL_INSTALL_ROOT of #7210.
52945      Branch: perl
52946            ! lib/ExtUtils/Install.pm
52947 ____________________________________________________________________________
52948 [  7412] By: jhi                                   on 2000/10/23  12:16:47
52949         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
52950      Branch: perl
52951            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
52952            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
52953 ____________________________________________________________________________
52954 [  7411] By: jhi                                   on 2000/10/23  12:07:41
52955         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
52956              From: Prymmer/Kahn <pvhp@best.com>
52957              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
52958              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
52959      Branch: perl
52960            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
52961 ____________________________________________________________________________
52962 [  7410] By: jhi                                   on 2000/10/23  04:10:11
52963         Log: The change #7187 was not so good on VMS.
52964              
52965              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
52966              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52967              Date: Sun, 22 Oct 2000 23:03:08 -0500
52968              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
52969      Branch: perl
52970            ! utils/perldoc.PL
52971 ____________________________________________________________________________
52972 [  7409] By: jhi                                   on 2000/10/23  03:57:36
52973         Log: Avoid Storable locking on DJGPP for now.
52974              
52975              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
52976              From: "Peter J. Farley III" <pjfarley@banet.net>
52977              Date: Sun, 22 Oct 2000 20:00:00 -0400
52978              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
52979      Branch: perl
52980            ! ext/Storable/Storable.pm t/lib/st-lock.t
52981 ____________________________________________________________________________
52982 [  7408] By: jhi                                   on 2000/10/23  03:50:24
52983         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
52984              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52985              Date: Sun, 22 Oct 2000 21:12:22 -0400
52986              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
52987      Branch: perl
52988            ! lib/vars.pm
52989 ____________________________________________________________________________
52990 [  7407] By: jhi                                   on 2000/10/23  03:43:12
52991         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
52992              From: Hugo <hv@crypt.compulink.co.uk>
52993              Date: Mon, 23 Oct 2000 00:47:22 +0100
52994              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
52995      Branch: perl
52996            ! regexec.c t/op/pat.t
52997 ____________________________________________________________________________
52998 [  7406] By: jhi                                   on 2000/10/23  03:40:29
52999         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
53000      Branch: perl
53001            ! lib/ExtUtils/MakeMaker.pm
53002 ____________________________________________________________________________
53003 [  7405] By: jhi                                   on 2000/10/22  21:32:00
53004         Log: Doc patch.
53005              
53006              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
53007              From: rspier@pobox.com (Robert Spier)
53008              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
53009              Message-ID: <14835.16112.13457.447971@rls.cx>
53010      Branch: perl
53011            ! lib/strict.pm
53012 ____________________________________________________________________________
53013 [  7404] By: jhi                                   on 2000/10/22  21:30:51
53014         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
53015              From: rspier@pobox.com (Robert Spier)
53016              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
53017              Message-ID: <14835.17223.72448.705566@rls.cx>
53018      Branch: perl
53019            ! lib/ExtUtils/MakeMaker.pm
53020 ____________________________________________________________________________
53021 [  7403] By: jhi                                   on 2000/10/22  21:24:11
53022         Log: Subject: [PATCH bleadperl] ripples from constsub patch
53023              From: John Tobey <jtobey@john-edwin-tobey.org>
53024              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
53025              Message-Id: <m13nSOB-000FObC@feynman.localnet>
53026      Branch: perl
53027            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
53028 ____________________________________________________________________________
53029 [  7402] By: jhi                                   on 2000/10/22  20:59:35
53030         Log: Support s?printf parameter reordering.
53031      Branch: perl
53032            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
53033 ____________________________________________________________________________
53034 [  7401] By: jhi                                   on 2000/10/22  19:19:14
53035         Log: Expand %Config variables only if explicitly so requested
53036              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
53037              
53038              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
53039              From: Gurusamy Sarathy <gsar@ActiveState.com>
53040              Date: Sun, 22 Oct 2000 11:47:32 -0700
53041              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
53042      Branch: perl
53043            ! Makefile.SH lib/lib_pm.PL
53044 ____________________________________________________________________________
53045 [  7400] By: jhi                                   on 2000/10/22  18:24:10
53046         Log: Move the #7390 test from warn/op to comp/redef.
53047              
53048              Subject: Re: Creating const subs for constants.
53049              From: John Tobey <jtobey@john-edwin-tobey.org>
53050              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
53051              Message-Id: <m13nG72-000FObC@feynman.localnet>               
53052      Branch: perl
53053            ! t/comp/redef.t t/pragma/warn/op
53054 ____________________________________________________________________________
53055 [  7399] By: jhi                                   on 2000/10/22  17:49:59
53056         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
53057              From: Nicholas Clark <nick@ccl4.org>
53058              Date: Sat, 21 Oct 2000 22:23:19 +0100
53059              Message-ID: <20001021222319.B45586@plum.flirble.org>
53060      Branch: perl
53061            ! ext/DynaLoader/DynaLoader_pm.PL
53062 ____________________________________________________________________________
53063 [  7398] By: jhi                                   on 2000/10/22  17:47:35
53064         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
53065              From: Hugo <hv@crypt.compulink.co.uk>
53066              Date: Sat, 21 Oct 2000 18:19:59 +0100
53067              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
53068      Branch: perl
53069            ! ext/B/B.pm ext/B/B/C.pm
53070 ____________________________________________________________________________
53071 [  7397] By: jhi                                   on 2000/10/22  17:35:18
53072         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
53073              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
53074              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
53075              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
53076      Branch: perl
53077            ! hints/openbsd.sh
53078 ____________________________________________________________________________
53079 [  7396] By: jhi                                   on 2000/10/22  17:19:46
53080         Log: Subject: installman go-faster stripes
53081              From: Nicholas Clark <nick@talking.bollo.cx>
53082              Date: Sat, 21 Oct 2000 17:24:53 +0100
53083              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
53084              
53085              Subject: Re: installman go-faster stripes
53086              From: Russ Allbery <rra@stanford.edu>
53087              Date: 21 Oct 2000 11:04:13 -0700
53088              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
53089      Branch: perl
53090            ! installman pod/pod2man.PL
53091 ____________________________________________________________________________
53092 [  7395] By: jhi                                   on 2000/10/22  17:17:35
53093         Log: Hints tweak from Anton Berezin.
53094      Branch: perl
53095            ! hints/freebsd.sh
53096 ____________________________________________________________________________
53097 [  7394] By: jhi                                   on 2000/10/22  04:50:04
53098         Log: Tweak the Is* definitions of Unicode character classes
53099              to better match the official categorizations; embrace
53100              the official categorizations; add the combining marks
53101              as alpha (and -numeric); fix DCinital (a typo and edito)
53102              to be DCmedial.
53103      Branch: perl
53104            + lib/unicode/Is/DCmedial.pl
53105            - lib/unicode/Is/DCinital.pl
53106            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53107            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
53108            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
53109            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53110 ____________________________________________________________________________
53111 [  7393] By: jhi                                   on 2000/10/21  18:06:05
53112         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
53113              From: Daniel Chetlin <daniel@chetlin.com>
53114              Date: Sat, 21 Oct 2000 02:57:03 -0700
53115              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
53116      Branch: perl
53117            + t/lib/tie-splice.t
53118            ! MANIFEST lib/Tie/Array.pm
53119 ____________________________________________________________________________
53120 [  7392] By: gsar                                  on 2000/10/21  18:05:15
53121         Log: resync utfperl branch with mainline
53122      Branch: utfperl
53123           !> (integrate 1760 files)
53124 ____________________________________________________________________________
53125 [  7391] By: jhi                                   on 2000/10/21  14:37:49
53126         Log: Testcases for a #7383,#7385 related bug.
53127              
53128              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
53129              From: Nicholas Clark <nick@ccl4.org>
53130              Date: Sat, 21 Oct 2000 15:04:51 +0100
53131              Message-ID: <20001021150451.A51566@plum.flirble.org>
53132      Branch: perl
53133            ! t/pragma/utf8.t
53134 ____________________________________________________________________________
53135 [  7390] By: jhi                                   on 2000/10/21  14:35:57
53136         Log: Add a testcase for #7389.
53137      Branch: perl
53138            ! t/pragma/warn/op
53139 ____________________________________________________________________________
53140 [  7389] By: jhi                                   on 2000/10/21  14:26:45
53141         Log: Subject: Re: Creating const subs for constants.
53142              From: John Tobey <jtobey@john-edwin-tobey.org>
53143              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
53144              Message-Id: <m13mo0N-000FObC@feynman.localnet>
53145      Branch: perl
53146            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
53147            ! proto.h sv.c
53148 ____________________________________________________________________________
53149 [  7388] By: nick                                  on 2000/10/21  11:44:23
53150         Log: Populate perlio branch
53151      Branch: perlio
53152           +> (branch 1760 files)
53153 ____________________________________________________________________________
53154 [  7387] By: nick                                  on 2000/10/21  10:52:05
53155         Log: Get branch back as replica of mainline via :
53156              p4 integrate -b utfperl
53157              p4 resolve -at ./...
53158      Branch: utfperl
53159           +> (branch 269 files)
53160            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
53161            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
53162            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
53163            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
53164            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
53165            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53166            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53167            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53168            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53169            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53170            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53171            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53172            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53173            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53174            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53175            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53176            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53177            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53178            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
53179            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
53180            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
53181            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
53182            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
53183            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
53184            - lib/unicode/UCD300.html lib/unicode/Unicode.300
53185            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
53186            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
53187            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
53188            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
53189           !> (integrate 965 files)
53190 ____________________________________________________________________________
53191 [  7386] By: jhi                                   on 2000/10/21  01:31:12
53192         Log: Update Changes.
53193      Branch: perl
53194            ! Changes patchlevel.h
53195 ____________________________________________________________________________
53196 [  7385] By: jhi                                   on 2000/10/21  01:28:42
53197         Log: The #7383 was right only in the context of the original bug report,
53198              not in more general case.
53199      Branch: perl
53200            ! pp_hot.c
53201 ____________________________________________________________________________
53202 [  7384] By: jhi                                   on 2000/10/21  01:08:23
53203         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
53204      Branch: perl
53205            ! ext/IO/lib/IO/Select.pm
53206 ____________________________________________________________________________
53207 [  7383] By: jhi                                   on 2000/10/21  00:44:18
53208         Log: Fix for ID 20001020.006, concatenating an unset submatch
53209              with utf8 resulted in "Modification of a read-only value".
53210      Branch: perl
53211            ! pp_hot.c t/pragma/utf8.t
53212 ____________________________________________________________________________
53213 [  7382] By: jhi                                   on 2000/10/20  20:44:31
53214         Log: Make scan_num() reëntrant, as suggested in
53215              
53216              Subject: [PATCH perl@7229] Rentrant parser and yylex()
53217              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53218              Date: Fri, 20 Oct 2000 14:17:27 +0100
53219              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
53220      Branch: perl
53221            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
53222            ! toke.c
53223 ____________________________________________________________________________
53224 [  7381] By: jhi                                   on 2000/10/20  20:07:29
53225         Log: Reëntrancy fix.
53226              
53227              Subject: [PATCH perl@7229] Rentrant parser and yylex()
53228              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53229              Date: Fri, 20 Oct 2000 14:17:27 +0100
53230              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
53231      Branch: perl
53232            ! embed.h embed.pl perl.h proto.h toke.c
53233 ____________________________________________________________________________
53234 [  7380] By: jhi                                   on 2000/10/20  19:15:54
53235         Log: Don't write double values through long double pointers,
53236              based on a part of
53237              
53238              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
53239              From: Jens Hamisch <jens@Strawberry.COM>
53240              Date: Tue, 17 Oct 2000 08:39:36 +0200
53241              Message-Id: <20001017083936.A11104@Strawberry.COM>
53242      Branch: perl
53243            ! perl.h pp.c
53244 ____________________________________________________________________________
53245 [  7379] By: jhi                                   on 2000/10/20  18:43:37
53246         Log: Portability tweak on #7377.
53247              
53248              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
53249              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53250              Date:     Fri, 20 Oct 2000 13:13:41 EDT
53251              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
53252      Branch: perl
53253            ! t/lib/dprof.t
53254 ____________________________________________________________________________
53255 [  7378] By: jhi                                   on 2000/10/20  12:57:19
53256         Log: SOCKS function redefinitions need prototypes, too, otherwise
53257              for example 32 bit versus 64 bit differences cause a lot of
53258              problems.  Part of
53259              
53260              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
53261              From: Jens Hamisch <jens@Strawberry.COM>
53262              Date: Tue, 17 Oct 2000 08:39:36 +0200
53263              Message-Id: <20001017083936.A11104@Strawberry.COM>
53264      Branch: perl
53265            ! doio.c pp_sys.c
53266 ____________________________________________________________________________
53267 [  7377] By: jhi                                   on 2000/10/20  12:37:12
53268         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
53269              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53270              Date:     Fri, 20 Oct 2000 08:26:04 EDT
53271              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
53272      Branch: perl
53273            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
53274 ____________________________________________________________________________
53275 [  7376] By: jhi                                   on 2000/10/20  12:35:31
53276         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
53277              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53278              Date:     Fri, 20 Oct 2000 07:48:15 EDT
53279              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
53280      Branch: perl
53281            ! configure.com vms/gen_shrfls.pl
53282 ____________________________________________________________________________
53283 [  7375] By: bailey                                on 2000/10/20  04:44:37
53284         Log: SYN SYN
53285      Branch: vmsperl
53286           +> (branch 134 files)
53287            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
53288            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
53289            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
53290            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
53291            - eg/cgi/frameset.cgi eg/cgi/index.html
53292            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53293            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53294            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53295            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53296            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53297            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53298            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53299            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53300            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53301            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53302            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53303            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53304            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53305            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
53306            - lib/unicode/Props.txt lib/unicode/UCD300.html
53307            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
53308            - utils/perlbc.PL vms/subconfigure.com
53309           !> (integrate 785 files)
53310 ____________________________________________________________________________
53311 [  7374] By: jhi                                   on 2000/10/20  00:59:48
53312         Log: In the latest compiler builds cccdlflags must not become -fpic,
53313              from Wilfredo Sánchez.
53314      Branch: perl
53315            ! hints/darwin.sh
53316 ____________________________________________________________________________
53317 [  7373] By: jhi                                   on 2000/10/20  00:56:35
53318         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
53319              From: Tony Cook <tony@develop-help.com>
53320              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
53321              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
53322      Branch: perl
53323            ! pod/perlop.pod
53324 ____________________________________________________________________________
53325 [  7372] By: jhi                                   on 2000/10/19  19:34:40
53326         Log: Typo noted by Mark Lutz.
53327      Branch: perl
53328            ! t/op/64bitint.t
53329 ____________________________________________________________________________
53330 [  7371] By: jhi                                   on 2000/10/19  19:33:13
53331         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
53332      Branch: metaconfig
53333            ! U/modified/Cppsym.U U/modified/Oldconfig.U
53334      Branch: metaconfig/U/perl
53335            ! End.U dlsrc.U libperl.U
53336      Branch: perl
53337            + hints/nonstopux.sh
53338            ! Configure MANIFEST config_h.SH
53339 ____________________________________________________________________________
53340 [  7370] By: jhi                                   on 2000/10/19  17:18:08
53341         Log: Subject: PATCH do_print has 2 PerlIO_error()s
53342              From: nick@ccl4.org
53343              Date: Thu, 19 Oct 2000 18:09:20 +0100
53344              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
53345      Branch: perl
53346            ! doio.c
53347 ____________________________________________________________________________
53348 [  7369] By: jhi                                   on 2000/10/19  14:01:49
53349         Log: Update Changes.
53350      Branch: perl
53351            ! Changes patchlevel.h
53352 ____________________________________________________________________________
53353 [  7368] By: jhi                                   on 2000/10/19  13:04:29
53354         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
53355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53356              Date: Wed, 18 Oct 2000 13:12:01 +0200
53357              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
53358      Branch: perl
53359            ! hints/aix.sh
53360 ____________________________________________________________________________
53361 [  7367] By: jhi                                   on 2000/10/19  02:22:40
53362         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
53363              of a 'pmshort' anywhere in the B, so the offending line was simply
53364              removed.
53365      Branch: perl
53366            ! ext/B/B/Debug.pm
53367 ____________________________________________________________________________
53368 [  7366] By: jhi                                   on 2000/10/19  02:12:37
53369         Log: Add the test case for the bug id 20000730.004 which seems
53370              to have been fixed by now.
53371      Branch: perl
53372            ! t/pragma/utf8.t
53373 ____________________________________________________________________________
53374 [  7365] By: jhi                                   on 2000/10/18  23:36:24
53375         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
53376              From: Hugo <hv@crypt.compulink.co.uk>
53377              Date: Wed, 18 Oct 2000 23:25:58 +0100
53378              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
53379      Branch: perl
53380            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
53381 ____________________________________________________________________________
53382 [  7364] By: jhi                                   on 2000/10/18  21:12:53
53383         Log: (retracted)
53384      Branch: perl
53385            ! pp.c
53386 ____________________________________________________________________________
53387 [  7363] By: jhi                                   on 2000/10/18  20:55:38
53388         Log: Missing change from #7362.
53389      Branch: perl
53390            ! win32/perlhost.h
53391 ____________________________________________________________________________
53392 [  7362] By: jhi                                   on 2000/10/18  20:52:01
53393         Log: Borland C fstat() never saw the fd as writable.
53394              
53395              Subject: fix for Borland's weak "stat" (perl@7211)
53396              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53397              Date: Mon, 16 Oct 2000 09:55:03 +0400
53398              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
53399      Branch: perl
53400            ! win32/win32.c
53401 ____________________________________________________________________________
53402 [  7361] By: jhi                                   on 2000/10/18  17:43:50
53403         Log: Regen toc.
53404      Branch: perl
53405            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
53406 ____________________________________________________________________________
53407 [  7360] By: jhi                                   on 2000/10/18  17:07:44
53408         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53409              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
53410              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
53411              Date: Mon, 16 Oct 2000 15:19:49 +0200
53412      Branch: perl
53413            + README.aix
53414            ! MANIFEST
53415 ____________________________________________________________________________
53416 [  7359] By: jhi                                   on 2000/10/18  17:04:49
53417         Log: Subject: Pod patch for Devel::Peek
53418              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53419              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
53420              Date: Mon, 16 Oct 2000 12:26:34 +0200
53421      Branch: perl
53422            ! ext/Devel/Peek/Peek.pm
53423 ____________________________________________________________________________
53424 [  7358] By: jhi                                   on 2000/10/18  17:03:15
53425         Log: Make Cwd more bulletproof in chrooted environments.
53426              
53427              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
53428              From: "Eric E. Coe" <Eric.Coe@oracle.com>
53429              Date: Wed, 18 Oct 2000 04:03:54 -0400
53430              Message-Id: <39ED596A.70E599FE@oracle.com>
53431      Branch: perl
53432            ! lib/Cwd.pm
53433 ____________________________________________________________________________
53434 [  7357] By: jhi                                   on 2000/10/18  16:37:26
53435         Log: Disable the UTF8 downgrade croakage for now to avoid
53436              too many not okay messages.
53437      Branch: perl
53438            ! doio.c
53439 ____________________________________________________________________________
53440 [  7356] By: jhi                                   on 2000/10/17  23:29:41
53441         Log: Show the failed remote port, instead of the failing line number.
53442              
53443              Subject: [PATCH 5.6.1 Debugger] More diagnostics
53444              From: David Sparks <daves@ActiveState.com>
53445              Date: Tue, 17 Oct 2000 15:00:24 -0700
53446              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
53447      Branch: perl
53448            ! lib/perl5db.pl
53449 ____________________________________________________________________________
53450 [  7355] By: jhi                                   on 2000/10/17  14:11:31
53451         Log: On output try to downgrade to bytes, croak if impossible,
53452              from Simon Cozens.  This means that outputting >255 UTF8
53453              is impossible.  Consider this as a strong incentive to get
53454              the I/O disciplines implemented.
53455      Branch: perl
53456            ! doio.c pod/perldiag.pod sv.c
53457 ____________________________________________________________________________
53458 [  7354] By: jhi                                   on 2000/10/17  13:42:23
53459         Log: Clarify documentation on 'use bytes'.
53460              
53461              Subject: Re: What does 'use bytes' "mean" ?
53462              From: Simon Cozens <simon@cozens.net>
53463              Date: Mon, 18 Sep 2000 18:24:25 +0100
53464              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
53465      Branch: perl
53466            ! lib/bytes.pm
53467 ____________________________________________________________________________
53468 [  7353] By: jhi                                   on 2000/10/17  13:28:12
53469         Log: Workaround for a sfio bug where the stream error indicator
53470              is not cleared as documented.
53471              
53472              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
53473              From: Nicholas Clark <nick@ccl4.org>
53474              Date: Mon, 16 Oct 2000 18:28:23 +0100
53475              Message-ID: <20001016182823.J19700@plum.flirble.org>
53476      Branch: perl
53477            ! doio.c
53478 ____________________________________________________________________________
53479 [  7352] By: jhi                                   on 2000/10/17  13:06:19
53480         Log: More IoTYPE sprinkling.
53481      Branch: perl
53482            ! doio.c pp_hot.c
53483 ____________________________________________________________________________
53484 [  7351] By: jhi                                   on 2000/10/16  22:47:07
53485         Log: Detect early whether the std streams have gone bad.
53486              
53487              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
53488              Date: Mon, 16 Oct 2000 23:28:42 +0100
53489              From: Nicholas Clark <nick@ccl4.org>
53490              Message-ID: <20001016232842.A37942@plum.flirble.org>
53491      Branch: perl
53492            ! t/op/misc.t
53493 ____________________________________________________________________________
53494 [  7350] By: jhi                                   on 2000/10/16  22:45:16
53495         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
53496              From: "Peter J. Farley III" <pjfarley@banet.net>
53497              Date: Mon, 16 Oct 2000 18:15:59 -0400
53498              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
53499      Branch: perl
53500            ! djgpp/djgpp.c dosish.h t/io/open.t
53501 ____________________________________________________________________________
53502 [  7349] By: jhi                                   on 2000/10/16  22:36:45
53503         Log: perldelta tweak.
53504      Branch: perl
53505            ! pod/perldelta.pod
53506 ____________________________________________________________________________
53507 [  7348] By: jhi                                   on 2000/10/16  15:17:53
53508         Log: Update Changes.
53509      Branch: perl
53510            ! Changes patchlevel.h
53511 ____________________________________________________________________________
53512 [  7347] By: jhi                                   on 2000/10/16  13:55:27
53513         Log: Add the capability to include/exclude branches.
53514      Branch: perl
53515            ! Porting/genlog
53516 ____________________________________________________________________________
53517 [  7346] By: jhi                                   on 2000/10/16  13:18:04
53518         Log: Add Charles Lane.
53519      Branch: perl
53520            ! AUTHORS Changes
53521 ____________________________________________________________________________
53522 [  7345] By: jhi                                   on 2000/10/16  13:13:21
53523         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
53524      Branch: perl
53525            ! pod/perldelta.pod
53526 ____________________________________________________________________________
53527 [  7344] By: gsar                                  on 2000/10/16  09:30:21
53528         Log: integrate change#6220 from cfgperl
53529              
53530              Win32 patches from Benjamin Stuhl.
53531      Branch: maint-5.6/perl
53532           !> makedef.pl win32/win32.h
53533 ____________________________________________________________________________
53534 [  7343] By: gsar                                  on 2000/10/16  08:32:19
53535         Log: integrate changes#6221,6222 from cfgperl
53536              
53537              Remove tr///CU (the feature is to be obsoleted by better interfaces).
53538              From: simon@brecon.co.uk (Simon Cozens)
53539              Subject: [PATCH] Eliminate tr///[CU][CU]
53540              Date: 23 Jun 2000 11:05:40 GMT
53541              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
53542              
53543              doc typo fix
53544              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
53545              From: Ian Phillipps <Ian.Phillipps@iname.com>
53546              Date: Fri, 23 Jun 2000 10:40:58 +0100
53547              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
53548      Branch: maint-5.6/perl
53549           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
53550 ____________________________________________________________________________
53551 [  7342] By: gsar                                  on 2000/10/16  08:28:08
53552         Log: integrate change#6217 from cfgperl (in part)
53553              
53554              Rename the fdpid locking and integrate with Sarathy.
53555      Branch: maint-5.6/perl
53556           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
53557           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
53558           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
53559           !> win32/win32.c
53560 ____________________________________________________________________________
53561 [  7341] By: gsar                                  on 2000/10/16  08:23:39
53562         Log: integrate changes#6214..6216 from mainline
53563              
53564              @_ can't have junk in it even in the non-USE_ITHREADS case because
53565              caller() wants to populate @DB::args with it (causes a coredump
53566              in Carp::confess())
53567              
53568              tweak comment about @DB::args
53569              
53570              be more optimal about clearing @_
53571      Branch: maint-5.6/perl
53572           !> av.h cop.h pp_ctl.c t/op/runlevel.t
53573 ____________________________________________________________________________
53574 [  7340] By: gsar                                  on 2000/10/16  08:20:37
53575         Log: integrate changes#6207..6210 from cfgperl
53576              
53577              Subject: [PATCH 5.6.0] Threadsafe patches
53578              From: Dan Sugalski <dan@sidhe.org>
53579              To: perl5-porters@perl.org
53580              Date: Mon, 08 May 2000 18:08:13 -0400
53581              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
53582              
53583              Regen headers for #6207.
53584              
53585              Lock PL_fdpid against race conditions, based on:
53586              Subject: [PATCH 5.6.0]subprocess fixup for threads
53587              From: Dan Sugalski <dan@sidhe.org>
53588              To: perl5-porters@perl.org
53589              Date: Tue, 11 Apr 2000 17:02:32 -0400
53590              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
53591              
53592              Mopup for #6207 and #6209.
53593      Branch: maint-5.6/perl
53594           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
53595           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
53596           !> win32/win32.c
53597 ____________________________________________________________________________
53598 [  7339] By: gsar                                  on 2000/10/16  08:14:34
53599         Log: integrate change#6203 from cfgperl
53600              
53601              perldiag should refer to perlos2.pod not README.os2
53602      Branch: maint-5.6/perl
53603           !> pod/perldiag.pod
53604 ____________________________________________________________________________
53605 [  7338] By: gsar                                  on 2000/10/16  08:11:42
53606         Log: integrate change#6201 from mainline
53607              
53608              Perl_eval_pv() leaks 4 bytes every time it is called because it
53609              does a PUSHMARK that's never ever POPMARKed; in general, only
53610              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
53611              Perl_eval_[sp]v() don't because they don't take any incoming
53612              arguments (this leak has been around since the original version
53613              of perl_eval_pv() in 5.003_97e)
53614      Branch: maint-5.6/perl
53615           !> perl.c
53616 ____________________________________________________________________________
53617 [  7337] By: gsar                                  on 2000/10/16  08:08:47
53618         Log: integrate changes#6197..6200 from cfgperl
53619              
53620              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
53621              From: John Borwick <jhborwic@unity.ncsu.edu>
53622              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
53623              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
53624              
53625              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
53626              From: Dan Sugalski <dan@sidhe.org>
53627              To: vmsperl@perl.org, perl5-porters@perl.org
53628              Date: Fri, 02 Jun 2000 16:00:41 -0400
53629              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
53630              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
53631              
53632              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
53633              From: Dan Sugalski <dan@sidhe.org>
53634              To: perl5-porters@perl.org, vmsperl@perl.org
53635              Date: Fri, 02 Jun 2000 17:30:51 -0400
53636              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
53637              
53638              Update to cperl-mode.el 4.31 from
53639              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
53640              Subject: A couple of notes
53641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53642              To: Mailing list Perl5 <perl5-porters@perl.org>
53643              Date: Sat, 3 Jun 2000 23:33:32 -0400
53644              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
53645      Branch: maint-5.6/perl
53646           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
53647           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
53648           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
53649           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
53650           !> vms/vmsish.h
53651 ____________________________________________________________________________
53652 [  7336] By: gsar                                  on 2000/10/16  08:03:46
53653         Log: integrate changes#6194,6195 from mainline
53654              
53655              fix small eval"" memory leaks under USE_ITHREADS
53656              
53657              fix yet another eval"" leak under USE_ITHREADS
53658      Branch: maint-5.6/perl
53659           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53660           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53661           !> vms/perly_c.vms
53662 ____________________________________________________________________________
53663 [  7335] By: gsar                                  on 2000/10/16  08:02:15
53664         Log: integrate changes#6190,6191 from mainline
53665              
53666              submit missing embed.pl change
53667              
53668              vec() loses numericalness (modified version of patch suggested
53669              by Robin Barker)
53670      Branch: maint-5.6/perl
53671           !> doop.c embed.pl t/op/vec.t
53672 ____________________________________________________________________________
53673 [  7334] By: gsar                                  on 2000/10/16  08:01:03
53674         Log: integrate change#6189 from mainline
53675              
53676              counting tr/// corrupts later operation (from M.J.T Guy)
53677      Branch: maint-5.6/perl
53678           !> doop.c t/op/tr.t
53679 ____________________________________________________________________________
53680 [  7333] By: gsar                                  on 2000/10/16  07:59:07
53681         Log: integrate changes#6183..6188 from mainline
53682              
53683              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
53684              <nick@ccl4.org>)
53685              
53686              tweak for change#6127
53687              
53688              remove incorrect documentation about implicit split to @_ in
53689              list context, which never really worked in perl 5 (from
53690              M.J.T. Guy)
53691              
53692              further qualify references to "alphanumeric" (from Wolfgang Laun
53693              <wolfgang.laun@alcatel.at>)
53694              
53695              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
53696              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53697              
53698              h2xs tweaks
53699      Branch: maint-5.6/perl
53700           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
53701           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
53702           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
53703           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
53704           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
53705           !> pod/pod2latex.PL utils/h2xs.PL
53706 ____________________________________________________________________________
53707 [  7332] By: gsar                                  on 2000/10/16  07:53:52
53708         Log: integrate change#6179 from mainline
53709              
53710              buggy modulus on UVs introduced by change#3378 (resulted in
53711              4063328477 % 65535 amounting to 27406, instead of 27407)
53712      Branch: maint-5.6/perl
53713           !> pp.c t/op/arith.t
53714 ____________________________________________________________________________
53715 [  7331] By: gsar                                  on 2000/10/16  07:52:49
53716         Log: integrate changes#6176,6177,6178,6182 from cfgperl
53717              
53718              Single-quoted utf8 patch from Simon Cozens.
53719              
53720              Substitution utf8 patch from Simon Cozens.
53721              
53722              Be cleaner.
53723              
53724              Be Cleaner Part Deux.
53725      Branch: maint-5.6/perl
53726           !> Makefile.SH pp_hot.c toke.c
53727 ____________________________________________________________________________
53728 [  7330] By: gsar                                  on 2000/10/16  07:41:36
53729         Log: integrate change#6172 from mainline
53730              
53731              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
53732              (from Ilya Zakharevich)
53733      Branch: maint-5.6/perl
53734           !> regexec.c t/op/re_tests
53735 ____________________________________________________________________________
53736 [  7329] By: gsar                                  on 2000/10/16  07:40:25
53737         Log: integrate change#6171 from mainline
53738              
53739              scalar() doesn't force scalar context when used in void context
53740              (from Simon Cozens)
53741      Branch: maint-5.6/perl
53742           !> op.c t/op/wantarray.t
53743 ____________________________________________________________________________
53744 [  7328] By: gsar                                  on 2000/10/16  07:39:33
53745         Log: integrate change#6170 from mainline
53746              
53747              change#6142 needs tweaks to tests to work where there's no
53748              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53749      Branch: maint-5.6/perl
53750           !> t/lib/filefind.t
53751 ____________________________________________________________________________
53752 [  7327] By: gsar                                  on 2000/10/16  07:35:34
53753         Log: integrate changes#6166..6168 from cfgperl
53754              
53755              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
53756              in case somebody wants to write an extension for more
53757              shadow database interfaces.
53758              
53759              tweak todo
53760              
53761              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
53762      Branch: maint-5.6/perl
53763           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53764           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
53765           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
53766           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53767           !> win32/config.vc win32/config_H.bc win32/config_H.gc
53768           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53769 ____________________________________________________________________________
53770 [  7326] By: gsar                                  on 2000/10/16  07:29:05
53771         Log: integrate changes#6157,6159..6161,6164 from cfgperl
53772              
53773              Regen Configure to jive with #6149.
53774              
53775              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
53776              
53777              Changes for the File::Temp 0.08 (change #6159) test suite
53778              to fit better into the Perl distribution test framework.
53779              
53780              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
53781              both from Simon Cozens.
53782              
53783              detypo
53784      Branch: maint-5.6/perl
53785           +> pod/perlmodlib.PL pod/perlnewmod.pod
53786           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
53787           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
53788           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53789           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53790 ____________________________________________________________________________
53791 [  7325] By: gsar                                  on 2000/10/16  07:25:13
53792         Log: integrate change#6158 from vmsperl
53793              
53794              Add fallback to tmpfile for use in cases where user's relying on
53795              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
53796              Lane's patch)
53797      Branch: maint-5.6/perl
53798           !> vms/vms.c vms/vmsish.h
53799 ____________________________________________________________________________
53800 [  7324] By: gsar                                  on 2000/10/16  07:20:50
53801         Log: integrate changes#6153..6155 from mainline
53802              
53803              prettier Test::Harness output on failed tests (from Nicholas Clark
53804              <nick@Bagpuss.uk.boo.com>)
53805              
53806              avoid type mismatch warning
53807              
53808              small bug in change#6144; remove random \xA0 character that snuck
53809              in via change#6145
53810      Branch: maint-5.6/perl
53811           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
53812           !> perl.c
53813 ____________________________________________________________________________
53814 [  7323] By: gsar                                  on 2000/10/16  07:18:47
53815         Log: integrate changes#6151,6152 from mainline
53816              
53817              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
53818              
53819              cosmetic fixups of RE debug output (from Ilya Zakharevich)
53820      Branch: maint-5.6/perl
53821           !> regexec.c
53822 ____________________________________________________________________________
53823 [  7322] By: gsar                                  on 2000/10/16  07:17:25
53824         Log: integrate changes#6146..6150 from mainline
53825              
53826              doc typo
53827              
53828              add a make entry to Config.pm so "perl -V:make" works on VMS
53829              (from Peter Prymmer)
53830              
53831              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
53832              
53833              OS/2 tweaks for usethreads build (from Rocco Caputo
53834              <troc@netrus.net>)
53835              
53836              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
53837      Branch: maint-5.6/perl
53838           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
53839           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
53840           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
53841           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
53842           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
53843           !> warnings.pl x2p/a2p.h
53844 ____________________________________________________________________________
53845 [  7321] By: gsar                                  on 2000/10/16  07:14:02
53846         Log: integrate changes#6143..6145 from mainline
53847              
53848              MacOS support, part 1 (from Matthias Neeracher
53849              <neeri@iis.ee.ethz.ch>)
53850              
53851              MacOS support, part 2: make AutoSplit use File::Spec instead
53852              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
53853              <neeri@iis.ee.ethz.ch>)
53854              
53855              make xsubpp skip embedded pod (from Matthias Neeracher
53856              <neeri@iis.ee.ethz.ch>)
53857      Branch: maint-5.6/perl
53858           +> ext/DynaLoader/dl_mac.xs
53859           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
53860           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
53861           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
53862           !> pp_ctl.c proto.h toke.c util.c util.h
53863 ____________________________________________________________________________
53864 [  7320] By: gsar                                  on 2000/10/16  07:12:13
53865         Log: integrate changes#6141,6142 from mainline
53866              
53867              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
53868              forwarded by Peter Seebach from the bsdi-users mailing list.
53869              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
53870              
53871              File::Find fails to chdir when chasing symlinks (from
53872              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53873      Branch: maint-5.6/perl
53874           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
53875 ____________________________________________________________________________
53876 [  7319] By: gsar                                  on 2000/10/16  07:04:30
53877         Log: integrate change#6139 from mainline
53878              
53879              revise mktables.PL for bugs and newness in Unicode 3.0
53880              (from James Bence <jbence@amgen.com>)
53881      Branch: maint-5.6/perl
53882           +> (branch 30 files)
53883           !> (integrate 49 files)
53884 ____________________________________________________________________________
53885 [  7318] By: gsar                                  on 2000/10/16  07:01:01
53886         Log: integrate changes#6137,6138 from mainline
53887              
53888              fix bogus redeclaration warning for "our" variables in different
53889              scopes
53890              
53891              add note about the handling of negative indices to tied arrays
53892              (from Michael G Schwern <schwern@pobox.com>)
53893      Branch: maint-5.6/perl
53894           !> op.c pod/perltie.pod t/pragma/strict-vars
53895 ____________________________________________________________________________
53896 [  7317] By: gsar                                  on 2000/10/16  06:58:46
53897         Log: integrate changes#6127..6136 from mainline
53898              
53899              call_method(...,G_EVAL) can longjmp() out if the method probing
53900              failed (from Gisle Aas)
53901              
53902              new perlxstut example for passing/returning refs to arrays
53903              (from David Lowe <dlowe@pootpoot.com>)
53904              
53905              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
53906              
53907              fix places that mean C<"word" character> but say C<alphanumeric
53908              character>
53909              
53910              avoid warnings in POSIX.pm (from Barrie Slaymaker)
53911              
53912              warnings::enabled() doesn't fall back to looking at $^W if
53913              caller isn't using lexical warnings (from Paul Marquess)
53914              
53915              elide bogus test in change#6132
53916              
53917              make Test::Harness use wait.h/WCOREDUMP if available
53918              (from Ben Tilly <ben_tilly@hotmail.com>)
53919              
53920              enable Test::Harness to dynamically determine column width etc.
53921              (from Rob Napier <rnapier@employees.org>)
53922              
53923              random pod typos (from Peter Scott <Peter@PSDT.com>)
53924      Branch: maint-5.6/perl
53925           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
53926           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
53927           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
53928           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
53929 ____________________________________________________________________________
53930 [  7316] By: gsar                                  on 2000/10/16  06:53:23
53931         Log: integrate change#6126 from mainline
53932              
53933              change#2879 broke rvalue autovivification of magicals such as
53934              ${$num} (reworked variant of patch suggested by Simon Cozens)
53935      Branch: maint-5.6/perl
53936           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
53937           !> pp_hot.c proto.h t/op/gv.t
53938 ____________________________________________________________________________
53939 [  7315] By: gsar                                  on 2000/10/16  06:51:38
53940         Log: integrate changes#6123,6125 from mainline
53941              
53942              clarify gotcha with #line directives (from Rocco Caputo
53943              <troc@netrus.net>)
53944              
53945              enable propagating exception objects via Perl_croak() in XS code
53946              (from Gisle Aas)
53947      Branch: maint-5.6/perl
53948           !> pod/perldebug.pod pod/perlsyn.pod util.c
53949 ____________________________________________________________________________
53950 [  7314] By: gsar                                  on 2000/10/16  06:49:28
53951         Log: integrate change#6122 from mainline
53952              
53953              downgrade fatal error on C<"foo@nosucharray.com"> to optional
53954              warning (from Mark-Jason Dominus)
53955      Branch: maint-5.6/perl
53956           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
53957           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
53958           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
53959           !> toke.c
53960 ____________________________________________________________________________
53961 [  7313] By: gsar                                  on 2000/10/16  06:46:54
53962         Log: integrate changes#6112..6121 from vmsperl
53963              
53964              Check for existence of file before trying to delete
53965              
53966              Ugly workaround for version-specific RTL error
53967              
53968              Urk -- undo previous removal of vmsish 'exit' change
53969              
53970              Add bounds checking for several strings (Charles Lane)
53971              
53972              Miscellaneous cosmetic fixes (Charles Lane)
53973              
53974              Treat sockets as special in sys(read|write) (Charles Lane et al.)
53975              
53976              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
53977              Flatten case labels in switch statements uniformly (Charles Bailey)
53978              
53979              Quiet error messages in vmsish.t (Charles Lane)
53980              
53981              Add missing escape (Charles Lane)
53982              
53983              Allow eliminate_macros() and fixpath() to handle space-delimited
53984              lists (based on fixes by Craig Berry)
53985      Branch: maint-5.6/perl
53986           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
53987           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
53988           !> vms/vmsish.h
53989 ____________________________________________________________________________
53990 [  7312] By: gsar                                  on 2000/10/16  06:41:18
53991         Log: integrate changes#6107,6110 from cfgperl
53992              
53993              Tweak the todo list.
53994              
53995              todo tweak
53996      Branch: maint-5.6/perl
53997           !> Todo-5.6
53998 ____________________________________________________________________________
53999 [  7311] By: gsar                                  on 2000/10/16  06:38:38
54000         Log: integrate changes#6104,6108 from mainline
54001              
54002              PL_sys_intern was being initialized too late on windows
54003              
54004              reenable fake signal handling on Windows, bugs and all
54005      Branch: maint-5.6/perl
54006           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
54007           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
54008           !> win32/win32.c
54009 ____________________________________________________________________________
54010 [  7310] By: gsar                                  on 2000/10/16  06:36:03
54011         Log: integrate changes#6095,6097..6103 from cfgperl
54012              
54013              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
54014              might be useful in future.
54015              
54016              Add a note about possible compilation problems from Allen Smith.
54017              
54018              Add a note about other, yet unsupported, shadow password APIs.
54019              
54020              Tweaks for the cc bugs from Allen Smith.
54021              
54022              More compilation tweakery from Allen Smith.
54023              
54024              Hints and test tweaks for Unicos.
54025              
54026              The test suite tweak in #6101 wasn't quite right.
54027              
54028              Test tweaking for Unicos continues.
54029      Branch: maint-5.6/perl
54030           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54031           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
54032           !> t/lib/complex.t t/op/64bitint.t
54033 ____________________________________________________________________________
54034 [  7309] By: gsar                                  on 2000/10/16  06:29:41
54035         Log: integrate changes#6093,6094 from mainline
54036              
54037              fork() failure to create pseudo process sets errno=EAGAIN and returns
54038              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
54039              
54040              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
54041      Branch: maint-5.6/perl
54042           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
54043           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
54044 ____________________________________________________________________________
54045 [  7308] By: gsar                                  on 2000/10/16  06:27:29
54046         Log: integrate change#6092 from cfgperl
54047              
54048              Regen perltoc with the fixed buildtoc.
54049      Branch: maint-5.6/perl
54050           !> pod/perltoc.pod
54051 ____________________________________________________________________________
54052 [  7307] By: gsar                                  on 2000/10/16  06:26:40
54053         Log: integrate changes#6089,6090 from mainline
54054              
54055              buildtoc tweak to fix newline lossage
54056              
54057              concat doesn't preserve utf8-ness, and doesn't invalidate
54058              [NI]OK; added tests for both
54059      Branch: maint-5.6/perl
54060           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
54061 ____________________________________________________________________________
54062 [  7306] By: gsar                                  on 2000/10/16  06:24:05
54063         Log: integrate change#6088 from cfgperl
54064              
54065              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
54066              because we do not use those.  The HAS_GETSPNAM remains,
54067              though, because we still do use that.
54068      Branch: maint-5.6/perl
54069           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54070           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
54071           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
54072           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
54073           !> win32/config.vc win32/config_H.bc win32/config_H.gc
54074           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
54075 ____________________________________________________________________________
54076 [  7305] By: gsar                                  on 2000/10/16  06:15:52
54077         Log: integrate changes#6084,6085,6087 from mainline
54078              
54079              substr() does not preserve utf8-ness (from Stefan Eissing
54080              <Eissing@medicaldataservice.de>); added tests
54081              
54082              repeat operator (x) doesn't preserve utf8-ness
54083              
54084              reverse() and quotemeta() weren't preserving utf8-ness; add tests
54085      Branch: maint-5.6/perl
54086           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
54087 ____________________________________________________________________________
54088 [  7304] By: gsar                                  on 2000/10/16  06:13:10
54089         Log: integrate changes#6077..6083 from mainline
54090              
54091              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
54092              and Tom Phoenix)
54093              
54094              workaround for CRT bug in chdir() (from Charles Lane, via
54095              Peter Prymmer)
54096              
54097              remove outdated kludge in Carp (NULLs are permitted in diagnostics
54098              now)
54099              
54100              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
54101              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54102              
54103              better default perlbug categories for ok reports (from Richard Foley)
54104              
54105              peek.t non-portable to ithreads
54106              
54107              note about undocumented caller() return value (from M.J.T. Guy);
54108              yet another peek.t tweak
54109      Branch: maint-5.6/perl
54110           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54111           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54112           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
54113           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
54114           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
54115           !> vms/vmsish.h
54116 ____________________________________________________________________________
54117 [  7303] By: gsar                                  on 2000/10/16  06:03:18
54118         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
54119              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
54120              
54121              &HUGE_VAL is not defined, it exists.
54122              
54123              Do not warn that an infinity does not look like a number.
54124              
54125              Rewrite the pwent/spent logic to be a little bit more clearer.
54126              
54127              Continue on the pwent/spent case.
54128              
54129              Correct Freudian slip.
54130              
54131              Use HUGE_VALL if applicable.
54132              
54133              pwent/spent #ifdef imbalance.
54134              
54135              Infinite problems.
54136              
54137              Call getspnam() only iff needd.
54138              
54139              Test both the scalar and list contexts.
54140              
54141              Use setxxent()/endxxent().
54142              
54143              Complex tweakery.
54144              
54145              Unicos hint tweak.
54146              
54147              Be more forgiving in POSIX about HUGE_VALL.
54148              
54149              Detypo.
54150              
54151              The search of infinity continues, this time simplified.
54152              
54153              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
54154              in natively 64-bit platforms where a long is a quad (no need
54155              for long longs).  Also added bias for IVs.
54156              
54157              Complex tweaks.
54158              
54159              Introduce t/lib/peek.t.
54160              
54161              Make the test more portable.
54162      Branch: maint-5.6/perl
54163           +> t/lib/peek.t
54164            ! pp_sys.c
54165           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
54166           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
54167           !> t/op/pwent.t toke.c util.c
54168 ____________________________________________________________________________
54169 [  7302] By: gsar                                  on 2000/10/16  05:03:37
54170         Log: integrate changes#6066..6071 from mainline
54171              
54172              s/END/CHECK/
54173              
54174              replace direct call to sighandler() with (*PL_sighandlerp)()
54175              
54176              note about values()
54177              
54178              File::Spec compatibility update (from Barrie Slaymaker
54179              <barries@slaysys.com>)
54180              
54181              remove misleading comment (from M.J.T. Guy)
54182              
54183              misformatted perllocal.pod (from Tim Jenness
54184              <t.jenness@jach.hawaii.edu>)
54185      Branch: maint-5.6/perl
54186           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54187           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54188           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
54189           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
54190 ____________________________________________________________________________
54191 [  7301] By: gsar                                  on 2000/10/16  05:00:08
54192         Log: integrate changes#6061..6063 from mainline
54193              
54194              change#5921 neglected to make eq honor "use bytes"
54195              
54196              additional tests for utf8.t
54197              
54198              tokeq() could read unallocated field in argument
54199      Branch: maint-5.6/perl
54200           !> sv.c t/pragma/utf8.t toke.c
54201 ____________________________________________________________________________
54202 [  7300] By: gsar                                  on 2000/10/16  04:56:54
54203         Log: integrate changes#6046,6048,6057,6058 from mainline
54204              
54205              libscheck has insufficient checks for n32 libs (from
54206              Albert Chin-A-Young <china@thewrittenword.com>)
54207              
54208              add note about how $( doesn't interpolate in REs (from
54209              Philip Newton <newton@ficus.frogspace.net>)
54210              
54211              fix broken parsing of /\x{ab}/
54212              
54213              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
54214              (spotted by Donald Kinzer <dkinzer@premia.com>)
54215      Branch: maint-5.6/perl
54216           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
54217           !> t/pragma/utf8.t
54218 ____________________________________________________________________________
54219 [  7299] By: gsar                                  on 2000/10/16  04:52:50
54220         Log: integrate change#6044 from mainline
54221              
54222              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
54223              such that underscores are only ignored in literal numbers,
54224              "\x{...}", and hex/oct argument
54225      Branch: maint-5.6/perl
54226           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
54227 ____________________________________________________________________________
54228 [  7298] By: gsar                                  on 2000/10/16  04:50:53
54229         Log: integrate changes#6027..6043 from mainline
54230              
54231              podlators-1.02 update (from Russ Allbery)
54232              
54233              Pod::Man generates groff-incompatible macro definition (from
54234              Tom Christiansen)
54235              
54236              add CGI.pm v2.66 (from Lincoln Stein)
54237              
54238              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
54239              for @- and @+ (from Johan Vromans)
54240              
54241              small nits in diagnostics.pm (from Robin Barker)
54242              
54243              whitespace adjustments
54244              
54245              missing files in MANIFEST
54246              
54247              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
54248              to compensate
54249              
54250              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
54251              
54252              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
54253      Branch: maint-5.6/perl
54254           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
54255           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
54256           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
54257           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
54258           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
54259           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
54260           !> t/lib/cgi-html.t t/lib/cgi-request.t
54261 ____________________________________________________________________________
54262 [  7297] By: gsar                                  on 2000/10/16  04:44:30
54263         Log: integrate change#6025 from mainline
54264              
54265              Is{Alnum,Alpha,Word} don't match titlecase
54266              TODO: IsSpace is defined recursively!
54267              (both spotted by Larry)
54268      Branch: maint-5.6/perl
54269           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54270           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
54271 ____________________________________________________________________________
54272 [  7296] By: gsar                                  on 2000/10/16  04:39:30
54273         Log: integrate change#6023 from mainline
54274              
54275              debugger stomps on $. (from M.J.T. Guy)
54276      Branch: maint-5.6/perl
54277           !> lib/perl5db.pl
54278 ____________________________________________________________________________
54279 [  7295] By: gsar                                  on 2000/10/16  04:38:02
54280         Log: integrate change#6022 from mainline
54281              
54282              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
54283      Branch: maint-5.6/perl
54284           !> sv.c
54285 ____________________________________________________________________________
54286 [  7294] By: gsar                                  on 2000/10/16  04:37:05
54287         Log: integrate changes#6018..6021 from mainline
54288              
54289              make lib/syslog.t portable to systems that don't have _PATH_LOG,
54290              make _PATH_LOG() return "" if unavailable
54291              
54292              windows portability tweaks
54293              
54294              test tweak
54295              
54296              remove Win2K issue in pod (fixed by change#6020)
54297      Branch: maint-5.6/perl
54298           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
54299           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
54300           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
54301 ____________________________________________________________________________
54302 [  7293] By: gsar                                  on 2000/10/16  04:20:00
54303         Log: integrate changes#6013..6015 from mainline
54304              
54305              tweak change#5945 to display correct switch name in diagnostic
54306              
54307              glob() loading File::Glob behind the scenes may cause syntax errors
54308              
54309              tweak test for portability
54310      Branch: maint-5.6/perl
54311           !> op.c perl.c pod/perldiag.pod t/lib/b.t
54312 ____________________________________________________________________________
54313 [  7292] By: gsar                                  on 2000/10/16  04:18:11
54314         Log: integrate changes#6005..6010 from mainline, cfgperl
54315              
54316              perldoc might fail via "use blib" (from Hugo van der Sanden)
54317              
54318              Regen Configure.
54319              
54320              note about compile failures and END blocks (from M.J.T. Guy)
54321              
54322              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
54323              
54324              (change#6009 integrated earlier in change#7255)
54325              
54326              clarify note about shadow password support (from
54327              gellyfish@gellyfish.com)
54328      Branch: maint-5.6/perl
54329           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54330           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
54331           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
54332 ____________________________________________________________________________
54333 [  7291] By: gsar                                  on 2000/10/16  04:12:03
54334         Log: integrate changes#6002,6003 from mainline
54335              
54336              destructive sv_setsv() can lose UV-ness from source, causing
54337              numeric promotions/comparisons to fail to do the right thing
54338              
54339              allow REG_EXPAND_SZ keys in Windows registry (from
54340              John Clayton <John.Clayton@barclayscapital.com>)
54341      Branch: maint-5.6/perl
54342           !> sv.c win32/win32.c
54343 ____________________________________________________________________________
54344 [  7290] By: gsar                                  on 2000/10/16  04:10:19
54345         Log: integrate change#6001 from mainline
54346              
54347              support additional library locations via $Config{otherlibdirs}
54348              (from Andy Dougherty)
54349      Branch: maint-5.6/perl
54350           !> Configure INSTALL Porting/Glossary Porting/config.sh
54351           !> Porting/config_H config_h.SH epoc/config.sh perl.c
54352           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
54353           !> win32/config.bc win32/config.gc win32/config.vc
54354 ____________________________________________________________________________
54355 [  7289] By: gsar                                  on 2000/10/16  04:08:28
54356         Log: integrate change#5999 from mainline
54357              
54358              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
54359      Branch: maint-5.6/perl
54360           !> t/pragma/warn/toke toke.c
54361 ____________________________________________________________________________
54362 [  7288] By: gsar                                  on 2000/10/16  04:07:01
54363         Log: integrate changes#5997,5998 from cfgperl
54364              
54365              Preserve $!.
54366              
54367              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
54368      Branch: maint-5.6/perl
54369           !> lib/Math/Complex.pm
54370 ____________________________________________________________________________
54371 [  7287] By: gsar                                  on 2000/10/16  04:04:37
54372         Log: integrate change#5995 from mainline
54373              
54374              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
54375      Branch: maint-5.6/perl
54376           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
54377 ____________________________________________________________________________
54378 [  7286] By: gsar                                  on 2000/10/16  04:03:21
54379         Log: integrate change#5994 from mainline
54380              
54381              fix for missed accounting for null byte in pack("Z",...) (from
54382              M.J.T. Guy)
54383      Branch: maint-5.6/perl
54384           !> pp.c t/op/pack.t
54385 ____________________________________________________________________________
54386 [  7285] By: gsar                                  on 2000/10/16  04:02:11
54387         Log: integrate changes#5989..5993 from mainline
54388              
54389              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
54390              itself and no other (from Tom Hughes)
54391              
54392              use $ENV{LIB} to search for libs under Visual C compiler
54393              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
54394              
54395              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
54396              
54397              pod nit (from Simon Cozens)
54398              
54399              various minor tweaks seen on p5p
54400      Branch: maint-5.6/perl
54401           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
54402           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
54403           !> t/op/array.t toke.c
54404 ____________________________________________________________________________
54405 [  7284] By: gsar                                  on 2000/10/16  03:59:00
54406         Log: integrate changes#5978..5988 from mainline
54407              
54408              sync version numbers in File::Spec with the ones on CPAN
54409              (from Barrie Slaymaker)
54410              
54411              under useithreads, constant pad entries could inadvertantly be
54412              shared across threads (from Eric Blood <eblood@xmission.com>);
54413              added Eric's test case to testsuite
54414              
54415              allow Configure -S to run non-interactively (spotted by Greg Hudson
54416              <ghudson@mit.edu>)
54417              
54418              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
54419              prototype mismatch with CORE::glob(); update pod and tests to
54420              suit (File::Glob::glob() is still available for backward
54421              compatibility, but should be considered deprecated)
54422              
54423              avoid error in IO::Socket::INET when given an unknown service name
54424              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
54425              
54426              numeric conversion of non-number in change#3378 tramples on
54427              OOK offset, causing segfaults
54428              
54429              attributes::reftype() doesn't work on tied argument
54430              
54431              forked child may not exit correctly if it failed to open
54432              /dev/console (from Graham Barr)
54433              
54434              add regular expressions tutorial and quick-start guide (from
54435              Mark Kvale <kvale@phy.ucsf.edu>)
54436              
54437              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
54438              
54439              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
54440              <paul@miraclefish.com>)
54441      Branch: maint-5.6/perl
54442           +> pod/perlrequick.pod pod/perlretut.pod
54443           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
54444           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
54445           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
54446           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
54447           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54448           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54449           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
54450           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
54451 ____________________________________________________________________________
54452 [  7283] By: gsar                                  on 2000/10/16  03:52:14
54453         Log: integrate change#5977 from mainline
54454              
54455              autoquote barewords followed by newline and arrow properly
54456              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
54457      Branch: maint-5.6/perl
54458           !> t/pragma/warn/toke toke.c
54459 ____________________________________________________________________________
54460 [  7282] By: gsar                                  on 2000/10/16  03:50:48
54461         Log: integrate change#5976 from mainline
54462              
54463              DB_File v1.73 update (from Paul Marquess)
54464      Branch: maint-5.6/perl
54465           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
54466           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
54467 ____________________________________________________________________________
54468 [  7281] By: gsar                                  on 2000/10/16  03:49:14
54469         Log: integrate change#5975 from mainline
54470              
54471              allow sort() reentrancy (variant of patch suggested by
54472              Hugo van der Sanden)
54473      Branch: maint-5.6/perl
54474           !> pp_ctl.c t/op/sort.t
54475 ____________________________________________________________________________
54476 [  7280] By: gsar                                  on 2000/10/16  03:48:22
54477         Log: integrate change#5974 from mainline
54478              
54479              change#4197 somehow missed initializing PL_errors, meaning
54480              syntax error queueing wasn't working outside eval"" at all;
54481              also fixed eval"" to localize PL_error_count, so that compile-time
54482              eval's don't clobber the error state of the outer context
54483      Branch: maint-5.6/perl
54484           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
54485           !> t/pragma/warn/toke
54486 ____________________________________________________________________________
54487 [  7279] By: gsar                                  on 2000/10/16  03:46:21
54488         Log: integrate change#5973 from mainline
54489              
54490              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
54491      Branch: maint-5.6/perl
54492           !> regcomp.c regexec.c t/op/re_tests
54493 ____________________________________________________________________________
54494 [  7278] By: gsar                                  on 2000/10/16  03:44:54
54495         Log: integrate change#5971 from cfgperl
54496              
54497              Unicos tweaks from Mark P. Lutz.
54498      Branch: maint-5.6/perl
54499           !> hints/unicos.sh lib/Math/Complex.pm
54500 ____________________________________________________________________________
54501 [  7277] By: gsar                                  on 2000/10/16  03:42:59
54502         Log: integrate changes#5966..5970 from mainline
54503              
54504              add testsuite for B backends, fix bug in B::Deparse (from
54505              Simon Cozens <simon@brecon.co.uk>)
54506              
54507              improved docs on the warn_uninit diagnostic (from David Glasser
54508              and Simon Cozens)
54509              
54510              tolerate spaces in group names in test on solaris (from David Boyce
54511              <dsb@boyski.com>)
54512              
54513              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
54514              
54515              Data::Dumper fumbles negative numbers on 32-bit platforms where
54516              IV is >32bits
54517      Branch: maint-5.6/perl
54518           +> t/lib/b.t t/lib/syslog.t
54519           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
54520           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
54521           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
54522 ____________________________________________________________________________
54523 [  7276] By: gsar                                  on 2000/10/16  03:39:30
54524         Log: integrate change#5965 from mainline
54525              
54526              avoid "will not stay shared" warnings for our variables (from
54527              Robin Barker)
54528      Branch: maint-5.6/perl
54529           !> op.c t/pragma/warn/op
54530 ____________________________________________________________________________
54531 [  7275] By: gsar                                  on 2000/10/16  03:38:18
54532         Log: integrate change#5964 from mainline
54533              
54534              reformat to 72 columns (again)
54535      Branch: maint-5.6/perl
54536           !> pod/perldiag.pod
54537 ____________________________________________________________________________
54538 [  7274] By: gsar                                  on 2000/10/16  03:36:58
54539         Log: integrate change#5963 from mainline
54540              
54541              patch from Larry to make (\&) prototype work; added tests for
54542              the same
54543      Branch: maint-5.6/perl
54544           !> op.c t/comp/proto.t
54545 ____________________________________________________________________________
54546 [  7273] By: gsar                                  on 2000/10/16  03:35:51
54547         Log: integrate changes#5956..5962 from mainline
54548              
54549              better diagnostics on failed tests (from Ilya Zakharevich)
54550              
54551              pod nits (from A. C. Yardley <yardley@tanet.net>)
54552              
54553              change#3569 deleted some essential code, revert; avoid use of
54554              atexit() to make DynaLoader work properly on AIX under mod_perl
54555              (from Jens-Uwe Mager <jum@helios.de>)
54556              
54557              doubled words in pods (from Simon Cozens
54558              <simon.p.cozens@jp.pwcglobal.com>)
54559              
54560              better INSTALL notes on Solaris issues (from Dominic Dunlop)
54561              
54562              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
54563              
54564              updated README.hpux (from Jeff Okamoto)
54565      Branch: maint-5.6/perl
54566           !> INSTALL README.hpux emacs/cperl-mode.el
54567           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
54568           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
54569           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
54570           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
54571           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
54572           !> t/op/lex_assign.t
54573 ____________________________________________________________________________
54574 [  7272] By: gsar                                  on 2000/10/16  03:31:22
54575         Log: integrate change#5955 from mainline
54576              
54577              longstanding bug exposed by change#3307: sort arguments weren't
54578              compiled with the right wantarray context (ensuing runtime lookup
54579              via block_gimme() was getting the incidental context of the
54580              sort() itself)
54581      Branch: maint-5.6/perl
54582           !> op.c t/op/sort.t
54583 ____________________________________________________________________________
54584 [  7271] By: gsar                                  on 2000/10/16  03:29:11
54585         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
54586              branch
54587              
54588              Flatten the cpp jungle doing the nosuid checking.
54589              
54590              Do not assume sign propagation. (from M.J.T. Guy)
54591              
54592              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
54593              
54594              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
54595              Now pp_ncmp() returns undef is either operand is a NaN.
54596              
54597              On second thoughts frexp() does have two arguments.
54598              
54599              Document that tr() is not tr(1).
54600              
54601              Be more robust on "extreme" (large absolute value)
54602              arguments.  Originally reported by Daniel Connelly
54603              as a problem with asinh() on large negative arguments,
54604              asinh() used to bail out because an argument to log()
54605              ended up being zero.  Ilya Zakharevich proposed using
54606              Taylor's series in such cases, which for such large
54607              arguments is a very good approximation.
54608              
54609              Undo "use integer" addition from 64bitint as it seems
54610              to break most of the subtests in Digital UNIX;
54611              Unicos needs to find another way.
54612      Branch: maint-5.6/perl
54613           !> (integrate 29 files)
54614 ____________________________________________________________________________
54615 [  7270] By: gsar                                  on 2000/10/16  03:09:44
54616         Log: integrate changes#5948,5949,5950 from mainline
54617              
54618              typo in vars.pm that leads to cryptic message (from Piotr
54619              Piatkowski <kompas@kompas.usr.onet.pl>)
54620              
54621              make perldoc use the pod2man from the same version (from
54622              M.J.T. Guy)
54623              
54624              reformat perldiag to avoid long lines
54625      Branch: maint-5.6/perl
54626           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
54627 ____________________________________________________________________________
54628 [  7269] By: gsar                                  on 2000/10/16  03:05:54
54629         Log: integrate change#5947 from mainline
54630              
54631              use &dl_error rather than &dl_load_file as the guard for calling
54632              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
54633              statically built perl)
54634      Branch: maint-5.6/perl
54635           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
54636 ____________________________________________________________________________
54637 [  7268] By: gsar                                  on 2000/10/16  03:04:48
54638         Log: integrate change#5945 from mainline
54639              
54640              make module name mandatory after -M switch; reorder perldiag
54641              alphabetically (from Mark-Jason Dominus)
54642      Branch: maint-5.6/perl
54643           !> perl.c pod/perldiag.pod
54644 ____________________________________________________________________________
54645 [  7267] By: gsar                                  on 2000/10/16  03:03:01
54646         Log: integrate change#5939 from mainline
54647              
54648              more pod nits (from Larry Virden)
54649      Branch: maint-5.6/perl
54650           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
54651           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
54652           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
54653 ____________________________________________________________________________
54654 [  7266] By: gsar                                  on 2000/10/16  03:01:39
54655         Log: integrate change#5938 from mainline
54656              
54657              Consolidated B::Deparse fixes (from Stephen McCamant)
54658      Branch: maint-5.6/perl
54659           !> ext/B/B/Deparse.pm
54660 ____________________________________________________________________________
54661 [  7265] By: gsar                                  on 2000/10/16  03:00:43
54662         Log: integrate change#5936 from mainline
54663              
54664              additional tests for change#7263 (from Paul Marquess)
54665      Branch: maint-5.6/perl
54666           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
54667           !> t/pragma/warn/5nolint t/pragma/warn/6default
54668 ____________________________________________________________________________
54669 [  7264] By: gsar                                  on 2000/10/16  02:58:34
54670         Log: integrate change#5934 from mainline
54671              
54672              propagate lexical warnings from surrounding scope correctly
54673              within string eval() (from Paul Marquess)
54674      Branch: maint-5.6/perl
54675           !> pp_ctl.c t/pragma/warn/pp_ctl
54676 ____________________________________________________________________________
54677 [  7263] By: gsar                                  on 2000/10/16  02:56:53
54678         Log: integrate change#5932 from mainline
54679              
54680              add rsignal(), whichsig() and do_join() to public API list
54681              (mod_perl uses them to good advantage)
54682      Branch: maint-5.6/perl
54683           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
54684 ____________________________________________________________________________
54685 [  7262] By: gsar                                  on 2000/10/16  02:55:53
54686         Log: integrate change#5931 from mainline
54687              
54688              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
54689      Branch: maint-5.6/perl
54690           !> pp_hot.c regexec.c t/op/pat.t
54691 ____________________________________________________________________________
54692 [  7261] By: gsar                                  on 2000/10/16  02:55:01
54693         Log: integrate change#5930 from mainline
54694              
54695              small os390 tweaks (from Peter Prymmer)
54696      Branch: maint-5.6/perl
54697           !> config_h.SH makedepend.SH
54698 ____________________________________________________________________________
54699 [  7260] By: gsar                                  on 2000/10/16  02:54:10
54700         Log: integrate change#5929 from mainline
54701              
54702              pod nits
54703      Branch: maint-5.6/perl
54704           !> pod/perlguts.pod
54705 ____________________________________________________________________________
54706 [  7259] By: gsar                                  on 2000/10/16  02:52:55
54707         Log: integrate change#5927 from mainline
54708              
54709              arrange for next() to resume at the unstack op rather than the
54710              loop conditional, so that scope cleanup happens correctly
54711              (from Stephen McCamant)
54712      Branch: maint-5.6/perl
54713           !> op.c pp_ctl.c t/op/misc.t
54714 ____________________________________________________________________________
54715 [  7258] By: gsar                                  on 2000/10/16  02:51:38
54716         Log: integrate change#5926 from mainline
54717              
54718              on windows, reserve 16M of stack rather than 128M (allows more
54719              threads to run concurrently)
54720      Branch: maint-5.6/perl
54721           !> win32/Makefile win32/makefile.mk
54722 ____________________________________________________________________________
54723 [  7257] By: gsar                                  on 2000/10/16  02:50:37
54724         Log: integrate change#5925 from mainline
54725              
54726              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
54727      Branch: maint-5.6/perl
54728           !> toke.c
54729 ____________________________________________________________________________
54730 [  7256] By: gsar                                  on 2000/10/16  02:49:36
54731         Log: integrate change#5924 from mainline
54732              
54733              avoid using uninitialized memory in require version check
54734      Branch: maint-5.6/perl
54735           !> pp_ctl.c universal.c
54736 ____________________________________________________________________________
54737 [  7255] By: gsar                                  on 2000/10/16  02:48:03
54738         Log: integrate changes#5923,5928,6009 from mainline
54739              
54740              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
54741      Branch: maint-5.6/perl
54742           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
54743 ____________________________________________________________________________
54744 [  7254] By: gsar                                  on 2000/10/16  02:44:46
54745         Log: integrate change#5922 from mainline
54746              
54747              commentary about IoTYPE() (from Nathan Torkington)
54748      Branch: maint-5.6/perl
54749           !> sv.h
54750 ____________________________________________________________________________
54751 [  7253] By: gsar                                  on 2000/10/16  02:43:49
54752         Log: integrate change#5921 from mainline
54753              
54754              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
54755      Branch: maint-5.6/perl
54756           !> sv.c t/lib/charnames.t t/pragma/utf8.t
54757 ____________________________________________________________________________
54758 [  7252] By: gsar                                  on 2000/10/16  02:42:31
54759         Log: integrate change#5920 from mainline
54760              
54761              Larry's fix for buggy propagation of utf8-ness in join(); add test
54762      Branch: maint-5.6/perl
54763           !> doop.c t/op/ver.t
54764 ____________________________________________________________________________
54765 [  7251] By: gsar                                  on 2000/10/16  02:41:14
54766         Log: integrate changes#5915..5919 from mainline
54767              
54768              various (pod tweaks &c)
54769      Branch: maint-5.6/perl
54770           !> (integrate 33 files)
54771 ____________________________________________________________________________
54772 [  7250] By: gsar                                  on 2000/10/16  02:38:16
54773         Log: integrate change#5914 from mainline
54774              
54775              caller() wasn't returning the right number of elements for
54776              eval {...}
54777      Branch: maint-5.6/perl
54778           !> pp_ctl.c t/pragma/warn/9enabled
54779 ____________________________________________________________________________
54780 [  7249] By: gsar                                  on 2000/10/16  02:37:02
54781         Log: integrate change#5913 from mainline
54782              
54783              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
54784              (from Mark-Jason Dominus)
54785      Branch: maint-5.6/perl
54786           !> pod/perlfunc.pod
54787 ____________________________________________________________________________
54788 [  7248] By: gsar                                  on 2000/10/16  02:35:58
54789         Log: integrate change#5912 from mainline
54790              
54791              fix totally broken caching in UNIVERSAL::isa() (from
54792              Nick Ing-Simmons)
54793      Branch: maint-5.6/perl
54794           !> t/op/universal.t universal.c
54795 ____________________________________________________________________________
54796 [  7247] By: gsar                                  on 2000/10/16  02:34:27
54797         Log: integrate changes#5910,5911 from mainline
54798              
54799              typo in pod
54800              
54801              add linebreak properties from unicode/LineBrk.txt (from
54802              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
54803      Branch: maint-5.6/perl
54804           +> (branch 29 files)
54805           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
54806 ____________________________________________________________________________
54807 [  7246] By: gsar                                  on 2000/10/16  02:33:29
54808         Log: integrate change#5909 from mainline
54809              
54810              mode argument to do_binmode() should be file mode, not boolean
54811      Branch: maint-5.6/perl
54812           !> pp_sys.c
54813 ____________________________________________________________________________
54814 [  7245] By: gsar                                  on 2000/10/16  02:31:04
54815         Log: integrate change#5908 from mainline
54816              
54817              introduce illegal symbols into null package so that
54818              gv_fetchpv(...,TRUE) always returns a valid GV even when the
54819              symbol is trapped by strictures (avoids coredumps)
54820      Branch: maint-5.6/perl
54821           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
54822           !> t/pragma/strict-vars
54823 ____________________________________________________________________________
54824 [  7244] By: jhi                                   on 2000/10/16  02:29:54
54825         Log: Subject: $Carp::ExportLevel confusion in Exporter
54826              From: "Ben Tilly" <ben_tilly@hotmail.com>
54827              Date: Sat, 14 Oct 2000 16:44:34 EDT
54828              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
54829      Branch: perl
54830            ! lib/Exporter/Heavy.pm
54831 ____________________________________________________________________________
54832 [  7243] By: jhi                                   on 2000/10/16  02:28:33
54833         Log: Subject: [PATCH perlguts.pod] Document offset hack
54834              From: Simon Cozens <simon@cozens.net>
54835              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
54836              Date: Sat, 14 Oct 2000 19:32:25 +0100
54837      Branch: perl
54838            ! pod/perlguts.pod
54839 ____________________________________________________________________________
54840 [  7242] By: gsar                                  on 2000/10/16  02:26:51
54841         Log: integrate changes#5905,5906,5907,6064 from mainline
54842              
54843              printf/sprintf didn't get quad types right under use64bitint
54844      Branch: maint-5.6/perl
54845           !> pp_sys.c sv.c t/op/64bitint.t
54846 ____________________________________________________________________________
54847 [  7241] By: jhi                                   on 2000/10/16  02:22:44
54848         Log: Subject: small pod patch
54849              From: Dan Boorstein <dan_boo@bellsouth.net>
54850              Date: Sat, 14 Oct 2000 14:29:24 -0400
54851              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
54852      Branch: perl
54853            ! pod/perlfaq7.pod pod/perlmod.pod
54854 ____________________________________________________________________________
54855 [  7240] By: jhi                                   on 2000/10/16  02:13:46
54856         Log: -w cleanup.
54857              
54858              Subject: Re: Problems with bleadperl 
54859              From: "Stephen P. Potter" <spp@ds.net>
54860              Date: Fri, 13 Oct 2000 13:32:49 -0400
54861              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
54862      Branch: perl
54863            ! t/pragma/overload.t
54864 ____________________________________________________________________________
54865 [  7239] By: jhi                                   on 2000/10/16  01:41:18
54866         Log: One more ~utf8 tweak.
54867      Branch: perl
54868            ! t/op/bop.t
54869 ____________________________________________________________________________
54870 [  7238] By: jhi                                   on 2000/10/16  01:34:14
54871         Log: Tweak the test of #7235.
54872      Branch: perl
54873            ! t/op/bop.t
54874 ____________________________________________________________________________
54875 [  7237] By: jhi                                   on 2000/10/16  01:25:04
54876         Log: Fix a couple of compiler-noted nits in #7235.
54877      Branch: perl
54878            ! pp.c
54879 ____________________________________________________________________________
54880 [  7236] By: jhi                                   on 2000/10/16  01:22:46
54881         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
54882      Branch: perl
54883            ! pp.c pp_hot.c
54884 ____________________________________________________________________________
54885 [  7235] By: jhi                                   on 2000/10/15  16:24:44
54886         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
54887              
54888              From: Simon Cozens <simon@cozens.net>
54889              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
54890              Date: Sat, 14 Oct 2000 20:52:13 +0100
54891              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
54892      Branch: perl
54893            ! pp.c t/op/bop.t utf8.h
54894 ____________________________________________________________________________
54895 [  7234] By: jhi                                   on 2000/10/15  15:19:29
54896         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
54897              The problem was that rx->minlen was in chars while pp_split()
54898              thought it would be in bytes. 
54899      Branch: perl
54900            ! pp.c t/pragma/utf8.t
54901 ____________________________________________________________________________
54902 [  7233] By: jhi                                   on 2000/10/14  20:24:24
54903         Log: Document FNCASE=y as discussed in the bug 20000902.009.
54904      Branch: perl
54905            ! README.dos
54906 ____________________________________________________________________________
54907 [  7232] By: jhi                                   on 2000/10/14  18:52:21
54908         Log: Add test for bug id 20000427.003 (which seems to have
54909              been fixed) (also duplicate as 20000427.004, though
54910              with a higher severity).  Move one utf8 from op/append
54911              to pragma/utf8, tag the tests with bug ids.
54912      Branch: perl
54913            ! t/op/append.t t/pragma/utf8.t
54914 ____________________________________________________________________________
54915 [  7231] By: jhi                                   on 2000/10/14  17:28:37
54916         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
54917      Branch: perl
54918            ! t/pragma/utf8.t
54919 ____________________________________________________________________________
54920 [  7230] By: jhi                                   on 2000/10/14  14:24:50
54921         Log: Needs to be conditional on SunOS 4.
54922              
54923              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
54924              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54925              Date: Sat, 14 Oct 2000 13:37:49 +0100
54926              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
54927      Branch: metaconfig/U/perl
54928            ! End.U
54929      Branch: perl
54930            ! Configure myconfig.SH pod/perldelta.pod
54931 ____________________________________________________________________________
54932 [  7229] By: jhi                                   on 2000/10/14  00:49:22
54933         Log: Update Changes.
54934      Branch: perl
54935            ! Changes patchlevel.h
54936 ____________________________________________________________________________
54937 [  7228] By: jhi                                   on 2000/10/14  00:46:10
54938         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
54939              From: Peter Prymmer <pvhp@forte.com>
54940              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
54941              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
54942      Branch: perl
54943            ! lib/utf8.pm
54944 ____________________________________________________________________________
54945 [  7227] By: jhi                                   on 2000/10/13  23:20:30
54946         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
54947      Branch: perl
54948            ! t/op/tie.t
54949 ____________________________________________________________________________
54950 [  7226] By: jhi                                   on 2000/10/13  22:14:32
54951         Log: Tweak #7225.
54952              
54953              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
54954              From: Peter Prymmer <pvhp@forte.com>
54955              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
54956              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
54957      Branch: perl
54958            ! t/op/sprintf.t
54959 ____________________________________________________________________________
54960 [  7225] By: jhi                                   on 2000/10/13  22:11:31
54961         Log: op/sprintf.t patch for OS/390 (and any other host with limited
54962              floating-point exponent length)
54963              
54964              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
54965              From: Dominic Dunlop <domo@computer.org>
54966              Date: Fri, 13 Oct 2000 19:17:57 +0200
54967              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
54968      Branch: perl
54969            ! t/op/sprintf.t
54970 ____________________________________________________________________________
54971 [  7224] By: jhi                                   on 2000/10/13  18:40:48
54972         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
54973      Branch: perl
54974            ! toke.c
54975 ____________________________________________________________________________
54976 [  7223] By: jhi                                   on 2000/10/13  18:37:13
54977         Log: Thinko in #7222.
54978      Branch: perl
54979            ! utf8.c
54980 ____________________________________________________________________________
54981 [  7222] By: jhi                                   on 2000/10/13  18:05:23
54982         Log: Use UTF8SKIP(), from Simon Cozens.
54983      Branch: perl
54984            ! utf8.c
54985 ____________________________________________________________________________
54986 [  7221] By: jhi                                   on 2000/10/13  15:43:19
54987         Log: (accidentally empty check-in)
54988      Branch: perl
54989            ! utf8.c
54990 ____________________________________________________________________________
54991 [  7220] By: jhi                                   on 2000/10/13  15:23:51
54992         Log: Add (optimistically) Storable to static extensions.
54993      Branch: perl
54994            ! hints/uwin.sh hints/vmesa.sh
54995 ____________________________________________________________________________
54996 [  7219] By: jhi                                   on 2000/10/13  15:20:05
54997         Log: Amdahl UTS doesn't seem to do dynaloading.
54998      Branch: perl
54999            ! hints/uts.sh
55000 ____________________________________________________________________________
55001 [  7218] By: jhi                                   on 2000/10/13  15:15:20
55002         Log: Slight tweak of the code to appease Amdahl UTS cc.
55003      Branch: perl
55004            ! pp.c
55005 ____________________________________________________________________________
55006 [  7217] By: jhi                                   on 2000/10/13  14:50:42
55007         Log: In Amdahl UTS "struct sv" is defined by a system header,
55008              <ksync.h>.
55009      Branch: perl
55010            ! perl.h sv.h
55011 ____________________________________________________________________________
55012 [  7216] By: jhi                                   on 2000/10/13  11:58:25
55013         Log: Ilya implemented the memory profiling API.
55014      Branch: perl
55015            ! Todo
55016 ____________________________________________________________________________
55017 [  7215] By: jhi                                   on 2000/10/13  02:56:38
55018         Log: Subject: [PATCH 5.7.0] Perl API for mstats
55019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55020              Date: Thu, 12 Oct 2000 22:52:40 -0400
55021              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
55022      Branch: perl
55023            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
55024 ____________________________________________________________________________
55025 [  7214] By: jhi                                   on 2000/10/13  02:55:38
55026         Log: Subject: [PATCH 5.7.0] IVs in mtats
55027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55028              Date: Thu, 12 Oct 2000 22:51:04 -0400
55029              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
55030      Branch: perl
55031            ! malloc.c perl.h
55032 ____________________________________________________________________________
55033 [  7213] By: jhi                                   on 2000/10/13  02:31:47
55034         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
55035      Branch: perl
55036            ! pod/perldiag.pod pp_sys.c
55037 ____________________________________________________________________________
55038 [  7212] By: jhi                                   on 2000/10/13  01:27:38
55039         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
55040              From: Peter Prymmer <pvhp@forte.com>
55041              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
55042              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
55043      Branch: perl
55044            ! t/op/oct.t
55045 ____________________________________________________________________________
55046 [  7211] By: jhi                                   on 2000/10/13  00:35:09
55047         Log: Update Changes.
55048      Branch: perl
55049            ! Changes patchlevel.h
55050 ____________________________________________________________________________
55051 [  7210] By: jhi                                   on 2000/10/12  23:59:40
55052         Log: The Install.pm third of
55053              
55054              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
55055              From: Bill Campbell <bill@celestial.com>
55056              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
55057              Date: Thu, 5 Oct 2000 18:04:51 -0700
55058      Branch: perl
55059            ! lib/ExtUtils/Install.pm
55060 ____________________________________________________________________________
55061 [  7209] By: jhi                                   on 2000/10/12  23:58:43
55062         Log: Two thirds of
55063              
55064              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
55065              Date: Thu, 5 Oct 2000 18:04:51 -0700
55066              From: Bill Campbell <bill@celestial.com>
55067              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
55068              
55069              The Install.pm changes will be submitted separately because
55070              they need some work and discussion still.
55071      Branch: perl
55072            ! lib/getopts.pl lib/termcap.pl
55073 ____________________________________________________________________________
55074 [  7208] By: jhi                                   on 2000/10/12  23:41:19
55075         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
55076              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55077              Date:     Thu, 12 Oct 2000 07:30:02 EDT
55078              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
55079      Branch: perl
55080            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
55081            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
55082 ____________________________________________________________________________
55083 [  7207] By: jhi                                   on 2000/10/12  23:39:01
55084         Log: An updated EBCDIC tr patch.
55085              
55086              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
55087              From: Peter Prymmer <pvhp@forte.com>
55088              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
55089              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
55090      Branch: perl
55091            ! t/op/tr.t
55092 ____________________________________________________________________________
55093 [  7206] By: jhi                                   on 2000/10/12  23:34:55
55094         Log: Upgrade to CPAN 1.58, from Andreas König.
55095      Branch: perl
55096            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55097 ____________________________________________________________________________
55098 [  7205] By: jhi                                   on 2000/10/12  23:29:08
55099         Log: Introduce the man[24-8] variables, from Andy Dougherty.
55100      Branch: metaconfig/U/perl
55101            + mandirs.U mandirstyle.U
55102      Branch: perl
55103            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55104            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
55105            ! vos/config.h vos/config.pl vos/config_h.SH_orig
55106            ! win32/config.bc win32/config.gc win32/config.vc
55107 ____________________________________________________________________________
55108 [  7204] By: gsar                                  on 2000/10/12  18:11:24
55109         Log: restore change#7202
55110      Branch: perl
55111            ! mg.c
55112 ____________________________________________________________________________
55113 [  7203] By: gsar                                  on 2000/10/12  18:09:40
55114         Log: another test of the Emergency Broadcast System--back out 
55115              change#7202
55116      Branch: perl
55117            ! mg.c
55118 ____________________________________________________________________________
55119 [  7202] By: gsar                                  on 2000/10/12  16:40:47
55120         Log: (submitted on behalf of Jarkko)
55121              Fix the lib/encode.t subtest 6 failure as reported by Andreas
55122              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
55123              was unearthed by change 7182, as was a bug in HTML::Entities.
55124      Branch: perl
55125            ! mg.c
55126 ____________________________________________________________________________
55127 [  7201] By: jhi                                   on 2000/10/11  03:16:05
55128         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
55129      Branch: perl
55130            ! pp_hot.c t/pragma/utf8.t
55131 ____________________________________________________________________________
55132 [  7200] By: jhi                                   on 2000/10/11  00:40:30
55133         Log: The #7198 was a false alarm.
55134      Branch: perl
55135            ! pp_hot.c
55136 ____________________________________________________________________________
55137 [  7199] By: jhi                                   on 2000/10/11  00:26:04
55138         Log: Remove duplicated code.
55139      Branch: perl
55140            ! t/lib/cgi-html.t
55141 ____________________________________________________________________________
55142 [  7198] By: jhi                                   on 2000/10/10  23:30:46
55143         Log: (Retracted by #7200.)
55144      Branch: perl
55145            ! pp_hot.c
55146 ____________________________________________________________________________
55147 [  7197] By: jhi                                   on 2000/10/10  21:49:30
55148         Log: Add the test case for #7190, from the original bug report
55149              by Andreas König.
55150      Branch: perl
55151            ! t/pragma/utf8.t
55152 ____________________________________________________________________________
55153 [  7196] By: jhi                                   on 2000/10/10  21:40:49
55154         Log: Reapply Andy's patch and regen Configure.
55155      Branch: perl
55156            ! Configure INSTALL Makefile.SH Porting/Glossary
55157            ! Porting/config.sh config_h.SH epoc/config.sh installperl
55158            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
55159            ! win32/config.vc
55160 ____________________________________________________________________________
55161 [  7195] By: jhi                                   on 2000/10/10  21:09:30
55162         Log: Use the versiononly instead of the installscripts,
55163              retract the changes 7146 and 7147.
55164      Branch: perl
55165            ! Configure INSTALL Makefile.SH Porting/Glossary
55166            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
55167            ! installperl uconfig.sh vos/config.def win32/config.bc
55168            ! win32/config.gc win32/config.vc
55169 ____________________________________________________________________________
55170 [  7194] By: jhi                                   on 2000/10/10  21:06:15
55171         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
55172              From: Peter Prymmer <pvhp@forte.com>
55173              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
55174              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
55175      Branch: perl
55176            ! t/op/ver.t
55177 ____________________________________________________________________________
55178 [  7193] By: jhi                                   on 2000/10/10  21:05:12
55179         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
55180              From: Peter Prymmer <pvhp@forte.com>
55181              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
55182              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
55183      Branch: perl
55184            ! t/op/tr.t
55185 ____________________________________________________________________________
55186 [  7192] By: jhi                                   on 2000/10/10  20:57:30
55187         Log: Add versiononly, delete installscripts, from Andy Dougherty.
55188      Branch: metaconfig
55189            - U/installdirs/installscripts.U
55190      Branch: metaconfig/U/perl
55191            + versiononly.U
55192 ____________________________________________________________________________
55193 [  7191] By: jhi                                   on 2000/10/10  19:41:21
55194         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
55195              From: Peter Prymmer <pvhp@forte.com>
55196              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
55197              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
55198      Branch: perl
55199            ! pod/perlebcdic.pod
55200 ____________________________________________________________________________
55201 [  7190] By: jhi                                   on 2000/10/10  19:26:14
55202         Log: Subject: Re: utf8 concat, mg_get
55203              From: Simon Cozens <simon@cozens.net>
55204              Date: Tue, 10 Oct 2000 17:40:17 +0100
55205              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
55206      Branch: perl
55207            ! pp_hot.c
55208 ____________________________________________________________________________
55209 [  7189] By: jhi                                   on 2000/10/10  19:23:03
55210         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
55211              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
55212              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
55213              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
55214      Branch: perl
55215            ! lib/ExtUtils/MM_Unix.pm
55216 ____________________________________________________________________________
55217 [  7188] By: jhi                                   on 2000/10/10  15:31:24
55218         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
55219              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
55220              Date: Fri, 14 Jul 2000 10:47:36 +0100
55221              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
55222      Branch: perl
55223            ! README.win32
55224 ____________________________________________________________________________
55225 [  7187] By: jhi                                   on 2000/10/10  13:30:10
55226         Log: Quote the temp file name, needed in Win32 because the
55227              default name unfortunately contains spaces, shouldn't
55228              hurt elsewhere.
55229              
55230              Subject: FW: perldoc fails if $TEMP contains spaces
55231              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
55232              Date: Thu, 14 Sep 2000 08:58:45 +0100
55233              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
55234      Branch: perl
55235            ! utils/perldoc.PL
55236 ____________________________________________________________________________
55237 [  7186] By: jhi                                   on 2000/10/10  13:16:27
55238         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
55239              From: hv@hugo.hybyte.com
55240              Date: Tue, 10 Oct 2000 14:10:20 +0100
55241              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
55242      Branch: perl
55243            ! t/lib/thr5005.t util.c
55244 ____________________________________________________________________________
55245 [  7185] By: jhi                                   on 2000/10/10  12:06:22
55246         Log: Upgrade to podlators 1.04, from Russ Allbery.
55247      Branch: perl
55248            ! lib/Pod/Man.pm lib/Pod/Text.pm
55249 ____________________________________________________________________________
55250 [  7184] By: jhi                                   on 2000/10/10  12:01:32
55251         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
55252      Branch: perl
55253            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
55254 ____________________________________________________________________________
55255 [  7183] By: jhi                                   on 2000/10/09  23:47:15
55256         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
55257              From: Peter Prymmer <pvhp@forte.com>
55258              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
55259              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
55260      Branch: perl
55261            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
55262 ____________________________________________________________________________
55263 [  7182] By: jhi                                   on 2000/10/09  23:43:16
55264         Log: Make eq work again with utf8 (disabling the upgrading
55265              should no more be necessary since the copies of the
55266              scalars are upgraded, not the scalars themselves).
55267              Takes care of ID 20001009.001.  (The claimed length()
55268              bug in 20001009.001 seems bogus to me.)
55269      Branch: perl
55270            ! sv.c t/pragma/utf8.t
55271 ____________________________________________________________________________
55272 [  7181] By: gsar                                  on 2000/10/09  19:41:54
55273         Log: tweak for change#7173
55274      Branch: perl
55275            ! win32/win32sck.c
55276 ____________________________________________________________________________
55277 [  7180] By: gsar                                  on 2000/10/09  19:26:56
55278         Log: on Windows, clean targets might not work under some flavors of the shell
55279      Branch: perl
55280            ! win32/Makefile win32/makefile.mk
55281 ____________________________________________________________________________
55282 [  7179] By: jhi                                   on 2000/10/09  19:21:02
55283         Log: Update Changes.
55284      Branch: perl
55285            ! Changes patchlevel.h
55286 ____________________________________________________________________________
55287 [  7178] By: jhi                                   on 2000/10/09  19:18:23
55288         Log: Warn about unknown scripts.
55289              
55290              Subject: Re: ideas? patches? [PATCH bleadperl]
55291              From: Dominic Dunlop <domo@computer.org>
55292              Date: Mon, 9 Oct 2000 14:57:17 +0200
55293              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
55294      Branch: perl
55295            ! lib/charnames.pm
55296 ____________________________________________________________________________
55297 [  7177] By: jhi                                   on 2000/10/09  19:13:27
55298         Log: Change #7160 had a nasty typo.
55299      Branch: metaconfig
55300            ! U/compline/Compile.U
55301      Branch: perl
55302            ! Configure config_h.SH
55303 ____________________________________________________________________________
55304 [  7176] By: gsar                                  on 2000/10/09  18:59:33
55305         Log: pod nit
55306      Branch: perl
55307            ! pod/perlport.pod
55308 ____________________________________________________________________________
55309 [  7175] By: gsar                                  on 2000/10/09  18:54:28
55310         Log: Windows9x doesn't support link(), despite what Config.pm
55311              might think
55312      Branch: perl
55313            ! lib/ExtUtils/Manifest.pm
55314 ____________________________________________________________________________
55315 [  7174] By: gsar                                  on 2000/10/09  18:50:03
55316         Log: avoid nonportable example code
55317      Branch: perl
55318            ! lib/File/Copy.pm
55319 ____________________________________________________________________________
55320 [  7173] By: gsar                                  on 2000/10/09  18:46:54
55321         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
55322              being used) when closing a socket handle
55323      Branch: perl
55324            ! win32/win32.c win32/win32.h win32/win32sck.c
55325 ____________________________________________________________________________
55326 [  7172] By: gsar                                  on 2000/10/09  18:41:40
55327         Log: on Windows, cwd strings in the environment should be of the
55328              form =X:=X:\foo instead of =X=X:\foo\
55329      Branch: perl
55330            ! win32/vdir.h
55331 ____________________________________________________________________________
55332 [  7171] By: gsar                                  on 2000/10/09  18:30:09
55333         Log: on Windows, LoadLibrary() could load an extension DLL multiple
55334              times if forward slashes are used in the path
55335      Branch: perl
55336            ! win32/win32.c
55337 ____________________________________________________________________________
55338 [  7170] By: jhi                                   on 2000/10/09  17:53:59
55339         Log: Add a todo note about overloadable assertions.
55340      Branch: perl
55341            ! Todo-5.6
55342 ____________________________________________________________________________
55343 [  7169] By: jhi                                   on 2000/10/09  13:43:45
55344         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
55345              From: mjd@plover.com
55346              Date: 9 Oct 2000 00:24:44 -0000
55347              Message-ID: <20001009002444.10616.qmail@plover.com>
55348      Branch: perl
55349            ! pod/perldebguts.pod
55350 ____________________________________________________________________________
55351 [  7168] By: nick                                  on 2000/10/08  13:16:33
55352         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
55353              is not right thing to do on (e.g. x86). Network order is also "right" for
55354              X fonts.
55355      Branch: perl
55356            ! ext/Encode/Encode.pm
55357 ____________________________________________________________________________
55358 [  7167] By: nick                                  on 2000/10/08  12:54:42
55359         Log: Make "encodings" work post-install when Encode/*.enc files may not
55360              be in same directory as Encode.pm
55361      Branch: perl
55362            ! ext/Encode/Encode.pm
55363 ____________________________________________________________________________
55364 [  7166] By: nick                                  on 2000/10/08  11:51:26
55365         Log: Work round the fact that $hash->{$key} does not take into account
55366              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
55367              so that key is always in the "expected" encoding - i.e. same way we put
55368              it in the hash.
55369      Branch: perl
55370            ! ext/Encode/Encode.pm
55371 ____________________________________________________________________________
55372 [  7165] By: gsar                                  on 2000/10/08  04:15:29
55373         Log: save_re_context() could reset PL_curcop to freed memory, causing core
55374              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
55375      Branch: perl
55376            ! pp_ctl.c
55377 ____________________________________________________________________________
55378 [  7164] By: jhi                                   on 2000/10/06  20:51:48
55379         Log: UTF8ize split() so that the cloned substrings get the UTF8
55380              flag of the original scalar.  Problem reported by Simon Cozens.
55381      Branch: perl
55382            ! pp.c t/pragma/utf8.t
55383 ____________________________________________________________________________
55384 [  7163] By: nick                                  on 2000/10/06  20:48:34
55385         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
55386              got a false +ve and so did not reach code which would have un-FAKEd the SV.
55387      Branch: perl
55388            ! sv.c
55389 ____________________________________________________________________________
55390 [  7162] By: nick                                  on 2000/10/06  20:25:37
55391         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
55392              To fix  (sort {$a <=> $b} keys %hash) in particular but
55393              should cover a number of other as-yet-unknown cases as well.
55394      Branch: perl
55395            ! sv.c
55396 ____________________________________________________________________________
55397 [  7161] By: jhi                                   on 2000/10/06  19:56:18
55398         Log: Change the version number of Tie::Handle in the core to 4.0,
55399              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
55400              
55401              Subject: Note on Tie::Handle
55402              From: andreas.koenig@anima.de (Andreas J. Koenig)
55403              Date:      06 Oct 2000 21:48:58 +0200
55404              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
55405      Branch: perl
55406            ! lib/Tie/Handle.pm
55407 ____________________________________________________________________________
55408 [  7160] By: jhi                                   on 2000/10/06  18:20:35
55409         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
55410              as the first option of cc/ld because of ultrapicky compilers
55411              (e.g. OS/390 R2.5)
55412      Branch: metaconfig
55413            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
55414            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
55415            ! U/compline/orderlib.U U/modified/Cppsym.U
55416            ! U/modified/d_access.U
55417      Branch: metaconfig/U/perl
55418            ! Checkcc.U d_dlsymun.U gccvers.U
55419      Branch: perl
55420            ! Configure config_h.SH
55421 ____________________________________________________________________________
55422 [  7159] By: jhi                                   on 2000/10/06  13:56:39
55423         Log: Update Changes.
55424      Branch: perl
55425            ! Changes patchlevel.h
55426 ____________________________________________________________________________
55427 [  7158] By: jhi                                   on 2000/10/06  12:48:40
55428         Log: Eliminate $Is_VMS code from the test.
55429              
55430              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
55431              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55432              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
55433              Date:     Thu, 5 Oct 2000 07:46:33 EDT
55434      Branch: perl
55435            ! t/lib/b.t
55436 ____________________________________________________________________________
55437 [  7157] By: jhi                                   on 2000/10/06  12:47:13
55438         Log: Also the $ccflags is needed for the C compiler check.
55439              
55440              Subject: Configure (check for C-compiler)
55441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55442              Date: Fri, 06 Oct 2000 08:47:15 +0200
55443              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
55444      Branch: metaconfig/U/perl
55445            ! Checkcc.U
55446      Branch: perl
55447            ! Configure config_h.SH
55448 ____________________________________________________________________________
55449 [  7156] By: jhi                                   on 2000/10/06  11:45:15
55450         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
55451      Branch: perl
55452            ! perl.c pp_ctl.c sv.h utf8.c
55453 ____________________________________________________________________________
55454 [  7155] By: jhi                                   on 2000/10/06  11:40:41
55455         Log: IO::Handle->syswrite() did not handle length omission
55456              like CORE::syswrite() does.
55457              
55458              Subject: [Fwd] IO::Handle, syswrite and arguments
55459              From: Graham Barr <gbarr@pobox.com>
55460              Date: Fri, 6 Oct 2000 10:22:05 +0100
55461              Message-ID: <20001006102205.U6312@pobox.com>
55462              
55463              The original patch from andrew@ugh.net.au.
55464      Branch: perl
55465            ! ext/IO/lib/IO/Handle.pm
55466 ____________________________________________________________________________
55467 [  7154] By: jhi                                   on 2000/10/06  01:42:15
55468         Log: Tweak #7153.
55469      Branch: perl
55470            ! utf8.h
55471 ____________________________________________________________________________
55472 [  7153] By: jhi                                   on 2000/10/06  00:39:55
55473         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
55474      Branch: perl
55475            ! utf8.h
55476 ____________________________________________________________________________
55477 [  7152] By: jhi                                   on 2000/10/06  00:38:11
55478         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
55479      Branch: perl
55480            ! perl.c pp_ctl.c sv.h utf8.c
55481 ____________________________________________________________________________
55482 [  7151] By: jhi                                   on 2000/10/06  00:36:38
55483         Log: Subject: Re: Questions about Tie::Array and perl modules
55484              From: Nick Ing-Simmons <nik@tiuk.ti.com>
55485              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
55486              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
55487              
55488              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
55489      Branch: perl
55490            ! lib/Tie/Array.pm t/op/array.t
55491 ____________________________________________________________________________
55492 [  7150] By: jhi                                   on 2000/10/05  00:20:45
55493         Log: Regen Changes.
55494      Branch: perl
55495            ! Changes patchlevel.h
55496 ____________________________________________________________________________
55497 [  7149] By: jhi                                   on 2000/10/05  00:20:01
55498         Log: Regen toc.
55499      Branch: perl
55500            ! pod/perltoc.pod
55501 ____________________________________________________________________________
55502 [  7148] By: jhi                                   on 2000/10/04  23:35:08
55503         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
55504              reported several times by Dominic Dunlop, for example in
55505              ID 20000315.008.  Patch from Dominic.  Patch affects at
55506              least MachTen, and possibly other oldish BSDs. Should not
55507              break non-broken platforms (tested on LinuxPPC). 
55508      Branch: perl
55509            ! doio.c
55510 ____________________________________________________________________________
55511 [  7147] By: jhi                                   on 2000/10/04  23:26:34
55512         Log: The one that got away from 7146.
55513      Branch: metaconfig
55514            + U/installdirs/installscripts.U
55515 ____________________________________________________________________________
55516 [  7146] By: jhi                                   on 2000/10/04  23:25:04
55517         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
55518              suggested by H. Merijn Brand.
55519      Branch: perl
55520            ! Configure INSTALL Makefile.SH Porting/Glossary
55521            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
55522            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
55523            ! win32/config.vc
55524 ____________________________________________________________________________
55525 [  7145] By: jhi                                   on 2000/10/04  22:08:21
55526         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
55527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55528              Date: Wed, 4 Oct 2000 17:37:46 -0400
55529              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
55530      Branch: perl
55531            ! utils/h2xs.PL
55532 ____________________________________________________________________________
55533 [  7144] By: jhi                                   on 2000/10/04  18:11:41
55534         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
55535              From: Jeff Pinyan <jeffp@crusoe.net>
55536              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
55537              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
55538      Branch: perl
55539            ! pod/perlrun.pod
55540 ____________________________________________________________________________
55541 [  7143] By: jhi                                   on 2000/10/04  18:09:58
55542         Log: Subject: perlhack.pod Patch for Externals Tools
55543              From: Fisher Mark <fisherm@tce.com>
55544              Date: Tue, 3 Oct 2000 15:43:27 -0500 
55545              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
55546      Branch: perl
55547            ! pod/perlhack.pod
55548 ____________________________________________________________________________
55549 [  7142] By: jhi                                   on 2000/10/04  18:08:41
55550         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
55551              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55552              Date:     Wed, 4 Oct 2000 12:11:11 EDT
55553              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
55554      Branch: perl
55555            ! vms/vms.c
55556 ____________________________________________________________________________
55557 [  7141] By: jhi                                   on 2000/10/04  12:20:16
55558         Log: Subject: [PATCH 5.7.0] h2xs not working
55559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55560              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
55561              Date: Tue, 3 Oct 2000 21:43:01 -0400
55562              
55563              Subject: [PATCH 5.7.0] h2xs not documenting the created module
55564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55565              Date: Tue, 3 Oct 2000 22:55:19 -0400
55566              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
55567      Branch: perl
55568            ! utils/h2xs.PL
55569 ____________________________________________________________________________
55570 [  7140] By: jhi                                   on 2000/10/04  11:53:44
55571         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
55572              From: nick@babyhippo.com
55573              Date: Wed, 4 Oct 2000 12:06:45 +0100
55574              Message-Id: <20001004120645.A7356@babyhippo.com>
55575              
55576              Retract 7118 and 7135.
55577      Branch: perl
55578            ! installman installperl op.c t/pragma/subs.t
55579 ____________________________________________________________________________
55580 [  7139] By: jhi                                   on 2000/10/03  22:09:41
55581         Log: It is possible to have no hosts database at all.  Pointed out in
55582              
55583              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55584              From: Peter Prymmer <pvhp@forte.com>
55585              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
55586              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
55587      Branch: metaconfig
55588            ! U/modified/myhostname.U
55589      Branch: perl
55590            ! Configure config_h.SH
55591 ____________________________________________________________________________
55592 [  7138] By: jhi                                   on 2000/10/03  21:49:49
55593         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55594              From: Peter Prymmer <pvhp@forte.com>
55595              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
55596              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
55597      Branch: perl
55598            ! pp_sys.c
55599 ____________________________________________________________________________
55600 [  7137] By: jhi                                   on 2000/10/03  20:10:05
55601         Log: One remaining nit less at the VMS mailbox sizing.
55602      Branch: perl
55603            ! vms/vms.c
55604 ____________________________________________________________________________
55605 [  7136] By: jhi                                   on 2000/10/03  20:08:47
55606         Log: Test harness update to sync with the new perlcc,
55607              from Simon Cozens.
55608      Branch: perl
55609            ! t/TEST t/UTEST
55610 ____________________________________________________________________________
55611 [  7135] By: jhi                                   on 2000/10/03  15:15:42
55612         Log: Subject: Re: PATCH for 20001003.004
55613              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
55614              From: "AARON B. DOSSETT" <aaron@iglou.com>
55615              Message-Id: <E13gTay-0006od-00@iglou.com>
55616      Branch: perl
55617            ! installman installperl
55618 ____________________________________________________________________________
55619 [  7134] By: jhi                                   on 2000/10/03  15:00:34
55620         Log: Subject: [ID 20001003.006] B::Debug not -w clean
55621              From: Nicholas Clark <nick@babyhippo.co.uk>
55622              Date: Tue, 03 Oct 2000 15:46:32 +0100
55623              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
55624      Branch: perl
55625            ! ext/B/B/Debug.pm
55626 ____________________________________________________________________________
55627 [  7133] By: jhi                                   on 2000/10/03  14:58:39
55628         Log: Scale down the VMS message boxes, by Charles Lane.
55629              Fix for ID 20000903.009, workaround at
55630              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
55631      Branch: perl
55632            ! vms/vms.c
55633 ____________________________________________________________________________
55634 [  7132] By: jhi                                   on 2000/10/03  11:20:37
55635         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
55636      Branch: perl
55637            + t/lib/st-lock.t t/lib/st-utf8.t
55638            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
55639            ! ext/Storable/Storable.xs t/lib/st-recurse.t
55640 ____________________________________________________________________________
55641 [  7131] By: jhi                                   on 2000/10/03  03:38:23
55642         Log: Encode nits.
55643      Branch: perl
55644            ! MANIFEST Makefile.SH
55645 ____________________________________________________________________________
55646 [  7130] By: jhi                                   on 2000/10/03  03:31:05
55647         Log: Update Changes.
55648      Branch: perl
55649            ! Changes patchlevel.h
55650 ____________________________________________________________________________
55651 [  7129] By: jhi                                   on 2000/10/03  02:24:02
55652         Log: Misplaced else.
55653      Branch: metaconfig/U/perl
55654            ! d_strtoll.U
55655      Branch: perl
55656            ! Configure config_h.SH
55657 ____________________________________________________________________________
55658 [  7128] By: jhi                                   on 2000/10/03  02:08:29
55659         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
55660              From: sthoenna@efn.org
55661              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
55662              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
55663      Branch: metaconfig/U/perl
55664            ! d_strtoll.U
55665      Branch: perl
55666            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
55667 ____________________________________________________________________________
55668 [  7127] By: jhi                                   on 2000/10/03  01:13:14
55669         Log: Update Changes.
55670      Branch: perl
55671            ! Changes patchlevel.h
55672 ____________________________________________________________________________
55673 [  7126] By: jhi                                   on 2000/10/03  00:57:08
55674         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
55675              as suggested by Olaf Flebbe and Nick Clark.
55676      Branch: perl
55677            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
55678 ____________________________________________________________________________
55679 [  7125] By: jhi                                   on 2000/10/03  00:50:56
55680         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
55681              From: Nick Clark <nick@plum.flirble.org>
55682              Date: Mon, 2 Oct 2000 11:03:24 +0100
55683              Message-Id: <20001002110324.D20073@plum.flirble.org>
55684              
55685              Also fixes bug ID 20001002.005.
55686      Branch: perl
55687            ! t/lib/encode.t
55688 ____________________________________________________________________________
55689 [  7124] By: jhi                                   on 2000/10/03  00:34:59
55690         Log: Subject: [PATCH 5.7.0] Epoc update
55691              From: Olaf Flebbe <o.flebbe@gmx.de>
55692              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
55693              Message-ID: <26423.969484586@www10.gmx.net>
55694      Branch: perl
55695            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
55696            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
55697            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
55698            ! util.c util.h
55699 ____________________________________________________________________________
55700 [  7123] By: jhi                                   on 2000/10/03  00:30:07
55701         Log: Regen headers.
55702      Branch: perl
55703            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
55704 ____________________________________________________________________________
55705 [  7122] By: jhi                                   on 2000/10/03  00:10:48
55706         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
55707      Branch: perl
55708            ! hints/openbsd.sh
55709 ____________________________________________________________________________
55710 [  7121] By: jhi                                   on 2000/10/03  00:05:06
55711         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
55712              From: <abigail@foad.org>
55713              Date: Tue, 26 Sep 2000 13:36:14 -0400
55714              Message-ID: <20000926173614.4356.qmail@foad.org>
55715      Branch: perl
55716            ! pod/perlop.pod
55717 ____________________________________________________________________________
55718 [  7120] By: jhi                                   on 2000/10/03  00:04:00
55719         Log: Inside require() $^S was always left undefined.
55720              
55721              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
55722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55723              Date: Wed, 27 Sep 2000 18:54:49 -0400
55724              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
55725      Branch: perl
55726            ! cop.h mg.c pp_ctl.c util.c
55727 ____________________________________________________________________________
55728 [  7119] By: jhi                                   on 2000/10/03  00:00:16
55729         Log: Subject: [PATCH] DLL not restartabke with threaded perl
55730              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
55731              Date: Thu, 28 Sep 2000 09:20:46 +0100
55732              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
55733      Branch: perl
55734            ! perl.c
55735 ____________________________________________________________________________
55736 [  7118] By: jhi                                   on 2000/10/02  23:59:20
55737         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
55738              From: Nicholas Clark <nick@ccl4.org>
55739              Date: Thu, 28 Sep 2000 11:52:24 +0100
55740              Message-ID: <20000928115224.D7924@plum.flirble.org>
55741      Branch: perl
55742            ! op.c
55743 ____________________________________________________________________________
55744 [  7117] By: jhi                                   on 2000/10/02  23:57:51
55745         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
55746              From: Nicholas Clark <nick@babyhippo.co.uk>
55747              Date: Thu, 28 Sep 2000 12:18:10 +0100
55748              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
55749              
55750              Did not apply cleanly, manual intervention was needed.
55751      Branch: perl
55752            ! ext/B/B/Bytecode.pm utils/perlcc.PL
55753 ____________________________________________________________________________
55754 [  7116] By: jhi                                   on 2000/10/02  23:50:40
55755         Log: Document the issue (is not a syntax error, kind of)
55756              
55757              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
55758              From: Nicholas Clark <nick@ccl4.org>
55759              Date: Thu, 28 Sep 2000 17:12:42 +0100
55760              Message-ID: <20000928171242.K7924@plum.flirble.org>
55761      Branch: perl
55762            ! pod/perldata.pod
55763 ____________________________________________________________________________
55764 [  7115] By: jhi                                   on 2000/10/02  23:48:58
55765         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
55766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55767              Date: Thu, 28 Sep 2000 21:55:31 -0400
55768              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
55769      Branch: perl
55770            ! regexec.c
55771 ____________________________________________________________________________
55772 [  7114] By: jhi                                   on 2000/10/02  23:47:57
55773         Log: Subject: DOC PATCH 5.6.0
55774              From: mjd@plover.com
55775              Date: 30 Sep 2000 06:02:34 -0000
55776              Message-ID: <20000930060234.4559.qmail@plover.com>
55777      Branch: perl
55778            ! pod/perldebguts.pod
55779 ____________________________________________________________________________
55780 [  7113] By: jhi                                   on 2000/10/02  23:46:43
55781         Log: SOCK_DGRAM and listen() do not mix as reported in
55782              
55783              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
55784              From: Petter Reinholdtsen <pere@hungry.com>
55785              Date: Sun, 1 Oct 2000 10:57:20 +0800
55786              Message-Id: <200010010257.KAA05735@localhost.localdomain>
55787              
55788              The patch for 5.7.0+ had to be reengineered, though.
55789      Branch: perl
55790            ! ext/IO/lib/IO/Socket/UNIX.pm
55791 ____________________________________________________________________________
55792 [  7112] By: jhi                                   on 2000/10/02  23:36:57
55793         Log: Subject: Re: [PATCH 5.005_64 missed]
55794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55795              Date: Sun, 1 Oct 2000 18:50:10 -0400
55796              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
55797      Branch: perl
55798            ! pod/perlxs.pod
55799 ____________________________________________________________________________
55800 [  7111] By: jhi                                   on 2000/10/02  23:35:40
55801         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
55802              From: Radu Greab <radu@netsoft.ro>
55803              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
55804              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
55805      Branch: perl
55806            ! op.c opcode.pl t/op/substr.t
55807 ____________________________________________________________________________
55808 [  7110] By: jhi                                   on 2000/10/02  23:32:38
55809         Log: Subject: [PATCH] Fix aliasing of tied filehandles
55810              From: Daniel Chetlin <daniel@chetlin.com>
55811              Date: Mon, 2 Oct 2000 14:53:27 -0700
55812              Message-ID: <20001002145327.C1617@ilmd>
55813      Branch: perl
55814            ! perl.h pp_hot.c t/op/tiehandle.t
55815 ____________________________________________________________________________
55816 [  7109] By: jhi                                   on 2000/10/02  23:31:30
55817         Log: s/Robin Parker/Robin Barker/
55818      Branch: perl
55819            ! Changes5.6
55820 ____________________________________________________________________________
55821 [  7108] By: jhi                                   on 2000/10/02  23:15:46
55822         Log: Retract #7091 as suggested in
55823              
55824              From: Robin Barker <rmb1@cise.npl.co.uk> 
55825              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
55826              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
55827              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
55828      Branch: perl
55829            ! embed.pl proto.h
55830 ____________________________________________________________________________
55831 [  7107] By: nick                                  on 2000/10/02  18:23:14
55832         Log: A few tweaks to get Tk803 to work with Encode scheme.
55833      Branch: perl
55834            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
55835 ____________________________________________________________________________
55836 [  7106] By: nick                                  on 2000/10/01  21:34:14
55837         Log: Add checking cases to Encode's toUnicode and fromUnicode.
55838      Branch: perl
55839            ! ext/Encode/Encode.pm
55840 ____________________________________________________________________________
55841 [  7105] By: nick                                  on 2000/10/01  17:18:01
55842         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
55843              To read and use them.
55844              Add a lib/encode.t which checks a few things.
55845      Branch: perl
55846            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
55847            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
55848            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
55849            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
55850            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
55851            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
55852            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
55853            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
55854            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
55855            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
55856            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
55857            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
55858            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
55859            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
55860            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
55861            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
55862            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
55863            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
55864            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
55865            + ext/Encode/Encode/iso2022-jp.enc
55866            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
55867            + ext/Encode/Encode/iso8859-1.enc
55868            + ext/Encode/Encode/iso8859-2.enc
55869            + ext/Encode/Encode/iso8859-3.enc
55870            + ext/Encode/Encode/iso8859-4.enc
55871            + ext/Encode/Encode/iso8859-5.enc
55872            + ext/Encode/Encode/iso8859-6.enc
55873            + ext/Encode/Encode/iso8859-7.enc
55874            + ext/Encode/Encode/iso8859-8.enc
55875            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
55876            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
55877            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
55878            + ext/Encode/Encode/macCentEuro.enc
55879            + ext/Encode/Encode/macCroatian.enc
55880            + ext/Encode/Encode/macCyrillic.enc
55881            + ext/Encode/Encode/macDingbats.enc
55882            + ext/Encode/Encode/macGreek.enc
55883            + ext/Encode/Encode/macIceland.enc
55884            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
55885            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
55886            + ext/Encode/Encode/macTurkish.enc
55887            + ext/Encode/Encode/macUkraine.enc
55888            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
55889            + t/lib/encode.t
55890            ! MANIFEST ext/Encode/Encode.pm
55891 ____________________________________________________________________________
55892 [  7104] By: nick                                  on 2000/09/30  13:04:30
55893         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
55894              From: Daniel Chetlin <daniel@chetlin.com>
55895              Date: Mon, 18 Sep 2000 05:05:40 -0700
55896              Message-Id: <20000918050540.C652@ilmd>
55897      Branch: perl
55898            ! lib/overload.pm sv.c t/pragma/overload.t
55899 ____________________________________________________________________________
55900 [  7103] By: nick                                  on 2000/09/30  12:53:36
55901         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
55902              From: Johan Vromans <jvromans@squirrel.nl>
55903              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
55904              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
55905      Branch: perl
55906            ! pod/Makefile.SH
55907 ____________________________________________________________________________
55908 [  7102] By: nick                                  on 2000/09/30  12:52:31
55909         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
55910              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55911              Date: Sat, 16 Sep 2000 16:36:45 -0400
55912              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
55913      Branch: perl
55914            ! ext/B/B/Deparse.pm
55915 ____________________________________________________________________________
55916 [  7101] By: nick                                  on 2000/09/30  12:51:41
55917         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
55918              From: Craig A. Berry <craig.berry@psinetcs.com>
55919              Date: Sat, 16 Sep 2000 10:11:10 -0500
55920              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
55921      Branch: perl
55922            ! vms/vms.c
55923 ____________________________________________________________________________
55924 [  7100] By: nick                                  on 2000/09/30  12:50:33
55925         Log: Subject: Re: unicode support and perl [ID 20000901.097]
55926              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55927              Date: Fri, 15 Sep 2000 16:37:58 -0400
55928              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
55929      Branch: perl
55930            ! t/op/append.t
55931 ____________________________________________________________________________
55932 [  7099] By: nick                                  on 2000/09/30  12:49:35
55933         Log: Subject: Re: unicode support and perl [ID 20000901.097]
55934              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55935              Date: Fri, 15 Sep 2000 16:25:30 -0400
55936              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
55937      Branch: perl
55938            ! pp_hot.c
55939 ____________________________________________________________________________
55940 [  7098] By: nick                                  on 2000/09/30  12:48:00
55941         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
55942              From: Gisle Aas <gisle@ActiveState.com>
55943              Date: 15 Sep 2000 16:23:41 +0200
55944              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
55945      Branch: perl
55946            ! toke.c
55947 ____________________________________________________________________________
55948 [  7097] By: nick                                  on 2000/09/30  12:45:16
55949         Log: Subject: [PATCH] Nits in perlmod.pod
55950              From: Daniel Chetlin <daniel@chetlin.com>
55951              Date: Fri, 15 Sep 2000 02:04:09 -0700
55952              Message-Id: <20000915020409.A2104@ilmd>
55953      Branch: perl
55954            ! pod/perlmod.pod
55955 ____________________________________________________________________________
55956 [  7096] By: nick                                  on 2000/09/30  12:18:00
55957         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
55958              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
55959              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
55960              0 to checking to get the warning.
55961      Branch: perl
55962            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
55963            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
55964            ! regexec.c sv.c toke.c utf8.c
55965 ____________________________________________________________________________
55966 [  7095] By: nick                                  on 2000/09/15  16:55:59
55967         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
55968              
55969              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
55970              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55971              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
55972              Date: Fri, 15 Sep 2000 06:37:30 -0400
55973      Branch: perl
55974            ! ext/Encode/Encode.xs sv.c
55975 ____________________________________________________________________________
55976 [  7094] By: jhi                                   on 2000/09/15  03:23:32
55977         Log: Update Changes.
55978      Branch: perl
55979            ! Changes patchlevel.h
55980 ____________________________________________________________________________
55981 [  7093] By: jhi                                   on 2000/09/15  03:11:44
55982         Log: Fix for the charnames.t failures from Spider Boardman.
55983      Branch: perl
55984            ! toke.c
55985 ____________________________________________________________________________
55986 [  7092] By: jhi                                   on 2000/09/15  00:15:48
55987         Log: Botched the #7090 check-in.
55988      Branch: perl
55989            ! sv.c
55990 ____________________________________________________________________________
55991 [  7091] By: jhi                                   on 2000/09/14  23:33:24
55992         Log: Part of #7081 didn't come through.
55993      Branch: perl
55994            ! embed.pl proto.h
55995 ____________________________________________________________________________
55996 [  7090] By: jhi                                   on 2000/09/14  23:17:39
55997         Log: Subject: Re: perl@7078 
55998              From: Spider Boardman <spider@web.zk3.dec.com>
55999              Date: Thu, 14 Sep 2000 19:06:36 -0400
56000              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
56001      Branch: perl
56002            ! sv.c toke.c
56003 ____________________________________________________________________________
56004 [  7089] By: jhi                                   on 2000/09/14  23:11:21
56005         Log: Small portability tweaks.
56006      Branch: perl
56007            ! ext/Encode/Encode.xs
56008 ____________________________________________________________________________
56009 [  7088] By: jhi                                   on 2000/09/14  22:57:23
56010         Log: Fake return to pacify picky compilers.
56011      Branch: perl
56012            ! ext/Encode/Encode.xs
56013 ____________________________________________________________________________
56014 [  7087] By: jhi                                   on 2000/09/14  22:53:37
56015         Log: Subject: [PATCH] utf8.c apidoc
56016              From: Simon Cozens <simon@cozens.net>
56017              Date: Thu, 14 Sep 2000 23:46:57 +0100
56018              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
56019      Branch: perl
56020            ! perlapi.c pod/perlapi.pod utf8.c
56021 ____________________________________________________________________________
56022 [  7086] By: jhi                                   on 2000/09/14  22:40:38
56023         Log: We don't need to count the high bit bytes, a boolean is enough. 
56024      Branch: perl
56025            ! sv.c
56026 ____________________________________________________________________________
56027 [  7085] By: jhi                                   on 2000/09/14  21:20:09
56028         Log: Replace #7084 with
56029              
56030              Subject: Re: perl@7078 
56031              From: Spider Boardman <spider@web.zk3.dec.com>
56032              Date: Thu, 14 Sep 2000 17:09:36 -0400
56033              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
56034      Branch: perl
56035            ! sv.c utf8.c
56036 ____________________________________________________________________________
56037 [  7084] By: jhi                                   on 2000/09/14  20:03:34
56038         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
56039              convertable to bytes by checking it doesn't go above 0xc3
56040              
56041              Subject: Re: perl@7078
56042              From: Simon Cozens <simon@cozens.net>
56043              Date: Thu, 14 Sep 2000 20:59:19 +0100
56044              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
56045      Branch: perl
56046            ! utf8.c
56047 ____________________________________________________________________________
56048 [  7083] By: jhi                                   on 2000/09/14  19:38:47
56049         Log: Subject: Re: perl@7078
56050              From: Simon Cozens <simon@cozens.net>
56051              Date: Thu, 14 Sep 2000 20:13:09 +0100
56052              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
56053      Branch: perl
56054            ! t/op/bop.t
56055 ____________________________________________________________________________
56056 [  7082] By: jhi                                   on 2000/09/14  17:50:44
56057         Log: The one that got away.
56058      Branch: perl
56059            ! lib/File/Find.pm
56060 ____________________________________________________________________________
56061 [  7081] By: jhi                                   on 2000/09/14  17:45:35
56062         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
56063              From: Robin Barker <rmb1@cise.npl.co.uk>
56064              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
56065              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
56066      Branch: perl
56067            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
56068            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
56069            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
56070            ! regcomp.c toke.c universal.c
56071 ____________________________________________________________________________
56072 [  7080] By: jhi                                   on 2000/09/14  17:40:35
56073         Log: Problems picked up by AIX cc.
56074              
56075              Subject: Re: perl@7078 (patch included)
56076              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56077              Date: Thu, 14 Sep 2000 18:53:30 +0200
56078              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
56079      Branch: perl
56080            ! ext/Encode/Encode.xs
56081 ____________________________________________________________________________
56082 [  7079] By: jhi                                   on 2000/09/14  17:38:27
56083         Log: Subject: File::Find 5.7.0 POD nits
56084              From: Rich Morin <rdm@cfcl.com>
56085              Date: Wed, 13 Sep 2000 22:03:58 -0700
56086              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
56087      Branch: perl
56088            ! lib/File/Find.pm
56089 ____________________________________________________________________________
56090 [  7078] By: jhi                                   on 2000/09/14  14:58:20
56091         Log: Update Changes.
56092      Branch: perl
56093            ! Changes patchlevel.h
56094 ____________________________________________________________________________
56095 [  7077] By: jhi                                   on 2000/09/14  14:55:54
56096         Log: Compilation warnings and an error.
56097      Branch: perl
56098            ! sv.c
56099 ____________________________________________________________________________
56100 [  7076] By: jhi                                   on 2000/09/14  14:42:56
56101         Log: Fix for a parsing bug, not for the original bug.
56102              
56103              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
56104              From: Spider Boardman <spider@web.zk3.dec.com>
56105              Date: Wed, 13 Sep 2000 17:52:20 -0400
56106              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
56107      Branch: perl
56108            ! regcomp.c
56109 ____________________________________________________________________________
56110 [  7075] By: jhi                                   on 2000/09/14  14:40:40
56111         Log: Batch of UTF-8 patches from Simon Cozens.
56112      Branch: perl
56113            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
56114            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
56115            ! toke.c utf8.c
56116 ____________________________________________________________________________
56117 [  7074] By: jhi                                   on 2000/09/14  14:29:58
56118         Log: Subject: Re: Two advertising clauses need to be removed
56119              From: Russ Allbery <rra@stanford.edu>
56120              Date: 13 Sep 2000 18:50:26 -0700
56121              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
56122      Branch: perl
56123            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56124 ____________________________________________________________________________
56125 [  7073] By: jhi                                   on 2000/09/14  14:28:20
56126         Log: Subject: [PATCH] de-wall t/README
56127              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56128              Date: Wed, 13 Sep 2000 17:46:55 -0700
56129              Message-ID: <//Bw5gzkge/e092yn@efn.org>
56130      Branch: perl
56131            ! t/README
56132 ____________________________________________________________________________
56133 [  7072] By: jhi                                   on 2000/09/14  14:25:10
56134         Log: Hints optimization.
56135              
56136              Subject: Minor nit
56137              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56138              Date: Wed, 13 Sep 2000 21:42:07 +0200
56139              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
56140      Branch: perl
56141            ! hints/hpux.sh
56142 ____________________________________________________________________________
56143 [  7071] By: jhi                                   on 2000/09/14  14:23:30
56144         Log: Allow chop() and chomp() to be overridden.
56145              
56146              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
56147              From: "Casey R. Tweten" <crt@kiski.net>
56148              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
56149              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
56150      Branch: perl
56151            ! toke.c
56152 ____________________________________________________________________________
56153 [  7070] By: jhi                                   on 2000/09/14  14:20:36
56154         Log: The return value of setlocale must be copied away.
56155              
56156              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
56157              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56158              Date: Wed, 13 Sep 2000 16:27:37 +0100 
56159              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
56160      Branch: perl
56161            ! util.c
56162 ____________________________________________________________________________
56163 [  7069] By: jhi                                   on 2000/09/14  14:16:27
56164         Log: Remove vestiges of tr//CU.
56165              
56166              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56167              From: Nick Clark <nick@plum.flirble.org>
56168              Date: Tue, 12 Sep 2000 22:50:14 +0100
56169              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
56170              
56171              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56172              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56173              Date: Tue, 12 Sep 2000 21:38:48 -0700
56174              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
56175      Branch: perl
56176            ! op.h pod/perlunicode.pod
56177 ____________________________________________________________________________
56178 [  7068] By: jhi                                   on 2000/09/13  14:18:39
56179         Log: Add the Encode extension.  The code is still largely just skeleton.
56180      Branch: perl
56181            + ext/Encode/Encode.pm ext/Encode/Encode.xs
56182            + ext/Encode/Makefile.PL ext/Encode/Todo
56183            ! MANIFEST Todo-5.6
56184 ____________________________________________________________________________
56185 [  7067] By: jhi                                   on 2000/09/12  17:43:33
56186         Log: Allow for whitespace between "#" and "line" in cpp output.
56187              
56188              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
56189              From: Calle Dybedahl <calle@lysator.liu.se>
56190              Date: 12 Sep 2000 19:38:02 +0200 
56191              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
56192      Branch: perl
56193            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
56194 ____________________________________________________________________________
56195 [  7066] By: gsar                                  on 2000/09/12  17:24:29
56196         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
56197              initialization in all the threads on Windows
56198      Branch: perl
56199            ! win32/win32.c
56200 ____________________________________________________________________________
56201 [  7065] By: jhi                                   on 2000/09/12  15:11:31
56202         Log: Update Changes.
56203      Branch: perl
56204            ! Changes patchlevel.h
56205 ____________________________________________________________________________
56206 [  7064] By: jhi                                   on 2000/09/12  14:54:54
56207         Log: Retract #7062, the pod tests are not ready.
56208      Branch: perl
56209            ! t/TEST t/harness
56210 ____________________________________________________________________________
56211 [  7063] By: jhi                                   on 2000/09/12  14:25:41
56212         Log: The #7054 truncated Configure badly.
56213      Branch: metaconfig/U/perl
56214            ! End.U
56215      Branch: perl
56216            ! Configure config_h.SH
56217 ____________________________________________________________________________
56218 [  7062] By: jhi                                   on 2000/09/12  14:08:32
56219         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
56220              From: sthoenna@efn.org
56221              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
56222              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
56223      Branch: perl
56224            ! t/TEST t/harness
56225 ____________________________________________________________________________
56226 [  7061] By: jhi                                   on 2000/09/12  14:07:18
56227         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
56228              From: sthoenna@efn.org
56229              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
56230              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
56231      Branch: perl
56232            ! pod/perlxs.pod
56233 ____________________________________________________________________________
56234 [  7060] By: jhi                                   on 2000/09/12  14:06:08
56235         Log: Break up the myconfig lines a bit.
56236              
56237              Subject: perlbug/perl -V output format
56238              From: sthoenna@efn.org
56239              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
56240              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
56241      Branch: perl
56242            ! myconfig.SH
56243 ____________________________________________________________________________
56244 [  7059] By: jhi                                   on 2000/09/12  14:05:04
56245         Log: Test for the #7049.
56246              
56247              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
56248              From: andreas.koenig@anima.de (Andreas J. Koenig)
56249              Date: 12 Sep 2000 06:42:01 +0200
56250              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
56251      Branch: perl
56252            ! t/op/my.t
56253 ____________________________________________________________________________
56254 [  7058] By: jhi                                   on 2000/09/12  14:03:05
56255         Log: Subject: [patch: perl@7045] vms updates
56256              From: Peter Prymmer <pvhp@forte.com>
56257              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
56258              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
56259      Branch: perl
56260            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
56261 ____________________________________________________________________________
56262 [  7057] By: jhi                                   on 2000/09/12  14:00:51
56263         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
56264              From: sthoenna@efn.org
56265              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
56266              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
56267      Branch: perl
56268            ! t/op/64bitint.t
56269 ____________________________________________________________________________
56270 [  7056] By: jhi                                   on 2000/09/12  13:58:14
56271         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
56272              From: Jeff Pinyan <jeffp@crusoe.net>
56273              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
56274              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
56275      Branch: perl
56276            ! pod/perlfunc.pod
56277 ____________________________________________________________________________
56278 [  7055] By: jhi                                   on 2000/09/12  13:56:32
56279         Log: Do in VMS as the #7054 does.
56280      Branch: perl
56281            ! configure.com
56282 ____________________________________________________________________________
56283 [  7054] By: jhi                                   on 2000/09/12  13:50:31
56284         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
56285              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56286              Date: Mon, 11 Sep 2000 08:33:09 +0100
56287              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
56288      Branch: metaconfig/U/perl
56289            ! End.U
56290      Branch: perl
56291            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
56292            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
56293 ____________________________________________________________________________
56294 [  7053] By: jhi                                   on 2000/09/12  13:29:19
56295         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
56296              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56297              Date:     Tue, 12 Sep 2000 08:35:59 EDT
56298              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
56299      Branch: perl
56300            ! vms/test.com
56301 ____________________________________________________________________________
56302 [  7052] By: jhi                                   on 2000/09/11  23:01:50
56303         Log: Document the SvUTF8*().
56304      Branch: perl
56305            ! pod/perlapi.pod sv.h
56306 ____________________________________________________________________________
56307 [  7051] By: gsar                                  on 2000/09/11  14:46:30
56308         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
56309              (missed a spot when fixing up op_pmreplroot hack for ithreads)
56310      Branch: perl
56311            ! op.c t/op/split.t
56312 ____________________________________________________________________________
56313 [  7050] By: nick                                  on 2000/09/11  10:03:51
56314         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
56315              
56316              Subject: borland C++ win32.c tweak
56317              From: Vadim Konovalov <vkonovalov@lucent.com>
56318              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
56319              Date: Mon, 11 Sep 2000 11:22:33 +0400
56320      Branch: perl
56321            ! win32/win32.c
56322 ____________________________________________________________________________
56323 [  7049] By: nick                                  on 2000/09/11  09:57:33
56324         Log: Point fix for s/// on foreach (keys %xxx).
56325      Branch: perl
56326            ! pp_hot.c
56327 ____________________________________________________________________________
56328 [  7048] By: jhi                                   on 2000/09/10  23:37:09
56329         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
56330              by Pod::Text, from Brad Appleton.
56331      Branch: perl
56332            ! t/pod/testp2pt.pl
56333 ____________________________________________________________________________
56334 [  7047] By: jhi                                   on 2000/09/10  14:32:53
56335         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
56336              by Russ Allbery.
56337      Branch: perl
56338            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
56339 ____________________________________________________________________________
56340 [  7046] By: jhi                                   on 2000/09/10  14:15:08
56341         Log: Upgrade to CPAN 1.57_65, from Andreas König.
56342      Branch: perl
56343            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56344 ____________________________________________________________________________
56345 [  7045] By: jhi                                   on 2000/09/08  21:36:32
56346         Log: Update Changes.
56347      Branch: perl
56348            ! Changes patchlevel.h
56349 ____________________________________________________________________________
56350 [  7044] By: jhi                                   on 2000/09/08  21:29:56
56351         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
56352              From: Peter Prymmer <pvhp@forte.com>
56353              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
56354              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
56355      Branch: perl
56356            ! configure.com
56357 ____________________________________________________________________________
56358 [  7043] By: jhi                                   on 2000/09/08  21:27:50
56359         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
56360              From: Peter Prymmer <pvhp@forte.com>
56361              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
56362              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
56363      Branch: perl
56364            ! Makefile.SH installperl
56365 ____________________________________________________________________________
56366 [  7042] By: jhi                                   on 2000/09/08  21:23:21
56367         Log: Continue #7041.
56368      Branch: perl
56369            ! cygwin/Makefile.SHs os2/Makefile.SHs
56370 ____________________________________________________________________________
56371 [  7041] By: jhi                                   on 2000/09/08  21:18:10
56372         Log: Do away with memory models cruft.  Sorry, PDP users.
56373      Branch: metaconfig
56374            ! U/modified/cc.U U/modified/libpth.U
56375      Branch: perl
56376            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
56377            ! Porting/config_H cflags.SH config_h.SH configure.com
56378            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
56379            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
56380            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
56381 ____________________________________________________________________________
56382 [  7040] By: jhi                                   on 2000/09/08  14:34:18
56383         Log: Major rewrite of s2p.  And I mean really major, it is
56384              an implementation of sed in perl.  If called as s2p it
56385              will function as s2p.  Note: needs non-UNIXifying.
56386              
56387              Subject: s2p
56388              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
56389              Date: Mon, 28 Aug 2000 14:05:12 +0200
56390              Message-ID: <39AA5578.2102E2AA@alcatel.at>
56391      Branch: perl
56392            ! x2p/s2p.PL
56393 ____________________________________________________________________________
56394 [  7039] By: jhi                                   on 2000/09/08  14:19:49
56395         Log: Re-allow vec() for characters > 255.
56396              
56397              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
56398              From: Spider Boardman <spider@web.zk3.dec.com>
56399              Date: Fri, 08 Sep 2000 02:21:02 -0400
56400              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
56401      Branch: perl
56402            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
56403            ! t/op/vec.t
56404 ____________________________________________________________________________
56405 [  7038] By: jhi                                   on 2000/09/08  14:14:18
56406         Log: Subject: [PATCH lib/Benchmark.pm]
56407              From: <abigail@foad.org>
56408              Date: Thu, 7 Sep 2000 15:03:20 -0400
56409              Message-ID: <20000907190320.888.qmail@foad.org>
56410      Branch: perl
56411            ! lib/Benchmark.pm
56412 ____________________________________________________________________________
56413 [  7037] By: jhi                                   on 2000/09/08  14:11:06
56414         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
56415              
56416              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
56417              From: Spider Boardman <spider@web.zk3.dec.com>
56418              Date: Fri, 08 Sep 2000 01:30:27 -0400
56419              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
56420      Branch: perl
56421            ! op.c
56422 ____________________________________________________________________________
56423 [  7036] By: jhi                                   on 2000/09/08  14:08:58
56424         Log: Subject: [ID 20000908.002] perlipc documentation bug.
56425              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
56426              Date: Fri, 08 Sep 2000 12:38:32 +0200
56427              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
56428      Branch: perl
56429            ! pod/perlipc.pod
56430 ____________________________________________________________________________
56431 [  7035] By: jhi                                   on 2000/09/08  14:03:12
56432         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
56433              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56434              Date: Fri, 08 Sep 2000 11:47:34 +0200
56435              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
56436      Branch: perl
56437            ! hints/dec_osf.sh
56438 ____________________________________________________________________________
56439 [  7034] By: jhi                                   on 2000/09/08  13:59:35
56440         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
56441              From: Simon Cozens <simon@cozens.net>
56442              Date: Thu, 7 Sep 2000 20:40:38 +0100
56443              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
56444      Branch: perl
56445            ! pp_hot.c
56446 ____________________________________________________________________________
56447 [  7033] By: jhi                                   on 2000/09/08  04:03:03
56448         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
56449              From: "Larry W. Virden" <lvirden@cas.org>
56450              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
56451              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
56452      Branch: perl
56453            ! pod/perldiag.pod
56454 ____________________________________________________________________________
56455 [  7032] By: jhi                                   on 2000/09/07  22:18:30
56456         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
56457              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
56458              Date: Mon, 04 Sep 2000 13:16:38 -0700
56459              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
56460      Branch: perl
56461            ! lib/perl5db.pl
56462 ____________________________________________________________________________
56463 [  7031] By: jhi                                   on 2000/09/07  22:02:29
56464         Log: Fix the ccversion detection for 5.1 and beyond.
56465              
56466              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
56467              From: Spider Boardman <spider@leggy.zk3.dec.com>
56468              Date: Thu, 7 Sep 2000 17:54:27 -0400
56469              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
56470      Branch: perl
56471            ! hints/dec_osf.sh
56472 ____________________________________________________________________________
56473 [  7030] By: jhi                                   on 2000/09/07  19:12:28
56474         Log: Fix for
56475              
56476              Subject: [ID 20000903.001] \w in utf8-strings
56477              From: Marc Lehmann <pcg@goof.com>
56478              Date: Sun, 03 Sep 2000 09:44:29 +0200
56479              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
56480              
56481              and various related nits.
56482      Branch: perl
56483            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
56484 ____________________________________________________________________________
56485 [  7029] By: jhi                                   on 2000/09/07  18:49:09
56486         Log: Fix the URL, but the server is still missing in action.
56487              
56488              Subject: [ID 20000905.002] perlfaq1.pod URL error
56489              From: "Larry W. Virden" <lvirden@cas.org>
56490              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
56491              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
56492      Branch: perl
56493            ! pod/perlfaq1.pod
56494 ____________________________________________________________________________
56495 [  7028] By: jhi                                   on 2000/09/07  18:47:13
56496         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
56497              From: Hugo <hv@crypt.compulink.co.uk>
56498              Date: Tue, 05 Sep 2000 14:13:37 +0100
56499              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
56500      Branch: perl
56501            ! toke.c
56502 ____________________________________________________________________________
56503 [  7027] By: jhi                                   on 2000/09/07  18:45:35
56504         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
56505              From: Daniel Chetlin <daniel@chetlin.com>
56506              Date: Tue, 5 Sep 2000 04:57:07 -0700
56507              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
56508      Branch: perl
56509            ! pod/perlfaq6.pod pod/perlop.pod
56510 ____________________________________________________________________________
56511 [  7026] By: jhi                                   on 2000/09/07  18:44:01
56512         Log: Document the new ref() semantics.
56513              
56514              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
56515              From: Gisle Aas <gisle@ActiveState.com>
56516              Date: 05 Sep 2000 08:10:30 +0200
56517              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
56518      Branch: perl
56519            ! pod/perldelta.pod
56520 ____________________________________________________________________________
56521 [  7025] By: jhi                                   on 2000/09/07  18:42:27
56522         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
56523              
56524              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
56525              From: Gisle Aas <gisle@ActiveState.com>
56526              Date: 05 Sep 2000 08:11:40 +0200
56527              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
56528      Branch: perl
56529            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
56530 ____________________________________________________________________________
56531 [  7024] By: jhi                                   on 2000/09/07  18:39:32
56532         Log: Subject: [PATCH] Modernize Opcode.pm documentation
56533              From: Gisle Aas <gisle@ActiveState.com>
56534              Date: 4 Sep 2000 00:18:55 -0000
56535              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
56536      Branch: perl
56537            ! ext/Opcode/Opcode.pm
56538 ____________________________________________________________________________
56539 [  7023] By: jhi                                   on 2000/09/07  18:37:42
56540         Log: Subject: [PATCH] Tied filehandle documentation
56541              From: Gisle Aas <gisle@ActiveState.com>
56542              Date: 4 Sep 2000 00:14:40 -0000
56543              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
56544      Branch: perl
56545            ! pod/perlfunc.pod pod/perltie.pod
56546 ____________________________________________________________________________
56547 [  7022] By: jhi                                   on 2000/09/07  18:35:37
56548         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
56549              From: Gisle Aas <gisle@ActiveState.com>
56550              Date: 4 Sep 2000 00:04:22 -0000
56551              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
56552      Branch: perl
56553            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
56554 ____________________________________________________________________________
56555 [  7021] By: jhi                                   on 2000/09/07  18:33:22
56556         Log: Subject: small apidoc fix
56557              From: Marc Lehmann <pcg@goof.com>
56558              Date: Sun, 3 Sep 2000 05:12:06 +0200
56559              Message-ID: <20000903051206.A5909@cerebro.laendle>
56560      Branch: perl
56561            ! pod/perlapi.pod utf8.c
56562 ____________________________________________________________________________
56563 [  7020] By: jhi                                   on 2000/09/07  16:14:57
56564         Log: Tiny perldelta nits.
56565      Branch: perl
56566            ! pod/perldelta.pod
56567 ____________________________________________________________________________
56568 [  7019] By: jhi                                   on 2000/09/07  16:04:20
56569         Log: Guard against bad string->int conversion for quads.
56570      Branch: perl
56571            ! t/op/64bitint.t
56572 ____________________________________________________________________________
56573 [  7018] By: jhi                                   on 2000/09/06  17:07:03
56574         Log: Update Unicode todo list.
56575      Branch: perl
56576            ! Todo-5.6
56577 ____________________________________________________________________________
56578 [  7017] By: jhi                                   on 2000/09/05  21:16:01
56579         Log: Document the SvIOK_.*UV().
56580      Branch: perl
56581            ! pod/perlapi.pod sv.h
56582 ____________________________________________________________________________
56583 [  7016] By: nick                                  on 2000/09/03  21:54:46
56584         Log: Hash lookup of constant strings optimization:
56585              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
56586              to string table (as per sharepvn). Add newSV_pvn_share to create such
56587              a thing. Make hv.c compare addresses of strings and skip string compare
56588              if equal. Make method_named and helem ops use these shared-string SVs
56589              when arg is constant. Make keys op return shared-string SVs (less clearly
56590              a win).
56591      Branch: perl
56592            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
56593            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
56594            ! pod/perlintern.pod pp_hot.c proto.h sv.c
56595 ____________________________________________________________________________
56596 [  7015] By: jhi                                   on 2000/09/02  17:48:59
56597         Log: This is 5.7.0.
56598      Branch: perl
56599            ! Changes
56600 ____________________________________________________________________________
56601 [  7014] By: jhi                                   on 2000/09/02  17:35:45
56602         Log: Changes and patchlevel tweaks.
56603      Branch: perl
56604            ! Changes patchlevel.h
56605 ____________________________________________________________________________
56606 [  7013] By: jhi                                   on 2000/09/02  17:30:50
56607         Log: Update Changes.
56608      Branch: perl
56609            ! Changes patchlevel.h
56610 ____________________________________________________________________________
56611 [  7012] By: nick                                  on 2000/09/02  17:25:20
56612         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
56613      Branch: perl
56614            ! gv.c lib/overload.pm
56615 ____________________________________________________________________________
56616 [  7011] By: jhi                                   on 2000/09/02  17:16:25
56617         Log: Update perlhist.
56618      Branch: perl
56619            ! pod/perlhist.pod
56620 ____________________________________________________________________________
56621 [  7010] By: jhi                                   on 2000/09/02  17:01:35
56622         Log: perldelta nits.
56623      Branch: perl
56624            ! pod/perldelta.pod
56625 ____________________________________________________________________________
56626 [  7009] By: nick                                  on 2000/09/02  16:48:35
56627         Log: If overloaded %{} etc. return the object do not loop.
56628              Thus  sub deref { $_[0] } functions if object is wanted type.
56629      Branch: perl
56630            ! pp.h
56631 ____________________________________________________________________________
56632 [  7008] By: jhi                                   on 2000/09/02  16:26:11
56633         Log: Retab MANIFEST.
56634      Branch: perl
56635            ! ext/Storable/MANIFEST
56636 ____________________________________________________________________________
56637 [  7007] By: jhi                                   on 2000/09/02  16:23:02
56638         Log: Make certain cc is set before trying to run it.
56639      Branch: perl
56640            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
56641 ____________________________________________________________________________
56642 [  7006] By: jhi                                   on 2000/09/02  15:45:41
56643         Log: Unicode notes.
56644      Branch: perl
56645            ! pod/perldelta.pod
56646 ____________________________________________________________________________
56647 [  7005] By: jhi                                   on 2000/09/02  15:42:11
56648         Log: Various Configure nits by Philip Newton,
56649              plus the ebcdic one by me.
56650      Branch: metaconfig
56651            + U/modified/pager.U
56652            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
56653      Branch: metaconfig/U/perl
56654            ! Devel.U quadfio.U
56655      Branch: perl
56656            ! Configure config_h.SH
56657 ____________________________________________________________________________
56658 [  7004] By: jhi                                   on 2000/09/02  15:06:14
56659         Log: Apparently avoiding the swapping is too costly.
56660              
56661              From: "Ben Tilly" <ben_tilly@hotmail.com>
56662              Subject: Re: the door is closed.
56663              Date: Fri, 01 Sep 2000 20:23:16 EDT
56664              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
56665      Branch: perl
56666            ! pod/perlfaq4.pod
56667 ____________________________________________________________________________
56668 [  7003] By: nick                                  on 2000/09/02  12:26:04
56669         Log: Undo part of change 6489 which looks like a bulk edit which
56670              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
56671              The supressing of main:: on return from select() is undesirable.
56672      Branch: perl
56673            ! pp_sys.c
56674 ____________________________________________________________________________
56675 [  7002] By: jhi                                   on 2000/09/01  23:08:54
56676         Log: Update Changes.
56677      Branch: perl
56678            ! Changes patchlevel.h
56679 ____________________________________________________________________________
56680 [  7001] By: jhi                                   on 2000/09/01  23:00:13
56681         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
56682              From: Peter Prymmer <pvhp@forte.com>
56683              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
56684              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
56685              
56686              plus rework the http: spots as suggested by Tom Christiansen,
56687              plus regen perltoc.
56688      Branch: perl
56689            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
56690            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
56691 ____________________________________________________________________________
56692 [  7000] By: jhi                                   on 2000/09/01  22:36:01
56693         Log: Only the first line, thank you very much.
56694      Branch: perl
56695            ! hints/solaris_2.sh
56696 ____________________________________________________________________________
56697 [  6999] By: gsar                                  on 2000/09/01  22:16:40
56698         Log: change#6791 accidentally clobbered change#6710, put it back
56699      Branch: perl
56700            ! win32/win32.c
56701 ____________________________________________________________________________
56702 [  6998] By: jhi                                   on 2000/09/01  22:14:16
56703         Log: Mention the HP-UX LP64 freak failure.
56704      Branch: perl
56705            ! pod/perldelta.pod
56706 ____________________________________________________________________________
56707 [  6997] By: jhi                                   on 2000/09/01  21:48:32
56708         Log: Detypo.
56709      Branch: perl
56710            ! hints/hpux.sh
56711 ____________________________________________________________________________
56712 [  6996] By: jhi                                   on 2000/09/01  21:27:10
56713         Log: Update Changes.
56714      Branch: perl
56715            ! Changes patchlevel.h
56716 ____________________________________________________________________________
56717 [  6995] By: jhi                                   on 2000/09/01  21:14:24
56718         Log: Mi splgn s gnin.g
56719      Branch: perl
56720            ! pp_ctl.c
56721 ____________________________________________________________________________
56722 [  6994] By: jhi                                   on 2000/09/01  21:09:54
56723         Log: Subject: http:// in L<>
56724              From: Nicholas Clark <nick@ccl4.org>
56725              Date: Fri, 1 Sep 2000 22:03:21 +0100
56726              Message-ID: <20000901220321.B72074@plum.flirble.org>
56727      Branch: perl
56728            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
56729 ____________________________________________________________________________
56730 [  6993] By: jhi                                   on 2000/09/01  21:06:54
56731         Log: Update to Storable 1.0, from Raphael Manfredi.
56732      Branch: perl
56733            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
56734            ! ext/Storable/Makefile.PL ext/Storable/README
56735            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56736            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
56737            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
56738            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
56739            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
56740            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
56741 ____________________________________________________________________________
56742 [  6992] By: jhi                                   on 2000/09/01  20:43:05
56743         Log: Mention known sfio+linux buglet.
56744      Branch: perl
56745            ! pod/perldelta.pod
56746 ____________________________________________________________________________
56747 [  6991] By: jhi                                   on 2000/09/01  20:40:11
56748         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
56749              From: Peter Prymmer <pvhp@forte.com>
56750              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
56751              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
56752      Branch: perl
56753            ! vms/vms.c
56754 ____________________________________________________________________________
56755 [  6990] By: jhi                                   on 2000/09/01  20:25:26
56756         Log: Retract #6986.
56757      Branch: perl
56758            ! hints/solaris_2.sh
56759 ____________________________________________________________________________
56760 [  6989] By: jhi                                   on 2000/09/01  20:23:00
56761         Log: Mergesort is back.
56762      Branch: perl
56763            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
56764 ____________________________________________________________________________
56765 [  6988] By: jhi                                   on 2000/09/01  19:37:40
56766         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
56767              From: Mike Guy <mjtg@cam.ac.uk>
56768              Date: Fri, 01 Sep 2000 17:43:33 +0100
56769              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
56770      Branch: perl
56771            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
56772            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
56773 ____________________________________________________________________________
56774 [  6987] By: jhi                                   on 2000/09/01  19:17:10
56775         Log: Regen perltoc.
56776      Branch: perl
56777            ! pod/perltoc.pod
56778 ____________________________________________________________________________
56779 [  6986] By: jhi                                   on 2000/09/01  18:51:10
56780         Log: Subject: Re: Solaris x86 has no SPARC libraries!
56781              From: Lupe Christoph <lupe@lupe-christoph.de>
56782              Date: Fri, 1 Sep 2000 20:41:20 +0200
56783              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
56784      Branch: perl
56785            ! hints/solaris_2.sh
56786 ____________________________________________________________________________
56787 [  6985] By: jhi                                   on 2000/09/01  18:28:10
56788         Log: Update Changes.
56789      Branch: perl
56790            ! Changes patchlevel.h
56791 ____________________________________________________________________________
56792 [  6984] By: jhi                                   on 2000/09/01  18:26:53
56793         Log: Feature ordering tweak.
56794      Branch: perl
56795            ! myconfig.SH
56796 ____________________________________________________________________________
56797 [  6983] By: jhi                                   on 2000/09/01  18:19:50
56798         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56799              From: <abigail@foad.org>
56800              Date: Fri, 1 Sep 2000 13:07:32 -0400
56801              Message-ID: <20000901170732.18249.qmail@foad.org>
56802      Branch: perl
56803            ! t/pragma/overload.t
56804 ____________________________________________________________________________
56805 [  6982] By: jhi                                   on 2000/09/01  18:17:54
56806         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
56807              so that case-ignoring systems like DCL can tell them from
56808              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
56809      Branch: metaconfig/U/perl
56810            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
56811      Branch: perl
56812            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56813            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
56814            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
56815            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
56816            ! vos/config.def vos/config.h vos/config_h.SH_orig
56817            ! win32/config.bc win32/config.gc win32/config.vc
56818 ____________________________________________________________________________
56819 [  6981] By: nick                                  on 2000/09/01  17:21:57
56820         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
56821              warning when UNTIE exists and instead pass the cound of extra references to
56822              the UNTIE method.
56823      Branch: perl
56824            ! pod/perltie.pod pp_sys.c
56825 ____________________________________________________________________________
56826 [  6980] By: jhi                                   on 2000/09/01  16:54:44
56827         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
56828              From: Peter Prymmer <pvhp@forte.com>
56829              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
56830              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
56831      Branch: perl
56832            ! configure.com
56833 ____________________________________________________________________________
56834 [  6979] By: jhi                                   on 2000/09/01  16:06:20
56835         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
56836              From: Mike Guy <mjtg@cam.ac.uk> 
56837              Date: Fri, 01 Sep 2000 16:49:27 +0100
56838              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
56839      Branch: perl
56840            ! t/base/rs.t
56841 ____________________________________________________________________________
56842 [  6978] By: jhi                                   on 2000/09/01  16:00:42
56843         Log: Update to PodParser 1.18, from Brad Appleton.
56844      Branch: perl
56845            ! lib/Pod/Checker.pm t/pod/find.t
56846 ____________________________________________________________________________
56847 [  6977] By: jhi                                   on 2000/09/01  14:48:58
56848         Log: Subject: Nit in Configure (bleadperl@6961)
56849              From: Lupe Christoph <lupe@lupe-christoph.de>
56850              Date: Fri, 1 Sep 2000 16:34:29 +0200
56851              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
56852      Branch: metaconfig
56853            ! U/compline/ccflags.U
56854      Branch: perl
56855            ! Configure config_h.SH
56856 ____________________________________________________________________________
56857 [  6976] By: jhi                                   on 2000/09/01  14:39:52
56858         Log: Update Changes.
56859      Branch: perl
56860            ! Changes patchlevel.h
56861 ____________________________________________________________________________
56862 [  6975] By: jhi                                   on 2000/09/01  14:37:36
56863         Log: microperl config update.
56864      Branch: perl
56865            ! uconfig.h uconfig.sh
56866 ____________________________________________________________________________
56867 [  6974] By: jhi                                   on 2000/09/01  14:36:53
56868         Log: Document known deficiencies.
56869      Branch: perl
56870            ! pod/perldelta.pod
56871 ____________________________________________________________________________
56872 [  6973] By: jhi                                   on 2000/09/01  14:10:20
56873         Log: Mention warnings fixes and updates.
56874      Branch: perl
56875            ! pod/perldelta.pod
56876 ____________________________________________________________________________
56877 [  6972] By: jhi                                   on 2000/09/01  14:01:52
56878         Log: Drop unused argument.
56879              
56880              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
56881              From: Spider Boardman <spider@web.zk3.dec.com>
56882              Date: Thu, 31 Aug 2000 16:10:15 -0400
56883              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
56884      Branch: perl
56885            ! toke.c
56886 ____________________________________________________________________________
56887 [  6971] By: jhi                                   on 2000/09/01  13:59:24
56888         Log: Add the overload warnings to perldiag.
56889      Branch: perl
56890            ! lib/overload.pm pod/perldiag.pod
56891 ____________________________________________________________________________
56892 [  6970] By: jhi                                   on 2000/09/01  13:55:10
56893         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56894              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56895              Date: Fri, 1 Sep 2000 13:43:15 +0100 
56896              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
56897      Branch: perl
56898            ! lib/overload.pm t/pragma/overload.t
56899 ____________________________________________________________________________
56900 [  6969] By: jhi                                   on 2000/09/01  13:52:27
56901         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56902              From: <abigail@foad.org>
56903              Date: Fri, 1 Sep 2000 05:46:54 -0400
56904              Message-ID: <20000901094654.6476.qmail@foad.org>
56905      Branch: perl
56906            ! lib/overload.pm
56907 ____________________________________________________________________________
56908 [  6968] By: jhi                                   on 2000/09/01  13:50:05
56909         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
56910              From: Daniel Chetlin <daniel@chetlin.com>
56911              Date: Fri, 1 Sep 2000 02:10:55 -0700
56912              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
56913      Branch: perl
56914            ! pod/perlretut.pod
56915 ____________________________________________________________________________
56916 [  6967] By: jhi                                   on 2000/09/01  13:47:54
56917         Log: Part of the solution.
56918              
56919              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
56920              From: Mike Guy <mjtg@cam.ac.uk>
56921              Date: Fri, 01 Sep 2000 14:16:01 +0100
56922              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
56923      Branch: perl
56924            ! gv.c mg.c
56925 ____________________________________________________________________________
56926 [  6966] By: jhi                                   on 2000/09/01  13:46:17
56927         Log: Subject: CPAN.pm beta 1.57_57 for the core
56928              From: andreas.koenig@anima.de (Andreas J. Koenig)
56929              Date: 01 Sep 2000 15:16:31 +0200
56930              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
56931      Branch: perl
56932            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56933 ____________________________________________________________________________
56934 [  6965] By: jhi                                   on 2000/09/01  13:43:18
56935         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
56936              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56937              Date: Fri, 01 Sep 2000 01:47:22 -0500
56938              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
56939      Branch: perl
56940            ! pod/perldelta.pod vms/vms.c
56941 ____________________________________________________________________________
56942 [  6964] By: jhi                                   on 2000/09/01  13:35:35
56943         Log: File::Temp patches from Andreas König,
56944              
56945              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
56946              From: andreas.koenig@anima.de (Andreas J. Koenig)
56947              Date: 01 Sep 2000 10:07:20 +0200
56948              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
56949              
56950              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
56951              From: andreas.koenig@anima.de (Andreas J. Koenig)
56952              Date: 31 Aug 2000 23:26:08 +0200
56953              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
56954      Branch: perl
56955            ! lib/File/Temp.pm t/lib/ftmp-security.t
56956 ____________________________________________________________________________
56957 [  6963] By: jhi                                   on 2000/09/01  02:22:24
56958         Log: Retract the mergesort code, way too incompatible licensing
56959              and copyrights.
56960      Branch: perl
56961            ! pod/perldelta.pod pp_ctl.c
56962 ____________________________________________________________________________
56963 [  6962] By: jhi                                   on 2000/08/31  23:27:32
56964         Log: Update Changes.
56965      Branch: perl
56966            ! Changes patchlevel.h
56967 ____________________________________________________________________________
56968 [  6961] By: jhi                                   on 2000/08/31  23:20:04
56969         Log: Small tweaks all over.
56970      Branch: metaconfig
56971            ! U/compline/d_gconvert.U
56972      Branch: perl
56973            ! AUTHORS Configure config_h.SH pp_ctl.c
56974 ____________________________________________________________________________
56975 [  6960] By: jhi                                   on 2000/08/31  22:39:36
56976         Log: Further rewording.
56977      Branch: perl
56978            ! pp_ctl.c
56979 ____________________________________________________________________________
56980 [  6959] By: jhi                                   on 2000/08/31  21:26:44
56981         Log: More address tweaking.
56982      Branch: perl
56983            ! AUTHORS Changes
56984 ____________________________________________________________________________
56985 [  6958] By: jhi                                   on 2000/08/31  20:47:25
56986         Log: AUTHORS tweaks, from Peter Prymmer.
56987              
56988              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
56989              From: Peter Prymmer <pvhp@forte.com>
56990              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
56991              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
56992      Branch: perl
56993            ! AUTHORS MAINTAIN
56994 ____________________________________________________________________________
56995 [  6957] By: jhi                                   on 2000/08/31  20:34:43
56996         Log: perldelta tweaks.
56997      Branch: perl
56998            ! pod/perldelta.pod
56999 ____________________________________________________________________________
57000 [  6956] By: jhi                                   on 2000/08/31  19:11:06
57001         Log: Regen perltoc.
57002      Branch: perl
57003            ! pod/perltoc.pod
57004 ____________________________________________________________________________
57005 [  6955] By: jhi                                   on 2000/08/31  19:06:30
57006         Log: Clarify the mergesort situation.
57007      Branch: perl
57008            ! pp_ctl.c
57009 ____________________________________________________________________________
57010 [  6954] By: jhi                                   on 2000/08/31  18:24:17
57011         Log: Move the Solaris 7 scan to use64bitall, make the
57012              failure to find 64-bot sparc libc to mention the
57013              possibility of being in an intel, from Lupe and Alan.
57014      Branch: perl
57015            ! hints/solaris_2.sh
57016 ____________________________________________________________________________
57017 [  6953] By: jhi                                   on 2000/08/31  18:09:20
57018         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
57019              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
57020      Branch: metaconfig
57021            ! U/compline/d_gconvert.U U/threads/archname.U
57022      Branch: metaconfig/U/perl
57023            ! perlxv.U
57024      Branch: perl
57025            ! Configure config_h.SH sv.c
57026 ____________________________________________________________________________
57027 [  6952] By: jhi                                   on 2000/08/31  17:42:24
57028         Log: :: not allowed in pathnames, change to .
57029              
57030              Subject: [PATCH perl@6938] cygwin port
57031              From: "Fifer, Eric" <EFifer@sanwaint.com>
57032              Date: Thu, 31 Aug 2000 16:32:59 +0100
57033              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
57034      Branch: metaconfig/U/perl
57035            ! perlxv.U
57036 ____________________________________________________________________________
57037 [  6951] By: jhi                                   on 2000/08/31  17:02:05
57038         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
57039      Branch: perl
57040            ! perl.h
57041 ____________________________________________________________________________
57042 [  6950] By: jhi                                   on 2000/08/31  16:26:08
57043         Log: More author updates.
57044              
57045              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
57046              From: Simon Cozens <simon@cozens.net>
57047              Date: Thu, 31 Aug 2000 17:13:32 +0100
57048              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
57049      Branch: perl
57050            ! AUTHORS
57051 ____________________________________________________________________________
57052 [  6949] By: jhi                                   on 2000/08/31  16:04:49
57053         Log: POSIX doesn't report long double values under -Duselongdouble
57054              when the long doubles are "real" (bigger than doubles).
57055              
57056              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
57057              From: Spider Boardman <spider@peano.zk3.dec.com>
57058              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
57059              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
57060      Branch: perl
57061            ! ext/POSIX/POSIX.xs
57062 ____________________________________________________________________________
57063 [  6948] By: jhi                                   on 2000/08/31  15:25:10
57064         Log: Update Changes.
57065      Branch: perl
57066            ! Changes patchlevel.h
57067 ____________________________________________________________________________
57068 [  6947] By: jhi                                   on 2000/08/31  15:22:29
57069         Log: Document UNTIE in a very minimalistic way.
57070      Branch: perl
57071            ! pod/perlfunc.pod pod/perltie.pod
57072 ____________________________________________________________________________
57073 [  6946] By: jhi                                   on 2000/08/31  15:15:23
57074         Log: Document known failures.
57075      Branch: perl
57076            ! pod/perldelta.pod
57077 ____________________________________________________________________________
57078 [  6945] By: jhi                                   on 2000/08/31  15:07:00
57079         Log: Don't attach -ld to the archname if pointless.
57080      Branch: metaconfig
57081            ! U/threads/archname.U
57082      Branch: perl
57083            ! Configure config_h.SH
57084 ____________________________________________________________________________
57085 [  6944] By: jhi                                   on 2000/08/31  14:37:42
57086         Log: Wrap the test in eval.
57087              
57088              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
57089              From: Tim Jenness <timj@jach.hawaii.edu>
57090              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
57091              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
57092      Branch: perl
57093            ! t/lib/ftmp-security.t
57094 ____________________________________________________________________________
57095 [  6943] By: jhi                                   on 2000/08/31  14:30:57
57096         Log: Make -Dusemorebits find long doubles in Solaris.
57097      Branch: perl
57098            ! hints/solaris_2.sh
57099 ____________________________________________________________________________
57100 [  6942] By: jhi                                   on 2000/08/31  13:48:45
57101         Log: Clarify the third case of ftmp-security warnings.
57102      Branch: perl
57103            ! INSTALL
57104 ____________________________________________________________________________
57105 [  6941] By: jhi                                   on 2000/08/31  13:40:31
57106         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
57107              From: <abigail@foad.org>
57108              Date: Thu, 31 Aug 2000 01:35:05 -0400
57109              Message-ID: <20000831053505.32120.qmail@foad.org>
57110      Branch: perl
57111            ! pod/perldelta.pod
57112 ____________________________________________________________________________
57113 [  6940] By: jhi                                   on 2000/08/31  13:38:48
57114         Log: Issue useful diagnostic on unknown pod commands.
57115              
57116              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
57117              From: <abigail@foad.org>
57118              Date: Thu, 31 Aug 2000 03:41:18 -0400
57119              Message-ID: <20000831074118.24880.qmail@foad.org>
57120      Branch: perl
57121            ! lib/Pod/Man.pm
57122 ____________________________________________________________________________
57123 [  6939] By: jhi                                   on 2000/08/31  13:34:33
57124         Log: Reveal Borland's isnan.
57125              
57126              Subject: build with BC++ tweak
57127              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
57128              Date: Thu, 31 Aug 2000 13:09:37 +0400
57129              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
57130      Branch: perl
57131            ! win32/win32.h
57132 ____________________________________________________________________________
57133 [  6938] By: jhi                                   on 2000/08/31  05:01:20
57134         Log: Update Changes.
57135      Branch: perl
57136            ! Changes patchlevel.h
57137 ____________________________________________________________________________
57138 [  6937] By: jhi                                   on 2000/08/31  04:26:23
57139         Log: sscanf() may be the only way to read long doubles from strings.
57140      Branch: metaconfig/U/perl
57141            ! longdblfio.U
57142      Branch: perl
57143            ! Configure config_h.SH perl.h util.c
57144 ____________________________________________________________________________
57145 [  6936] By: jhi                                   on 2000/08/31  04:18:19
57146         Log: The #6929 was too skimpy.
57147      Branch: perl
57148            ! sv.c
57149 ____________________________________________________________________________
57150 [  6935] By: jhi                                   on 2000/08/31  02:47:07
57151         Log: Subject: Re: typos in pods
57152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57153              Date: Wed, 30 Aug 2000 19:25:34 -0700
57154              Message-ID: <eIcr5gzkg25X092yn@efn.org>
57155      Branch: perl
57156            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
57157 ____________________________________________________________________________
57158 [  6934] By: jhi                                   on 2000/08/31  02:42:55
57159         Log: Missed one Unicode file.
57160      Branch: perl
57161            + lib/unicode/UCDFF301.html
57162 ____________________________________________________________________________
57163 [  6933] By: jhi                                   on 2000/08/30  23:42:27
57164         Log: Update Changes.
57165      Branch: perl
57166            ! Changes patchlevel.h
57167 ____________________________________________________________________________
57168 [  6932] By: jhi                                   on 2000/08/30  23:40:07
57169         Log: Mention UNTIE in perldelta.  Still needs documenting
57170              in perltie et alia.
57171      Branch: perl
57172            ! pod/perldelta.pod
57173 ____________________________________________________________________________
57174 [  6931] By: jhi                                   on 2000/08/30  23:36:02
57175         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
57176              From: <abigail@foad.org>
57177              Date: Wed, 30 Aug 2000 19:28:07 -0400
57178              Message-ID: <20000830232807.305.qmail@foad.org>
57179      Branch: perl
57180            ! pod/perldelta.pod
57181 ____________________________________________________________________________
57182 [  6930] By: jhi                                   on 2000/08/30  23:32:40
57183         Log: Update to Unicode 3.0.1.
57184      Branch: perl
57185            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
57186            + lib/unicode/PropList.txt lib/unicode/README.perl
57187            + lib/unicode/UCD301.html lib/unicode/Unicode.301
57188            - lib/unicode/Props.txt lib/unicode/UCD300.html
57189            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
57190            ! (edit 257 files)
57191 ____________________________________________________________________________
57192 [  6929] By: jhi                                   on 2000/08/30  22:38:18
57193         Log: Heap decorruption.
57194              
57195              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
57196              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57197              Date: Wed, 30 Aug 2000 22:39:52 +0100
57198              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
57199      Branch: perl
57200            ! sv.c
57201 ____________________________________________________________________________
57202 [  6928] By: jhi                                   on 2000/08/30  22:29:34
57203         Log: Retract the dummy test, skip the security tests (instead of failing),
57204              explain what the warnings mean.
57205      Branch: perl
57206            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
57207 ____________________________________________________________________________
57208 [  6927] By: jhi                                   on 2000/08/30  22:14:13
57209         Log: Change the internal implementation of sort() to be mergesort
57210              instead of quicksort, from John Linderman <jpl@research.att.com>.
57211              Gives us better worst case, better average case, and stability.
57212              What's there not to like?  (Small fixes for threaded builds
57213              were required).
57214      Branch: perl
57215            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
57216 ____________________________________________________________________________
57217 [  6926] By: jhi                                   on 2000/08/30  20:55:20
57218         Log: A better fix for the Socket building problem from Craig Berry.
57219      Branch: perl
57220            ! vms/vms.c
57221 ____________________________________________________________________________
57222 [  6925] By: jhi                                   on 2000/08/30  20:20:25
57223         Log: Subject: [PATCH] Re: UNTIE method 
57224              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57225              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
57226              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
57227      Branch: perl
57228            ! pp_sys.c t/op/tie.t
57229 ____________________________________________________________________________
57230 [  6924] By: jhi                                   on 2000/08/30  20:17:11
57231         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
57232              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57233              Date: Wed, 30 Aug 2000 15:03:14 -0500
57234              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
57235      Branch: perl
57236            ! vms/vms.c
57237 ____________________________________________________________________________
57238 [  6923] By: jhi                                   on 2000/08/30  20:15:18
57239         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
57240              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57241              Date: Wed, 30 Aug 2000 13:30:36 -0500
57242              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
57243      Branch: perl
57244            ! vms/vms.c
57245 ____________________________________________________________________________
57246 [  6922] By: jhi                                   on 2000/08/30  19:54:43
57247         Log: Better options for rsync.
57248      Branch: perl
57249            ! pod/perlhack.pod
57250 ____________________________________________________________________________
57251 [  6921] By: jhi                                   on 2000/08/30  19:40:16
57252         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
57253              From: Rick Delaney <rick@consumercontact.com>
57254              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
57255              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
57256      Branch: perl
57257            ! pod/perlfunc.pod
57258 ____________________________________________________________________________
57259 [  6920] By: jhi                                   on 2000/08/30  19:36:40
57260         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
57261              From: Peter Prymmer <pvhp@forte.com>
57262              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
57263              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
57264      Branch: perl
57265            ! configure.com
57266 ____________________________________________________________________________
57267 [  6919] By: jhi                                   on 2000/08/30  14:52:02
57268         Log: Update Changes.
57269      Branch: perl
57270            ! Changes patchlevel.h
57271 ____________________________________________________________________________
57272 [  6918] By: jhi                                   on 2000/08/30  14:48:34
57273         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
57274      Branch: perl
57275            ! lib/ExtUtils/typemap
57276 ____________________________________________________________________________
57277 [  6917] By: jhi                                   on 2000/08/30  14:46:34
57278         Log: Subject: typos in pods
57279              From: Nicholas Clark <nick@ccl4.org>
57280              Date: Wed, 30 Aug 2000 01:12:50 +0100
57281              Message-ID: <20000830011249.A61388@plum.flirble.org>
57282      Branch: perl
57283            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
57284            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
57285            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
57286            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
57287 ____________________________________________________________________________
57288 [  6916] By: jhi                                   on 2000/08/30  14:19:09
57289         Log: Document Storable problems on Crays.  (Will have
57290              to document all the other Storable problems, too.)
57291      Branch: perl
57292            ! pod/perldelta.pod
57293 ____________________________________________________________________________
57294 [  6915] By: jhi                                   on 2000/08/30  14:06:02
57295         Log: Subject: [PATCH] fix misc cast warnings
57296              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57297              Date: Tue, 29 Aug 2000 23:16:14 -0700
57298              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
57299      Branch: perl
57300            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
57301            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
57302            ! os2/os2ish.h
57303 ____________________________________________________________________________
57304 [  6914] By: jhi                                   on 2000/08/30  14:03:45
57305         Log: Timestamp mismatch again.  Need to fix this dependence on
57306              config_h.SH timestamp, since it's the contents of config_h.SH
57307              that matter.
57308      Branch: perl
57309            ! uconfig.h uconfig.sh
57310 ____________________________________________________________________________
57311 [  6913] By: jhi                                   on 2000/08/30  13:54:06
57312         Log: Don't say "Perl 5.0 source kit".
57313      Branch: perl
57314            ! perl.c
57315 ____________________________________________________________________________
57316 [  6912] By: jhi                                   on 2000/08/30  13:51:24
57317         Log: Reset archname and archname64 always, forcing them be
57318              recomputed at each Configure run, make Configure and
57319              the hints files agree on the naming of largefiles variables.
57320      Branch: metaconfig
57321            ! U/threads/archname.U
57322      Branch: metaconfig/U/perl
57323            ! use64bits.U
57324      Branch: perl
57325            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
57326            ! hints/linux.sh hints/solaris_2.sh
57327 ____________________________________________________________________________
57328 [  6911] By: jhi                                   on 2000/08/30  13:30:13
57329         Log: Put back the slice accidentally removed by #6907.
57330      Branch: perl
57331            ! hints/solaris_2.sh
57332 ____________________________________________________________________________
57333 [  6910] By: jhi                                   on 2000/08/30  01:24:26
57334         Log: Be consistent: other Net::get* do export theirs.
57335              
57336              Subject: Re: Net::protoent does not export 'getproto'
57337              From: Yasushi Nakajima <sey@jkc.co.jp>
57338              Date: Wed, 30 Aug 2000 09:53:14 +0900
57339              Message-Id: <200008300051.DAA24700@taku.hut.fi>
57340      Branch: perl
57341            ! lib/Net/protoent.pm
57342 ____________________________________________________________________________
57343 [  6909] By: jhi                                   on 2000/08/30  01:17:25
57344         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
57345              From: Gurusamy Sarathy <gsar@ActiveState.com>
57346              Date: Tue, 29 Aug 2000 17:17:07 -0700
57347              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
57348      Branch: perl
57349            ! cop.h
57350 ____________________________________________________________________________
57351 [  6908] By: jhi                                   on 2000/08/30  00:58:05
57352         Log: Update Changes.
57353      Branch: perl
57354            ! Changes patchlevel.h
57355 ____________________________________________________________________________
57356 [  6907] By: jhi                                   on 2000/08/30  00:57:22
57357         Log: Introduce ccname to keep track of what compiler kind of we have.
57358      Branch: metaconfig/U/perl
57359            ! Checkcc.U gccvers.U
57360      Branch: perl
57361            ! Configure config_h.SH hints/solaris_2.sh
57362 ____________________________________________________________________________
57363 [  6906] By: jhi                                   on 2000/08/30  00:25:47
57364         Log: Put back the flags dump as reasoned in
57365              
57366              Subject: Re: [PATCH] Glob dumping
57367              From: Mike Guy <mjtg@cam.ac.uk> 
57368              Date: Tue, 29 Aug 2000 21:41:32 +0100
57369              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
57370      Branch: perl
57371            ! dump.c t/lib/peek.t
57372 ____________________________________________________________________________
57373 [  6905] By: jhi                                   on 2000/08/30  00:16:17
57374         Log: Make the epsilon to be relative, not absolute.
57375              
57376              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
57377              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
57378              Date: Tue, 29 Aug 2000 19:58:56 -0400
57379              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
57380      Branch: perl
57381            ! t/lib/trig.t
57382 ____________________________________________________________________________
57383 [  6904] By: jhi                                   on 2000/08/30  00:13:09
57384         Log: From now on, Gisle is on my list of usual suspects :-)
57385              Retract #6902.
57386      Branch: perl
57387            ! ext/Opcode/Safe.pm
57388 ____________________________________________________________________________
57389 [  6903] By: jhi                                   on 2000/08/29  23:51:20
57390         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
57391              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57392              Date: Tue, 29 Aug 2000 18:43:26 -0500
57393              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
57394      Branch: perl
57395            + vms/vmspipe.com
57396            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
57397            ! vms/vms.c
57398 ____________________________________________________________________________
57399 [  6902] By: jhi                                   on 2000/08/29  23:44:14
57400         Log: Retry what #6882 attempted.
57401              
57402              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
57403              From: Gisle Aas <gisle@ActiveState.com>
57404              Date: 30 Aug 2000 00:33:09 +0200
57405              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
57406      Branch: perl
57407            ! ext/Opcode/Safe.pm
57408 ____________________________________________________________________________
57409 [  6901] By: jhi                                   on 2000/08/29  22:59:32
57410         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
57411              From: Hugo <hv@crypt.compulink.co.uk>
57412              Date: Mon, 12 Jun 2000 19:36:08 +0100
57413              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
57414      Branch: perl
57415            ! sv.c
57416 ____________________________________________________________________________
57417 [  6900] By: jhi                                   on 2000/08/29  22:58:35
57418         Log: Admit that we are leaking scalars.
57419              
57420              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
57421              From: Spider Boardman <spider@leggy.zk3.dec.com>
57422              Date: Tue, 29 Aug 2000 18:48:29 -0400
57423              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
57424      Branch: perl
57425            ! t/pragma/warnings.t
57426 ____________________________________________________________________________
57427 [  6899] By: jhi                                   on 2000/08/29  20:53:13
57428         Log: Update Changes.
57429      Branch: perl
57430            ! Changes patchlevel.h
57431 ____________________________________________________________________________
57432 [  6898] By: jhi                                   on 2000/08/29  20:46:21
57433         Log: Undo namespace pollution of #6878.
57434              
57435              Subject: Re: Net::protoent does not export 'getproto'
57436              From: Mike Guy <mjtg@cam.ac.uk>
57437              Date: Tue, 29 Aug 2000 21:32:37 +0100
57438              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
57439      Branch: perl
57440            ! lib/Net/protoent.pm
57441 ____________________________________________________________________________
57442 [  6897] By: jhi                                   on 2000/08/29  20:44:29
57443         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
57444              From: Peter Prymmer <pvhp@forte.com>
57445              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
57446              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
57447      Branch: perl
57448            ! pod/perlebcdic.pod
57449 ____________________________________________________________________________
57450 [  6896] By: jhi                                   on 2000/08/29  20:40:57
57451         Log: There's no point repeating the 'revision' (5) of perl5.
57452      Branch: metaconfig/U/perl
57453            ! Devel.U patchlevel.U
57454      Branch: perl
57455            ! Configure config_h.SH
57456 ____________________________________________________________________________
57457 [  6895] By: jhi                                   on 2000/08/29  20:16:58
57458         Log: Regen Configure for #6894.
57459      Branch: metaconfig/U/perl
57460            ! perladmin.U
57461      Branch: perl
57462            ! Configure config_h.SH
57463 ____________________________________________________________________________
57464 [  6894] By: jhi                                   on 2000/08/29  19:59:52
57465         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
57466              From: "Philip Newton" <Philip.Newton@gmx.net>
57467              Date: Tue, 29 Aug 2000 21:39:14 +0200
57468              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
57469      Branch: perl
57470            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
57471            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
57472            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
57473            ! utils/perlbug.PL
57474 ____________________________________________________________________________
57475 [  6893] By: jhi                                   on 2000/08/29  19:55:30
57476         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
57477              From: "Philip Newton" <Philip.Newton@gmx.net>
57478              Date: Tue, 29 Aug 2000 21:39:14 +0200
57479              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
57480      Branch: perl
57481            ! installhtml
57482 ____________________________________________________________________________
57483 [  6892] By: jhi                                   on 2000/08/29  19:53:59
57484         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
57485              From: "Philip Newton" <Philip.Newton@gmx.net>
57486              Date: Tue, 29 Aug 2000 21:48:18 +0200
57487              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
57488      Branch: perl
57489            ! lib/File/Temp.pm
57490 ____________________________________________________________________________
57491 [  6891] By: jhi                                   on 2000/08/29  18:30:03
57492         Log: Nail the ID 20000828.023.
57493      Branch: perl
57494            ! ext/Storable/Storable.xs
57495 ____________________________________________________________________________
57496 [  6890] By: jhi                                   on 2000/08/29  16:50:17
57497         Log: Under usethreads the dumped variable is IN_PAD.
57498              
57499              Subject: Re: [PATCH] Glob dumping
57500              From: Gisle Aas <gisle@ActiveState.com>
57501              Date: 29 Aug 2000 18:45:05 +0200
57502              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
57503      Branch: perl
57504            ! t/lib/peek.t
57505 ____________________________________________________________________________
57506 [  6889] By: jhi                                   on 2000/08/29  15:17:37
57507         Log: Update Changes.
57508      Branch: perl
57509            ! Changes patchlevel.h
57510 ____________________________________________________________________________
57511 [  6888] By: jhi                                   on 2000/08/29  14:49:59
57512         Log: Retract #6882, broke the safe tests.
57513      Branch: perl
57514            ! ext/Opcode/Safe.pm
57515 ____________________________________________________________________________
57516 [  6887] By: jhi                                   on 2000/08/29  14:47:06
57517         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
57518              From: Gisle Aas <gisle@ActiveState.com> 
57519              Date: 09 Jun 2000 20:00:11 +0200
57520              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
57521      Branch: perl
57522            ! utils/perldoc.PL
57523 ____________________________________________________________________________
57524 [  6886] By: jhi                                   on 2000/08/29  14:42:45
57525         Log: The #6881 removed one dump line.
57526      Branch: perl
57527            ! t/lib/peek.t
57528 ____________________________________________________________________________
57529 [  6885] By: jhi                                   on 2000/08/29  14:30:47
57530         Log: Don't forget to tidy up.
57531      Branch: perl
57532            ! t/lib/ftmp-security.t
57533 ____________________________________________________________________________
57534 [  6884] By: jhi                                   on 2000/08/29  14:25:17
57535         Log: Disabling the one test is a bit tricky.
57536      Branch: perl
57537            ! t/lib/ftmp-security.t
57538 ____________________________________________________________________________
57539 [  6883] By: jhi                                   on 2000/08/29  14:16:25
57540         Log: Disable one of the tests for now.
57541      Branch: perl
57542            ! t/lib/ftmp-security.t
57543 ____________________________________________________________________________
57544 [  6882] By: jhi                                   on 2000/08/29  14:05:50
57545         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
57546              From: gisle@aas.no
57547              Date: 29 Aug 2000 10:35:06 -0000
57548              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
57549      Branch: perl
57550            ! ext/Opcode/Safe.pm
57551 ____________________________________________________________________________
57552 [  6881] By: jhi                                   on 2000/08/29  14:03:51
57553         Log: Subject: [PATCH] Glob dumping
57554              From: Gisle Aas <gisle@ActiveState.com>
57555              Date: 29 Aug 2000 07:59:42 -0000
57556              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
57557      Branch: perl
57558            ! dump.c
57559 ____________________________________________________________________________
57560 [  6880] By: jhi                                   on 2000/08/29  14:02:01
57561         Log: Subject: [PATCH] Warnings in B::Deparse
57562              From: <abigail@foad.org>
57563              Date: Tue, 29 Aug 2000 00:00:01 -0400
57564              Message-ID: <20000829040001.2999.qmail@foad.org>
57565      Branch: perl
57566            ! ext/B/B/Deparse.pm
57567 ____________________________________________________________________________
57568 [  6879] By: jhi                                   on 2000/08/29  13:57:26
57569         Log: Missed a change in #6869.
57570      Branch: perl
57571            ! mg.c
57572 ____________________________________________________________________________
57573 [  6878] By: jhi                                   on 2000/08/29  13:45:04
57574         Log: Subject: Net::protoent does not export 'getproto'
57575              From: Yasushi Nakajima <sey@jkc.co.jp>
57576              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
57577      Branch: perl
57578            ! lib/Net/protoent.pm
57579 ____________________________________________________________________________
57580 [  6877] By: jhi                                   on 2000/08/29  13:39:19
57581         Log: Patches all over for people and the files they (hopefully) care about.
57582      Branch: perl
57583            ! AUTHORS Changes MAINTAIN
57584 ____________________________________________________________________________
57585 [  6876] By: jhi                                   on 2000/08/29  12:53:54
57586         Log: Fix for thinko in #6848.
57587              
57588              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
57589              From: Lupe Christoph <lupe@lupe-christoph.de>
57590              Date: Tue, 29 Aug 2000 09:04:08 +0200
57591              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
57592      Branch: perl
57593            ! ext/Thread/Thread.xs
57594 ____________________________________________________________________________
57595 [  6875] By: jhi                                   on 2000/08/29  12:50:14
57596         Log: Update to Getopt::Long 2.24, from Johan Vromans.
57597      Branch: perl
57598            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
57599 ____________________________________________________________________________
57600 [  6874] By: jhi                                   on 2000/08/29  02:09:53
57601         Log: Use minimal @INC in tests, most of the time just '../lib',
57602              so that we simply can't pick up stuff from other Perls than
57603              the one we are testing.  Pointed out by
57604              
57605              From: Mike Guy <mjtg@cam.ac.uk>
57606              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
57607              Date: Fri, 25 Aug 2000 15:15:59 +0100
57608              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
57609      Branch: perl
57610            ! (edit 185 files)
57611 ____________________________________________________________________________
57612 [  6873] By: jhi                                   on 2000/08/29  01:07:11
57613         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
57614              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57615              Date: Mon, 28 Aug 2000 17:45:52 -0700
57616              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
57617      Branch: perl
57618            ! Makefile.SH hints/os2.sh
57619 ____________________________________________________________________________
57620 [  6872] By: jhi                                   on 2000/08/28  23:33:39
57621         Log: Subject: [PATCH bleedperl@6866] spellings
57622              From: marcel@codewerk.com (Marcel Grunauer)
57623              Date: Tue, 29 Aug 2000 01:19:59 +0200
57624              Message-Id: <200008282319.BAA29862@gandalf.local>
57625      Branch: perl
57626            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
57627            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
57628            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
57629 ____________________________________________________________________________
57630 [  6871] By: jhi                                   on 2000/08/28  23:22:09
57631         Log: Take out the SUIDMAIL thing, that will not be
57632              a problem in 5.7.*.
57633      Branch: perl
57634            ! patchlevel.h
57635 ____________________________________________________________________________
57636 [  6870] By: jhi                                   on 2000/08/28  23:19:30
57637         Log: -S is the silent flag, -s is the strip flag.
57638              
57639              Subject: [PATCH] Re: [PATCH] make no-install          
57640              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57641              Date: Mon, 28 Aug 2000 15:12:55 -0700
57642              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
57643      Branch: perl
57644            ! Makefile.SH
57645 ____________________________________________________________________________
57646 [  6869] By: jhi                                   on 2000/08/28  23:12:05
57647         Log: Subject: [PATCH bleedperl@6856] warnings fixes
57648              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57649              Date: Mon, 28 Aug 2000 23:55:06 +0100
57650              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
57651      Branch: perl
57652            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
57653            ! warnings.h warnings.pl
57654 ____________________________________________________________________________
57655 [  6868] By: jhi                                   on 2000/08/28  21:38:22
57656         Log: Potential cruft.
57657      Branch: perl
57658            ! Makefile.SH
57659 ____________________________________________________________________________
57660 [  6867] By: jhi                                   on 2000/08/28  21:35:36
57661         Log: Update Changes.
57662      Branch: perl
57663            ! Changes patchlevel.h
57664 ____________________________________________________________________________
57665 [  6866] By: jhi                                   on 2000/08/28  21:33:49
57666         Log: Subject: hv.h Doc Patch
57667              From: Fisher Mark <fisherm@tce.com>
57668              Date: Mon, 28 Aug 2000 16:24:59 -0500
57669              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
57670      Branch: perl
57671            ! hv.h
57672 ____________________________________________________________________________
57673 [  6865] By: jhi                                   on 2000/08/28  21:02:15
57674         Log: Add -ld to archname on long tr...double platforms.
57675      Branch: metaconfig
57676            ! U/threads/archname.U
57677      Branch: perl
57678            ! Configure config_h.SH
57679 ____________________________________________________________________________
57680 [  6864] By: jhi                                   on 2000/08/28  20:38:59
57681         Log: An attempt to fix the problem reported in
57682              
57683              Subject: Building perl@6856 using gcc/AIX 4.3.3 
57684              From: Daniel Muino <dmuino@afip.gov.ar> 
57685              Date: Mon, 28 Aug 2000 15:50:01 -0300   
57686              Message-ID: <20000828155001.A14403@con2-dgi>
57687              
57688              I can't test this properly since the gcc installation I have
57689              access to seems to be botched (gcc is calling the AIX cpp,
57690              a losing proposition...)
57691      Branch: perl
57692            ! hints/aix.sh
57693 ____________________________________________________________________________
57694 [  6863] By: jhi                                   on 2000/08/28  18:57:52
57695         Log: Fix for ID 20000828.001, long doubles were not formatted
57696              correctly (showed up in $], which stopped installing perl).
57697      Branch: perl
57698            ! sv.c
57699 ____________________________________________________________________________
57700 [  6862] By: jhi                                   on 2000/08/28  18:07:15
57701         Log: Typo in #6858.
57702      Branch: perl
57703            ! lib/Cwd.pm
57704 ____________________________________________________________________________
57705 [  6861] By: jhi                                   on 2000/08/28  17:57:27
57706         Log: opmini.o may be left around if a build is interrupted.
57707      Branch: perl
57708            ! Makefile.SH
57709 ____________________________________________________________________________
57710 [  6860] By: jhi                                   on 2000/08/28  16:52:50
57711         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
57712              From: Daniel Chetlin <daniel@chetlin.com>
57713              Date: Mon, 28 Aug 2000 01:14:18 -0700
57714              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
57715      Branch: perl
57716            ! lib/overload.pm
57717 ____________________________________________________________________________
57718 [  6859] By: jhi                                   on 2000/08/28  16:08:46
57719         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
57720              From: Nicholas Clark <nick@ccl4.org>
57721              Date: Mon, 28 Aug 2000 16:03:27 +0100
57722              Message-Id: <20000828160327.C49785@plum.flirble.org>
57723      Branch: perl
57724            ! ext/ByteLoader/bytecode.h
57725 ____________________________________________________________________________
57726 [  6858] By: jhi                                   on 2000/08/28  16:02:10
57727         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
57728              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
57729              Date: Mon, 28 Aug 2000 13:08:30 +0200
57730              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
57731      Branch: perl
57732            ! lib/Cwd.pm
57733 ____________________________________________________________________________
57734 [  6857] By: jhi                                   on 2000/08/28  15:42:47
57735         Log: display_format used as a class method without arguments was broken,
57736              reported in
57737              
57738              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
57739              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
57740              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
57741              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
57742      Branch: perl
57743            ! lib/Math/Complex.pm t/lib/complex.t
57744 ____________________________________________________________________________
57745 [  6856] By: jhi                                   on 2000/08/27  22:09:48
57746         Log: Update Changes.
57747      Branch: perl
57748            ! Changes patchlevel.h
57749 ____________________________________________________________________________
57750 [  6855] By: jhi                                   on 2000/08/27  21:59:21
57751         Log: Retract #6853 (false alarm).
57752      Branch: perl
57753            ! lib/ExtUtils/xsubpp
57754 ____________________________________________________________________________
57755 [  6854] By: jhi                                   on 2000/08/27  21:37:44
57756         Log: Update Changes.
57757      Branch: perl
57758            ! Changes patchlevel.h
57759 ____________________________________________________________________________
57760 [  6853] By: jhi                                   on 2000/08/27  21:37:16
57761         Log: Subject: [PATCH perl@6850] workaround for xsubpp
57762              From: Hugo <hv@crypt.compulink.co.uk>
57763              Date: Sun, 27 Aug 2000 22:30:25 +0100
57764              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
57765      Branch: perl
57766            ! lib/ExtUtils/xsubpp
57767 ____________________________________________________________________________
57768 [  6852] By: jhi                                   on 2000/08/27  21:33:58
57769         Log: Big-endian 64-bit patch from Raphael Manfredi.
57770      Branch: perl
57771            ! ext/Storable/Storable.xs
57772 ____________________________________________________________________________
57773 [  6851] By: jhi                                   on 2000/08/27  21:22:21
57774         Log: More ruthless editing from Hugo van der Sanden.
57775      Branch: perl
57776            ! pod/perldelta.pod
57777 ____________________________________________________________________________
57778 [  6850] By: jhi                                   on 2000/08/27  16:11:46
57779         Log: Update Changes.
57780      Branch: perl
57781            ! Changes patchlevel.h
57782 ____________________________________________________________________________
57783 [  6849] By: jhi                                   on 2000/08/27  16:11:05
57784         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
57785      Branch: perl
57786            ! configpm pod/perldelta.pod
57787 ____________________________________________________________________________
57788 [  6848] By: jhi                                   on 2000/08/27  15:35:08
57789         Log: Use the actual thread type, not the pointer-to-struct.
57790      Branch: perl
57791            ! ext/Thread/Thread.xs
57792 ____________________________________________________________________________
57793 [  6847] By: jhi                                   on 2000/08/27  15:30:49
57794         Log: Test nit.
57795      Branch: perl
57796            ! t/pragma/warn/pp_sys
57797 ____________________________________________________________________________
57798 [  6846] By: jhi                                   on 2000/08/27  15:19:02
57799         Log: Passing -R in ldflags makes now it to appear in the default
57800              for lddlflags, just like with -L.
57801              
57802              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57803              From: Lupe Christoph <lupe@lupe-christoph.de>
57804              Date: Sun, 27 Aug 2000 10:28:21 +0200
57805              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
57806      Branch: metaconfig/U/perl
57807            ! dlsrc.U
57808      Branch: perl
57809            ! Configure
57810 ____________________________________________________________________________
57811 [  6845] By: jhi                                   on 2000/08/27  15:08:54
57812         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57813              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57814              Date: Sat, 26 Aug 2000 22:23:27 +0100
57815              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
57816      Branch: perl
57817            ! lib/ExtUtils/MM_Unix.pm
57818 ____________________________________________________________________________
57819 [  6844] By: jhi                                   on 2000/08/27  15:02:37
57820         Log: DJGPP update from Laszlo Molnar.
57821              
57822              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
57823              From: ml1050 <ml1050@freemail.hu>
57824              Date: Sat, 26 Aug 2000 23:24:40 +0200
57825              Message-Id: <20000826232440.A439@freemail.hu>
57826      Branch: perl
57827            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
57828            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
57829 ____________________________________________________________________________
57830 [  6843] By: jhi                                   on 2000/08/27  14:53:58
57831         Log: Subject: installman buglet
57832              From: Lupe Christoph <lupe@lupe-christoph.de>
57833              Date: Sun, 27 Aug 2000 14:38:59 +0200
57834              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
57835      Branch: perl
57836            ! installman
57837 ____________________________________________________________________________
57838 [  6842] By: jhi                                   on 2000/08/27  14:52:08
57839         Log: Can't get the test to reliably work thanks to the
57840              inaccurateness of floating point.  "Resolves" bug ids
57841              20000826.003, 20000826.009, 20000826.010,
57842      Branch: perl
57843            ! t/lib/trig.t
57844 ____________________________________________________________________________
57845 [  6841] By: jhi                                   on 2000/08/26  15:53:58
57846         Log: Update Changes.
57847      Branch: perl
57848            ! Changes patchlevel.h
57849 ____________________________________________________________________________
57850 [  6840] By: jhi                                   on 2000/08/26  14:23:03
57851         Log: grep -e isn't portable.
57852              
57853              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
57854              From: chris@broadband.att.com
57855              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
57856              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
57857      Branch: perl
57858            ! hints/solaris_2.sh
57859 ____________________________________________________________________________
57860 [  6839] By: jhi                                   on 2000/08/26  14:12:23
57861         Log: no-install target a la make -n.
57862              
57863              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
57864              From: <abigail@foad.org>
57865              Date: Sat, 26 Aug 2000 03:57:34 -0400
57866              Message-ID: <20000826075735.18912.qmail@foad.org>
57867      Branch: perl
57868            ! Makefile.SH installman installperl
57869 ____________________________________________________________________________
57870 [  6838] By: jhi                                   on 2000/08/26  14:06:33
57871         Log: Retract #6826 as the #6828 should be do the same
57872              in a More Correct Way.
57873      Branch: perl
57874            ! installperl
57875 ____________________________________________________________________________
57876 [  6837] By: jhi                                   on 2000/08/26  05:24:00
57877         Log: More casting.
57878      Branch: perl
57879            ! ext/Storable/Storable.xs
57880 ____________________________________________________________________________
57881 [  6836] By: jhi                                   on 2000/08/26  05:05:46
57882         Log: Nicer in decimal.
57883      Branch: perl
57884            ! ext/Storable/Storable.xs
57885 ____________________________________________________________________________
57886 [  6835] By: jhi                                   on 2000/08/26  05:03:50
57887         Log: There be no UVdf.
57888      Branch: perl
57889            ! ext/Storable/Storable.xs
57890 ____________________________________________________________________________
57891 [  6834] By: jhi                                   on 2000/08/26  05:00:18
57892         Log: Continue IVdfing and UVxfing.
57893      Branch: perl
57894            ! ext/Storable/Storable.xs
57895 ____________________________________________________________________________
57896 [  6833] By: jhi                                   on 2000/08/26  04:53:14
57897         Log: Use IVdf.
57898      Branch: perl
57899            ! ext/Storable/Storable.xs
57900 ____________________________________________________________________________
57901 [  6832] By: jhi                                   on 2000/08/26  04:40:41
57902         Log: Document PTR2XX and INT2PTR.
57903      Branch: perl
57904            ! pod/perlguts.pod
57905 ____________________________________________________________________________
57906 [  6831] By: jhi                                   on 2000/08/26  04:33:18
57907         Log: Use UVxf, PTR2UV, NVff.
57908      Branch: perl
57909            ! ext/Storable/Storable.xs
57910 ____________________________________________________________________________
57911 [  6830] By: jhi                                   on 2000/08/26  04:31:32
57912         Log: Update the test count.
57913      Branch: perl
57914            ! t/lib/trig.t
57915 ____________________________________________________________________________
57916 [  6829] By: jhi                                   on 2000/08/26  03:05:50
57917         Log: Subject: [PATCH] installation not quite silent yet.
57918              From: <abigail@foad.org>
57919              Date: Fri, 25 Aug 2000 20:07:53 -0400
57920              Message-ID: <20000826000753.7822.qmail@foad.org>
57921      Branch: perl
57922            ! installman installperl
57923 ____________________________________________________________________________
57924 [  6828] By: jhi                                   on 2000/08/26  03:05:14
57925         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57926              From: Spider Boardman <spider@web.zk3.dec.com>
57927              Date: Fri, 25 Aug 2000 19:12:40 -0400
57928              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
57929      Branch: perl
57930            ! gv.c
57931 ____________________________________________________________________________
57932 [  6827] By: jhi                                   on 2000/08/25  23:54:34
57933         Log: Support preserving extremely big/small angles.
57934      Branch: perl
57935            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
57936 ____________________________________________________________________________
57937 [  6826] By: jhi                                   on 2000/08/25  23:01:20
57938         Log: Patch installperl to be long double-aware.
57939              
57940              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57941              From: Spider Boardman <spider@web.zk3.dec.com>
57942              Date: Fri, 25 Aug 2000 18:15:23 -0400
57943              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
57944      Branch: perl
57945            ! installperl
57946 ____________________________________________________________________________
57947 [  6825] By: jhi                                   on 2000/08/25  22:58:25
57948         Log: Remove duplicately applied patch shards.
57949              
57950              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
57951              From: Spider Boardman <spider@leggy.zk3.dec.com>
57952              Date: Fri, 25 Aug 2000 16:45:03 -0400
57953              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
57954      Branch: perl
57955            ! t/lib/cgi-html.t
57956 ____________________________________________________________________________
57957 [  6824] By: jhi                                   on 2000/08/25  22:57:00
57958         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57959              From: Daniel Chetlin <daniel@chetlin.com>
57960              Date: Fri, 25 Aug 2000 12:23:16 -0700
57961              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
57962              
57963              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57964              From: Daniel Chetlin <daniel@chetlin.com>
57965              Date: Fri, 25 Aug 2000 14:47:19 -0700
57966              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
57967      Branch: perl
57968            ! installman
57969 ____________________________________________________________________________
57970 [  6823] By: jhi                                   on 2000/08/25  22:44:17
57971         Log: Timestamp problem?
57972      Branch: perl
57973            ! uconfig.h uconfig.sh
57974 ____________________________________________________________________________
57975 [  6822] By: jhi                                   on 2000/08/25  19:01:06
57976         Log: One forgotten file from #6816.
57977      Branch: perl
57978            ! vos/config.h
57979 ____________________________________________________________________________
57980 [  6821] By: jhi                                   on 2000/08/25  18:56:39
57981         Log: Regen Changes.
57982      Branch: perl
57983            ! Changes patchlevel.h
57984 ____________________________________________________________________________
57985 [  6820] By: jhi                                   on 2000/08/25  18:52:35
57986         Log: Fix Changes ordering.
57987      Branch: perl
57988            ! Changes
57989 ____________________________________________________________________________
57990 [  6819] By: jhi                                   on 2000/08/25  18:50:25
57991         Log: Update Changes.
57992      Branch: perl
57993            ! Changes patchlevel.h
57994 ____________________________________________________________________________
57995 [  6818] By: jhi                                   on 2000/08/25  18:47:45
57996         Log: Tweak the sfio/useperlio logic, hopefully as wished in
57997              
57998              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
57999              From: Nicholas Clark <nick@babyhippo.co.uk>
58000              Date: Fri, 25 Aug 2000 12:01:45 +0100
58001              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
58002      Branch: metaconfig/U/perl
58003            ! d_sfio.U
58004      Branch: perl
58005            ! Configure
58006 ____________________________________________________________________________
58007 [  6817] By: jhi                                   on 2000/08/25  18:32:51
58008         Log: Allow microperl to assume <math.h>, without it the math
58009              functions like floor() are assumed to return int, which makes
58010              for core dumps in machines where integer and floating register
58011              don't mix.
58012      Branch: perl
58013            ! uconfig.h uconfig.sh
58014 ____________________________________________________________________________
58015 [  6816] By: jhi                                   on 2000/08/25  18:27:17
58016         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
58017              the problem reported in
58018              
58019              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
58020              From: danhale@us.ibm.com
58021              Date: Fri, 25 Aug 2000 10:58:06 -0400
58022              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
58023      Branch: metaconfig/U/perl
58024            + d_socks5_init.U
58025      Branch: perl
58026            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
58027            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
58028            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
58029            ! win32/config.gc win32/config.vc
58030 ____________________________________________________________________________
58031 [  6815] By: jhi                                   on 2000/08/25  17:43:31
58032         Log: A solution for the retrieve_fd autosplit warning,
58033              idea suggested by Mike Guy.
58034      Branch: perl
58035            ! ext/Storable/Storable.pm
58036 ____________________________________________________________________________
58037 [  6814] By: jhi                                   on 2000/08/25  17:16:03
58038         Log: Add install-silent target.
58039      Branch: perl
58040            ! Makefile.SH
58041 ____________________________________________________________________________
58042 [  6813] By: jhi                                   on 2000/08/25  17:14:23
58043         Log: Subject: Re: [PATCH] More silencing of installman.
58044              From: <abigail@foad.org>
58045              Date: Thu, 24 Aug 2000 19:27:03 -0400
58046              Message-ID: <20000824232703.7001.qmail@foad.org>
58047              
58048              Subject: Re: [PATCH] More silencing of installman.
58049              From: <abigail@foad.org>
58050              Date: Fri, 25 Aug 2000 03:00:58 -0400
58051              Message-ID: <20000825070058.10697.qmail@foad.org>
58052      Branch: perl
58053            ! installman
58054 ____________________________________________________________________________
58055 [  6812] By: jhi                                   on 2000/08/25  17:11:28
58056         Log: installperl --verbose and --silent.
58057              
58058              Subject: Re: [PATCH] More silencing of installman.
58059              From: <abigail@foad.org>
58060              Message-ID: <20000825064430.9719.qmail@foad.org>
58061              Date: Fri, 25 Aug 2000 02:44:30 -0400
58062      Branch: perl
58063            ! installperl
58064 ____________________________________________________________________________
58065 [  6811] By: jhi                                   on 2000/08/25  17:05:43
58066         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
58067              From: "Peter J. Farley III" <pjfarley@banet.net>
58068              Date: Thu, 24 Aug 2000 21:58:03 -0400
58069              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
58070              
58071              (applied slightly modified)
58072      Branch: perl
58073            ! lib/ExtUtils/MM_Unix.pm
58074 ____________________________________________________________________________
58075 [  6810] By: jhi                                   on 2000/08/25  17:01:18
58076         Log: Missing parts of 
58077              
58078              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
58079              From: Peter Prymmer <pvhp@forte.com>
58080              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
58081              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
58082      Branch: perl
58083            ! t/lib/cgi-html.t
58084 ____________________________________________________________________________
58085 [  6809] By: jhi                                   on 2000/08/25  16:46:32
58086         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
58087              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58088              Date: Thu, 24 Aug 2000 19:13:11 -0500
58089              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
58090      Branch: perl
58091            ! vms/vms.c
58092 ____________________________________________________________________________
58093 [  6808] By: jhi                                   on 2000/08/25  16:39:22
58094         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
58095              From: Peter Prymmer <pvhp@forte.com>
58096              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
58097              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
58098      Branch: perl
58099            ! configure.com
58100 ____________________________________________________________________________
58101 [  6807] By: jhi                                   on 2000/08/25  16:36:37
58102         Log: Better wording for the vec lvalue diagnostic.
58103              
58104              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
58105              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58106              Date: Wed, 23 Aug 2000 14:12:16 -0400
58107              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
58108      Branch: perl
58109            ! pod/perldiag.pod
58110 ____________________________________________________________________________
58111 [  6806] By: jhi                                   on 2000/08/24  18:17:22
58112         Log: Subject: [PATCH] More silencing of installman.
58113              From: <abigail@foad.org>
58114              Date: Thu, 24 Aug 2000 14:01:44 -0400
58115              Message-ID: <20000824180144.20062.qmail@foad.org>
58116      Branch: perl
58117            ! installman
58118 ____________________________________________________________________________
58119 [  6805] By: jhi                                   on 2000/08/24  15:00:31
58120         Log: Update Changes.
58121      Branch: perl
58122            ! Changes patchlevel.h
58123 ____________________________________________________________________________
58124 [  6804] By: jhi                                   on 2000/08/24  14:59:07
58125         Log: Regen perltoc.
58126      Branch: perl
58127            ! pod/perltoc.pod
58128 ____________________________________________________________________________
58129 [  6803] By: jhi                                   on 2000/08/24  14:44:39
58130         Log: Show the doc file, not the temp file.
58131      Branch: perl
58132            ! installman
58133 ____________________________________________________________________________
58134 [  6802] By: jhi                                   on 2000/08/24  14:41:53
58135         Log: Continue silencing.
58136      Branch: perl
58137            ! installman
58138 ____________________________________________________________________________
58139 [  6801] By: jhi                                   on 2000/08/24  14:34:40
58140         Log: Actually do something with the silencer option.
58141      Branch: perl
58142            ! installman
58143 ____________________________________________________________________________
58144 [  6800] By: jhi                                   on 2000/08/24  14:26:22
58145         Log: Make installman to recognize the silence flag -S.
58146      Branch: perl
58147            ! installman
58148 ____________________________________________________________________________
58149 [  6799] By: jhi                                   on 2000/08/24  13:49:38
58150         Log: DOS patches and portability/porting notes, from Tim Jenness.
58151      Branch: perl
58152            ! lib/File/Temp.pm
58153 ____________________________________________________________________________
58154 [  6798] By: jhi                                   on 2000/08/24  13:48:27
58155         Log: Create directories in silence.
58156              
58157              Subject: [PATCH] Another silencer for MakeMaker
58158              From: andreas.koenig@anima.de (Andreas J. Koenig)
58159              Date: 24 Aug 2000 14:18:52 +0200
58160              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
58161      Branch: perl
58162            ! lib/ExtUtils/Command.pm
58163 ____________________________________________________________________________
58164 [  6797] By: jhi                                   on 2000/08/24  13:46:42
58165         Log: More liberal parsing of version numbers.
58166              
58167              Subject: Re: CPAN.pm beta for testing available
58168              From: andreas.koenig@anima.de (Andreas J. Koenig)
58169              Date: 24 Aug 2000 13:51:57 +0200
58170              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
58171      Branch: perl
58172            ! lib/CPAN.pm
58173 ____________________________________________________________________________
58174 [  6796] By: jhi                                   on 2000/08/24  13:44:36
58175         Log: Make "make install" by default silent.  A new "install-verbose"
58176              target is verbose.
58177      Branch: perl
58178            ! Makefile.SH
58179 ____________________________________________________________________________
58180 [  6795] By: jhi                                   on 2000/08/24  13:39:14
58181         Log: Add silencer flags to installperl.
58182              
58183              Subject: [PATCH] Making installperl silent.
58184              From: <abigail@foad.org>
58185              Date: Thu, 24 Aug 2000 05:01:45 -0400
58186              Message-ID: <20000824090145.13141.qmail@foad.org>
58187      Branch: perl
58188            ! installperl
58189 ____________________________________________________________________________
58190 [  6794] By: jhi                                   on 2000/08/24  13:35:50
58191         Log: installperl couldn't tell whether it had run tests or not.
58192              
58193              Subject: [PATCH] Re: installperl and t/TEST
58194              From: <abigail@foad.org>
58195              Date: Thu, 24 Aug 2000 04:00:53 -0400
58196              Message-ID: <20000824080053.2494.qmail@foad.org>
58197      Branch: perl
58198            ! Makefile.SH installperl
58199 ____________________________________________________________________________
58200 [  6793] By: jhi                                   on 2000/08/24  13:27:50
58201         Log: Drop the separate perlbc, perlcc -b should be enough.
58202      Branch: perl
58203            - utils/perlbc.PL
58204            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
58205 ____________________________________________________________________________
58206 [  6792] By: jhi                                   on 2000/08/24  04:41:30
58207         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
58208              plus the typo fix from Peter Prymmer.
58209      Branch: perl
58210            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
58211            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
58212 ____________________________________________________________________________
58213 [  6791] By: jhi                                   on 2000/08/24  02:10:43
58214         Log: Replace #6705 with a minimal doc patch.
58215              
58216              Subject: [PATCH 5.6.0] replace change #6705
58217              From: Jan Dubois <jand@ActiveState.com>
58218              Date: Wed, 23 Aug 2000 18:31:51 -0700
58219              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
58220      Branch: perl
58221            ! lib/Win32.pod win32/win32.c
58222 ____________________________________________________________________________
58223 [  6790] By: jhi                                   on 2000/08/23  17:52:00
58224         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
58225              From: Mike Guy <mjtg@cam.ac.uk>
58226              Date: Wed, 23 Aug 2000 18:38:46 +0100
58227              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
58228      Branch: perl
58229            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
58230 ____________________________________________________________________________
58231 [  6789] By: jhi                                   on 2000/08/23  15:34:21
58232         Log: Update Changes.
58233      Branch: perl
58234            ! Changes patchlevel.h
58235 ____________________________________________________________________________
58236 [  6788] By: jhi                                   on 2000/08/23  15:33:40
58237         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
58238              From: Wilfredo Sánchez <wsanchez@apple.com>
58239              Date: Tue, 22 Aug 2000 19:31:27 -0700
58240              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
58241      Branch: perl
58242            ! perl.h
58243 ____________________________________________________________________________
58244 [  6787] By: jhi                                   on 2000/08/23  15:29:31
58245         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
58246              From: Spider Boardman <spider@leggy.zk3.dec.com>
58247              Date: Wed, 23 Aug 2000 10:33:23 -0400
58248              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
58249      Branch: perl
58250            ! lib/Pod/Html.pm
58251 ____________________________________________________________________________
58252 [  6786] By: jhi                                   on 2000/08/23  15:28:11
58253         Log: Bad makefile.
58254      Branch: perl
58255            ! ext/B/Makefile.PL
58256 ____________________________________________________________________________
58257 [  6785] By: jhi                                   on 2000/08/23  14:37:04
58258         Log: Update Changes.
58259      Branch: perl
58260            ! Changes patchlevel.h
58261 ____________________________________________________________________________
58262 [  6784] By: jhi                                   on 2000/08/23  13:58:41
58263         Log: Portability fix from Hugo van der Sanden.
58264      Branch: perl
58265            ! ext/re/Makefile.PL
58266 ____________________________________________________________________________
58267 [  6783] By: jhi                                   on 2000/08/23  13:53:53
58268         Log: Storable support, v-version fixes.
58269              
58270              Subject: CPAN.pm beta for testing available
58271              From: andreas.koenig@anima.de (Andreas J. Koenig)
58272              Date: 22 Aug 2000 23:31:33 +0200
58273              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
58274      Branch: perl
58275            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58276 ____________________________________________________________________________
58277 [  6782] By: jhi                                   on 2000/08/23  13:51:26
58278         Log: Mac and other portability updates from Chris Nandor.
58279      Branch: perl
58280            ! pod/perlmodinstall.pod
58281 ____________________________________________________________________________
58282 [  6781] By: jhi                                   on 2000/08/23  13:47:33
58283         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
58284              From: Peter Prymmer <pvhp@forte.com>
58285              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
58286              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
58287      Branch: perl
58288            ! ext/Storable/Storable.xs
58289 ____________________________________________________________________________
58290 [  6780] By: jhi                                   on 2000/08/23  13:33:34
58291         Log: VMS MMS (make) wants null action.
58292      Branch: perl
58293            ! ext/B/Makefile.PL
58294 ____________________________________________________________________________
58295 [  6779] By: jhi                                   on 2000/08/22  19:44:47
58296         Log: Forgot portability nit.
58297      Branch: perl
58298            ! t/lib/st-forgive.t
58299 ____________________________________________________________________________
58300 [  6778] By: jhi                                   on 2000/08/22  19:35:25
58301         Log: Be portable.
58302      Branch: perl
58303            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
58304            ! t/lib/st-store.t
58305 ____________________________________________________________________________
58306 [  6777] By: jhi                                   on 2000/08/22  18:50:53
58307         Log: Update Changes.
58308      Branch: perl
58309            ! Changes patchlevel.h
58310 ____________________________________________________________________________
58311 [  6776] By: jhi                                   on 2000/08/22  18:44:46
58312         Log: cSVOPo_*v things index into the current PL_curpad
58313              under ithreads, which is different from the curpad
58314              used by the XSUB.  (In other words, the code as-is
58315              before this patch wouldn't work under ithreads.)
58316              From Sarathy.
58317      Branch: perl
58318            ! ext/B/B.xs
58319 ____________________________________________________________________________
58320 [  6775] By: jhi                                   on 2000/08/22  18:18:37
58321         Log: Make the selection of NVff et al stricter.
58322      Branch: metaconfig/U/perl
58323            ! perlxvf.U
58324      Branch: perl
58325            ! Configure config_h.SH
58326 ____________________________________________________________________________
58327 [  6774] By: jhi                                   on 2000/08/22  17:19:42
58328         Log: perldelta nits.
58329      Branch: perl
58330            ! pod/perldelta.pod
58331 ____________________________________________________________________________
58332 [  6773] By: jhi                                   on 2000/08/22  17:06:26
58333         Log: Long double fixes from Spider Boardman.
58334              
58335              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
58336              From: system PRIVILEGED account <root@peano.zk3.dec.com>
58337              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
58338              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
58339      Branch: perl
58340            ! t/lib/bigfltpm.t t/lib/st-06compat.t
58341 ____________________________________________________________________________
58342 [  6772] By: jhi                                   on 2000/08/22  15:04:53
58343         Log: Update Changes.
58344      Branch: perl
58345            ! Changes patchlevel.h
58346 ____________________________________________________________________________
58347 [  6771] By: jhi                                   on 2000/08/22  15:01:44
58348         Log: perldelta fixes from Hugo van der Sanden.
58349      Branch: perl
58350            ! pod/perldelta.pod
58351 ____________________________________________________________________________
58352 [  6770] By: jhi                                   on 2000/08/22  14:34:49
58353         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
58354              From: Hugo <hv@crypt.compulink.co.uk>
58355              Date: Tue, 22 Aug 2000 11:21:53 +0100
58356              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
58357      Branch: perl
58358            ! regcomp.c
58359 ____________________________________________________________________________
58360 [  6769] By: jhi                                   on 2000/08/22  14:30:02
58361         Log: Add Yitzchak, reformat.
58362      Branch: perl
58363            ! Changes config_h.SH
58364 ____________________________________________________________________________
58365 [  6768] By: jhi                                   on 2000/08/22  14:21:35
58366         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
58367              and Spider Boardman.
58368      Branch: metaconfig
58369            ! U/compline/d_gconvert.U
58370      Branch: perl
58371            ! Configure
58372 ____________________________________________________________________________
58373 [  6767] By: jhi                                   on 2000/08/22  14:11:24
58374         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
58375              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58376              Date: Mon, 21 Aug 2000 19:08:31 -0700
58377              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
58378      Branch: perl
58379            - ext/Storable/patchlevel.h
58380            ! MANIFEST ext/Storable/MANIFEST
58381 ____________________________________________________________________________
58382 [  6766] By: jhi                                   on 2000/08/22  13:49:29
58383         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
58384              From: Peter Prymmer <pvhp@forte.com>
58385              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
58386              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
58387      Branch: perl
58388            ! configure.com ext/Storable/Makefile.PL
58389 ____________________________________________________________________________
58390 [  6765] By: jhi                                   on 2000/08/22  13:44:59
58391         Log: Subject: [PATCH blead] B:: missing dependency
58392              From: Hugo <hv@crypt.compulink.co.uk>
58393              Date: Tue, 22 Aug 2000 06:44:33 +0100
58394              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
58395      Branch: perl
58396            ! ext/B/Makefile.PL
58397 ____________________________________________________________________________
58398 [  6764] By: jhi                                   on 2000/08/22  13:38:12
58399         Log: More bytecompiler.
58400      Branch: perl
58401            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
58402 ____________________________________________________________________________
58403 [  6763] By: jhi                                   on 2000/08/22  13:36:44
58404         Log: Bytecompiler patches from Benjamin Stuhl.
58405      Branch: perl
58406            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
58407            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58408            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
58409            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58410            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
58411            ! perl.c perlapi.h pod/perldelta.pod
58412 ____________________________________________________________________________
58413 [  6762] By: jhi                                   on 2000/08/21  23:43:40
58414         Log: An obsoleted diagnostic.
58415      Branch: perl
58416            ! pod/perldelta.pod
58417 ____________________________________________________________________________
58418 [  6761] By: jhi                                   on 2000/08/21  23:01:45
58419         Log: The #6759 wasn't quite right.
58420      Branch: perl
58421            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58422            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
58423            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58424            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58425            ! t/lib/st-tieditems.t
58426 ____________________________________________________________________________
58427 [  6760] By: jhi                                   on 2000/08/21  22:35:49
58428         Log: Be verydeepclean.
58429      Branch: perl
58430            ! Makefile.SH
58431 ____________________________________________________________________________
58432 [  6759] By: jhi                                   on 2000/08/21  22:25:40
58433         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
58434              From: Peter Prymmer <pvhp@forte.com>
58435              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
58436              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
58437      Branch: perl
58438            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58439            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
58440            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58441            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58442            ! t/lib/st-tieditems.t
58443 ____________________________________________________________________________
58444 [  6758] By: jhi                                   on 2000/08/21  22:22:32
58445         Log: Few more casts, need reported in
58446              
58447              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
58448              From: Mike Stok <mike@stok.co.uk>
58449              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
58450              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
58451              
58452              and
58453              
58454              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
58455              From: abigail@foad.org
58456              Date: 21 Aug 2000 21:31:34 -0000
58457              Message-Id: <20000821213134.30170.qmail@foad.org>
58458      Branch: perl
58459            ! ext/Storable/Storable.xs
58460 ____________________________________________________________________________
58461 [  6757] By: jhi                                   on 2000/08/21  18:37:07
58462         Log: Update Changes.
58463      Branch: perl
58464            ! Changes patchlevel.h
58465 ____________________________________________________________________________
58466 [  6756] By: jhi                                   on 2000/08/21  18:34:02
58467         Log: A pod nit.
58468              
58469              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
58470              From: <abigail@foad.org>
58471              Date: Mon, 21 Aug 2000 14:00:16 -0400
58472              Message-ID: <20000821180016.28627.qmail@foad.org>
58473      Branch: perl
58474            ! pod/perlre.pod
58475 ____________________________________________________________________________
58476 [  6755] By: jhi                                   on 2000/08/21  18:30:56
58477         Log: Use PodParser 1.18 new test.
58478      Branch: perl
58479            ! t/pod/special_seqs.t t/pod/special_seqs.xr
58480 ____________________________________________________________________________
58481 [  6754] By: jhi                                   on 2000/08/21  18:28:35
58482         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
58483              patches cannot be applied since #6712 conflicts.
58484      Branch: perl
58485            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
58486 ____________________________________________________________________________
58487 [  6753] By: jhi                                   on 2000/08/21  18:15:11
58488         Log: Weed out some smaller changes.
58489      Branch: perl
58490            ! pod/perldelta.pod
58491 ____________________________________________________________________________
58492 [  6752] By: jhi                                   on 2000/08/21  18:02:30
58493         Log: Also under djgpp the timestamps are funky.
58494      Branch: perl
58495            ! t/op/stat.t
58496 ____________________________________________________________________________
58497 [  6751] By: jhi                                   on 2000/08/21  17:55:56
58498         Log: Tweak the floating point output routine preferences.
58499      Branch: metaconfig
58500            ! U/compline/d_gconvert.U
58501      Branch: perl
58502            ! Configure
58503 ____________________________________________________________________________
58504 [  6750] By: jhi                                   on 2000/08/21  17:51:29
58505         Log: Unicos/mk requires elaborate paranoia.
58506      Branch: perl
58507            ! lib/Math/Complex.pm
58508 ____________________________________________________________________________
58509 [  6749] By: gsar                                  on 2000/08/21  16:53:31
58510         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
58511      Branch: perl
58512            ! lib/Cwd.pm
58513 ____________________________________________________________________________
58514 [  6748] By: gsar                                  on 2000/08/21  16:22:19
58515         Log: free TLS slot properly on Windows
58516      Branch: perl
58517            ! thread.h win32/perllib.c win32/win32thread.h
58518 ____________________________________________________________________________
58519 [  6747] By: jhi                                   on 2000/08/21  16:20:58
58520         Log: Rename the macro argument because some preprocessors
58521              can't tell the difference and expand arguments also inside
58522              double quoted strings.
58523      Branch: perl
58524            ! regcomp.c
58525 ____________________________________________________________________________
58526 [  6746] By: jhi                                   on 2000/08/21  16:09:41
58527         Log: Support long doubles in Storable.
58528              
58529              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
58530              From: Radu Greab <radu@netsoft.ro>
58531              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
58532              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
58533      Branch: perl
58534            ! ext/Storable/Storable.xs
58535 ____________________________________________________________________________
58536 [  6745] By: jhi                                   on 2000/08/21  15:51:40
58537         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
58538              From: "Fifer, Eric" <EFifer@sanwaint.com>
58539              Date: Mon, 21 Aug 2000 15:34:49 +0100
58540              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
58541      Branch: perl
58542            ! t/pragma/warn/9enabled
58543 ____________________________________________________________________________
58544 [  6744] By: jhi                                   on 2000/08/21  15:39:35
58545         Log: Document the endianness of Alpha more precisely.
58546      Branch: perl
58547            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
58548            ! pod/perlport.pod
58549 ____________________________________________________________________________
58550 [  6743] By: jhi                                   on 2000/08/21  14:47:05
58551         Log: perldelta fixes from the p5p crowd.
58552      Branch: perl
58553            ! pod/perldelta.pod pod/perlop.pod
58554 ____________________________________________________________________________
58555 [  6742] By: jhi                                   on 2000/08/21  13:34:51
58556         Log: Update to Pod::LaTeX 0.53.
58557              
58558              Subject: [PATCH] lib/Pod/LaTeX.pm updates
58559              From: Tim Jenness <timj@jach.hawaii.edu>
58560              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
58561              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
58562      Branch: perl
58563            ! lib/Pod/LaTeX.pm
58564 ____________________________________________________________________________
58565 [  6741] By: jhi                                   on 2000/08/21  13:33:01
58566         Log: Subject: [PATCH] os2.c fix for use64bitint
58567              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58568              Date: Mon, 21 Aug 2000 01:32:25 -0700
58569              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
58570      Branch: perl
58571            ! os2/os2.c
58572 ____________________________________________________________________________
58573 [  6740] By: jhi                                   on 2000/08/21  13:28:52
58574         Log: Array context keeps slithering in.
58575              
58576              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
58577              From: Daniel Chetlin <daniel@chetlin.com>
58578              Date: Sun, 20 Aug 2000 21:40:25 -0700
58579              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
58580      Branch: perl
58581            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
58582            ! pod/perldebtut.pod
58583 ____________________________________________________________________________
58584 [  6739] By: jhi                                   on 2000/08/21  13:23:55
58585         Log: Big-endian quad fixes for Storable from Radu Greab,
58586              plus few explicit null casts for picky compilers.
58587      Branch: perl
58588            ! ext/Storable/Storable.xs
58589 ____________________________________________________________________________
58590 [  6738] By: gsar                                  on 2000/08/21  05:56:13
58591         Log: small tweaks for change#6705: avoid C++ style comments in C code;
58592              use Perl's malloc API rather than the low level system one
58593      Branch: perl
58594            ! win32/win32.c
58595 ____________________________________________________________________________
58596 [  6737] By: gsar                                  on 2000/08/21  05:35:41
58597         Log: add Storable to list of extensions on Windows
58598      Branch: perl
58599            ! win32/Makefile win32/makefile.mk
58600 ____________________________________________________________________________
58601 [  6736] By: jhi                                   on 2000/08/21  02:57:53
58602         Log: Update Changes.
58603      Branch: perl
58604            ! Changes patchlevel.h
58605 ____________________________________________________________________________
58606 [  6735] By: jhi                                   on 2000/08/21  02:57:20
58607         Log: Draft 0.
58608      Branch: perl
58609            ! pod/perldelta.pod
58610 ____________________________________________________________________________
58611 [  6734] By: jhi                                   on 2000/08/21  02:57:03
58612         Log: Add Storable 0.7.2 from Raphael Manfredi,
58613              plus the patch from
58614              
58615              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
58616              From: Radu Greab <radu@netsoft.ro>
58617              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
58618              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
58619              
58620              plus changes to get Storable to compile with
58621              picky ANSI compilers.
58622      Branch: perl
58623            + ext/Storable/ChangeLog ext/Storable/MANIFEST
58624            + ext/Storable/Makefile.PL ext/Storable/README
58625            + ext/Storable/Storable.pm ext/Storable/Storable.xs
58626            + ext/Storable/patchlevel.h t/lib/st-06compat.t
58627            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
58628            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
58629            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58630            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58631            + t/lib/st-tieditems.t
58632            ! MANIFEST
58633 ____________________________________________________________________________
58634 [  6733] By: jhi                                   on 2000/08/21  02:29:09
58635         Log: The correct cleaning order is an art.
58636      Branch: perl
58637            ! Makefile.SH
58638 ____________________________________________________________________________
58639 [  6732] By: jhi                                   on 2000/08/21  01:23:39
58640         Log: The #6724 is here.
58641      Branch: perl
58642            ! t/lib/ftmp-security.t
58643 ____________________________________________________________________________
58644 [  6731] By: jhi                                   on 2000/08/20  23:17:03
58645         Log: s/this one/the 5.6.0 release/
58646      Branch: perl
58647            ! pod/perl56delta.pod
58648 ____________________________________________________________________________
58649 [  6730] By: jhi                                   on 2000/08/20  23:07:34
58650         Log: Mention perlebcdic and perlposix-bc.
58651      Branch: perl
58652            ! pod/perlport.pod
58653 ____________________________________________________________________________
58654 [  6729] By: jhi                                   on 2000/08/20  21:32:59
58655         Log: Document the number of exponent digits.
58656      Branch: perl
58657            ! pod/perlfunc.pod
58658 ____________________________________________________________________________
58659 [  6728] By: jhi                                   on 2000/08/20  21:16:47
58660         Log: Use File::Spec->tmpdir().
58661              
58662              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
58663              From: Tim Jenness <timj@jach.hawaii.edu>
58664              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
58665              MIME-Version: 1.0
58666              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
58667      Branch: perl
58668            ! utils/perlbug.PL
58669 ____________________________________________________________________________
58670 [  6727] By: jhi                                   on 2000/08/20  20:43:32
58671         Log: Update Changes.
58672      Branch: perl
58673            ! Changes patchlevel.h
58674 ____________________________________________________________________________
58675 [  6726] By: jhi                                   on 2000/08/20  20:41:44
58676         Log: The veryclean target needs to clobber.
58677      Branch: perl
58678            ! Makefile.SH
58679 ____________________________________________________________________________
58680 [  6725] By: jhi                                   on 2000/08/20  20:37:38
58681         Log: Document odd vs even subreleases and -Dusedevel.
58682      Branch: perl
58683            ! INSTALL
58684 ____________________________________________________________________________
58685 [  6724] By: jhi                                   on 2000/08/20  19:58:05
58686         Log: Use temporary directory instead of current directory.
58687              
58688              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
58689              From: Tim Jenness <timj@jach.hawaii.edu>
58690              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
58691              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
58692      Branch: perl
58693            ! t/lib/ftmp-security.t
58694 ____________________________________________________________________________
58695 [  6723] By: jhi                                   on 2000/08/20  19:55:55
58696         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
58697              From: andreas.koenig@anima.de (Andreas J. Koenig)
58698              Date: 20 Aug 2000 15:52:03 +0200
58699              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
58700      Branch: perl
58701            ! lib/ExtUtils/MM_Unix.pm
58702 ____________________________________________________________________________
58703 [  6722] By: jhi                                   on 2000/08/20  19:46:01
58704         Log: Update to CGI 2.72, from Lincoln Stein.
58705      Branch: perl
58706            ! lib/CGI.pm
58707 ____________________________________________________________________________
58708 [  6721] By: jhi                                   on 2000/08/20  19:43:54
58709         Log: (Replaced by #8364.)
58710              
58711              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
58712              From: Radu Greab <radu@netsoft.ro>
58713              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
58714              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
58715      Branch: perl
58716            ! ext/GDBM_File/GDBM_File.xs
58717 ____________________________________________________________________________
58718 [  6720] By: jhi                                   on 2000/08/20  19:42:01
58719         Log: pp_open() could pass an uninitialized filename down to do_open9().
58720      Branch: perl
58721            ! pp_sys.c
58722 ____________________________________________________________________________
58723 [  6719] By: jhi                                   on 2000/08/20  14:06:41
58724         Log: UTF8 concat fixes.
58725              
58726              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
58727              From: Hugo <hv@crypt.compulink.co.uk>
58728              Date: Sun, 20 Aug 2000 07:30:46 +0100
58729              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
58730      Branch: perl
58731            ! pp_hot.c t/op/append.t
58732 ____________________________________________________________________________
58733 [  6718] By: jhi                                   on 2000/08/20  02:09:37
58734         Log: Let's try #6717 again.
58735      Branch: perl
58736            ! lib/File/Temp.pm
58737 ____________________________________________________________________________
58738 [  6717] By: jhi                                   on 2000/08/20  01:56:55
58739         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
58740              From: "Craig A. Berry" <craig.berry@metamorgs.com>
58741              Date: Sat, 19 Aug 2000 18:15:39 -0500
58742              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
58743      Branch: perl
58744            ! lib/File/Temp.pm
58745 ____________________________________________________________________________
58746 [  6716] By: jhi                                   on 2000/08/19  15:50:11
58747         Log: Update Changes.
58748      Branch: perl
58749            ! Changes patchlevel.h
58750 ____________________________________________________________________________
58751 [  6715] By: jhi                                   on 2000/08/19  15:39:09
58752         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
58753              From: Jonathan D Johnston <jdjohnston2@juno.com>
58754              Date: Thu, 17 Aug 2000 23:13:01 -0400       
58755              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
58756      Branch: perl
58757            ! pod/perlfunc.pod
58758 ____________________________________________________________________________
58759 [  6714] By: jhi                                   on 2000/08/19  15:34:04
58760         Log: Introduce a 'veryclean' target that is like 'distclean'
58761              but also removes *~ and *.orig.
58762      Branch: perl
58763            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
58764            ! utils/Makefile x2p/Makefile.SH
58765 ____________________________________________________________________________
58766 [  6713] By: jhi                                   on 2000/08/19  14:15:45
58767         Log: Put back the long double avoidance code to POSIX.xs
58768              because VMS seems to need it still.
58769      Branch: perl
58770            ! ext/POSIX/POSIX.xs
58771 ____________________________________________________________________________
58772 [  6712] By: jhi                                   on 2000/08/19  14:10:41
58773         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
58774              From: Peter Prymmer <pvhp@forte.com>
58775              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
58776              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
58777      Branch: perl
58778            ! lib/Pod/Find.pm t/pod/find.t
58779 ____________________________________________________________________________
58780 [  6711] By: jhi                                   on 2000/08/19  14:09:19
58781         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
58782              From: Peter Prymmer <pvhp@forte.com>
58783              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
58784              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
58785              cc: vmsperl@perl.org
58786      Branch: perl
58787            ! t/lib/peek.t
58788 ____________________________________________________________________________
58789 [  6710] By: jhi                                   on 2000/08/19  14:08:01
58790         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
58791              From: Jan Dubois <jand@ActiveState.com>
58792              Date: Fri, 18 Aug 2000 16:31:48 -0700
58793              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
58794      Branch: perl
58795            ! win32/win32.c
58796 ____________________________________________________________________________
58797 [  6709] By: jhi                                   on 2000/08/19  14:06:57
58798         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
58799              
58800              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
58801              From: Spider.Boardman@Orb.Nashua.NH.US
58802              Date: Fri, 18 Aug 2000 18:41:14 -0400
58803              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
58804      Branch: perl
58805            ! regcomp.c
58806 ____________________________________________________________________________
58807 [  6708] By: jhi                                   on 2000/08/18  22:04:49
58808         Log: Update Changes.
58809      Branch: perl
58810            ! Changes patchlevel.h
58811 ____________________________________________________________________________
58812 [  6707] By: jhi                                   on 2000/08/18  21:55:14
58813         Log: Add warnif(), check warnings further up the stack,
58814              all the warnings functions now can take an optional object reference.
58815              
58816              Subject: [PATCH bleedperl@6691] warnings pragma update
58817              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
58818              Date: Fri, 18 Aug 2000 22:42:06 +0100
58819              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
58820      Branch: perl
58821            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
58822            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
58823            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
58824 ____________________________________________________________________________
58825 [  6706] By: jhi                                   on 2000/08/18  21:41:45
58826         Log: Typo in pp_complement().
58827              
58828              Subject: [PATCH perl-current] Deparse
58829              From: Peter Scott <Peter@PSDT.com>
58830              Date: Fri, 18 Aug 2000 12:44:37 -0700
58831              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
58832      Branch: perl
58833            ! ext/B/B/Deparse.pm
58834 ____________________________________________________________________________
58835 [  6705] By: jhi                                   on 2000/08/18  21:25:59
58836         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
58837              From: Jan Dubois <jand@ActiveState.com>
58838              Date: Fri, 18 Aug 2000 14:22:51 -0700
58839              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
58840      Branch: perl
58841            ! lib/Win32.pod win32/win32.c
58842 ____________________________________________________________________________
58843 [  6704] By: jhi                                   on 2000/08/18  21:16:14
58844         Log: Don't eat leading os from index entries.
58845              
58846              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
58847              From: Russ Allbery <rra@stanford.edu>
58848              Date: 10 Aug 2000 20:49:25 -0700
58849              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
58850      Branch: perl
58851            ! lib/Pod/Man.pm
58852 ____________________________________________________________________________
58853 [  6703] By: jhi                                   on 2000/08/18  21:07:06
58854         Log: Add [[:blank:]] as suggested in
58855              
58856              Subject: [ID 20000716.024] [=cc=] / [:blank:]
58857              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
58858              Date: Sun, 16 Jul 2000 17:55:29 -0700
58859              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
58860              
58861              (the [=cc=] has already been taken care of by #6439
58862              so the whole bug report can be closed)
58863              
58864              and make [[:space:]] to be equivalent to isspace(3)
58865              (as opposed to \s, which is isSPACE()).  The difference
58866              is that now [[:space:]] matches the mythical vertical tab,
58867              while \s doesn't.
58868      Branch: perl
58869            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
58870            ! regexec.c t/op/pat.t
58871 ____________________________________________________________________________
58872 [  6702] By: jhi                                   on 2000/08/18  18:47:47
58873         Log: The new tests were missing from #6415.
58874      Branch: perl
58875            ! t/op/bop.t
58876 ____________________________________________________________________________
58877 [  6701] By: jhi                                   on 2000/08/18  18:20:40
58878         Log: Document the NDBM_File and ODBM_File as SDBM_File
58879              was documented in #6417.
58880      Branch: perl
58881            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
58882            ! ext/SDBM_File/SDBM_File.pm
58883 ____________________________________________________________________________
58884 [  6700] By: jhi                                   on 2000/08/18  18:10:39
58885         Log: Subject: [PATCH perl@6698] cygwin port
58886              From: "Fifer, Eric" <EFifer@sanwaint.com>
58887              Date: Fri, 18 Aug 2000 17:30:05 +0100
58888              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
58889      Branch: perl
58890            ! lib/File/Temp.pm
58891 ____________________________________________________________________________
58892 [  6699] By: jhi                                   on 2000/08/18  16:21:49
58893         Log: Document code point which makes if (defined %stash::) to work
58894              (noted by Spider Boardman).
58895      Branch: perl
58896            ! op.c
58897 ____________________________________________________________________________
58898 [  6698] By: jhi                                   on 2000/08/18  13:43:27
58899         Log: Update Changes.
58900      Branch: perl
58901            ! Changes patchlevel.h
58902 ____________________________________________________________________________
58903 [  6697] By: jhi                                   on 2000/08/18  13:35:57
58904         Log: Tiny Getopt::Long patch from Johan Vromans.
58905      Branch: perl
58906            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
58907 ____________________________________________________________________________
58908 [  6696] By: jhi                                   on 2000/08/18  13:26:14
58909         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
58910              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
58911              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
58912              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
58913      Branch: perl
58914            ! pod/perldiag.pod pod/perlsyn.pod
58915 ____________________________________________________________________________
58916 [  6695] By: jhi                                   on 2000/08/18  13:13:26
58917         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
58918              From: Daniel Chetlin <daniel@chetlin.com>
58919              Date: Fri, 18 Aug 2000 03:13:36 -0700
58920              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
58921      Branch: perl
58922            ! pod/perlfunc.pod
58923 ____________________________________________________________________________
58924 [  6694] By: jhi                                   on 2000/08/18  13:08:05
58925         Log: Subject: [PATCH] perltrap.pod spring cleaning
58926              From: Daniel Chetlin <daniel@chetlin.com>
58927              Date: Fri, 18 Aug 2000 03:06:54 -0700
58928              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
58929              
58930              plus Mike Guy's nitfix.
58931      Branch: perl
58932            ! pod/perltrap.pod
58933 ____________________________________________________________________________
58934 [  6693] By: jhi                                   on 2000/08/18  13:00:26
58935         Log: Unbuffer the output.
58936              
58937              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
58938              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58939              Date: Thu, 17 Aug 2000 18:39:29 -0700
58940              Message-ID: <RPJn5gzkgydf092yn@efn.org>
58941      Branch: perl
58942            ! t/op/fork.t
58943 ____________________________________________________________________________
58944 [  6692] By: jhi                                   on 2000/08/18  05:19:17
58945         Log: Delete the image, too, not just its MANIFEStation.
58946      Branch: perl
58947            - lib/CGI/eg/wilogo.gif
58948 ____________________________________________________________________________
58949 [  6691] By: jhi                                   on 2000/08/18  05:10:26
58950         Log: Propagate new Configure vars.
58951      Branch: perl
58952            ! configure.com epoc/config.sh uconfig.h uconfig.sh
58953            ! vos/config.def vos/config.h vos/config_h.SH_orig
58954            ! win32/config.bc win32/config.gc win32/config.vc
58955            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58956 ____________________________________________________________________________
58957 [  6690] By: jhi                                   on 2000/08/18  04:30:56
58958         Log: Update Changes.
58959      Branch: perl
58960            ! Changes patchlevel.h
58961 ____________________________________________________________________________
58962 [  6689] By: jhi                                   on 2000/08/18  04:12:30
58963         Log: Fix the lib/complex failure of
58964              
58965              From: abigail@foad.org
58966              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
58967              Date: 15 Aug 2000 04:06:38 -0000
58968              Message-Id: <20000815040638.8524.qmail@foad.org> 
58969              
58970              Linux long double accuracy issue: something that
58971              when printed with %g looks like "2" but int() of it is 1.
58972      Branch: perl
58973            ! lib/Math/Complex.pm
58974 ____________________________________________________________________________
58975 [  6688] By: jhi                                   on 2000/08/18  03:15:35
58976         Log: The byteorder code in #6671 was wrong.
58977      Branch: perl
58978            ! configpm
58979 ____________________________________________________________________________
58980 [  6687] By: jhi                                   on 2000/08/18  02:08:42
58981         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
58982              From: Jan Dubois <jand@ActiveState.com>
58983              Date: Thu, 17 Aug 2000 18:31:55 -0700
58984              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
58985      Branch: perl
58986            ! sv.c
58987 ____________________________________________________________________________
58988 [  6686] By: jhi                                   on 2000/08/18  02:04:15
58989         Log: Use NVs in POSIX math, not doubles.
58990              
58991              From: abigail@foad.org
58992              Subject: [ID 20000817.014] POSIX & modfl
58993              Date: 17 Aug 2000 20:49:18 -0000
58994              Message-Id: <20000817204918.23123.qmail@foad.org>
58995      Branch: perl
58996            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
58997 ____________________________________________________________________________
58998 [  6685] By: jhi                                   on 2000/08/18  02:02:12
58999         Log: Introduce NVef, NVff, and NVgf, use the middle one.
59000              (helps for lib/peek + Linux + long doubles)  Reported in
59001              
59002              From: abigail@foad.org
59003              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
59004              Date: 15 Aug 2000 04:06:38 -0000
59005              Message-Id: <20000815040638.8524.qmail@foad.org> 
59006              
59007              (note: the lib/complex failure has not yet been addressed)
59008      Branch: metaconfig/U/perl
59009            ! perlxvf.U
59010      Branch: perl
59011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59012            ! config_h.SH dump.c perl.h pod/perlguts.pod
59013 ____________________________________________________________________________
59014 [  6684] By: jhi                                   on 2000/08/17  23:22:19
59015         Log: Add byteorder to the myconfig output.
59016      Branch: perl
59017            ! myconfig.SH
59018 ____________________________________________________________________________
59019 [  6683] By: jhi                                   on 2000/08/17  23:20:19
59020         Log: The image doth not exist, spotted by Johan Vromans.
59021      Branch: perl
59022            ! MANIFEST
59023 ____________________________________________________________________________
59024 [  6682] By: jhi                                   on 2000/08/17  22:38:16
59025         Log: Document what the backtick returns if the command fails.
59026      Branch: perl
59027            ! pod/perlop.pod
59028 ____________________________________________________________________________
59029 [  6681] By: jhi                                   on 2000/08/17  22:33:12
59030         Log: Do not use prototyping here.
59031              
59032              Subject: [ID 20000817.016] [PATCH] Peek.xs
59033              From: abigail@foad.org
59034              Date: 17 Aug 2000 20:55:56 -0000
59035              Message-Id: <20000817205556.24270.qmail@foad.org>
59036      Branch: perl
59037            ! ext/Devel/Peek/Makefile.PL
59038 ____________________________________________________________________________
59039 [  6680] By: jhi                                   on 2000/08/17  19:46:43
59040         Log: Don't propose using modules built for 5.005 if no binary
59041              compatibility with 5.005 is attempted.
59042              
59043              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
59044              Subject: Minor nit with 5.7.0 (6655)
59045              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
59046              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
59047      Branch: metaconfig
59048            ! U/installdirs/inc_version_list.U
59049      Branch: perl
59050            ! Configure config_h.SH
59051 ____________________________________________________________________________
59052 [  6679] By: jhi                                   on 2000/08/17  19:16:39
59053         Log: Microperl config update.
59054      Branch: perl
59055            ! uconfig.h uconfig.sh
59056 ____________________________________________________________________________
59057 [  6678] By: jhi                                   on 2000/08/17  19:16:13
59058         Log: The #6648 wasn't protective enough for limited platforms
59059              (like microperl).
59060      Branch: perl
59061            ! dump.c sv.c
59062 ____________________________________________________________________________
59063 [  6677] By: jhi                                   on 2000/08/17  14:46:35
59064         Log: Update Changes.
59065      Branch: perl
59066            ! Changes patchlevel.h
59067 ____________________________________________________________________________
59068 [  6676] By: jhi                                   on 2000/08/17  14:44:02
59069         Log: Add perlebcdic from Peter Prymmer, regen toc.
59070      Branch: perl
59071            + pod/perlebcdic.pod
59072            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59073 ____________________________________________________________________________
59074 [  6675] By: jhi                                   on 2000/08/17  14:41:52
59075         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
59076      Branch: perl
59077            ! pod/perldebtut.pod
59078 ____________________________________________________________________________
59079 [  6674] By: jhi                                   on 2000/08/17  14:29:43
59080         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
59081              
59082              Subject: [ID 20000724.006] -DLEAKTEST problem
59083              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
59084              Date: Tue, 25 Jul 2000 00:36:32 -0500
59085              Message-Id: <20000725003632.A26186@www.llamacom.com>
59086              
59087              Reminder sent
59088              
59089              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
59090              From: Hugo <hv@crypt.compulink.co.uk>
59091              Date: Thu, 17 Aug 2000 15:23:42 +0100
59092              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
59093      Branch: perl
59094            ! util.c
59095 ____________________________________________________________________________
59096 [  6673] By: jhi                                   on 2000/08/17  04:07:10
59097         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
59098              From: John Peacock <JPeacock@UnivPress.com>
59099              Date: Tue, 01 Aug 2000 09:38:12 -0400
59100              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
59101      Branch: perl
59102            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
59103 ____________________________________________________________________________
59104 [  6672] By: jhi                                   on 2000/08/17  03:04:35
59105         Log: Subject: [PATCH] Cwd.pm now uses strict
59106              From: Tim Jenness <timj@jach.hawaii.edu>
59107              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
59108              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
59109      Branch: perl
59110            ! lib/Cwd.pm
59111 ____________________________________________________________________________
59112 [  6671] By: jhi                                   on 2000/08/17  02:16:35
59113         Log: Make $Config{byteorder} more magical so that it is
59114              dynamically computed: nice for 'fat binaries'.
59115              
59116              Subject: [PATCH]: default byteorder
59117              From: Wilfredo Sánchez <wsanchez@apple.com>
59118              Date: Mon, 31 Jul 2000 19:45:31 -0700
59119              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
59120      Branch: perl
59121            ! configpm
59122 ____________________________________________________________________________
59123 [  6670] By: gsar                                  on 2000/08/17  01:22:21
59124         Log: move WNOHANG definition to where other such things are
59125      Branch: perl
59126            ! win32/win32.h
59127 ____________________________________________________________________________
59128 [  6669] By: jhi                                   on 2000/08/17  01:19:17
59129         Log: Update Changes.
59130      Branch: perl
59131            ! Changes patchlevel.h
59132 ____________________________________________________________________________
59133 [  6668] By: jhi                                   on 2000/08/17  01:16:29
59134         Log: Doc nits spotted by Richard Soderberg.
59135      Branch: perl
59136            ! README.posix-bc README.vmesa
59137 ____________________________________________________________________________
59138 [  6667] By: jhi                                   on 2000/08/17  01:12:11
59139         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
59140              From: "Casey R. Tweten" <crt@kiski.net>
59141              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
59142              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
59143      Branch: perl
59144            ! pod/perldebtut.pod
59145 ____________________________________________________________________________
59146 [  6666] By: jhi                                   on 2000/08/17  01:09:31
59147         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
59148              From: "Casey R. Tweten" <crt@kiski.net>
59149              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
59150              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
59151      Branch: perl
59152            ! lib/Shell.pm
59153 ____________________________________________________________________________
59154 [  6665] By: gsar                                  on 2000/08/17  01:03:52
59155         Log: add "ok" targets from change#6632 in makefile.mk
59156      Branch: perl
59157            ! pod/perlport.pod win32/Makefile win32/makefile.mk
59158 ____________________________________________________________________________
59159 [  6664] By: gsar                                  on 2000/08/17  00:56:11
59160         Log: avoid warnings from dense compiler
59161      Branch: perl
59162            ! win32/win32.c
59163 ____________________________________________________________________________
59164 [  6663] By: jhi                                   on 2000/08/17  00:51:49
59165         Log: Tweak the regex compilation errors once more.
59166      Branch: perl
59167            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
59168            ! t/op/regmesg.t t/pragma/warn/regcomp
59169 ____________________________________________________________________________
59170 [  6662] By: gsar                                  on 2000/08/17  00:28:19
59171         Log: trailing new %ENV entries weren't being pushed into the real
59172              environment of subprocesses on Windows
59173      Branch: perl
59174            ! t/op/magic.t win32/perlhost.h
59175 ____________________________________________________________________________
59176 [  6661] By: gsar                                  on 2000/08/17  00:19:20
59177         Log: waitpid() now handles externally spawned pids correctly;
59178              fixes for backtick/wait/waitpid failures on Windows 9x
59179              
59180              these changes make the pid returned by process functions on
59181              Windows 9x always positive by clearing the high bit (which
59182              is always set on Win9x); pseudo-process PIDs are likewise
59183              always negative now on Win9x (just as on NT/2000)
59184      Branch: perl
59185            ! pp_sys.c win32/perlhost.h win32/win32.c
59186 ____________________________________________________________________________
59187 [  6660] By: jhi                                   on 2000/08/17  00:04:32
59188         Log: Retract #6645.
59189      Branch: perl
59190            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59191            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
59192            ! t/op/sprintf.t
59193 ____________________________________________________________________________
59194 [  6659] By: gsar                                  on 2000/08/16  23:59:28
59195         Log: on windows, the return values from wait() and waitpid() don't
59196              match those of pseudo-pids
59197      Branch: perl
59198            ! pp_sys.c t/op/fork.t util.c win32/win32.c
59199 ____________________________________________________________________________
59200 [  6658] By: gsar                                  on 2000/08/16  23:56:14
59201         Log: pod nit seen in passing
59202      Branch: perl
59203            ! pod/perlfunc.pod
59204 ____________________________________________________________________________
59205 [  6657] By: gsar                                  on 2000/08/16  23:53:42
59206         Log: change#6328 could make close(SOCKET) return false on windows
59207              when it shouldn't
59208      Branch: perl
59209            ! win32/win32sck.c
59210 ____________________________________________________________________________
59211 [  6656] By: gsar                                  on 2000/08/16  23:46:57
59212         Log: check that the number pseudo children doesn't exceed
59213              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
59214              the WaitForMultipleObjects() limit that would cause wait()
59215              to crash)
59216              
59217              wait() and waitpid() could potentially be rewritten to use
59218              more than one thread to do the waiting to eliminate this
59219              limitation
59220      Branch: perl
59221            ! win32/perlhost.h
59222 ____________________________________________________________________________
59223 [  6655] By: jhi                                   on 2000/08/16  14:11:05
59224         Log: Update Changes.
59225      Branch: perl
59226            ! Changes patchlevel.h
59227 ____________________________________________________________________________
59228 [  6654] By: jhi                                   on 2000/08/16  14:10:12
59229         Log: Update to perldebtut 1.9, from Richard Foley.
59230      Branch: perl
59231            ! pod/perldebtut.pod
59232 ____________________________________________________________________________
59233 [  6653] By: jhi                                   on 2000/08/16  14:08:17
59234         Log: Change the regx compilation error markers to use = instead of <
59235              since pod makes using the latter quite messy.  Reported in
59236              ID 20000814.006 by Abigail and in
59237              Subject: Unknown escape E<> ?
59238              From: Lupe Christoph <lupe@lupe-christoph.de>
59239              Date: Fri, 11 Aug 2000 00:30:27 +0200
59240              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
59241      Branch: perl
59242            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
59243            ! t/op/regmesg.t t/pragma/warn/regcomp
59244 ____________________________________________________________________________
59245 [  6652] By: jhi                                   on 2000/08/16  13:25:31
59246         Log: Change the perlbug address to perl.org since it's more forgiving.
59247              
59248              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
59249              From: abigail@foad.org
59250              Date: 15 Aug 2000 04:15:40 -0000
59251              Message-Id: <20000815041540.8633.qmail@foad.org>
59252      Branch: perl
59253            ! utils/perlbug.PL
59254 ____________________________________________________________________________
59255 [  6651] By: jhi                                   on 2000/08/16  13:22:35
59256         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
59257              From: Tim Jenness <timj@jach.hawaii.edu>
59258              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
59259              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
59260      Branch: perl
59261            ! lib/Cwd.pm
59262 ____________________________________________________________________________
59263 [  6650] By: jhi                                   on 2000/08/16  13:18:13
59264         Log: Update to CPAN 1.57.
59265              
59266              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
59267              From: andreas.koenig@anima.de (Andreas J. Koenig)
59268              Date: 16 Aug 2000 15:09:46 +0200
59269              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
59270      Branch: perl
59271            ! lib/CPAN.pm
59272 ____________________________________________________________________________
59273 [  6649] By: jhi                                   on 2000/08/16  13:12:31
59274         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
59275              From: "Larry W. Virden" <lvirden@cas.org>
59276              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
59277              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
59278      Branch: perl
59279            ! README.hpux
59280 ____________________________________________________________________________
59281 [  6648] By: jhi                                   on 2000/08/16  13:03:53
59282         Log: The numeric locale was reset to "C" by s?printf and never restored.
59283              
59284              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
59285              From: Christian Kirsch <ck@held.mind.de>
59286              Date: Wed, 9 Aug 2000 17:05:17 +0200
59287              Message-Id: <20000809170517.A25389@held>
59288              
59289              No test since adding the failing example to locale.t
59290              does not fail -- probably because the locale settings are so
59291              thoroughly tweaked by that time.  Running the example standalone
59292              does fail, though.  UPDATE: test case added at change #7540.
59293      Branch: perl
59294            ! dump.c perl.h pp.c pp_ctl.c sv.c
59295 ____________________________________________________________________________
59296 [  6647] By: jhi                                   on 2000/08/16  00:07:54
59297         Log: Update Changes and test semi-automatic patchlevel updating.
59298      Branch: perl
59299            ! Changes patchlevel.h
59300 ____________________________________________________________________________
59301 [  6646] By: jhi                                   on 2000/08/15  23:35:07
59302         Log: Fix a dependency problem.
59303              
59304              Subject: [PATCH: 6640] VMS Makefile.SH update
59305              From: Peter Prymmer <pvhp@forte.com>
59306              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
59307              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
59308      Branch: perl
59309            ! vms/descrip_mms.template
59310 ____________________________________________________________________________
59311 [  6645] By: jhi                                   on 2000/08/15  23:33:23
59312         Log: (Retracted by #6660)
59313              
59314              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
59315              From: Dominic Dunlop <domo@computer.org>
59316              Date: Tue, 15 Aug 2000 22:20:52 +0200
59317              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
59318      Branch: metaconfig/U/perl
59319            + d_printfed.U
59320      Branch: perl
59321            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59322            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
59323            ! t/op/sprintf.t
59324 ____________________________________________________________________________
59325 [  6644] By: jhi                                   on 2000/08/15  21:17:20
59326         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
59327              From: abigail@foad.org
59328              Date: 15 Aug 2000 20:12:41 -0000
59329              Message-Id: <20000815201241.25556.qmail@foad.org>
59330      Branch: perl
59331            ! INSTALL
59332 ____________________________________________________________________________
59333 [  6643] By: jhi                                   on 2000/08/15  21:15:28
59334         Log: (an already applied patch)
59335      Branch: perl
59336            ! lib/CGI.pm
59337 ____________________________________________________________________________
59338 [  6642] By: gsar                                  on 2000/08/15  19:54:05
59339         Log: magic callbacks all need to have same type signature
59340      Branch: perl
59341            ! embed.pl mg.c proto.h
59342 ____________________________________________________________________________
59343 [  6641] By: jhi                                   on 2000/08/15  17:56:27
59344         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)
59345              From: Mike Guy <mjtg@cam.ac.uk>
59346              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
59347              Date: Tue, 15 Aug 2000 18:26:45 +0100
59348              
59349              Only the peek.t part applied, not the hash quality part.
59350      Branch: perl
59351            ! t/lib/peek.t
59352 ____________________________________________________________________________
59353 [  6640] By: jhi                                   on 2000/08/15  16:37:37
59354         Log: Update Changes.
59355      Branch: perl
59356            ! Changes
59357 ____________________________________________________________________________
59358 [  6639] By: jhi                                   on 2000/08/15  16:34:55
59359         Log: Missed a file from #6638.
59360      Branch: perl
59361            ! lib/File/Temp.pm
59362 ____________________________________________________________________________
59363 [  6638] By: jhi                                   on 2000/08/15  16:33:19
59364         Log: Subject: [PATCH perl@6620] cygwin port
59365              From: "Fifer, Eric" <EFifer@sanwaint.com>
59366              Date: Tue, 15 Aug 2000 17:00:49 +0100
59367              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
59368      Branch: perl
59369            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
59370 ____________________________________________________________________________
59371 [  6637] By: jhi                                   on 2000/08/15  16:29:22
59372         Log: Subject: [PATCH] debugger exit code should reflect user exit code
59373              From: Mike Guy <mjtg@cam.ac.uk>
59374              Date: Tue, 15 Aug 2000 16:55:59 +0100
59375              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
59376      Branch: perl
59377            ! lib/perl5db.pl
59378 ____________________________________________________________________________
59379 [  6636] By: jhi                                   on 2000/08/15  15:30:58
59380         Log: Update Changes.
59381      Branch: perl
59382            ! Changes
59383 ____________________________________________________________________________
59384 [  6635] By: jhi                                   on 2000/08/15  15:27:21
59385         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
59386      Branch: metaconfig
59387            ! U/mkglossary U/mksample
59388      Branch: metaconfig/U/perl
59389            ! Devel.U
59390      Branch: perl
59391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59392 ____________________________________________________________________________
59393 [  6634] By: jhi                                   on 2000/08/15  14:11:55
59394         Log: Don't blow limited stacks, a lower number is enough to
59395              tickle the lookbehind limit.
59396              
59397              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
59398              From: Dominic Dunlop <domo@computer.org>
59399              Date: Tue, 15 Aug 2000 13:51:24 +0200
59400              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
59401      Branch: perl
59402            ! t/op/regmesg.t
59403 ____________________________________________________________________________
59404 [  6633] By: jhi                                   on 2000/08/15  14:01:46
59405         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
59406              From: Mike Guy <mjtg@cam.ac.uk>
59407              Date: Tue, 15 Aug 2000 12:10:50 +0100
59408              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
59409      Branch: perl
59410            ! utils/perldoc.PL
59411 ____________________________________________________________________________
59412 [  6632] By: jhi                                   on 2000/08/15  13:58:48
59413         Log: make ok etc also for win32.
59414              
59415              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
59416              From: Prymmer/Kahn <pvhp@best.com>
59417              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
59418              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
59419      Branch: perl
59420            ! win32/Makefile
59421 ____________________________________________________________________________
59422 [  6631] By: jhi                                   on 2000/08/15  13:45:03
59423         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
59424      Branch: perl
59425            ! lib/Test.pm
59426 ____________________________________________________________________________
59427 [  6630] By: jhi                                   on 2000/08/15  03:25:09
59428         Log: Update Changes.
59429      Branch: perl
59430            ! Changes
59431 ____________________________________________________________________________
59432 [  6629] By: jhi                                   on 2000/08/15  03:23:53
59433         Log: magic_regdatum_set() is void, not int.
59434      Branch: perl
59435            ! embed.pl mg.c proto.h
59436 ____________________________________________________________________________
59437 [  6628] By: jhi                                   on 2000/08/15  03:08:02
59438         Log: Make the user to give up his firstborn, err, to knowingly
59439              verify installing an unstable developer release.  Also bump
59440              the release to 5.7.0, but leave a patch tag in the local
59441              patches saying that this is not yet the real thing.
59442      Branch: metaconfig
59443            ! U/modified/Instruct.U
59444      Branch: metaconfig/U/perl
59445            + Devel.U
59446      Branch: perl
59447            ! Configure patchlevel.h
59448 ____________________________________________________________________________
59449 [  6627] By: jhi                                   on 2000/08/14  22:32:52
59450         Log: README.os2 update.
59451              
59452              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
59453              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59454              Date: Wed, 02 Aug 2000 21:55:09 -0700
59455              Message-ID: <tsPi5gzkgegX092yn@efn.org>
59456      Branch: perl
59457            ! README.os2
59458 ____________________________________________________________________________
59459 [  6626] By: jhi                                   on 2000/08/14  21:00:02
59460         Log: Subject: Re: File::Temp problems on VMS in bleedperl
59461              From: Tim Jenness <timj@jach.hawaii.edu>
59462              cc: vmsperl@perl.org
59463              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
59464              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
59465      Branch: perl
59466            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
59467 ____________________________________________________________________________
59468 [  6625] By: jhi                                   on 2000/08/14  20:52:16
59469         Log: Add SUIDMAIL as was done for the CERT alert.
59470      Branch: perl
59471            ! patchlevel.h
59472 ____________________________________________________________________________
59473 [  6624] By: jhi                                   on 2000/08/14  20:48:50
59474         Log: Subject: sfio2000
59475              From: Daniel Muino <dmuino@afip.gov.ar>
59476              Date: Mon, 14 Aug 2000 16:58:11 -0300
59477              Message-ID: <20000814165811.B16368@con2-dgi>
59478      Branch: perl
59479            ! perlsdio.h perlsfio.h
59480 ____________________________________________________________________________
59481 [  6623] By: jhi                                   on 2000/08/14  20:47:36
59482         Log: Subject: warning: storage class after type is obsolescent
59483              From: Daniel Muino <dmuino@afip.gov.ar>
59484              Date: Mon, 14 Aug 2000 16:42:47 -0300
59485              Message-ID: <20000814164247.A16368@con2-dgi>
59486      Branch: perl
59487            ! regcomp.pl regnodes.h
59488 ____________________________________________________________________________
59489 [  6622] By: jhi                                   on 2000/08/14  20:43:05
59490         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
59491              From: abigail@foad.org
59492              Date: 14 Aug 2000 20:00:10 -0000
59493              Message-Id: <20000814200010.27271.qmail@foad.org>
59494      Branch: perl
59495            ! Changes
59496 ____________________________________________________________________________
59497 [  6621] By: jhi                                   on 2000/08/14  15:23:05
59498         Log: Update Changes.
59499      Branch: perl
59500            ! Changes
59501 ____________________________________________________________________________
59502 [  6620] By: jhi                                   on 2000/08/14  15:22:14
59503         Log: Subject: Re: [PATCH] @+, @- readonly
59504              From: Mike Guy <mjtg@cam.ac.uk>
59505              Date: Mon, 14 Aug 2000 15:26:55 +0100
59506              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
59507      Branch: perl
59508            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
59509            ! sv.c t/op/pat.t
59510 ____________________________________________________________________________
59511 [  6619] By: jhi                                   on 2000/08/14  14:12:08
59512         Log: Update Changes.
59513      Branch: perl
59514            ! Changes
59515 ____________________________________________________________________________
59516 [  6618] By: jhi                                   on 2000/08/14  14:09:34
59517         Log: For now remove the mail code.
59518      Branch: perl
59519            ! perl.c
59520 ____________________________________________________________________________
59521 [  6617] By: jhi                                   on 2000/08/14  14:08:28
59522         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
59523      Branch: perl
59524            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
59525            ! pod/perlfaq8.pod pod/perlsec.pod
59526 ____________________________________________________________________________
59527 [  6616] By: jhi                                   on 2000/08/14  14:00:11
59528         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59529              From: Mike Guy <mjtg@cam.ac.uk>
59530              Date: Mon, 14 Aug 2000 08:26:02 +0100
59531              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
59532      Branch: perl
59533            ! lib/perl5db.pl
59534 ____________________________________________________________________________
59535 [  6615] By: jhi                                   on 2000/08/14  13:58:45
59536         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
59537              From: Mike Guy <mjtg@cam.ac.uk>
59538              Date: Mon, 14 Aug 2000 08:04:22 +0100
59539              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
59540      Branch: perl
59541            ! gv.c mg.c t/op/pat.t
59542 ____________________________________________________________________________
59543 [  6614] By: jhi                                   on 2000/08/14  13:56:45
59544         Log: Subject: Test fails / warnings with perl-current #6612
59545              From: Mike Guy <mjtg@cam.ac.uk>
59546              Date: Mon, 14 Aug 2000 07:57:23 +0100
59547              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
59548      Branch: perl
59549            ! t/lib/b.t t/lib/peek.t
59550 ____________________________________________________________________________
59551 [  6613] By: jhi                                   on 2000/08/14  13:45:33
59552         Log: VMS configure.com update continues.
59553      Branch: perl
59554            - vms/configure.com
59555            ! MANIFEST configure.com
59556 ____________________________________________________________________________
59557 [  6612] By: jhi                                   on 2000/08/13  22:13:35
59558         Log: Update Changes.
59559      Branch: perl
59560            ! Changes
59561 ____________________________________________________________________________
59562 [  6611] By: jhi                                   on 2000/08/13  16:21:45
59563         Log: Upgrade to CGI 2.71, from Lincoln Stein.
59564      Branch: perl
59565            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
59566 ____________________________________________________________________________
59567 [  6610] By: jhi                                   on 2000/08/13  15:09:16
59568         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
59569              From: Mike Guy <mjtg@cam.ac.uk>
59570              Date: Sun, 13 Aug 2000 13:45:51 +0100
59571              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
59572      Branch: perl
59573            ! t/op/regmesg.t
59574 ____________________________________________________________________________
59575 [  6609] By: jhi                                   on 2000/08/13  14:31:26
59576         Log: Andreas says that 1.56 is fine, so reverting back to it.
59577      Branch: perl
59578            ! lib/CPAN.pm
59579 ____________________________________________________________________________
59580 [  6608] By: jhi                                   on 2000/08/13  05:34:20
59581         Log: Update Changes.
59582      Branch: perl
59583            ! Changes
59584 ____________________________________________________________________________
59585 [  6607] By: jhi                                   on 2000/08/13  05:32:01
59586         Log: Put back the \z changes of #5406 to CPAN.pm.
59587      Branch: perl
59588            ! lib/CPAN.pm
59589 ____________________________________________________________________________
59590 [  6606] By: jhi                                   on 2000/08/13  05:20:16
59591         Log: Fix-n-skip the tests under 5005threads.
59592      Branch: perl
59593            ! t/lib/b.t
59594 ____________________________________________________________________________
59595 [  6605] By: jhi                                   on 2000/08/13  05:07:48
59596         Log: Fix the test for 5005threads.
59597      Branch: perl
59598            ! t/lib/peek.t
59599 ____________________________________________________________________________
59600 [  6604] By: jhi                                   on 2000/08/13  03:35:37
59601         Log: Should have deleted this in #6603.
59602      Branch: perl
59603            - vms/subconfigure.com
59604 ____________________________________________________________________________
59605 [  6603] By: jhi                                   on 2000/08/12  18:29:32
59606         Log: Rewrite of vms/subconfigure.com as configure.com,
59607              from Peter Prymmer and the vmsperl crew.
59608      Branch: perl
59609            + vms/configure.com
59610            ! MANIFEST
59611 ____________________________________________________________________________
59612 [  6602] By: jhi                                   on 2000/08/11  13:00:01
59613         Log: PlainText.pm is dead.
59614      Branch: perl
59615            - lib/Pod/PlainText.pm
59616            ! MANIFEST
59617 ____________________________________________________________________________
59618 [  6601] By: jhi                                   on 2000/08/11  04:06:45
59619         Log: Update Changes.
59620      Branch: perl
59621            ! Changes
59622 ____________________________________________________________________________
59623 [  6600] By: jhi                                   on 2000/08/11  04:06:10
59624         Log: Add a few missing files, update MANIFEST.
59625      Branch: perl
59626            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
59627            + lib/Pod/PlainText.pm t/pod/find.t
59628            ! MANIFEST t/op/regmesg.t
59629 ____________________________________________________________________________
59630 [  6599] By: jhi                                   on 2000/08/11  03:31:10
59631         Log: Add Perl debugging tutorial, regen toc. 
59632              
59633              Subject: perldebtut.pod
59634              From: Richard Foley <Richard.Foley@m.dasa.de>
59635              Date: Wed, 09 Aug 2000 10:17:15 +0200
59636              Message-id: <3991138B.262247B8@m.dasa.de>
59637      Branch: perl
59638            + pod/perldebtut.pod
59639            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59640 ____________________________________________________________________________
59641 [  6598] By: jhi                                   on 2000/08/11  02:48:56
59642         Log: tiny Changes edit
59643      Branch: perl
59644            ! Changes
59645 ____________________________________________________________________________
59646 [  6597] By: jhi                                   on 2000/08/11  02:39:04
59647         Log: Tests for #6589.
59648              
59649              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59650              From: simon@brecon.co.uk (Simon Cozens)
59651              Date: 11 Aug 2000 02:24:52 GMT
59652              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
59653      Branch: perl
59654            ! t/lib/b.t
59655 ____________________________________________________________________________
59656 [  6596] By: jhi                                   on 2000/08/11  01:50:07
59657         Log: Update Changes.
59658      Branch: perl
59659            ! Changes
59660 ____________________________________________________________________________
59661 [  6595] By: jhi                                   on 2000/08/11  01:47:16
59662         Log: nitfix
59663      Branch: perl
59664            ! Changes
59665 ____________________________________________________________________________
59666 [  6594] By: jhi                                   on 2000/08/11  01:36:16
59667         Log: Subject: Getting perlio and threads to compile
59668              From: Lupe Christoph <lupe@lupe-christoph.de>
59669              Date: Wed, 9 Aug 2000 11:35:54 +0200
59670              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
59671              
59672              (the Solaris version changes in Configure skipped)
59673      Branch: perl
59674            ! hints/solaris_2.sh thread.h
59675 ____________________________________________________________________________
59676 [  6593] By: jhi                                   on 2000/08/11  01:30:16
59677         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
59678              From: simon@brecon.co.uk (Simon Cozens)
59679              Date: 1 Aug 2000 06:55:19 GMT
59680              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
59681      Branch: perl
59682            ! lib/utf8.pm
59683 ____________________________________________________________________________
59684 [  6592] By: jhi                                   on 2000/08/11  01:26:39
59685         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
59686              From: Peter Scott <Peter@PeterScott.com>
59687              Date: Thu, 10 Aug 2000 08:23:27 -0700
59688              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
59689      Branch: perl
59690            ! lib/perl5db.pl
59691 ____________________________________________________________________________
59692 [  6591] By: jhi                                   on 2000/08/11  01:22:02
59693         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
59694              From: Hugo <hv@crypt.compulink.co.uk>
59695              Date: Thu, 10 Aug 2000 19:23:04 +0100
59696              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
59697      Branch: perl
59698            ! regexec.c t/op/pat.t
59699 ____________________________________________________________________________
59700 [  6590] By: jhi                                   on 2000/08/11  01:19:19
59701         Log: Preprocessing and postprocessing for File::Find.
59702              
59703              Subject: Patch to Find::File.pm to allow alphabetical results
59704              From: Joe Smith <jsmith@inwap.com>
59705              Date: Wed, 9 Aug 2000 02:44:54 -0700
59706              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
59707      Branch: perl
59708            ! lib/File/Find.pm
59709 ____________________________________________________________________________
59710 [  6589] By: jhi                                   on 2000/08/11  01:12:39
59711         Log: B::Deparse didn't do sub attributes.
59712              
59713              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59714              From: simon@brecon.co.uk (Simon Cozens)
59715              Date: 9 Aug 2000 04:49:20 GMT
59716              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
59717      Branch: perl
59718            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
59719 ____________________________________________________________________________
59720 [  6588] By: jhi                                   on 2000/08/11  01:06:40
59721         Log: Subject: debugger "d" command doesnt check line number
59722              From: Mike Guy <mjtg@cam.ac.uk>
59723              Date: Tue, 08 Aug 2000 21:54:29 +0100
59724              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
59725      Branch: perl
59726            ! lib/perl5db.pl mg.c pod/perldiag.pod
59727 ____________________________________________________________________________
59728 [  6587] By: jhi                                   on 2000/08/11  00:45:03
59729         Log: sleep(1) does not necessarily return 1.
59730              
59731              Subject: [PATCH bleadperl] op/lex_assign.t  
59732              From: Hugo <hv@crypt.compulink.co.uk>
59733              Date: Thu, 03 Aug 2000 14:34:22 +0100        
59734              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
59735      Branch: perl
59736            ! t/op/lex_assign.t
59737 ____________________________________________________________________________
59738 [  6586] By: jhi                                   on 2000/08/11  00:31:50
59739         Log: Document the IO::Select timeout.
59740      Branch: perl
59741            ! ext/IO/lib/IO/Select.pm
59742 ____________________________________________________________________________
59743 [  6585] By: jhi                                   on 2000/08/11  00:13:54
59744         Log: Forgot contributor.
59745      Branch: perl
59746            ! Changes
59747 ____________________________________________________________________________
59748 [  6584] By: jhi                                   on 2000/08/11  00:09:19
59749         Log: detypo
59750      Branch: perl
59751            ! Changes
59752 ____________________________________________________________________________
59753 [  6583] By: jhi                                   on 2000/08/11  00:07:53
59754         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
59755              
59756              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
59757              From: Mike Guy <mjtg@cam.ac.uk> 
59758              Date: Thu, 10 Aug 2000 15:50:54 +0100
59759              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
59760      Branch: perl
59761            ! sv.c t/op/int.t
59762 ____________________________________________________________________________
59763 [  6582] By: jhi                                   on 2000/08/10  23:29:32
59764         Log: Update Changes.
59765      Branch: perl
59766            ! Changes
59767 ____________________________________________________________________________
59768 [  6581] By: jhi                                   on 2000/08/10  23:26:16
59769         Log: Put back the std @INC thing.
59770      Branch: perl
59771            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
59772            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
59773            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
59774            ! t/lib/gol-oo.t
59775 ____________________________________________________________________________
59776 [  6580] By: jhi                                   on 2000/08/10  23:03:34
59777         Log: Update to CGI 2.70, from Lincoln Stein.
59778      Branch: perl
59779            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
59780            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
59781            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
59782            ! t/lib/cgi-request.t
59783 ____________________________________________________________________________
59784 [  6579] By: jhi                                   on 2000/08/10  22:41:50
59785         Log: Update to CPAN 1.56, from Andreas König.
59786      Branch: perl
59787            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59788 ____________________________________________________________________________
59789 [  6578] By: jhi                                   on 2000/08/10  22:38:13
59790         Log: Update to Pod::Parser 1.17, from Brad Appleton.
59791      Branch: perl
59792            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
59793            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
59794            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
59795            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
59796            ! t/pod/include.t t/pod/included.t t/pod/lref.t
59797            ! t/pod/multiline_items.t t/pod/nested_items.t
59798            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59799            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
59800            ! t/pod/special_seqs.t
59801 ____________________________________________________________________________
59802 [  6577] By: jhi                                   on 2000/08/10  22:35:41
59803         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
59804      Branch: perl
59805            ! AUTHORS MAINTAIN
59806 ____________________________________________________________________________
59807 [  6576] By: jhi                                   on 2000/08/10  22:24:54
59808         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
59809      Branch: perl
59810            + t/lib/gol-oo.t
59811            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
59812            ! t/lib/gol-compat.t t/lib/gol-linkage.t
59813 ____________________________________________________________________________
59814 [  6575] By: jhi                                   on 2000/08/10  22:02:07
59815         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
59816      Branch: perl
59817            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
59818 ____________________________________________________________________________
59819 [  6574] By: jhi                                   on 2000/08/10  21:55:03
59820         Log: Iterating perl6 description.
59821      Branch: perl
59822            ! pod/perlfaq1.pod
59823 ____________________________________________________________________________
59824 [  6573] By: jhi                                   on 2000/08/10  21:48:26
59825         Log: Revert the sv.c part of #6559, a better fix is needed.
59826      Branch: perl
59827            ! sv.c
59828 ____________________________________________________________________________
59829 [  6572] By: jhi                                   on 2000/08/10  20:33:43
59830         Log: It's the 2ndO'ROSSC.
59831      Branch: perl
59832            ! pod/perlfaq1.pod
59833 ____________________________________________________________________________
59834 [  6571] By: jhi                                   on 2000/08/10  15:55:48
59835         Log: detypo
59836      Branch: perl
59837            ! pod/perlfaq1.pod
59838 ____________________________________________________________________________
59839 [  6570] By: jhi                                   on 2000/08/10  14:11:17
59840         Log: An exceptionally sticky typo.
59841      Branch: perl
59842            ! Changes
59843 ____________________________________________________________________________
59844 [  6569] By: jhi                                   on 2000/08/10  14:09:33
59845         Log: detypo (and test Changes updating script)
59846      Branch: perl
59847            ! Changes
59848 ____________________________________________________________________________
59849 [  6568] By: jhi                                   on 2000/08/10  14:07:07
59850         Log: Update Changes.
59851      Branch: perl
59852            ! Changes
59853 ____________________________________________________________________________
59854 [  6567] By: jhi                                   on 2000/08/10  14:06:19
59855         Log: Amend the description of Perl6.
59856              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
59857              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
59858              Date: Wed, 9 Aug 2000 22:11:06 -0500
59859              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
59860      Branch: perl
59861            ! pod/perlfaq1.pod
59862 ____________________________________________________________________________
59863 [  6566] By: jhi                                   on 2000/08/10  13:58:57
59864         Log: Subject: Remove dead entry in perldiag
59865              From: Mike Guy <mjtg@cam.ac.uk>
59866              Date: Thu, 10 Aug 2000 14:19:19 +0100
59867              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
59868      Branch: perl
59869            ! pod/perldiag.pod
59870 ____________________________________________________________________________
59871 [  6565] By: jhi                                   on 2000/08/10  13:51:48
59872         Log: Zero entries were skipped, fix from Adrian Goalby
59873              <argoalby@yahoo.co.uk>
59874      Branch: perl
59875            ! lib/unicode/Number.pl lib/unicode/mktables.PL
59876 ____________________________________________________________________________
59877 [  6564] By: jhi                                   on 2000/08/10  13:00:12
59878         Log: Subject: [PATCH 5.6.0] cygwin port
59879              From: "Fifer, Eric" <EFifer@sanwaint.com>
59880              Date: Thu, 10 Aug 2000 13:15:36 +0100
59881              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
59882      Branch: perl
59883            ! README.cygwin hints/cygwin.sh
59884 ____________________________________________________________________________
59885 [  6563] By: jhi                                   on 2000/08/10  12:55:16
59886         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
59887      Branch: perl
59888            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
59889 ____________________________________________________________________________
59890 [  6562] By: gsar                                  on 2000/08/10  08:38:39
59891         Log: warn is a macro, avoid using at a variable to avoid warnings
59892              in some configurations; readdir.t is too conservative in
59893              estimating number of *.t's
59894      Branch: perl
59895            ! t/op/readdir.t util.c
59896 ____________________________________________________________________________
59897 [  6561] By: jhi                                   on 2000/08/09  23:35:42
59898         Log: Update Changes.
59899      Branch: perl
59900            ! Changes
59901 ____________________________________________________________________________
59902 [  6560] By: jhi                                   on 2000/08/09  23:05:47
59903         Log: Subject: Re: enhanced(?) regex error messages
59904              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59905              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
59906              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
59907              
59908              (plus two small patches sent privately)
59909              (this still seems to leave few test failures)
59910      Branch: perl
59911            + t/op/regmesg.t
59912            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
59913            ! t/pragma/warn/regcomp
59914 ____________________________________________________________________________
59915 [  6559] By: jhi                                   on 2000/08/09  20:41:18
59916         Log: (The fix did work but was not right, retracted in #6573)
59917              
59918              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
59919              From: Christian Kirsch <ck@held.mind.de>
59920              Date: Wed, 9 Aug 2000 17:05:17 +0200
59921              Message-Id: <20000809170517.A25389@held>
59922      Branch: perl
59923            ! sv.c t/pragma/locale.t
59924 ____________________________________________________________________________
59925 [  6558] By: jhi                                   on 2000/08/08  22:34:08
59926         Log: Tiny updates on the contributors list.
59927      Branch: perl
59928            ! Changes
59929 ____________________________________________________________________________
59930 [  6557] By: jhi                                   on 2000/08/08  19:34:28
59931         Log: Double check that we have a dirhandle.
59932      Branch: perl
59933            ! util.c
59934 ____________________________________________________________________________
59935 [  6556] By: jhi                                   on 2000/08/08  19:01:51
59936         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
59937              May be repopulated with fresh maintained examples.
59938      Branch: perl
59939            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
59940            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
59941            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
59942            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
59943            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
59944            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
59945            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
59946            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
59947            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
59948            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
59949            + lib/CGI/eg/wilogo_gif.uu
59950            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
59951            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
59952            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
59953            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
59954            - eg/cgi/frameset.cgi eg/cgi/index.html
59955            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
59956            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
59957            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
59958            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
59959            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
59960            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
59961            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
59962            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
59963            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
59964            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
59965            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
59966            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
59967            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
59968            - eg/van/vanish eg/who eg/wrapsuid
59969            ! MANIFEST
59970 ____________________________________________________________________________
59971 [  6555] By: jhi                                   on 2000/08/08  18:51:08
59972         Log: Delete chat2 as requested by Randal.
59973              
59974              Subject: Re: perlfaq8 coyness
59975              From: merlyn@stonehenge.com (Randal L. Schwartz) 
59976              Date: 15 May 2000 18:52:42 -0700 
59977              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
59978      Branch: perl
59979            - lib/chat2.pl
59980            ! MANIFEST
59981 ____________________________________________________________________________
59982 [  6554] By: jhi                                   on 2000/08/08  18:31:35
59983         Log: Regen global.sym.
59984      Branch: perl
59985            ! global.sym
59986 ____________________________________________________________________________
59987 [  6553] By: jhi                                   on 2000/08/08  18:28:13
59988         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
59989              (either perlbug or p5p ate the original), plus regen
59990              perlapi and perltoc. 
59991      Branch: perl
59992            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
59993            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
59994            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
59995            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
59996            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
59997            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
59998            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
59999            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
60000            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
60001            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
60002 ____________________________________________________________________________
60003 [  6552] By: jhi                                   on 2000/08/08  18:06:29
60004         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
60005              From: Mike Guy <mjtg@cam.ac.uk>
60006              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
60007              Date: Tue, 08 Aug 2000 15:51:27 +0100
60008      Branch: perl
60009            ! doop.c sv.h t/op/join.t t/pragma/overload.t
60010 ____________________________________________________________________________
60011 [  6551] By: jhi                                   on 2000/08/08  18:01:11
60012         Log: Re-apply #6549.
60013      Branch: perl
60014            ! lib/perl5db.pl
60015 ____________________________________________________________________________
60016 [  6550] By: jhi                                   on 2000/08/08  17:43:08
60017         Log: Accidental retraction of #6549.
60018      Branch: perl
60019            ! lib/perl5db.pl
60020 ____________________________________________________________________________
60021 [  6549] By: jhi                                   on 2000/08/08  17:40:04
60022         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
60023              From: Mike Guy <mjtg@cam.ac.uk>
60024              Date: Mon, 07 Aug 2000 21:49:58 +0100
60025              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
60026      Branch: perl
60027            ! lib/perl5db.pl
60028 ____________________________________________________________________________
60029 [  6548] By: jhi                                   on 2000/08/08  17:37:57
60030         Log: Document here-doc better.
60031              
60032              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
60033              From: Mike Guy <mjtg@cam.ac.uk>
60034              Date: Mon, 07 Aug 2000 14:02:09 +0100
60035              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
60036      Branch: perl
60037            ! pod/perldata.pod
60038 ____________________________________________________________________________
60039 [  6547] By: jhi                                   on 2000/08/08  17:33:34
60040         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
60041              From: "Randy J. Ray" <rjray@redhat.com>
60042              Date: Mon, 07 Aug 2000 19:12:25 -0700
60043              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
60044      Branch: perl
60045            ! perl.c pod/perlrun.pod
60046 ____________________________________________________________________________
60047 [  6546] By: jhi                                   on 2000/08/08  17:29:26
60048         Log: Subject: Re: enhanced(?) regex error messages 
60049              From: Hugo <hv@crypt.compulink.co.uk>
60050              Date: Tue, 08 Aug 2000 03:25:51 +0100
60051              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
60052              
60053              plus Capitalize the error messages, plus perldiag them.
60054      Branch: perl
60055            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
60056 ____________________________________________________________________________
60057 [  6545] By: jhi                                   on 2000/08/08  13:59:28
60058         Log: Augment #6539 a bit: don't croak if there's magic in the air.
60059              
60060              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
60061              From: Hugo <hv@crypt.compulink.co.uk>
60062              Date: Tue, 08 Aug 2000 03:02:03 +0100
60063              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
60064      Branch: perl
60065            ! pp.c t/op/bless.t
60066 ____________________________________________________________________________
60067 [  6544] By: jhi                                   on 2000/08/07  21:11:52
60068         Log: Make the test -w clean.
60069      Branch: perl
60070            ! t/op/bless.t
60071 ____________________________________________________________________________
60072 [  6543] By: jhi                                   on 2000/08/07  19:49:53
60073         Log: use warnings instead of $^W.
60074      Branch: perl
60075            ! t/op/bless.t
60076 ____________________________________________________________________________
60077 [  6542] By: jhi                                   on 2000/08/07  17:41:41
60078         Log: Disable a portability warning Because We Know What We Are Doing.
60079      Branch: perl
60080            ! t/op/bless.t
60081 ____________________________________________________________________________
60082 [  6541] By: jhi                                   on 2000/08/07  17:29:51
60083         Log: Tiny tidying on report_evil_fh().
60084      Branch: perl
60085            ! util.c
60086 ____________________________________________________________________________
60087 [  6540] By: jhi                                   on 2000/08/07  16:37:38
60088         Log: Make regular expression parse error messages easier to understand.
60089              
60090              Subject: Re: enhanced(?) regex error messages
60091              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
60092              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
60093              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
60094      Branch: perl
60095            ! regcomp.c
60096 ____________________________________________________________________________
60097 [  6539] By: jhi                                   on 2000/08/07  16:12:27
60098         Log: Make bless(REF, REF) a fatal error, add bless tests.
60099              
60100              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
60101              From: Hugo <hv@crypt.compulink.co.uk>
60102              Date: Mon, 07 Aug 2000 16:59:38 +0100
60103              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
60104      Branch: perl
60105            + t/op/bless.t
60106            ! MANIFEST pod/perldiag.pod pp.c sv.c
60107 ____________________________________________________________________________
60108 [  6538] By: jhi                                   on 2000/08/07  15:59:43
60109         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
60110              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
60111              Date: Thu, 3 Aug 2000 14:29:21 -0700
60112              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
60113      Branch: perl
60114            ! lib/lib_pm.PL
60115 ____________________________________________________________________________
60116 [  6537] By: jhi                                   on 2000/08/07  15:47:18
60117         Log: Retract #6419 for now since it breaks in AFS and MachTen.
60118      Branch: perl
60119            ! lib/Cwd.pm
60120 ____________________________________________________________________________
60121 [  6536] By: jhi                                   on 2000/08/07  15:05:29
60122         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
60123              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
60124              The security hole exists only in suidperls, which isn't
60125              installed or even built by default.
60126      Branch: perl
60127            ! perl.c
60128 ____________________________________________________________________________
60129 [  6535] By: jhi                                   on 2000/08/07  14:45:14
60130         Log: tr memory corruption fix from Simon Cozens.
60131      Branch: perl
60132            ! doop.c
60133 ____________________________________________________________________________
60134 [  6534] By: jhi                                   on 2000/08/06  11:38:16
60135         Log: Document a bit that UDP is not what you might think.
60136              
60137              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
60138              From: Lupe Christoph <lupe@lupe-christoph.de>
60139              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
60140              Date: Mon, 24 Jul 2000 08:59:15 +0200
60141      Branch: perl
60142            ! pod/perlipc.pod
60143 ____________________________________________________________________________
60144 [  6533] By: jhi                                   on 2000/08/06  11:35:01
60145         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
60146              From: Jeff Pinyan <jeffp@hut.crusoe.net>
60147              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
60148              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
60149      Branch: perl
60150            ! pod/perlfunc.pod
60151 ____________________________________________________________________________
60152 [  6532] By: jhi                                   on 2000/08/06  03:45:41
60153         Log: Have symbols for the IoTYPEs.
60154      Branch: perl
60155            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
60156 ____________________________________________________________________________
60157 [  6531] By: jhi                                   on 2000/08/06  01:33:55
60158         Log: Continue fixing the io warnings.  This also
60159              sort of fixes bug ID 20000802.003: the core dump
60160              is no more.  Whether the current behaviour is correct
60161              (giving a warning: "Not a format reference"), is another matter.
60162      Branch: perl
60163            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
60164            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
60165 ____________________________________________________________________________
60166 [  6530] By: jhi                                   on 2000/08/05  21:33:12
60167         Log: Change the Policy policy: now -Dprefix= with an existing
60168              Policy.sh and prefix == siteprefix == vendorprefix, then all
60169              of them follow along the new prefix.
60170              
60171              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
60172              From: Andy Dougherty <doughera@lafayette.edu>
60173              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
60174              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
60175      Branch: perl
60176            ! Policy_sh.SH
60177 ____________________________________________________________________________
60178 [  6529] By: jhi                                   on 2000/08/05  18:57:28
60179         Log: Zap lib/Sys directory when cleaning up.
60180      Branch: perl
60181            ! Makefile.SH
60182 ____________________________________________________________________________
60183 [  6528] By: jhi                                   on 2000/08/05  18:40:44
60184         Log: Essential prototype changes were missing from #6527.
60185              Also make report_evil_fh() more bomb-proof.
60186      Branch: perl
60187            ! embed.h util.c
60188 ____________________________________________________________________________
60189 [  6527] By: jhi                                   on 2000/08/05  03:22:05
60190         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
60191              From: "Ronald F. Guilmette" <rfg@monkeys.com>
60192              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
60193              Message-Id: <200007242247.PAA52177@monkeys.com>
60194      Branch: perl
60195            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
60196 ____________________________________________________________________________
60197 [  6526] By: jhi                                   on 2000/08/04  21:23:27
60198         Log: gcc versions might have (parentheses) in them.
60199      Branch: metaconfig/U/perl
60200            ! gccvers.U
60201      Branch: perl
60202            ! Configure config_h.SH
60203 ____________________________________________________________________________
60204 [  6525] By: jhi                                   on 2000/08/04  20:23:12
60205         Log: Weed buglets pointed out by
60206              
60207              From: Lupe Christoph <lupe@lupe-christoph.de>
60208              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
60209              Date: Fri, 4 Aug 2000 17:34:39 +0200
60210              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
60211      Branch: metaconfig/U/perl
60212            ! gccvers.U uselfs.U
60213      Branch: perl
60214            ! Configure config_h.SH
60215 ____________________________________________________________________________
60216 [  6524] By: jhi                                   on 2000/08/04  19:02:08
60217         Log: Warn under -w if lstat(FH) is attempted.
60218              
60219              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
60220              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
60221              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
60222              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
60223      Branch: perl
60224            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
60225            ! t/pragma/warn/pp_sys
60226 ____________________________________________________________________________
60227 [  6523] By: jhi                                   on 2000/08/04  12:31:11
60228         Log: Subject: New perlcc, take 2
60229              From: simon@brecon.co.uk (Simon Cozens)
60230              Date: 4 Aug 2000 06:21:04 GMT
60231              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
60232      Branch: perl
60233            ! utils/perlcc.PL
60234 ____________________________________________________________________________
60235 [  6522] By: jhi                                   on 2000/08/04  12:26:33
60236         Log: Subject: Re: Array vs. List context
60237              From: Daniel Chetlin <daniel@chetlin.com>
60238              Date: Fri, 4 Aug 2000 00:22:44 -0700
60239              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
60240      Branch: perl
60241            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
60242            ! pod/perlfaq4.pod
60243 ____________________________________________________________________________
60244 [  6521] By: jhi                                   on 2000/08/04  12:22:38
60245         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
60246              From: Raymund Will <ray@caldera.de>
60247              Date: Fri, 4 Aug 2000 12:07:09 +0200
60248              Message-Id: <20000804120709.A14982@caldera.de>
60249      Branch: perl
60250            ! configure.gnu
60251 ____________________________________________________________________________
60252 [  6520] By: jhi                                   on 2000/08/04  04:09:06
60253         Log: After the #6519 a warning about stat() is just that,
60254              not about a filetest, which now have their own warning.
60255      Branch: perl
60256            ! pod/perldiag.pod
60257 ____________________________________________________________________________
60258 [  6519] By: jhi                                   on 2000/08/04  04:06:30
60259         Log: In the warnings call filehandles consistently so;
60260              add "unopened" warning for stat().
60261      Branch: perl
60262            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
60263            ! t/pragma/warn/pp_sys
60264 ____________________________________________________________________________
60265 [  6518] By: jhi                                   on 2000/08/04  02:55:35
60266         Log: Subject: Minor tweak to perlvar.pod
60267              From: "Stephen P. Potter" <spp@ds.net>
60268              Date: Tue, 18 Apr 2000 09:26:03 -0400
60269              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
60270      Branch: perl
60271            ! pod/perlvar.pod
60272 ____________________________________________________________________________
60273 [  6517] By: jhi                                   on 2000/08/04  02:50:08
60274         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
60275              From: "Clinton Pierce" <cpierce1@ford.com>
60276              Date: Wed, 21 Jul 1999 16:45:31 -0400
60277              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
60278              
60279              Fix by Stephen Potter (visible in the bug db but not in p5p?)
60280      Branch: perl
60281            ! pod/perlfunc.pod pod/perlop.pod
60282 ____________________________________________________________________________
60283 [  6516] By: jhi                                   on 2000/08/04  02:09:25
60284         Log: This is 6512.  Really.
60285      Branch: perl
60286            ! dump.c
60287 ____________________________________________________________________________
60288 [  6515] By: jhi                                   on 2000/08/04  01:25:50
60289         Log: mention the idea of @( and @)
60290      Branch: perl
60291            ! Todo-5.6
60292 ____________________________________________________________________________
60293 [  6514] By: bailey                                on 2000/08/04  01:18:46
60294         Log: YA resync with mainstem, including VMS patches from others
60295      Branch: vmsperl
60296           +> (branch 48 files)
60297            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
60298           !> (integrate 354 files)
60299 ____________________________________________________________________________
60300 [  6513] By: jhi                                   on 2000/08/04  01:18:18
60301         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
60302              From: Mark Dickinson <dickins3@fas.harvard.edu>
60303              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
60304              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
60305      Branch: perl
60306            ! t/op/grent.t t/op/pwent.t
60307 ____________________________________________________________________________
60308 [  6512] By: jhi                                   on 2000/08/04  01:14:06
60309         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
60310              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60311              Date: Wed, 02 Aug 2000 10:51:01 +0100
60312              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
60313      Branch: perl
60314            ! sv.c
60315 ____________________________________________________________________________
60316 [  6511] By: jhi                                   on 2000/08/04  00:57:00
60317         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
60318              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60319              Date: Thu, 03 Aug 2000 17:20:04 -0700
60320              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
60321      Branch: metaconfig
60322            ! U/modified/Cppsym.U
60323      Branch: perl
60324            ! Configure config_h.SH
60325 ____________________________________________________________________________
60326 [  6510] By: jhi                                   on 2000/08/04  00:25:28
60327         Log: detypo
60328      Branch: perl
60329            ! Makefile.SH
60330 ____________________________________________________________________________
60331 [  6509] By: jhi                                   on 2000/08/03  23:43:18
60332         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
60333              From: Dominic Dunlop <domo@computer.org>
60334              Date: Thu, 3 Aug 2000 22:16:46 +0200
60335              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
60336      Branch: perl
60337            ! t/op/sprintf.t
60338 ____________________________________________________________________________
60339 [  6508] By: jhi                                   on 2000/08/03  23:40:37
60340         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
60341              From: Hugo <hv@crypt.compulink.co.uk>
60342              Date: Thu, 03 Aug 2000 18:25:30 +0100
60343              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
60344      Branch: perl
60345            ! regcomp.c t/op/re_tests
60346 ____________________________________________________________________________
60347 [  6507] By: jhi                                   on 2000/08/03  23:38:28
60348         Log: Subject: [PATCH] sv.h documentation - SvLEN
60349              From: Mike Guy <mjtg@cam.ac.uk>
60350              Date: Thu, 03 Aug 2000 14:43:09 +0100
60351              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
60352      Branch: perl
60353            ! sv.h
60354 ____________________________________________________________________________
60355 [  6506] By: jhi                                   on 2000/08/03  15:49:14
60356         Log: Disable the fix_pl hack for now.
60357      Branch: perl
60358            ! Makefile.SH
60359 ____________________________________________________________________________
60360 [  6505] By: jhi                                   on 2000/08/03  13:49:04
60361         Log: Add a URL for FSF.
60362              
60363              Subject: Patch for README
60364              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
60365              Date: Wed, 2 Aug 2000 13:25:09 -0500
60366              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
60367      Branch: perl
60368            ! README
60369 ____________________________________________________________________________
60370 [  6504] By: jhi                                   on 2000/08/03  13:29:19
60371         Log: Be more informative on what is skipped and why,
60372              also repeat the list at the end.
60373      Branch: perl
60374            ! Porting/p4desc
60375 ____________________________________________________________________________
60376 [  6503] By: jhi                                   on 2000/08/03  13:07:05
60377         Log: Circumvent the removal of .patch by fix_pl.
60378              
60379              Subject: Re: [ID 20000802.011] unable to 'make test'          
60380              From: simon@brecon.co.uk (Simon Cozens) 
60381              Date: 3 Aug 2000 04:17:00 GMT
60382              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
60383      Branch: perl
60384            ! Makefile.SH
60385 ____________________________________________________________________________
60386 [  6502] By: jhi                                   on 2000/08/03  00:14:34
60387         Log: Add the missing setproctitle unit.
60388      Branch: metaconfig/U/perl
60389            + d_setproctitle.U
60390 ____________________________________________________________________________
60391 [  6501] By: jhi                                   on 2000/08/03  00:00:26
60392         Log: The subtest 4 may fail also on VOBS, as pointed out
60393              by Nick Ing-Simmons in November 1999, bug id 19991124.003
60394              (but the failure in that bug report isn't the subtest 4).
60395      Branch: perl
60396            ! t/op/stat.t
60397 ____________________________________________________________________________
60398 [  6500] By: jhi                                   on 2000/08/02  23:49:30
60399         Log: Better skip message for the test; one of the two problems in
60400              
60401              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
60402              From: Lupe Christoph <lupe@lupe-christoph.de>
60403              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
60404              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
60405      Branch: perl
60406            ! t/op/numconvert.t
60407 ____________________________________________________________________________
60408 [  6499] By: jhi                                   on 2000/08/02  22:49:16
60409         Log: Allow "no Module;" even if there is no 'unimport'.
60410              
60411              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
60412              From: mjd@plover.com
60413              Date: 24 Mar 2000 15:24:34 -0000
60414              Message-Id: <20000324152434.15160.qmail@plover.com>
60415      Branch: perl
60416            ! gv.c
60417 ____________________________________________________________________________
60418 [  6498] By: jhi                                   on 2000/08/02  22:42:58
60419         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
60420              that are hopefully soon put into use.
60421      Branch: perl
60422            ! opcode.h opcode.pl opnames.h
60423 ____________________________________________________________________________
60424 [  6497] By: gsar                                  on 2000/08/02  22:28:59
60425         Log: require.t needs binmode() to work on windows
60426      Branch: perl
60427            ! t/comp/require.t
60428 ____________________________________________________________________________
60429 [  6496] By: jhi                                   on 2000/08/02  22:08:51
60430         Log: Document the IVdf UVuf UVof UVxf.
60431      Branch: perl
60432            ! pod/perlguts.pod
60433 ____________________________________________________________________________
60434 [  6495] By: jhi                                   on 2000/08/02  21:54:26
60435         Log: detypo #6494
60436      Branch: perl
60437            ! ext/Data/Dumper/Dumper.xs
60438 ____________________________________________________________________________
60439 [  6494] By: jhi                                   on 2000/08/02  21:49:17
60440         Log: Dump UVs as UVs in Data::Dumper.
60441              
60442              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
60443              From: Gurusamy Sarathy <gsar@ActiveState.com>
60444              Date: Thu, 27 Apr 2000 12:26:25 -0700
60445              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
60446      Branch: perl
60447            ! ext/Data/Dumper/Dumper.xs
60448 ____________________________________________________________________________
60449 [  6493] By: jhi                                   on 2000/08/02  17:01:58
60450         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
60451              From: Hugo <hv@crypt.compulink.co.uk>
60452              Date: Wed, 02 Aug 2000 14:53:56 +0100
60453              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
60454      Branch: perl
60455            ! regexec.c t/op/re_tests
60456 ____________________________________________________________________________
60457 [  6492] By: jhi                                   on 2000/08/02  15:02:46
60458         Log: The new setproctitle() feature is available only in 
60459              bleeding edge FreeBSD.  From Paul Saab.
60460      Branch: perl
60461            ! mg.c
60462 ____________________________________________________________________________
60463 [  6491] By: jhi                                   on 2000/08/02  13:34:36
60464         Log: The tr utf8 patching continues.
60465              
60466              Subject: Re: #6469, too many tests claimed in require.t
60467              From: simon@brecon.co.uk (Simon Cozens)
60468              Date: 2 Aug 2000 02:37:17 GMT
60469              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
60470              
60471              (the logic of the test was the wrong way round in the patch)
60472      Branch: perl
60473            ! doop.c
60474 ____________________________________________________________________________
60475 [  6490] By: jhi                                   on 2000/08/02  13:27:38
60476         Log: The name of a filehandle does not have <these>.
60477      Branch: perl
60478            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
60479            ! t/pragma/warn/pp_sys util.c
60480 ____________________________________________________________________________
60481 [  6489] By: jhi                                   on 2000/08/02  04:26:46
60482         Log: Remove the extraneous "main::" prefix from all the
60483              "opened only for", "on closed", and "never opened" warnings.
60484              
60485              Subject: Re: inappropriate warning
60486              From: Gurusamy Sarathy <gsar@ActiveState.com>
60487              Date: Mon, 20 Mar 2000 11:28:02 -0800
60488              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
60489      Branch: perl
60490            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
60491            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
60492            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
60493 ____________________________________________________________________________
60494 [  6488] By: jhi                                   on 2000/08/02  03:02:57
60495         Log: memcpy has n o in it, as pinted ut by Sarathy.
60496      Branch: perl
60497            ! pod/perlguts.pod
60498 ____________________________________________________________________________
60499 [  6487] By: jhi                                   on 2000/08/02  02:44:51
60500         Log: Document in one place the memory abstractions used in Perl core.
60501              
60502              Subject: Re: Memory abstraction
60503              From: simon@brecon.co.uk (Simon Cozens)
60504              Date: 2 Aug 2000 02:20:23 GMT
60505              Organization: Earth.li Origins
60506      Branch: perl
60507            ! pod/perlguts.pod
60508 ____________________________________________________________________________
60509 [  6486] By: jhi                                   on 2000/08/02  02:41:57
60510         Log: regen_headers, regen perltoc.
60511      Branch: perl
60512            ! perlapi.c pod/perltoc.pod
60513 ____________________________________________________________________________
60514 [  6485] By: jhi                                   on 2000/08/02  01:43:33
60515         Log: "This little thing tests for a file .patch, and if it contains
60516              a number, pops into patchlevel.h" (making it easier to track
60517              which development version people are reporting bugs against)
60518              
60519              Subject: Patchlevel autogeneration for repository perls
60520              From: simon@brecon.co.uk (Simon Cozens)
60521              Date: 14 Jul 2000 07:12:15 GMT
60522              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
60523      Branch: perl
60524            + fix_pl
60525            ! MANIFEST Makefile.SH
60526 ____________________________________________________________________________
60527 [  6484] By: jhi                                   on 2000/08/02  01:32:54
60528         Log: FreeBSD 3.* updates from
60529              
60530              From: Paul Saab <ps@yahoo-inc.com>
60531              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
60532              Date: Tue, 1 Aug 2000 15:41:39 -0700
60533              Message-Id: <20000801154139.A53740@yahoo-inc.com>
60534      Branch: perl
60535            ! hints/freebsd.sh
60536 ____________________________________________________________________________
60537 [  6483] By: jhi                                   on 2000/08/02  01:27:44
60538         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
60539              instead one must use setproctitle().  This was already addressed
60540              by change #6457, but the below has a new variant for FreeBSD 4.0
60541              or later, and the matter is also documented more.
60542              
60543              From: Paul Saab <ps@yahoo-inc.com>
60544              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
60545              Date: Tue, 1 Aug 2000 15:41:39 -0700
60546              Message-Id: <20000801154139.A53740@yahoo-inc.com>
60547      Branch: metaconfig/U/perl
60548            + i_libutil.U
60549      Branch: perl
60550            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
60551 ____________________________________________________________________________
60552 [  6482] By: jhi                                   on 2000/08/01  22:17:32
60553         Log: The test from this
60554              
60555              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
60556              Date: Sat, 15 Apr 2000 17:03:44 +0100
60557              From: Tom Hughes <tom@compton.nu>
60558              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
60559              
60560              was missing, the code change went in as #5989
60561              (which had a different test?)
60562      Branch: perl
60563            ! t/op/misc.t
60564 ____________________________________________________________________________
60565 [  6481] By: jhi                                   on 2000/08/01  21:48:38
60566         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
60567              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60568              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
60569              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
60570      Branch: perl
60571            ! perl.h
60572 ____________________________________________________________________________
60573 [  6480] By: jhi                                   on 2000/08/01  18:05:28
60574         Log: Make p4desc to skip non-mainperl branches by default.
60575      Branch: perl
60576            ! Porting/p4desc
60577 ____________________________________________________________________________
60578 [  6479] By: jhi                                   on 2000/08/01  17:29:19
60579         Log: If gccosandvers is equal to osname, clear gccosandvers.
60580      Branch: metaconfig/U/perl
60581            ! gccvers.U
60582      Branch: perl
60583            ! Configure config_h.SH
60584 ____________________________________________________________________________
60585 [  6478] By: jhi                                   on 2000/08/01  15:54:08
60586         Log: BOM patching from Simon Cozens.
60587      Branch: perl
60588            ! toke.c
60589 ____________________________________________________________________________
60590 [  6477] By: jhi                                   on 2000/08/01  04:50:33
60591         Log: Stash away the largefiles flags and libswanted.
60592      Branch: perl
60593            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
60594 ____________________________________________________________________________
60595 [  6476] By: gsar                                  on 2000/08/01  04:24:24
60596         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
60597              on Windows)
60598      Branch: perl
60599            ! t/pragma/utf8.t utf8.c win32/win32.c
60600 ____________________________________________________________________________
60601 [  6475] By: jhi                                   on 2000/08/01  03:35:24
60602         Log: Make chr() for values >127 to create utf8 when under utf8.
60603              
60604              Subject: Re: uft8/chr()
60605              From: simon@brecon.co.uk (Simon Cozens)
60606              Date: 1 Aug 2000 02:37:02 GMT
60607              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
60608      Branch: perl
60609            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
60610 ____________________________________________________________________________
60611 [  6474] By: jhi                                   on 2000/08/01  02:36:18
60612         Log: In Digital UNIX warn if gcc explicitly chosen because even
60613              2.95.2 is known to cause problems.
60614      Branch: perl
60615            ! hints/dec_osf.sh
60616 ____________________________________________________________________________
60617 [  6473] By: jhi                                   on 2000/08/01  02:00:56
60618         Log: Make the safety catch for buggy gccs work with triple version
60619              numbers like 2.95.2.  Reported in
60620              
60621              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
60622              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
60623              Date: Mon, 31 Jul 2000 14:55:06 +0200
60624              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
60625      Branch: perl
60626            ! hints/dec_osf.sh
60627 ____________________________________________________________________________
60628 [  6472] By: jhi                                   on 2000/08/01  01:13:33
60629         Log: Subject: fix and question re: waitpid() under win32
60630              From: Brian Clarke <clarke@appliedmeta.com>
60631              Date: Fri, 28 Jul 2000 15:18:29 -0400
60632              Message-ID: <3981DC85.290314EB@appliedmeta.com>
60633              
60634              Slightly reformatted and WNOHANG # define moved to win32.h
60635              so that also POSIX.xs sees it, as suggsted by Sarathy.
60636      Branch: perl
60637            ! win32/win32.c win32/win32.h
60638 ____________________________________________________________________________
60639 [  6471] By: jhi                                   on 2000/08/01  00:55:05
60640         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
60641              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60642              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
60643              Date: Mon, 31 Jul 2000 13:28:51 +0100
60644              
60645              (aka ID 20000730.002)
60646      Branch: perl
60647            ! op.c t/op/tr.t
60648 ____________________________________________________________________________
60649 [  6470] By: jhi                                   on 2000/07/31  23:34:42
60650         Log: Document the problem with -P in HP-UX and its workaround.
60651              
60652              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
60653              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
60654              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
60655              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
60656      Branch: perl
60657            ! README.hpux
60658 ____________________________________________________________________________
60659 [  6469] By: jhi                                   on 2000/07/31  04:15:02
60660         Log: The swallow_bom() saga continues.  The #23 of require.t
60661              (UTF16-LE) still fails (silently, no output) but the #22
60662              (UTF16-BE) seems to be working now.  The root of the
60663              failure may be in sv_gets(): is it UTF-16LE-aware,
60664              especially when it comes to line endings? 
60665      Branch: perl
60666            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
60667            ! t/comp/require.t toke.c utf8.c
60668 ____________________________________________________________________________
60669 [  6468] By: jhi                                   on 2000/07/30  19:05:48
60670         Log: Find green threads before native threads.
60671              
60672              Subject: Re: Patch to jpl/JNI/Makefile.PL
60673              From: Jens Thomsen <jens@fiend.cis.com>
60674              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
60675              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
60676      Branch: perl
60677            ! jpl/JNI/Makefile.PL
60678 ____________________________________________________________________________
60679 [  6467] By: jhi                                   on 2000/07/30  18:36:22
60680         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
60681      Branch: perl
60682            ! doop.c
60683 ____________________________________________________________________________
60684 [  6466] By: jhi                                   on 2000/07/30  04:37:29
60685         Log: A new version of the "remove UPPERACSE string comparison"
60686              operators.  The problem with the previous one (change #6454)
60687              was that it was for Perl 5.6.0.  From Paul Marquess.
60688      Branch: perl
60689            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
60690            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
60691            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60692 ____________________________________________________________________________
60693 [  6465] By: jhi                                   on 2000/07/29  22:39:56
60694         Log: Do not upgrade SVs into utf8 just because they participate
60695              in eq or cmp.  Reported and fix suggested in
60696              
60697              Subject: [ID 20000720.009] sv_eq UTF8 bug
60698              From: "Simon Cozens" <simon@othersideofthe.earth.li>
60699              Date: 21 Jul 2000 04:37:29 -0000
60700              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
60701              
60702              Exercise for the kind reader: should we or should we not
60703              cache the utf8 conversion alonside the SV? (as magic,
60704              as thestrxfrm()ed version is cached under use locale)
60705              Argue both for and against.
60706      Branch: perl
60707            ! sv.c
60708 ____________________________________________________________________________
60709 [  6464] By: jhi                                   on 2000/07/29  22:36:22
60710         Log: Subject: UTF8 concat
60711              From: simon@brecon.co.uk (Simon Cozens) 
60712              Date: 30 Jun 2000 06:13:25 GMT
60713              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
60714              
60715              (with a memory leak fixed, plus a few casts added)
60716              
60717              This also seems to help for
60718              
60719              Subject: [ID 20000716.015] join UTF8 weirdness
60720              From: root <root@ak-71.mind.de> 
60721              Date: Sat, 15 Jul 2000 15:29:54 +0200
60722              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
60723              
60724              (from Andreas König)
60725      Branch: perl
60726            ! pp_hot.c
60727 ____________________________________________________________________________
60728 [  6463] By: jhi                                   on 2000/07/29  00:55:39
60729         Log: Tune the comments and hopefully stop a memory leak.
60730      Branch: perl
60731            ! toke.c utf8.c
60732 ____________________________________________________________________________
60733 [  6462] By: jhi                                   on 2000/07/29  00:16:53
60734         Log: The problem described in this
60735              
60736              Subject: [ID 20000322.018] named chars aren't magical enough
60737              From: root <root@dixie.cscaper.com>     
60738              Date: Wed, 22 Mar 2000 18:37:42 -0700
60739              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
60740              
60741              has been fixed in perl 5.6.0 but just in case added a test
60742              to keep it away.  (The report from Joseph Hall.)
60743      Branch: perl
60744            ! t/lib/charnames.t
60745 ____________________________________________________________________________
60746 [  6461] By: jhi                                   on 2000/07/28  23:56:36
60747         Log: Tiny fixes for #6460.
60748      Branch: metaconfig/U/perl
60749            ! gccvers.U
60750      Branch: perl
60751            ! Configure config_h.SH
60752 ____________________________________________________________________________
60753 [  6460] By: jhi                                   on 2000/07/28  23:24:41
60754         Log: Warn if the version of the operating system used to compile gcc
60755              differs from the current version of the operating system.
60756              Also display the gcc compilation os and version in myconfig.
60757              Inspiration from
60758              
60759              Subject: Re: [ID 20000710.003] ERRORS!!         
60760              From: "Kurt D. Starsinic" <kstar@chapin.edu>
60761              Date: Mon, 10 Jul 2000 15:54:16 -0400
60762              Message-ID: <20000710155416.A1384@O2.chapin.edu>
60763      Branch: metaconfig/U/perl
60764            ! gccvers.U
60765      Branch: perl
60766            ! Configure config_h.SH myconfig.SH
60767 ____________________________________________________________________________
60768 [  6459] By: jhi                                   on 2000/07/28  22:00:32
60769         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
60770              letter to $Config{osvers}.
60771      Branch: metaconfig
60772            ! U/modified/Oldconfig.U
60773      Branch: perl
60774            ! Configure config_h.SH
60775 ____________________________________________________________________________
60776 [  6458] By: jhi                                   on 2000/07/28  04:15:39
60777         Log: Back out #6454, doesn't seem to work.
60778              (Reason: that patch was for perl 5.6.0, not perl-current)
60779              (A version of the patch for perl-current came in later as #6466)
60780      Branch: perl
60781            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
60782            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
60783            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60784 ____________________________________________________________________________
60785 [  6457] By: jhi                                   on 2000/07/27  23:31:49
60786         Log: Use setproctitle() if available to modify $0.
60787              
60788              Subject: setting $* on BSD4 broken
60789              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
60790              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
60791              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
60792      Branch: metaconfig
60793            ! U/modified/Myinit.U
60794      Branch: perl
60795            ! Configure config_h.SH mg.c
60796 ____________________________________________________________________________
60797 [  6456] By: jhi                                   on 2000/07/27  14:50:47
60798         Log: Allow "no AutoLoader;", based on change #6444,
60799              suggested by Graham Barr.
60800      Branch: perl
60801            ! lib/AutoLoader.pm
60802 ____________________________________________________________________________
60803 [  6455] By: jhi                                   on 2000/07/27  14:19:10
60804         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
60805              From: rspier@pobox.com (Robert Spier)
60806              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
60807              Message-ID: <14720.15855.787664.424783@rls.cx>
60808      Branch: perl
60809            ! pod/perldiag.pod
60810 ____________________________________________________________________________
60811 [  6454] By: jhi                                   on 2000/07/27  14:03:02
60812         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
60813              for a long time).
60814              
60815              Reported in
60816              
60817              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
60818              From: Ryan Herbert <rherbert@sycamorehq.com>
60819              Date: Mon, 17 Jul 2000 11:40:42 -0400
60820              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
60821              
60822              Patched in
60823              
60824              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
60825              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60826              Date: Wed, 26 Jul 2000 23:40:18 +0100
60827              Message-ID: <000001bff752$79511880$0a17073e@tiny>
60828              
60829              based on an earlier patch from Stephen P. Potter.
60830              
60831              (Removed later by change #6458 because this patch was for
60832              perl 5.6.0, not perl-current)
60833      Branch: perl
60834            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
60835            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
60836            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60837 ____________________________________________________________________________
60838 [  6453] By: jhi                                   on 2000/07/27  13:48:02
60839         Log: Subject: [PATCH] fixes bug 20000508.004
60840              From: Michael Stevens <mstevens@globnix.org>
60841              Date: Thu, 27 Jul 2000 13:49:04 +0100
60842              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
60843      Branch: perl
60844            ! pod/perldata.pod
60845 ____________________________________________________________________________
60846 [  6452] By: jhi                                   on 2000/07/26  23:51:26
60847         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
60848              and Craig A. Berry.
60849      Branch: perl
60850            ! lib/File/Temp.pm pod/perlport.pod
60851 ____________________________________________________________________________
60852 [  6451] By: jhi                                   on 2000/07/26  19:43:30
60853         Log: Be wary of close()s, too.
60854              
60855              Subject: Re: [PATCH] perlbug cleanup
60856              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60857              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
60858              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
60859      Branch: perl
60860            ! utils/perlbug.PL
60861 ____________________________________________________________________________
60862 [  6450] By: jhi                                   on 2000/07/26  18:41:40
60863         Log: Subject: Minor doc patch: handy.h
60864              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
60865              Date: Wed, 26 Jul 2000 15:34:25 -0300
60866              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
60867      Branch: perl
60868            ! handy.h pod/perlapi.pod
60869 ____________________________________________________________________________
60870 [  6449] By: jhi                                   on 2000/07/26  18:23:55
60871         Log: Subject: [PATCH] minor doc change - perlguts
60872              From: Michael Stevens <mstevens@globnix.org>
60873              Date: Thu, 13 Jul 2000 12:39:18 +0100
60874              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
60875      Branch: perl
60876            ! pod/perlguts.pod
60877 ____________________________________________________________________________
60878 [  6448] By: jhi                                   on 2000/07/26  18:20:30
60879         Log: open() wariness in perlbug.
60880              
60881              Subject: [PATCH] perlbug cleanup
60882              From: Michael Stevens <mstevens@globnix.org>
60883              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
60884              Date: Thu, 13 Jul 2000 15:52:23 +0100
60885      Branch: perl
60886            ! utils/perlbug.PL
60887 ____________________________________________________________________________
60888 [  6447] By: jhi                                   on 2000/07/26  18:13:04
60889         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
60890      Branch: perl
60891            ! lib/File/Temp.pm t/lib/ftmp-security.t
60892 ____________________________________________________________________________
60893 [  6446] By: jhi                                   on 2000/07/26  18:06:32
60894         Log: docfix from Peter Scott <Peter@PSDT.com>.
60895      Branch: perl
60896            ! pod/perlfunc.pod
60897 ____________________________________________________________________________
60898 [  6445] By: jhi                                   on 2000/07/26  17:53:31
60899         Log: Fix *foo{FORMAT}.
60900              
60901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60902              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60903              Date: Wed, 26 Jul 2000 19:51:02 +0200
60904              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
60905              
60906              From: Graham Barr <gbarr@pobox.com>
60907              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60908              Date: Wed, 26 Jul 2000 17:38:36 +0100
60909              Message-ID: <20000726173836.L472@pobox.com>
60910      Branch: perl
60911            ! pp.c sv.c t/op/gv.t
60912 ____________________________________________________________________________
60913 [  6444] By: jhi                                   on 2000/07/26  17:49:14
60914         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
60915              from Graham Barr in the module list.
60916      Branch: perl
60917            ! gv.c pod/perlobj.pod
60918 ____________________________________________________________________________
60919 [  6443] By: jhi                                   on 2000/07/26  16:06:56
60920         Log: More split() doc and test patches from Mike Guy.
60921      Branch: perl
60922            ! pod/perlfunc.pod t/op/split.t
60923 ____________________________________________________________________________
60924 [  6442] By: jhi                                   on 2000/07/26  16:05:30
60925         Log: MacOS nits from Matthias Neeracher.
60926      Branch: perl
60927            ! perl.c pp_ctl.c
60928 ____________________________________________________________________________
60929 [  6441] By: jhi                                   on 2000/07/26  04:39:57
60930         Log: Subject: [PATCH] split /^/
60931              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60932              Date: Tue, 25 Jul 2000 14:18:57 +0100
60933              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
60934              
60935              (with notes from tchrist and gbarr)
60936      Branch: perl
60937            ! pod/perlfunc.pod t/op/split.t
60938 ____________________________________________________________________________
60939 [  6440] By: jhi                                   on 2000/07/26  04:32:32
60940         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
60941              From: Peter Prymmer <pvhp@forte.com>
60942              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
60943              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
60944      Branch: perl
60945            ! vms/munchconfig.c
60946 ____________________________________________________________________________
60947 [  6439] By: jhi                                   on 2000/07/26  04:31:01
60948         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
60949              to be fatal errors (instead of by default ignoring them, and
60950              ignoring with a bug: even though -w gave an error, the opening [
60951              was left in)  Reported in:
60952              
60953              Subject: [ID 20000716.024] [=cc=] / [:blank:]
60954              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
60955              Date: Sun, 16 Jul 2000 17:55:29 -0700
60956              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
60957      Branch: perl
60958            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
60959 ____________________________________________________________________________
60960 [  6438] By: jhi                                   on 2000/07/25  15:41:15
60961         Log: Subject: [PATCH] av.c apidoc
60962              From: simon@brecon.co.uk (Simon Cozens)
60963              Date: 24 Jul 2000 06:40:52 GMT
60964              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
60965      Branch: perl
60966            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
60967            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
60968 ____________________________________________________________________________
60969 [  6437] By: jhi                                   on 2000/07/25  14:05:36
60970         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
60971              From: "Stephen P. Potter" <spp@ds.net>
60972              Date: Mon, 24 Jul 2000 14:22:23 -0400
60973              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
60974      Branch: perl
60975            ! pod/perllocale.pod
60976 ____________________________________________________________________________
60977 [  6436] By: jhi                                   on 2000/07/25  14:02:03
60978         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
60979              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60980              Date: Mon, 24 Jul 2000 18:04:28 +0100
60981              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
60982      Branch: perl
60983            ! t/lib/syslfs.t t/op/lfs.t
60984 ____________________________________________________________________________
60985 [  6435] By: jhi                                   on 2000/07/25  13:59:28
60986         Log: Get UTF16 BOMs working.  Patch from
60987              
60988              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60989              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60990              Date: Tue, 25 Jul 2000 12:52:45 +0100
60991              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
60992              
60993              and notes from
60994              
60995              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60996              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60997              Date: Tue, 25 Jul 2000 11:43:25 +0100
60998              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
60999      Branch: perl
61000            ! t/comp/require.t toke.c utf8.c
61001 ____________________________________________________________________________
61002 [  6434] By: jhi                                   on 2000/07/25  02:39:54
61003         Log: Make the "uninit variable" warning to say "concat or string"
61004              or "join or string" when in concat or join .
61005              
61006              Subject: Re: [ID 20000403.009] uninitialised concatenation???
61007              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61008              Date: Tue, 04 Apr 2000 18:22:58 +0100
61009              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
61010              
61011              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
61012              From: William R Ward <hermit@BayView.COM>
61013              Date: Thu, 30 Mar 2000 19:50:03 -0800
61014              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
61015      Branch: perl
61016            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
61017            ! t/pragma/warn/op t/pragma/warn/sv
61018 ____________________________________________________________________________
61019 [  6433] By: jhi                                   on 2000/07/24  17:52:56
61020         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
61021      Branch: perl
61022            ! lib/File/Spec/VMS.pm
61023 ____________________________________________________________________________
61024 [  6432] By: jhi                                   on 2000/07/24  17:44:44
61025         Log: Test cases for #6431.
61026              
61027              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
61028              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61029              Date: Mon, 24 Jul 2000 15:32:29 +0100
61030              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
61031      Branch: perl
61032            ! t/op/pat.t t/op/split.t
61033 ____________________________________________________________________________
61034 [  6431] By: jhi                                   on 2000/07/24  17:43:17
61035         Log: Bind op fix.
61036              
61037              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
61038              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61039              Date: Mon, 17 Jul 2000 20:04:56 +0100
61040              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
61041      Branch: perl
61042            ! op.c
61043 ____________________________________________________________________________
61044 [  6430] By: jhi                                   on 2000/07/24  03:42:42
61045         Log: Subject: [ID 20000716.023] syslog test fails without sockets
61046              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61047              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
61048              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
61049      Branch: metaconfig/U/perl
61050            ! Extensions.U
61051      Branch: perl
61052            ! Configure config_h.SH
61053 ____________________________________________________________________________
61054 [  6429] By: jhi                                   on 2000/07/24  03:11:52
61055         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
61056              case, but add also notes explaining the relationship of this
61057              patch and the earlier notes by Sarathy.
61058              
61059              Subject: Map is still slow
61060              From: "Ben Tilly" <ben_tilly@hotmail.com>
61061              Date: Sat, 15 Jul 2000 17:23:27 EDT
61062              Message-ID: <20000715212327.21656.qmail@hotmail.com>
61063      Branch: perl
61064            ! pp_ctl.c
61065 ____________________________________________________________________________
61066 [  6428] By: jhi                                   on 2000/07/24  02:58:52
61067         Log: Documentation to explain the behaviour of map().
61068              
61069              Subject: Re: Map is still slow 
61070              From: Gurusamy Sarathy <gsar@ActiveState.com>
61071              Date: Sat, 15 Jul 2000 16:05:09 -0700
61072              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
61073      Branch: perl
61074            ! pp_ctl.c
61075 ____________________________________________________________________________
61076 [  6427] By: jhi                                   on 2000/07/24  02:50:03
61077         Log: Add tests for
61078              [ID 19991110.003] another matching finding by pcre author
61079              which has already been fixed by some patch, as verified in
61080              
61081              Subject: Re: two regex bugs from the mists of time (well, last November)
61082              From: Hugo <hv@crypt.compulink.co.uk>
61083              Date: Sat, 22 Jul 2000 18:12:58 +0100
61084              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
61085      Branch: perl
61086            ! t/op/re_tests
61087 ____________________________________________________________________________
61088 [  6426] By: jhi                                   on 2000/07/24  02:11:20
61089         Log: A missing 'break' after the [[:space:]] switch case.
61090              
61091              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
61092              From: "Stephen P. Potter" <spp@ds.net>
61093              Date: Tue, 18 Jul 2000 16:25:17 -0400
61094              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
61095      Branch: perl
61096            ! regcomp.c
61097 ____________________________________________________________________________
61098 [  6425] By: jhi                                   on 2000/07/24  02:06:12
61099         Log: The output might have been produced in the wrong order.
61100              
61101              Subject: [ID 20000720.003] [PATCH] t/op/write.t
61102              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61103              Date: Thu, 20 Jul 2000 18:49:18 +0100
61104              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
61105      Branch: perl
61106            ! t/op/write.t
61107 ____________________________________________________________________________
61108 [  6424] By: jhi                                   on 2000/07/24  02:00:07
61109         Log: Use STDOUT consistently.
61110              
61111              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
61112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61113              Date: Thu, 20 Jul 2000 18:04:01 +0100
61114              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
61115      Branch: perl
61116            ! lib/Test/Harness.pm
61117 ____________________________________________________________________________
61118 [  6423] By: jhi                                   on 2000/07/24  01:54:54
61119         Log: Protect against "wild next"s, that is, callbacks doing "next"
61120              instead of "return".
61121              
61122              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
61123              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61124              Date: Tue, 18 Jul 2000 11:30:16 +0100
61125              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
61126      Branch: perl
61127            ! lib/File/Find.pm
61128 ____________________________________________________________________________
61129 [  6422] By: jhi                                   on 2000/07/24  01:35:47
61130         Log: Out-of-date note removed.
61131              
61132              Subject: [PATCH] documentation perlipc
61133              From: rspier@pobox.com (Robert Spier)
61134              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
61135              Message-ID: <14711.35178.572612.502654@rls.cx>
61136      Branch: perl
61137            ! pod/perlipc.pod
61138 ____________________________________________________________________________
61139 [  6421] By: jhi                                   on 2000/07/24  00:09:18
61140         Log: Send all installperl messages to STDERR and be -w clean.
61141              
61142              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
61143              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61144              Date: Sat, 22 Jul 2000 14:02:11 +0100
61145              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
61146      Branch: perl
61147            ! installperl
61148 ____________________________________________________________________________
61149 [  6420] By: jhi                                   on 2000/07/24  00:04:19
61150         Log: Decutandpasto.
61151              
61152              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
61153              From: "Richard Soderberg" <rs@crystalflame.net>
61154              Date: Sun, 23 Jul 2000 01:37:23 -0700
61155              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
61156      Branch: perl
61157            ! pod/perlipc.pod
61158 ____________________________________________________________________________
61159 [  6419] By: jhi                                   on 2000/07/24  00:01:12
61160         Log: A cleaner abs_path().
61161              Subject: Re: unix alternative to Cwd.pm
61162              From: Jeff Pinyan <jeffp@crusoe.net>
61163              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
61164              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
61165      Branch: perl
61166            ! lib/Cwd.pm
61167 ____________________________________________________________________________
61168 [  6418] By: jhi                                   on 2000/07/23  23:48:56
61169         Log: Detypo.
61170              
61171              Subject: [PATCH perl-current] Typo in hints/powerux.sh
61172              From: "Richard Soderberg" <rs@crystalflame.net>
61173              Date: Sun, 23 Jul 2000 01:27:33 -0700
61174              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
61175      Branch: perl
61176            ! hints/powerux.sh
61177 ____________________________________________________________________________
61178 [  6417] By: jhi                                   on 2000/07/17  22:13:31
61179         Log: Subject: SDBM_File documentation
61180              From: mjd@plover.com
61181              Date: 16 Jul 2000 17:41:17 -0000
61182              Message-ID: <20000716174117.18515.qmail@plover.com>
61183      Branch: perl
61184            ! ext/SDBM_File/SDBM_File.pm
61185 ____________________________________________________________________________
61186 [  6416] By: jhi                                   on 2000/07/17  19:13:26
61187         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
61188      Branch: perl
61189            ! hints/mpeix.sh mpeix/relink
61190 ____________________________________________________________________________
61191 [  6415] By: jhi                                   on 2000/07/15  14:11:02
61192         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
61193              the utf8 'characters' can be more than one octet).
61194              
61195              Date: Sat, 15 Jul 2000 00:21:56 +0100
61196              From: Tom Hughes <tom@compton.nu>
61197              Subject: Re: [ID 20000714.002]
61198              Message-ID: <db2334de49.tom@compton.compton.nu>
61199              
61200              Reported in
61201              
61202              Subject: [ID 20000714.002]
61203              From: "Simon Cozens" <simon@othersideofthe.earth.li>
61204              Date: 14 Jul 2000 15:13:09 -0000
61205              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
61206      Branch: perl
61207            ! doop.c
61208 ____________________________________________________________________________
61209 [  6414] By: jhi                                   on 2000/07/15  03:13:41
61210         Log: another VMS build tweak from Peter Prymmer
61211      Branch: perl
61212            ! vms/descrip_mms.template
61213 ____________________________________________________________________________
61214 [  6413] By: jhi                                   on 2000/07/15  03:10:40
61215         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
61216      Branch: perl
61217            ! vms/perlvms.pod
61218 ____________________________________________________________________________
61219 [  6412] By: jhi                                   on 2000/07/15  00:31:05
61220         Log: More docs for sv functions.
61221              
61222              Subject: [PATCH cfgperl] sv.c apidoc
61223              From: simon@brecon.co.uk (Simon Cozens)
61224              Date: 13 Jul 2000 09:00:20 GMT
61225              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
61226              
61227              Subject: Re: [PATCH cfgperl] sv.c apidoc
61228              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61229              Date: Thu, 13 Jul 2000 12:27:41 +0100
61230              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
61231              
61232              Subject: Re: [PATCH cfgperl] sv.c apidoc
61233              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61234              Date: Thu, 13 Jul 2000 13:23:09 +0100
61235              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
61236              
61237              Subject: Re: [PATCH cfgperl] sv.c apidoc
61238              From: simon@brecon.co.uk (Simon Cozens)
61239              Date: 14 Jul 2000 06:51:02 GMT
61240              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
61241      Branch: perl
61242            ! embed.pl pod/perlapi.pod sv.c
61243 ____________________________________________________________________________
61244 [  6411] By: jhi                                   on 2000/07/15  00:10:41
61245         Log: lib/b test fixes from Peter Prymmer.
61246      Branch: perl
61247            ! t/lib/b.t
61248 ____________________________________________________________________________
61249 [  6410] By: jhi                                   on 2000/07/15  00:02:09
61250         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
61251              From: Hugo <hv@crypt.compulink.co.uk>
61252              Date: Fri, 14 Jul 2000 23:05:20 +0100
61253              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
61254              
61255              Didn't anymore apply, but that point still could use another fix.
61256      Branch: perl
61257            ! pod/perlfunc.pod
61258 ____________________________________________________________________________
61259 [  6409] By: jhi                                   on 2000/07/14  23:15:15
61260         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
61261              not in pod, from Peter Prymmer
61262      Branch: perl
61263            ! vms/descrip_mms.template
61264 ____________________________________________________________________________
61265 [  6408] By: jhi                                   on 2000/07/14  20:35:05
61266         Log: The bug report
61267              [ID 19991110.002] minimal matching discrepancy found by pcre author
61268              seems to have been fixed (though differently from what was suggested
61269              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
61270      Branch: perl
61271            ! t/op/re_tests
61272 ____________________________________________________________________________
61273 [  6407] By: jhi                                   on 2000/07/14  17:38:08
61274         Log: Fix AutoSplit to use File::Spec the right way in VMS,
61275              from Peter Prymmer.
61276      Branch: perl
61277            ! lib/AutoSplit.pm
61278 ____________________________________________________________________________
61279 [  6406] By: jhi                                   on 2000/07/14  14:13:22
61280         Log: Merge perlhacktut into perlhack, update perlguts.
61281              
61282              Subject: Re: Perlhacktut
61283              From: simon@brecon.co.uk (Simon Cozens)
61284              Date: 14 Jul 2000 06:49:21 GMT
61285              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
61286              
61287              Subject: Re: Perlhacktut
61288              From: simon@brecon.co.uk (Simon Cozens)
61289              Date: 14 Jul 2000 07:09:45 GMT
61290              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
61291      Branch: perl
61292            ! pod/perlguts.pod pod/perlhack.pod
61293 ____________________________________________________________________________
61294 [  6405] By: jhi                                   on 2000/07/14  14:02:31
61295         Log: Integrate with Sarathy.
61296      Branch: cfgperl
61297           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
61298           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
61299           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
61300 ____________________________________________________________________________
61301 [  6404] By: gsar                                  on 2000/07/14  12:15:02
61302         Log: PERL_OBJECT build tweaks
61303      Branch: perl
61304            ! toke.c
61305 ____________________________________________________________________________
61306 [  6403] By: gsar                                  on 2000/07/14  11:23:41
61307         Log: inconsistent types needs casts
61308      Branch: perl
61309            ! toke.c
61310 ____________________________________________________________________________
61311 [  6402] By: gsar                                  on 2000/07/14  11:12:04
61312         Log: typos in change#6399, regen headers
61313      Branch: perl
61314            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
61315 ____________________________________________________________________________
61316 [  6401] By: gsar                                  on 2000/07/14  10:59:12
61317         Log: typecasts needed for change#6394
61318      Branch: perl
61319            ! toke.c
61320 ____________________________________________________________________________
61321 [  6400] By: gsar                                  on 2000/07/14  10:49:37
61322         Log: integrate cfgperl contents into mainline
61323      Branch: perl
61324           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
61325           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
61326 ____________________________________________________________________________
61327 [  6399] By: gsar                                  on 2000/07/14  10:38:35
61328         Log: enable UTF-16 filter by default if relevant BOM is seen; various
61329              cleanups (typos, misformatted code, and small bugs)
61330      Branch: perl
61331            ! doop.c embed.pl mg.c op.c pp.c toke.c
61332 ____________________________________________________________________________
61333 [  6398] By: gsar                                  on 2000/07/14  08:55:38
61334         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
61335              name suggests anyway)
61336      Branch: perl
61337            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
61338 ____________________________________________________________________________
61339 [  6397] By: gsar                                  on 2000/07/14  08:44:33
61340         Log: move new variables to the end of the interpreter structure (for
61341              bincompat in code that doesn't #include XSUB.h)
61342      Branch: perl
61343            ! intrpvar.h
61344 ____________________________________________________________________________
61345 [  6396] By: gsar                                  on 2000/07/14  08:13:58
61346         Log: MakeMaker should not remove editor backups (*~) on `make clean`
61347              by default (completes change#6383)
61348      Branch: perl
61349            ! lib/ExtUtils/MM_Unix.pm
61350 ____________________________________________________________________________
61351 [  6395] By: jhi                                   on 2000/07/14  05:20:33
61352         Log: Replace change #6337 with a better one.
61353              
61354              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
61355              From: Hugo <hv@crypt.compulink.co.uk>
61356              Date: Fri, 14 Jul 2000 04:16:20 +0100
61357              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
61358      Branch: cfgperl
61359            ! regexec.c t/op/re_tests
61360 ____________________________________________________________________________
61361 [  6394] By: jhi                                   on 2000/07/14  01:33:59
61362         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
61363      Branch: cfgperl
61364            ! embed.pl global.sym proto.h toke.c
61365 ____________________________________________________________________________
61366 [  6393] By: jhi                                   on 2000/07/13  23:41:23
61367         Log: remove discarded test
61368      Branch: cfgperl
61369            ! MANIFEST
61370 ____________________________________________________________________________
61371 [  6392] By: jhi                                   on 2000/07/13  23:32:25
61372         Log: The {multiplier} of a fixed substring was overlooked which
61373              caused a wrong initial search offset for that substring.
61374              
61375              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
61376              From: Hugo <hv@crypt.compulink.co.uk>
61377              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
61378              Date: Thu, 13 Jul 2000 19:27:13 +0100
61379      Branch: cfgperl
61380            ! regcomp.c t/op/re_tests
61381 ____________________________________________________________________________
61382 [  6391] By: jhi                                   on 2000/07/13  16:37:42
61383         Log: typo fix from Craig Berry
61384      Branch: cfgperl
61385            ! vms/subconfigure.com
61386 ____________________________________________________________________________
61387 [  6390] By: jhi                                   on 2000/07/13  13:20:12
61388         Log: Integrate with Sarathy.
61389      Branch: cfgperl
61390            - t/op/method2entersub.t
61391           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
61392           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
61393           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
61394           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
61395 ____________________________________________________________________________
61396 [  6389] By: jhi                                   on 2000/07/13  13:18:48
61397         Log: Detypo from Peter Prymmer, part of #6388.
61398      Branch: cfgperl
61399            ! Configure config_h.SH
61400      Branch: metaconfig
61401            ! U/modified/d_longlong.U
61402 ____________________________________________________________________________
61403 [  6388] By: gsar                                  on 2000/07/13  06:33:40
61404         Log: typos (spotted by Peter Prymmer)
61405      Branch: perl
61406            ! Configure t/lib/english.t
61407 ____________________________________________________________________________
61408 [  6387] By: gsar                                  on 2000/07/13  05:35:28
61409         Log: new selfloader.t in change#6183 doesn't close DATA handles,
61410              and thus fails to clean up tmp files on dosish platforms
61411      Branch: perl
61412            ! t/lib/selfloader.t
61413 ____________________________________________________________________________
61414 [  6386] By: gsar                                  on 2000/07/12  21:42:39
61415         Log: sprintf test tweaks (from Dominic Dunlop)
61416      Branch: perl
61417            ! t/op/sprintf.t
61418 ____________________________________________________________________________
61419 [  6385] By: gsar                                  on 2000/07/12  21:33:46
61420         Log: fix bugs in processing %v-*d and similar format specs (from
61421              Avi Finkel <avi@finkel.org>)
61422      Branch: perl
61423            ! sv.c t/op/sprintf.t
61424 ____________________________________________________________________________
61425 [  6384] By: gsar                                  on 2000/07/12  16:04:19
61426         Log: readd missing perldelta.pod changes from changes#6339,6376
61427      Branch: perl
61428            ! pod/perldelta.pod
61429 ____________________________________________________________________________
61430 [  6383] By: gsar                                  on 2000/07/12  16:00:51
61431         Log: don't clobber *.orig files on *clean targets
61432      Branch: perl
61433            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
61434 ____________________________________________________________________________
61435 [  6382] By: gsar                                  on 2000/07/12  07:59:12
61436         Log: fix broken integrations in cfgperl
61437      Branch: cfgperl
61438           !> Changes pod/perldelta.pod
61439 ____________________________________________________________________________
61440 [  6381] By: gsar                                  on 2000/07/12  07:42:17
61441         Log: integrate cfgperl changes into mainline
61442      Branch: perl
61443            ! Changes
61444           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
61445           !> pod/perlre.pod
61446 ____________________________________________________________________________
61447 [  6380] By: gsar                                  on 2000/07/12  07:31:00
61448         Log: get sprintf.t to adjust properly for 3-digit exponents
61449      Branch: perl
61450            ! t/op/sprintf.t
61451 ____________________________________________________________________________
61452 [  6379] By: gsar                                  on 2000/07/12  06:40:04
61453         Log: change#6174 needs corresponding change in win32/config_h.PL,
61454              which grovels through config_h.SH to find the config.h name
61455      Branch: perl
61456            ! win32/config_h.PL
61457 ____________________________________________________________________________
61458 [  6378] By: jhi                                   on 2000/07/12  05:03:59
61459         Log: Do the cc sanity check both before the hints and
61460              after the cc selction.
61461      Branch: cfgperl
61462            ! Configure config_h.SH
61463      Branch: metaconfig
61464            ! U/modified/Oldconfig.U U/modified/cc.U
61465      Branch: metaconfig/U/perl
61466            + Checkcc.U
61467 ____________________________________________________________________________
61468 [  6377] By: jhi                                   on 2000/07/12  02:49:22
61469         Log: Fix nits noticed by Boston.pm.
61470      Branch: cfgperl
61471            ! pod/perlre.pod
61472 ____________________________________________________________________________
61473 [  6376] By: jhi                                   on 2000/07/11  21:22:13
61474         Log: Configure cosmetics and perldelta.
61475      Branch: cfgperl
61476            ! Configure config_h.SH pod/perldelta.pod
61477      Branch: metaconfig
61478            ! U/modified/cc.U
61479 ____________________________________________________________________________
61480 [  6375] By: gsar                                  on 2000/07/11  21:17:35
61481         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
61482      Branch: perl
61483            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
61484            ! win32/win32sck.c
61485 ____________________________________________________________________________
61486 [  6374] By: gsar                                  on 2000/07/11  20:48:50
61487         Log: tweak for build failure under multiplicity
61488      Branch: perl
61489            ! toke.c
61490 ____________________________________________________________________________
61491 [  6373] By: gsar                                  on 2000/07/11  20:37:23
61492         Log: integrate cfgperl changes#6325..6373 into mainline
61493              (NOTE: today's batch of integrations still untested)
61494      Branch: perl
61495           +> ext/DynaLoader/hints/netbsd.pl
61496            ! Changes
61497           !> (integrate 26 files)
61498 ____________________________________________________________________________
61499 [  6372] By: jhi                                   on 2000/07/11  20:30:36
61500         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
61501              regen perltoc.
61502      Branch: cfgperl
61503            + pod/perlbook.pod
61504            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
61505            ! pod/perltoc.pod
61506 ____________________________________________________________________________
61507 [  6371] By: jhi                                   on 2000/07/11  20:08:56
61508         Log: Minor cleanups on the booklist.
61509      Branch: cfgperl
61510            ! pod/perlfaq2.pod
61511 ____________________________________________________________________________
61512 [  6370] By: jhi                                   on 2000/07/11  19:31:13
61513         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
61514      Branch: cfgperl
61515            ! t/pragma/overload.t
61516 ____________________________________________________________________________
61517 [  6369] By: gsar                                  on 2000/07/11  19:27:48
61518         Log: integrate cfgperl changes#6293..6324 into mainline
61519      Branch: perl
61520           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
61521            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
61522           !> (integrate 30 files)
61523 ____________________________________________________________________________
61524 [  6368] By: gsar                                  on 2000/07/11  19:18:57
61525         Log: skip integrate of problematic change#6292 from cfgperl into mainline
61526      Branch: perl
61527           !> pp_hot.c
61528 ____________________________________________________________________________
61529 [  6367] By: gsar                                  on 2000/07/11  19:17:21
61530         Log: integrate cfgperl changes#6288..6290 into mainline
61531      Branch: perl
61532           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
61533 ____________________________________________________________________________
61534 [  6366] By: gsar                                  on 2000/07/11  19:11:18
61535         Log: integrate cfgperl changes#6268..6282 into mainline
61536      Branch: perl
61537           !> (integrate 30 files)
61538 ____________________________________________________________________________
61539 [  6365] By: gsar                                  on 2000/07/11  18:57:00
61540         Log: delete new accidentally branched file
61541      Branch: perl
61542            - t/op/method2entersub.t
61543 ____________________________________________________________________________
61544 [  6364] By: gsar                                  on 2000/07/11  18:55:13
61545         Log: skip integrate of change#6267 from cfgperl into mainline (the
61546              method call optimization is flawed without additional hints
61547              from user about immutableness of @ISA and no runtime method
61548              definitions)
61549      Branch: perl
61550           +> t/op/method2entersub.t
61551           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
61552           !> perl.h t/op/sprintf.t xsutils.c
61553 ____________________________________________________________________________
61554 [  6363] By: gsar                                  on 2000/07/11  18:49:43
61555         Log: integrate cfgperl changes#6261..6266 into mainline
61556      Branch: perl
61557           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
61558           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
61559           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61560           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
61561 ____________________________________________________________________________
61562 [  6362] By: gsar                                  on 2000/07/11  18:43:26
61563         Log: integrate cfgperl changes#6252..6260 into mainline
61564      Branch: perl
61565           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
61566           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
61567           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
61568           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
61569 ____________________________________________________________________________
61570 [  6361] By: gsar                                  on 2000/07/11  18:37:12
61571         Log: skip integrate of problematic change#6251 from cfgperl into mainline
61572      Branch: perl
61573           !> lib/Exporter.pm
61574 ____________________________________________________________________________
61575 [  6360] By: gsar                                  on 2000/07/11  18:34:56
61576         Log: integrate cfgperl change#6250 into mainline
61577      Branch: perl
61578           +> t/op/my_stash.t
61579           !> MANIFEST embed.pl proto.h toke.c
61580 ____________________________________________________________________________
61581 [  6359] By: gsar                                  on 2000/07/11  18:21:19
61582         Log: integrate cfgperl changes#6242..6249 into mainline
61583      Branch: perl
61584           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
61585           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
61586           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
61587           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
61588           !> t/lib/peek.t utf8.c
61589 ____________________________________________________________________________
61590 [  6358] By: gsar                                  on 2000/07/11  18:15:45
61591         Log: skip integrate of problematic change#6241 from cfgperl into mainline
61592      Branch: perl
61593           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
61594 ____________________________________________________________________________
61595 [  6357] By: jhi                                   on 2000/07/11  18:15:16
61596         Log: Fix for
61597              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
61598              From: Roderick Schertler <roderick@argon.org> 
61599              Date: Tue, 11 Jul 2000 13:55:05 -0400 
61600              Message-Id: <200007111755.NAA05077@jones.argon.org> 
61601      Branch: cfgperl
61602            ! doio.c
61603 ____________________________________________________________________________
61604 [  6356] By: jhi                                   on 2000/07/11  18:12:51
61605         Log: Typo in #6341.
61606      Branch: cfgperl
61607            ! pp_hot.c
61608 ____________________________________________________________________________
61609 [  6355] By: gsar                                  on 2000/07/11  18:12:10
61610         Log: integrate cfgperl changes#6231..6240 into mainline
61611      Branch: perl
61612           +> pod/perlutil.pod
61613           !> (integrate 35 files)
61614 ____________________________________________________________________________
61615 [  6354] By: jhi                                   on 2000/07/11  18:04:34
61616         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
61617              From: Dominic Dunlop <domo@computer.org> 
61618              Date: Tue, 11 Jul 2000 12:27:33 +0200 
61619              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
61620              
61621              Replaces change #6268.
61622      Branch: cfgperl
61623            ! t/op/sprintf.t
61624 ____________________________________________________________________________
61625 [  6353] By: gsar                                  on 2000/07/11  17:59:51
61626         Log: skip integrate of problematic change#6230 from cfgperl into mainline
61627              (a later version of File::Spec is already in mainline)
61628      Branch: perl
61629           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
61630           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
61631 ____________________________________________________________________________
61632 [  6352] By: gsar                                  on 2000/07/11  17:57:48
61633         Log: integrate cfgperl changes#6224..6229 into mainline
61634      Branch: perl
61635           +> lib/lib.pm.PL
61636            - lib/lib.pm
61637           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
61638           !> lib/English.pm op.c t/lib/english.t
61639 ____________________________________________________________________________
61640 [  6351] By: gsar                                  on 2000/07/11  17:50:10
61641         Log: skip integrate of problematic change#6223 from cfgperl into mainline
61642      Branch: perl
61643           !> doio.c
61644 ____________________________________________________________________________
61645 [  6350] By: gsar                                  on 2000/07/11  17:48:28
61646         Log: integrate cfgperl changes#6220..6222 into mainline
61647      Branch: perl
61648           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
61649           !> toke.c utf8.c win32/win32.h
61650 ____________________________________________________________________________
61651 [  6349] By: gsar                                  on 2000/07/11  17:46:13
61652         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
61653              mainline
61654      Branch: perl
61655           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61656           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
61657           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61658 ____________________________________________________________________________
61659 [  6348] By: jhi                                   on 2000/07/11  17:45:49
61660         Log: README.posix-bc podified from Thomas Dorner.
61661      Branch: cfgperl
61662            ! README.posix-bc
61663 ____________________________________________________________________________
61664 [  6347] By: gsar                                  on 2000/07/11  17:42:04
61665         Log: integrate cfgperl change#6217 into mainline
61666      Branch: perl
61667           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
61668           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
61669           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
61670 ____________________________________________________________________________
61671 [  6346] By: gsar                                  on 2000/07/11  17:39:37
61672         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
61673              mainline
61674      Branch: perl
61675           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
61676           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61677           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
61678           !> perlapi.h pod/perlapi.pod
61679 ____________________________________________________________________________
61680 [  6345] By: gsar                                  on 2000/07/11  17:36:42
61681         Log: integrate cfgperl changes#6207..6210 into mainline
61682      Branch: perl
61683           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
61684           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
61685 ____________________________________________________________________________
61686 [  6344] By: gsar                                  on 2000/07/11  17:31:20
61687         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
61688              mainline
61689      Branch: perl
61690           !> (integrate 40 files)
61691 ____________________________________________________________________________
61692 [  6343] By: gsar                                  on 2000/07/11  17:19:08
61693         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
61694      Branch: perl
61695           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
61696            ! Changes
61697           !> (integrate 34 files)
61698 ____________________________________________________________________________
61699 [  6342] By: jhi                                   on 2000/07/11  16:05:48
61700         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
61701              To: perl5-porters@perl.org
61702              From: Karsten Sperling <spiff@phreax.net>
61703              Date: Mon, 10 Jul 2000 15:12:52 +0200
61704              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
61705      Branch: cfgperl
61706            ! lib/Symbol.pm
61707 ____________________________________________________________________________
61708 [  6341] By: jhi                                   on 2000/07/11  15:59:23
61709         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
61710              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61711              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
61712              Date: Fri, 07 Jul 2000 17:57:16 +0100
61713      Branch: cfgperl
61714            ! pp_hot.c
61715 ____________________________________________________________________________
61716 [  6340] By: jhi                                   on 2000/07/11  15:55:47
61717         Log: Subject: Re: format bug report  [Patch]
61718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61719              Date: Wed, 05 Jul 2000 13:12:52 +0200
61720              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
61721              
61722              Subject: Re: format bug report  [Patch]
61723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61724              Date: Wed, 05 Jul 2000 14:10:01 +0200
61725              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
61726      Branch: cfgperl
61727            ! t/op/write.t toke.c
61728 ____________________________________________________________________________
61729 [  6339] By: jhi                                   on 2000/07/11  13:54:09
61730         Log: Be less forgiving about ambiguous and illegal tr ranges.
61731              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
61732              From: Mark-Jason Dominus <mjd@plover.com>
61733              Date: Tue, 04 Jul 2000 10:00:12 -0400
61734              Message-ID: <20000704140012.17772.qmail@plover.com>
61735              
61736              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
61737              From: Mark-Jason Dominus <mjd@plover.com>
61738              Date: Wed, 05 Jul 2000 09:37:36 -0400
61739              Message-ID: <20000705133736.27293.qmail@plover.com>
61740      Branch: cfgperl
61741            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
61742 ____________________________________________________________________________
61743 [  6338] By: jhi                                   on 2000/07/11  13:31:24
61744         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
61745              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61746              Date: Tue, 11 Jul 2000 13:50:51 +0100
61747              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
61748      Branch: cfgperl
61749            ! sv.c
61750 ____________________________________________________________________________
61751 [  6337] By: jhi                                   on 2000/07/11  13:29:14
61752         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
61753              From: Hugo <hv@crypt.compulink.co.uk>
61754              Date: Tue, 11 Jul 2000 12:44:50 +0100
61755              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
61756      Branch: cfgperl
61757            ! regexec.c t/op/re_tests
61758 ____________________________________________________________________________
61759 [  6336] By: jhi                                   on 2000/07/11  13:26:47
61760         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
61761              From: simon@brecon.co.uk (Simon Cozens)
61762              Date: 7 Jul 2000 11:26:09 GMT
61763              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
61764      Branch: cfgperl
61765            ! mg.c
61766 ____________________________________________________________________________
61767 [  6335] By: jhi                                   on 2000/07/11  13:23:37
61768         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
61769              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
61770              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
61771              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
61772      Branch: cfgperl
61773            + ext/DynaLoader/hints/netbsd.pl
61774            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
61775 ____________________________________________________________________________
61776 [  6334] By: jhi                                   on 2000/07/11  13:20:38
61777         Log: Subject: PATCH perlguts.pod: Document D and d magic types
61778              From: mjd@plover.com
61779              Date: 5 Jul 2000 18:01:51 -0000
61780              Message-ID: <20000705180151.29413.qmail@plover.com>
61781      Branch: cfgperl
61782            ! pod/perlguts.pod
61783 ____________________________________________________________________________
61784 [  6333] By: jhi                                   on 2000/07/11  13:15:51
61785         Log: Precedence goof, fix based on
61786              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
61787              From: Hugo <hv@crypt.compulink.co.uk>
61788              Date: Tue, 11 Jul 2000 12:52:38 +0100
61789              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
61790      Branch: cfgperl
61791            ! t/op/taint.t
61792 ____________________________________________________________________________
61793 [  6332] By: jhi                                   on 2000/07/11  12:40:17
61794         Log: Integrate with Sarathy.
61795      Branch: cfgperl
61796           !> win32/win32sck.c
61797 ____________________________________________________________________________
61798 [  6331] By: jhi                                   on 2000/07/10  20:14:16
61799         Log: Sprinkle ldlibpath.
61800      Branch: cfgperl
61801            ! pod/Makefile.SH
61802 ____________________________________________________________________________
61803 [  6330] By: jhi                                   on 2000/07/10  17:54:49
61804         Log: More POSIX.pod tweaks.
61805      Branch: cfgperl
61806            ! ext/POSIX/POSIX.pod
61807 ____________________________________________________________________________
61808 [  6329] By: jhi                                   on 2000/07/10  14:02:12
61809         Log: Reorder perl.pod once more.
61810      Branch: cfgperl
61811            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61812 ____________________________________________________________________________
61813 [  6328] By: gsar                                  on 2000/07/10  07:06:00
61814         Log: accept() leaks memory on windows due to incorrect ordering of
61815              closesocket() and fclose() calls
61816      Branch: perl
61817            ! win32/win32sck.c
61818 ____________________________________________________________________________
61819 [  6327] By: gsar                                  on 2000/07/10  06:49:17
61820         Log: winsock options weren't being set in all threads under ithreads
61821              (caused send()s from second and subsequent threads to fail)
61822      Branch: perl
61823            ! win32/win32sck.c
61824 ____________________________________________________________________________
61825 [  6326] By: jhi                                   on 2000/07/08  02:45:40
61826         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
61827              was cast to an unsigned (32-bit) integer with wild abandon.
61828      Branch: cfgperl
61829            ! ext/Devel/DProf/DProf.xs
61830 ____________________________________________________________________________
61831 [  6325] By: jhi                                   on 2000/07/07  18:50:33
61832         Log: Remove perlbook, update perlfaq book listing,
61833              rearrange perl.pod, regenerate perltoc.
61834      Branch: cfgperl
61835            - pod/perlbook.pod
61836            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
61837            ! pod/perlfaq2.pod pod/perltoc.pod
61838 ____________________________________________________________________________
61839 [  6324] By: jhi                                   on 2000/07/07  14:03:40
61840         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
61841      Branch: cfgperl
61842            ! sv.h toke.c
61843 ____________________________________________________________________________
61844 [  6323] By: jhi                                   on 2000/07/06  16:03:55
61845         Log: Fix complaints of buildtoc.
61846      Branch: cfgperl
61847            + lib/Win32.pod
61848            - pod/Win32.pod
61849            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61850 ____________________________________________________________________________
61851 [  6322] By: jhi                                   on 2000/07/06  15:15:52
61852         Log: Add =head1 NAMEs so that buildtoc is happy.
61853              (The CGI::Util nit reported to Lincoln.)
61854      Branch: cfgperl
61855            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
61856            ! pod/perltoc.pod
61857 ____________________________________________________________________________
61858 [  6321] By: jhi                                   on 2000/07/06  03:16:04
61859         Log: Config is being used.
61860      Branch: cfgperl
61861            ! t/op/method.t
61862 ____________________________________________________________________________
61863 [  6320] By: jhi                                   on 2000/07/06  03:13:13
61864         Log: Integrate with Sarathy.
61865      Branch: cfgperl
61866           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
61867 ____________________________________________________________________________
61868 [  6319] By: jhi                                   on 2000/07/06  03:11:46
61869         Log: Autogenerate pod/Makefile and pod/buildtoc.
61870              buildtoc also checks whether the existin pods are
61871              mentioned in MANIFEST and perl.pod, and vice versa.
61872              (None of the thusly found discrepancies fixed yet.)
61873              roffitall also needs to be autogenerated similarly but it
61874              seems so badly out of date that I didn't touch it yet.
61875      Branch: cfgperl
61876            + pod/Makefile.SH pod/buildtoc.PL
61877            - pod/Makefile pod/buildtoc
61878            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
61879 ____________________________________________________________________________
61880 [  6318] By: gsar                                  on 2000/07/05  22:10:54
61881         Log: fix UNC path handling on Windows under ithreads, and chdir()
61882              return value when given a non-existent directory
61883      Branch: perl
61884            ! win32/vdir.h
61885 ____________________________________________________________________________
61886 [  6317] By: gsar                                  on 2000/07/05  22:08:19
61887         Log: winsock cleanup never done on Windows (leads to handle leaks)
61888      Branch: perl
61889            ! win32/perllib.c win32/win32sck.c
61890 ____________________________________________________________________________
61891 [  6316] By: gsar                                  on 2000/07/05  22:06:19
61892         Log: some debugger output does not go to the socket when RemotePort is set
61893      Branch: perl
61894            ! lib/perl5db.pl
61895 ____________________________________________________________________________
61896 [  6315] By: jhi                                   on 2000/07/05  00:25:21
61897         Log: Integrate with Sarathy, preliminary fix for unicos
61898              alignment problems in [ID 20000612.002] Perl problem on Cray system.
61899      Branch: cfgperl
61900            ! sv.h
61901           !> pp_hot.c
61902 ____________________________________________________________________________
61903 [  6314] By: gsar                                  on 2000/07/04  23:34:02
61904         Log: tyop in change#6306
61905      Branch: perl
61906            ! pp_hot.c
61907 ____________________________________________________________________________
61908 [  6313] By: jhi                                   on 2000/07/04  22:14:38
61909         Log: Multiline string literals ENONPORTABLE.
61910      Branch: cfgperl
61911            ! pp_hot.c
61912 ____________________________________________________________________________
61913 [  6312] By: jhi                                   on 2000/07/04  20:34:44
61914         Log: Integrate with Sarathy.
61915      Branch: cfgperl
61916           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
61917           !> t/op/method.t
61918 ____________________________________________________________________________
61919 [  6311] By: jhi                                   on 2000/07/04  20:30:56
61920         Log: More POSIX.pod embellishment.
61921      Branch: cfgperl
61922            ! ext/POSIX/POSIX.pod
61923 ____________________________________________________________________________
61924 [  6310] By: gsar                                  on 2000/07/04  17:28:48
61925         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
61926      Branch: perl
61927            ! t/lib/b.t
61928 ____________________________________________________________________________
61929 [  6309] By: jhi                                   on 2000/07/04  17:22:18
61930         Log: The #6308 required a little bit more.
61931      Branch: cfgperl
61932            ! Makefile.SH win32/Makefile
61933 ____________________________________________________________________________
61934 [  6308] By: jhi                                   on 2000/07/04  16:35:24
61935         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
61936      Branch: cfgperl
61937            + lib/lib_pm.PL
61938            - lib/lib.pm.PL
61939            ! MANIFEST Makefile.SH
61940 ____________________________________________________________________________
61941 [  6307] By: jhi                                   on 2000/07/04  16:28:58
61942         Log: Win32 patches for cfgperl from Sarathy.
61943      Branch: cfgperl
61944            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
61945            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
61946            ! thread.h toke.c util.c win32/Makefile win32/win32.c
61947 ____________________________________________________________________________
61948 [  6306] By: gsar                                  on 2000/07/04  16:28:40
61949         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
61950              (from Richard Soderberg <rs@oregonnet.com>)
61951      Branch: perl
61952            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
61953 ____________________________________________________________________________
61954 [  6305] By: jhi                                   on 2000/07/04  16:24:24
61955         Log: Integrate with Sarathy.
61956      Branch: cfgperl
61957           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
61958           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61959           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
61960           !> proto.h win32/win32.c
61961 ____________________________________________________________________________
61962 [  6304] By: gsar                                  on 2000/07/04  16:17:24
61963         Log: missing perldiag entry for unpack("w",...) diagnostic (from
61964              Andreas Koenig)
61965      Branch: perl
61966            ! pod/perldiag.pod
61967 ____________________________________________________________________________
61968 [  6303] By: gsar                                  on 2000/07/04  16:14:44
61969         Log: remove rel2abs prototypes (from Barrie Slaymaker)
61970      Branch: perl
61971            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61972            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61973 ____________________________________________________________________________
61974 [  6302] By: gsar                                  on 2000/07/04  04:59:35
61975         Log: adjust change#6299
61976      Branch: perl
61977            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
61978            ! win32/win32.c
61979 ____________________________________________________________________________
61980 [  6301] By: jhi                                   on 2000/07/04  04:50:07
61981         Log: Integrate with Sarathy.
61982      Branch: cfgperl
61983           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
61984           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
61985           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
61986 ____________________________________________________________________________
61987 [  6300] By: gsar                                  on 2000/07/04  04:42:09
61988         Log: PERL_OBJECT build tweak
61989      Branch: perl
61990            ! perl.h
61991 ____________________________________________________________________________
61992 [  6299] By: gsar                                  on 2000/07/04  04:37:00
61993         Log: fix memory leak on Windows (PL_sys_intern contents were never
61994              freed)
61995      Branch: perl
61996            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61997            ! perlapi.c proto.h win32/win32.c
61998 ____________________________________________________________________________
61999 [  6298] By: gsar                                  on 2000/07/04  04:15:59
62000         Log: fix large memory leak that has been around for ever, masked by
62001              -DPURIFY (most of the arenas were never freed!)
62002      Branch: perl
62003            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
62004 ____________________________________________________________________________
62005 [  6297] By: gsar                                  on 2000/07/04  04:07:46
62006         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
62007      Branch: perl
62008            ! perl.c
62009 ____________________________________________________________________________
62010 [  6296] By: jhi                                   on 2000/06/30  18:28:37
62011         Log: Elaborate POSIX.pod.  Still needs work.
62012      Branch: cfgperl
62013            ! ext/POSIX/POSIX.pod
62014 ____________________________________________________________________________
62015 [  6295] By: jhi                                   on 2000/06/30  14:58:18
62016         Log: Point to perlipc for more SysV IPC examples.
62017      Branch: cfgperl
62018            ! pod/perlfunc.pod
62019 ____________________________________________________________________________
62020 [  6294] By: gsar                                  on 2000/06/30  14:47:45
62021         Log: slurp mode fix in change#4736 still not quite right
62022      Branch: perl
62023            ! pp_hot.c t/io/argv.t
62024 ____________________________________________________________________________
62025 [  6293] By: jhi                                   on 2000/06/30  12:02:55
62026         Log: Integrate with Sarathy.
62027      Branch: cfgperl
62028           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
62029 ____________________________________________________________________________
62030 [  6292] By: jhi                                   on 2000/06/30  12:01:11
62031         Log: From: simon@brecon.co.uk (Simon Cozens)
62032              Subject: UTF8 concat
62033              Date: 30 Jun 2000 06:13:25 GMT
62034              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
62035      Branch: cfgperl
62036            ! pp_hot.c
62037 ____________________________________________________________________________
62038 [  6291] By: gsar                                  on 2000/06/30  04:37:33
62039         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
62040              when @_ is modified, causing coredumps
62041      Branch: perl
62042            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
62043 ____________________________________________________________________________
62044 [  6290] By: jhi                                   on 2000/06/30  02:21:44
62045         Log: Integrate with Sarathy.
62046      Branch: cfgperl
62047           !> vms/vms.c vms/vmsish.h
62048 ____________________________________________________________________________
62049 [  6289] By: jhi                                   on 2000/06/30  02:21:02
62050         Log: Check VERSIONs.
62051      Branch: cfgperl
62052            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
62053            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
62054            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
62055 ____________________________________________________________________________
62056 [  6288] By: jhi                                   on 2000/06/30  02:18:52
62057         Log: Integrate with Sarathy.
62058      Branch: cfgperl
62059           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
62060           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
62061           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
62062           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
62063 ____________________________________________________________________________
62064 [  6287] By: gsar                                  on 2000/06/30  02:17:08
62065         Log: integrate vmsperl changes into mainline
62066      Branch: perl
62067           !> vms/vms.c vms/vmsish.h
62068 ____________________________________________________________________________
62069 [  6285] By: gsar                                  on 2000/06/30  02:05:28
62070         Log: localize %INC in a Safe compartment so that use/require work
62071              (many other magic globals probably need similar treatment)
62072      Branch: perl
62073            ! ext/Opcode/Opcode.xs
62074 ____________________________________________________________________________
62075 [  6284] By: gsar                                  on 2000/06/30  01:54:54
62076         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
62077              about Windows
62078      Branch: perl
62079            ! pod/perlembed.pod
62080 ____________________________________________________________________________
62081 [  6283] By: jhi                                   on 2000/06/30  01:50:10
62082         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
62083              From: Barrie Slaymaker <barries@jester.slaysys.com>
62084              Date: Wed, 28 Jun 2000 11:35:29 -0400
62085              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
62086      Branch: perl
62087            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
62088            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
62089            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62090            ! lib/File/Spec/Win32.pm
62091 ____________________________________________________________________________
62092 [  6282] By: jhi                                   on 2000/06/29  22:57:22
62093         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
62094              From: Dan Sugalski <dan@sidhe.org>
62095              Date: Tue, 06 Jun 2000 11:59:50 -0400
62096              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
62097      Branch: cfgperl
62098            ! vms/vms.c
62099 ____________________________________________________________________________
62100 [  6281] By: jhi                                   on 2000/06/29  22:52:50
62101         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
62102              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
62103              Date: Wed, 7 Jun 2000 04:02:04 -0500
62104              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
62105      Branch: cfgperl
62106            ! utils/h2xs.PL
62107 ____________________________________________________________________________
62108 [  6280] By: jhi                                   on 2000/06/29  22:45:47
62109         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
62110              From: rspier@pobox.com (Robert Spier)
62111              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
62112              Message-ID: <14654.31913.845602.610277@rls.cx>
62113      Branch: cfgperl
62114            ! utils/h2xs.PL
62115 ____________________________________________________________________________
62116 [  6279] By: jhi                                   on 2000/06/29  22:38:16
62117         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
62118              From: Tim Ayers <tayers@bridge.com>
62119              Date: Thu, 08 Jun 2000 08:11:06 +0200
62120              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
62121              [resent by Richard Foley, Message-Id probably wrong]
62122      Branch: cfgperl
62123            ! pod/perlsub.pod
62124 ____________________________________________________________________________
62125 [  6278] By: jhi                                   on 2000/06/29  22:21:45
62126         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
62127              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
62128              Date: Fri, 09 Jun 2000 12:39:27 -0400
62129              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
62130              (plus update the version "number" of Text::Wrap)
62131      Branch: cfgperl
62132            ! lib/Text/Wrap.pm
62133 ____________________________________________________________________________
62134 [  6277] By: jhi                                   on 2000/06/29  22:13:10
62135         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
62136              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62137              Date: Mon, 12 Jun 2000 14:55:59 +0100
62138              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
62139      Branch: cfgperl
62140            ! pod/perlfunc.pod
62141 ____________________________________________________________________________
62142 [  6276] By: jhi                                   on 2000/06/29  22:11:06
62143         Log: Subject: [PATCH] Re: eval documentation: context
62144              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62145              Date: Mon, 12 Jun 2000 15:07:29 +0100
62146              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
62147      Branch: cfgperl
62148            ! pod/perlfunc.pod
62149 ____________________________________________________________________________
62150 [  6275] By: jhi                                   on 2000/06/29  21:59:46
62151         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
62152              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
62153              Date: Tue, 13 Jun 2000 02:43:48 -0500
62154              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
62155      Branch: cfgperl
62156            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
62157 ____________________________________________________________________________
62158 [  6274] By: jhi                                   on 2000/06/29  21:56:14
62159         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
62160              From: Andy Dougherty <doughera@lafayette.edu>
62161              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
62162              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
62163      Branch: cfgperl
62164            ! ext/File/Glob/Glob.pm
62165 ____________________________________________________________________________
62166 [  6273] By: jhi                                   on 2000/06/29  21:49:09
62167         Log: Subject: [PATCH] xsub attributes
62168              From: Doug MacEachern <dougm@covalent.net>
62169              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
62170              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
62171      Branch: cfgperl
62172            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
62173            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
62174 ____________________________________________________________________________
62175 [  6272] By: jhi                                   on 2000/06/29  21:41:28
62176         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
62177              From: Tom Phoenix <rootbeer@redcat.com>
62178              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
62179              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
62180      Branch: cfgperl
62181            ! lib/Net/Ping.pm
62182 ____________________________________________________________________________
62183 [  6271] By: jhi                                   on 2000/06/29  21:36:55
62184         Log: Subject: PATCH pod/perltie.pod
62185              From: Ian Phillipps <Ian.Phillipps@iname.com>
62186              Date: Fri, 16 Jun 2000 00:17:19 +0100
62187              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
62188              (only the first hunk, the second hunk had already been done
62189              by some other patch)
62190      Branch: cfgperl
62191            ! pod/perltie.pod
62192 ____________________________________________________________________________
62193 [  6270] By: jhi                                   on 2000/06/29  21:24:51
62194         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
62195              From: Nicholas Clark <nick@talking.bollo.cx>
62196              Date: Fri, 23 Jun 2000 16:21:15 +0100
62197              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
62198      Branch: cfgperl
62199            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
62200            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
62201 ____________________________________________________________________________
62202 [  6269] By: jhi                                   on 2000/06/29  19:38:15
62203         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
62204              silence few compiler warnings.
62205      Branch: cfgperl
62206            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
62207 ____________________________________________________________________________
62208 [  6268] By: jhi                                   on 2000/06/29  18:21:50
62209         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
62210              From: Dominic Dunlop <domo@computer.org> 
62211              Date: Thu, 29 Jun 2000 12:32:39 +0200 
62212              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
62213      Branch: cfgperl
62214            ! t/op/sprintf.t
62215 ____________________________________________________________________________
62216 [  6267] By: jhi                                   on 2000/06/29  18:16:07
62217         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
62218              From: Doug MacEachern <dougm@covalent.net>
62219              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
62220              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
62221      Branch: cfgperl
62222            + t/op/method2entersub.t
62223            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
62224            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62225            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
62226            ! xsutils.c
62227 ____________________________________________________________________________
62228 [  6266] By: jhi                                   on 2000/06/29  15:11:15
62229         Log: Subject: [PATCH 5.6.0] cygwin port
62230              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
62231              From: "Fifer, Eric" <EFifer@sanwaint.com>
62232              Date: Thu, 29 Jun 2000 12:58:29 +0100
62233      Branch: cfgperl
62234            ! cygwin/Makefile.SHs
62235 ____________________________________________________________________________
62236 [  6265] By: jhi                                   on 2000/06/29  15:04:05
62237         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
62238              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62239              Date: Wed, 28 Jun 2000 17:50:12 -0700
62240              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
62241      Branch: cfgperl
62242            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
62243 ____________________________________________________________________________
62244 [  6264] By: jhi                                   on 2000/06/29  15:00:57
62245         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
62246              From: Marty Lucich <marty@netcom.com>
62247              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
62248              Message-Id: <200006282116.OAA11148@netcom.com>
62249              ccdlflags update (the BSD/OS 4.1 part had already been taken
62250              care of by #6141).
62251      Branch: cfgperl
62252            ! hints/bsdos.sh
62253 ____________________________________________________________________________
62254 [  6263] By: jhi                                   on 2000/06/29  13:47:44
62255         Log: tr fixes from Simon Cozens
62256      Branch: cfgperl
62257            ! doop.c
62258 ____________________________________________________________________________
62259 [  6262] By: jhi                                   on 2000/06/28  18:46:01
62260         Log: Subject: 5.6.0 Patch for EPOC
62261              From: Olaf Flebbe <o.flebbe@gmx.de>
62262              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
62263              Message-ID: <23449.960929969@www11.gmx.net>
62264      Branch: cfgperl
62265            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
62266            ! epoc/epocish.h
62267 ____________________________________________________________________________
62268 [  6261] By: jhi                                   on 2000/06/28  18:29:07
62269         Log: Subject: Re: [PATCH cfgperl] BOMs away!
62270              From: simon@brecon.co.uk (Simon Cozens)
62271              Date: 17 Jun 2000 11:49:57 GMT
62272              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
62273      Branch: cfgperl
62274            ! pod/perldiag.pod t/comp/require.t toke.c
62275 ____________________________________________________________________________
62276 [  6260] By: jhi                                   on 2000/06/28  17:47:16
62277         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
62278              From: simon@brecon.co.uk (Simon Cozens) 
62279              Date: 17 Jun 2000 11:56:44 GMT 
62280              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
62281              pack U0, pack C0
62282      Branch: cfgperl
62283            ! pod/perlfunc.pod pp.c t/op/pack.t
62284 ____________________________________________________________________________
62285 [  6259] By: jhi                                   on 2000/06/28  16:43:17
62286         Log: perlnewmod was missing from MANIFEST.
62287      Branch: cfgperl
62288            ! MANIFEST
62289 ____________________________________________________________________________
62290 [  6258] By: jhi                                   on 2000/06/28  15:54:30
62291         Log: linenumber tweak
62292      Branch: cfgperl
62293            ! t/pragma/warn/regcomp
62294 ____________________________________________________________________________
62295 [  6257] By: jhi                                   on 2000/06/28  15:50:44
62296         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
62297              From: Doug MacEachern <dougm@covalent.net>
62298              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
62299              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
62300              (one part of the patch had been applied earlier)
62301      Branch: cfgperl
62302            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
62303 ____________________________________________________________________________
62304 [  6256] By: jhi                                   on 2000/06/28  15:40:22
62305         Log: tweaks from Simon Cozens to further fix tr/// under utf8
62306      Branch: cfgperl
62307            ! doop.c
62308 ____________________________________________________________________________
62309 [  6255] By: jhi                                   on 2000/06/28  15:33:45
62310         Log: small thinko tweaks
62311      Branch: cfgperl
62312            ! lib/IPC/Open3.pm t/op/my_stash.t
62313 ____________________________________________________________________________
62314 [  6254] By: jhi                                   on 2000/06/28  15:33:25
62315         Log: Subject: tr///, help wanted.
62316              From: simon@brecon.co.uk (Simon Cozens)
62317              Date: 28 Jun 2000 11:29:04 GMT
62318              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
62319      Branch: cfgperl
62320            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
62321            ! pp_proto.h proto.h t/op/tr.t
62322 ____________________________________________________________________________
62323 [  6253] By: jhi                                   on 2000/06/28  15:09:17
62324         Log: Paranoia tweak on #6249.
62325              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
62326              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
62327              Date: Sun, 25 Jun 2000 23:43:12 -0400
62328              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
62329      Branch: cfgperl
62330            ! lib/IPC/Open3.pm
62331 ____________________________________________________________________________
62332 [  6252] By: jhi                                   on 2000/06/28  15:01:38
62333         Log: Document #6249 and #6251.
62334      Branch: cfgperl
62335            ! lib/Exporter.pm lib/IPC/Open3.pm
62336 ____________________________________________________________________________
62337 [  6251] By: jhi                                   on 2000/06/28  14:50:43
62338         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
62339              From: Doug MacEachern <dougm@covalent.net>
62340              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
62341              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
62342      Branch: cfgperl
62343            ! lib/Exporter.pm
62344 ____________________________________________________________________________
62345 [  6250] By: jhi                                   on 2000/06/28  14:45:23
62346         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
62347              From: Doug MacEachern <dougm@covalent.net>
62348              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
62349              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
62350      Branch: cfgperl
62351            + t/op/my_stash.t
62352            ! MANIFEST embed.pl global.sym proto.h toke.c
62353 ____________________________________________________________________________
62354 [  6249] By: jhi                                   on 2000/06/28  14:36:34
62355         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
62356              From: Frank Tobin <ftobin@uiuc.edu>
62357              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
62358              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
62359      Branch: cfgperl
62360            ! lib/IPC/Open3.pm
62361 ____________________________________________________________________________
62362 [  6248] By: jhi                                   on 2000/06/28  14:11:25
62363         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
62364              From: Mark-Jason Dominus <mjd@plover.com>
62365              Date: Tue, 27 Jun 2000 22:36:42 -0400
62366              Message-ID: <20000628023642.12166.qmail@plover.com>
62367      Branch: cfgperl
62368            ! pod/perlfunc.pod
62369 ____________________________________________________________________________
62370 [  6247] By: jhi                                   on 2000/06/27  12:46:37
62371         Log: Tweak $VERSION, patch from Doug MacEachern.
62372      Branch: cfgperl
62373            ! lib/File/Spec.pm
62374 ____________________________________________________________________________
62375 [  6246] By: jhi                                   on 2000/06/27  03:34:46
62376         Log: Allow for standalone testing.
62377      Branch: cfgperl
62378            ! t/lib/filefunc.t t/lib/filespec.t
62379 ____________________________________________________________________________
62380 [  6245] By: jhi                                   on 2000/06/27  02:50:02
62381         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
62382              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62383              Date: Sat, 24 Jun 2000 13:06:20 +0100
62384              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
62385      Branch: cfgperl
62386            ! ext/DynaLoader/DynaLoader_pm.PL
62387 ____________________________________________________________________________
62388 [  6244] By: jhi                                   on 2000/06/27  02:46:10
62389         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
62390              From: Doug MacEachern <dougm@covalent.net>
62391              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
62392              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
62393      Branch: cfgperl
62394            ! gv.c sv.c t/lib/peek.t
62395 ____________________________________________________________________________
62396 [  6243] By: jhi                                   on 2000/06/27  02:38:07
62397         Log: Subject: [PATCH] is_utf8_string
62398              From: simon@brecon.co.uk (Simon Cozens)
62399              Date: 26 Jun 2000 02:25:59 GMT
62400              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
62401      Branch: cfgperl
62402            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
62403            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
62404            ! proto.h utf8.c
62405 ____________________________________________________________________________
62406 [  6242] By: jhi                                   on 2000/06/27  02:24:00
62407         Log: Subject: [PATCH] bytes<->utf8 fixes
62408              From: simon@brecon.co.uk (Simon Cozens)
62409              Date: 26 Jun 2000 04:55:45 GMT
62410              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
62411      Branch: cfgperl
62412            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
62413 ____________________________________________________________________________
62414 [  6241] By: jhi                                   on 2000/06/27  02:12:42
62415         Log: Do no -warn on \_, only on \alpha.
62416              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
62417              From: David Dyck <dcd@tc.fluke.com>
62418              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
62419              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
62420      Branch: cfgperl
62421            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
62422 ____________________________________________________________________________
62423 [  6240] By: jhi                                   on 2000/06/27  02:00:01
62424         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
62425              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62426              Date: Mon, 26 Jun 2000 18:40:14 +0100
62427              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
62428      Branch: cfgperl
62429            ! utils/h2xs.PL
62430 ____________________________________________________________________________
62431 [  6239] By: jhi                                   on 2000/06/27  01:53:40
62432         Log: Configure maintenance.  Sever some dependency cycles,
62433              separate gccversion from the cc unit,
62434              address [ID 20000623.006] Configure script patch for using gcc on AIX
62435              (but solve it a little bit differently),
62436              unduplex some accidentally duplicated units,
62437              suggest using gcc if no cc available
62438              (p5p thread: "Solaris configure: counterproposal", 1999-09)
62439      Branch: cfgperl
62440            ! Configure Todo-5.6 config_h.SH
62441      Branch: metaconfig
62442            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
62443            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
62444      Branch: metaconfig/U/perl
62445            + gccvers.U
62446            ! d_getespwnam.U d_getprpwnam.U i_prot.U
62447 ____________________________________________________________________________
62448 [  6238] By: jhi                                   on 2000/06/25  18:04:56
62449         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
62450              From: Dan Sugalski <dan@sidhe.org>
62451              Date: Fri, 23 Jun 2000 17:00:00 -0400
62452              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
62453      Branch: cfgperl
62454            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
62455 ____________________________________________________________________________
62456 [  6237] By: jhi                                   on 2000/06/25  16:36:45
62457         Log: Tweak embed.pl, regen headers.
62458      Branch: cfgperl
62459            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
62460            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
62461            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
62462            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
62463            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
62464 ____________________________________________________________________________
62465 [  6236] By: jhi                                   on 2000/06/25  15:26:42
62466         Log: Regen headers.
62467      Branch: cfgperl
62468            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
62469            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
62470            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
62471            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
62472            ! regnodes.h warnings.h
62473 ____________________________________________________________________________
62474 [  6235] By: jhi                                   on 2000/06/23  19:39:35
62475         Log: The thread begun by
62476              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
62477              From: Kevin.Ruscoe@ubsw.com
62478              Date: Fri, 16 Jun 2000 16:38:51 +0100
62479              Message-Id: <H000019b03c300d6@MHS>
62480      Branch: cfgperl
62481            ! hints/solaris_2.sh
62482 ____________________________________________________________________________
62483 [  6234] By: jhi                                   on 2000/06/23  19:23:36
62484         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
62485              because when run as services (Win32ese for daemons)
62486              no environment variables are set and tmpdir ends up as /tmp,
62487              which is ambiguous.
62488              
62489              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
62490              From: matt@sergeant.org
62491              Date: 16 Jun 2000 16:30:43 -0000
62492              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
62493      Branch: cfgperl
62494            ! lib/File/Spec/Win32.pm
62495 ____________________________________________________________________________
62496 [  6233] By: jhi                                   on 2000/06/23  19:18:58
62497         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
62498              From: Mark-Jason Dominus <mjd@plover.com>
62499              Date: Fri, 16 Jun 2000 20:53:04 -0400
62500              Message-ID: <20000617005304.8008.qmail@plover.com>
62501      Branch: cfgperl
62502            ! op.h
62503 ____________________________________________________________________________
62504 [  6232] By: jhi                                   on 2000/06/23  16:10:02
62505         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
62506              From: simon@brecon.co.uk (Simon Cozens)
62507              Date: 19 Jun 2000 15:18:27 GMT
62508              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
62509              
62510              plus update pod/Makefile and regenerate perltoc
62511      Branch: cfgperl
62512            + pod/perlutil.pod
62513            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
62514 ____________________________________________________________________________
62515 [  6231] By: jhi                                   on 2000/06/23  15:19:18
62516         Log: Subject: [PATCH 5.6.0] cygwin port
62517              From: "Fifer, Eric" <EFifer@sanwaint.com>
62518              Date: Tue, 20 Jun 2000 14:30:58 +0100
62519              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
62520      Branch: cfgperl
62521            ! README.cygwin lib/File/Find.pm
62522 ____________________________________________________________________________
62523 [  6230] By: jhi                                   on 2000/06/23  14:25:21
62524         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
62525      Branch: cfgperl
62526            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
62527            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
62528            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62529            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
62530 ____________________________________________________________________________
62531 [  6229] By: jhi                                   on 2000/06/23  14:13:34
62532         Log: Subject: README.hpux version 0.6.1
62533              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
62534              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
62535              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
62536      Branch: cfgperl
62537            ! README.hpux
62538 ____________________________________________________________________________
62539 [  6228] By: jhi                                   on 2000/06/23  14:07:20
62540         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
62541              From: Doug MacEachern <dougm@covalent.net>
62542              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
62543              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
62544      Branch: cfgperl
62545            ! op.c
62546 ____________________________________________________________________________
62547 [  6227] By: jhi                                   on 2000/06/23  14:01:06
62548         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
62549              From: Doug MacEachern <dougm@covalent.net>
62550              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
62551              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
62552      Branch: cfgperl
62553            + lib/lib.pm.PL
62554            - lib/lib.pm
62555            ! MANIFEST Makefile.SH
62556 ____________________________________________________________________________
62557 [  6226] By: jhi                                   on 2000/06/23  13:53:07
62558         Log: Subject: [PATCH] remove forward declarations in Socket.pm
62559              From: Doug MacEachern <dougm@covalent.net>
62560              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
62561              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
62562              
62563              From: Doug MacEachern <dougm@covalent.net>
62564              Subject: Re: [PATCH] remove forward declarations in Socket.pm
62565              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
62566              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
62567      Branch: cfgperl
62568            ! ext/Socket/Socket.pm op.c
62569 ____________________________________________________________________________
62570 [  6225] By: jhi                                   on 2000/06/23  13:41:52
62571         Log: Add source code filenames to apidoc.
62572              From: simon@brecon.co.uk (Simon Cozens)
62573              Subject: [PATCH embed.pl] Source X-ref
62574              Date: 22 Jun 2000 02:18:49 GMT
62575              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
62576      Branch: cfgperl
62577            ! embed.pl
62578 ____________________________________________________________________________
62579 [  6224] By: jhi                                   on 2000/06/23  13:32:33
62580         Log: A way to avoid English.pm performance hit.
62581              From: root <root@jester.slaysys.com>
62582              Subject: [YAPATCH English.pm] My turn to putt again
62583              Date: Thu, 22 Jun 2000 20:33:58 -0400
62584              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
62585      Branch: cfgperl
62586            ! lib/English.pm t/lib/english.t
62587 ____________________________________________________________________________
62588 [  6223] By: jhi                                   on 2000/06/23  13:27:06
62589         Log: Avoid double close().
62590              Subject: [PATCH] avoid double close()
62591              From: Doug MacEachern <dougm@covalent.net>
62592              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
62593              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
62594      Branch: cfgperl
62595            ! doio.c
62596 ____________________________________________________________________________
62597 [  6222] By: jhi                                   on 2000/06/23  13:25:54
62598         Log: doc typo fix
62599              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
62600              From: Ian Phillipps <Ian.Phillipps@iname.com>
62601              Date: Fri, 23 Jun 2000 10:40:58 +0100
62602              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
62603      Branch: cfgperl
62604            ! lib/Pod/Usage.pm
62605 ____________________________________________________________________________
62606 [  6221] By: jhi                                   on 2000/06/23  13:24:15
62607         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
62608              From: simon@brecon.co.uk (Simon Cozens)
62609              Subject: [PATCH] Eliminate tr///[CU][CU]
62610              Date: 23 Jun 2000 11:05:40 GMT
62611              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
62612      Branch: cfgperl
62613            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
62614 ____________________________________________________________________________
62615 [  6220] By: jhi                                   on 2000/06/22  16:07:51
62616         Log: Win32 patches from Benjamin Stuhl.
62617      Branch: cfgperl
62618            ! makedef.pl win32/win32.h
62619 ____________________________________________________________________________
62620 [  6219] By: jhi                                   on 2000/06/22  16:06:34
62621         Log: Bytecode patches from Benjamin Stuhl.
62622      Branch: cfgperl
62623            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62624            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
62625            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62626 ____________________________________________________________________________
62627 [  6218] By: jhi                                   on 2000/06/15  23:54:16
62628         Log: Bytecode patches from Benjamin Stuhl.
62629      Branch: cfgperl
62630            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62631 ____________________________________________________________________________
62632 [  6217] By: jhi                                   on 2000/06/09  13:38:29
62633         Log: Rename the fdpid locking and integrate with Sarathy.
62634      Branch: cfgperl
62635            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
62636            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
62637            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
62638            ! win32/win32.c
62639           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
62640 ____________________________________________________________________________
62641 [  6216] By: gsar                                  on 2000/06/08  14:54:21
62642         Log: be more optimal about clearing @_
62643      Branch: perl
62644            ! cop.h
62645 ____________________________________________________________________________
62646 [  6215] By: gsar                                  on 2000/06/08  14:33:04
62647         Log: tweak comment about @DB::args
62648      Branch: perl
62649            ! av.h pp_ctl.c
62650 ____________________________________________________________________________
62651 [  6214] By: gsar                                  on 2000/06/08  13:57:54
62652         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
62653              caller() wants to populate @DB::args with it (causes a coredump
62654              in Carp::confess())
62655      Branch: perl
62656            ! cop.h t/op/runlevel.t
62657 ____________________________________________________________________________
62658 [  6213] By: gsar                                  on 2000/06/08  07:06:35
62659         Log: back out change#6106 (seems problematic)
62660      Branch: perl
62661            ! hints/solaris_2.sh
62662 ____________________________________________________________________________
62663 [  6212] By: jhi                                   on 2000/06/07  03:10:36
62664         Log: Continuing mopup for #6204.
62665      Branch: cfgperl
62666            ! ext/B/defsubs_h.PL
62667 ____________________________________________________________________________
62668 [  6211] By: jhi                                   on 2000/06/07  02:41:50
62669         Log: Mopup for #6204.
62670              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
62671              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
62672              This is comes from const() where POK isn't on when expected.
62673      Branch: cfgperl
62674            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
62675            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62676            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
62677            ! perlapi.h pod/perlapi.pod
62678 ____________________________________________________________________________
62679 [  6210] By: jhi                                   on 2000/06/07  01:56:29
62680         Log: Mopup for #6207 and #6209.
62681      Branch: cfgperl
62682            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
62683 ____________________________________________________________________________
62684 [  6209] By: jhi                                   on 2000/06/07  01:33:12
62685         Log: Lock PL_fdpid against race conditions, based on:
62686              Subject: [PATCH 5.6.0]subprocess fixup for threads
62687              From: Dan Sugalski <dan@sidhe.org>
62688              To: perl5-porters@perl.org
62689              Date: Tue, 11 Apr 2000 17:02:32 -0400
62690              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
62691      Branch: cfgperl
62692            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
62693            ! win32/win32.c
62694 ____________________________________________________________________________
62695 [  6208] By: jhi                                   on 2000/06/07  01:05:23
62696         Log: Regen headers for #6207.
62697      Branch: cfgperl
62698            ! embed.h global.sym objXSUB.h proto.h
62699 ____________________________________________________________________________
62700 [  6207] By: jhi                                   on 2000/06/06  23:43:13
62701         Log: Subject: [PATCH 5.6.0] Threadsafe patches
62702              From: Dan Sugalski <dan@sidhe.org>
62703              To: perl5-porters@perl.org
62704              Date: Mon, 08 May 2000 18:08:13 -0400
62705              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
62706      Branch: cfgperl
62707            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
62708            ! proto.h sv.h util.c
62709 ____________________________________________________________________________
62710 [  6206] By: jhi                                   on 2000/06/06  23:21:23
62711         Log: Subject: [PATCH] Eliminate $a/$b in pod
62712              From: David Glasser <me@davidglasser.net>
62713              To: perl5-porters@perl.org
62714              Date: Mon, 29 May 2000 21:15:59 -0400
62715              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
62716      Branch: cfgperl
62717            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
62718            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
62719            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
62720            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
62721            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
62722            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
62723            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
62724            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
62725            ! pod/perlvar.pod pod/perlxs.pod
62726 ____________________________________________________________________________
62727 [  6205] By: jhi                                   on 2000/06/06  23:12:14
62728         Log: Subject: [PATCH] Win32 improvements
62729              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
62730              To: gsar@activestate.com, perl5-porters@perl.org
62731              Date: Mon, 29 May 2000 17:22:24 PDT
62732              Message-ID: <20000530002224.91142.qmail@hotmail.com>
62733              (MUA had mangled many lines by wordwrapping)
62734      Branch: cfgperl
62735            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
62736 ____________________________________________________________________________
62737 [  6204] By: jhi                                   on 2000/06/06  23:01:50
62738         Log: Subject: [PATCH] B::Bytecode patches
62739              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
62740              To: gsar@activestate.com, jhi@iki.fi
62741              Cc: perl5-porters@perl.org
62742              Message-ID: <20000602202526.48694.qmail@hotmail.com>
62743              (MUA had mangled many lines by wordwrapping)
62744      Branch: cfgperl
62745            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
62746            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
62747            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62748            ! intrpvar.h perl.c
62749 ____________________________________________________________________________
62750 [  6203] By: jhi                                   on 2000/06/06  22:32:43
62751         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
62752              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62753              Date: Tue, 06 Jun 2000 13:07:45 -0700
62754              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
62755      Branch: cfgperl
62756            ! pod/perldiag.pod
62757 ____________________________________________________________________________
62758 [  6202] By: jhi                                   on 2000/06/06  19:38:35
62759         Log: Integrate with Sarathy.
62760      Branch: cfgperl
62761           !> perl.c
62762 ____________________________________________________________________________
62763 [  6201] By: gsar                                  on 2000/06/06  00:42:59
62764         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
62765              does a PUSHMARK that's never ever POPMARKed; in general, only
62766              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
62767              Perl_eval_[sp]v() don't because they don't take any incoming
62768              arguments (this leak has been around since the original version
62769              of perl_eval_pv() in 5.003_97e)
62770      Branch: perl
62771            ! perl.c
62772 ____________________________________________________________________________
62773 [  6200] By: jhi                                   on 2000/06/04  03:44:52
62774         Log: Update to cperl-mode.el 4.31 from
62775              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
62776              Subject: A couple of notes
62777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62778              To: Mailing list Perl5 <perl5-porters@perl.org>
62779              Date: Sat, 3 Jun 2000 23:33:32 -0400
62780              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
62781      Branch: cfgperl
62782            ! emacs/cperl-mode.el
62783 ____________________________________________________________________________
62784 [  6199] By: jhi                                   on 2000/06/03  15:11:05
62785         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
62786              From: Dan Sugalski <dan@sidhe.org>
62787              To: perl5-porters@perl.org, vmsperl@perl.org
62788              Date: Fri, 02 Jun 2000 17:30:51 -0400
62789              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
62790      Branch: cfgperl
62791            ! vms/descrip_mms.template vms/gen_shrfls.pl
62792 ____________________________________________________________________________
62793 [  6198] By: jhi                                   on 2000/06/03  14:59:15
62794         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
62795              From: Dan Sugalski <dan@sidhe.org>
62796              To: vmsperl@perl.org, perl5-porters@perl.org
62797              Date: Fri, 02 Jun 2000 16:00:41 -0400
62798              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
62799              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
62800      Branch: cfgperl
62801            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
62802            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
62803            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
62804 ____________________________________________________________________________
62805 [  6197] By: jhi                                   on 2000/06/03  14:41:30
62806         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
62807              From: John Borwick <jhborwic@unity.ncsu.edu>
62808              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
62809              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
62810      Branch: cfgperl
62811            ! pod/perlsyn.pod
62812 ____________________________________________________________________________
62813 [  6196] By: jhi                                   on 2000/06/03  14:38:09
62814         Log: Integrate with Sarathy.
62815      Branch: cfgperl
62816           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62817           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62818           !> vms/perly_c.vms
62819 ____________________________________________________________________________
62820 [  6195] By: gsar                                  on 2000/06/02  22:43:13
62821         Log: fix yet another eval"" leak under USE_ITHREADS
62822      Branch: perl
62823            ! op.c
62824 ____________________________________________________________________________
62825 [  6194] By: gsar                                  on 2000/06/02  18:22:06
62826         Log: fix small eval"" memory leaks under USE_ITHREADS
62827      Branch: perl
62828            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62829            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62830            ! vms/perly_c.vms
62831 ____________________________________________________________________________
62832 [  6193] By: jhi                                   on 2000/06/01  13:03:56
62833         Log: Signals-be-gone for microperl.
62834      Branch: cfgperl
62835            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
62836 ____________________________________________________________________________
62837 [  6192] By: jhi                                   on 2000/06/01  12:52:02
62838         Log: Integrate with Sarathy.
62839      Branch: cfgperl
62840           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
62841           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
62842           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
62843           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62844           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
62845           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
62846           !> t/op/vec.t utils/h2xs.PL
62847 ____________________________________________________________________________
62848 [  6191] By: gsar                                  on 2000/06/01  09:38:21
62849         Log: vec() loses numericalness (modified version of patch suggested
62850              by Robin Barker)
62851      Branch: perl
62852            ! doop.c t/op/vec.t
62853 ____________________________________________________________________________
62854 [  6190] By: gsar                                  on 2000/06/01  09:26:15
62855         Log: submit missing embed.pl change
62856      Branch: perl
62857            ! embed.pl
62858 ____________________________________________________________________________
62859 [  6189] By: gsar                                  on 2000/06/01  09:05:34
62860         Log: counting tr/// corrupts later operation (from M.J.T Guy)
62861      Branch: perl
62862            ! doop.c t/op/tr.t
62863 ____________________________________________________________________________
62864 [  6188] By: gsar                                  on 2000/06/01  08:58:39
62865         Log: h2xs tweaks
62866      Branch: perl
62867            ! utils/h2xs.PL
62868 ____________________________________________________________________________
62869 [  6187] By: gsar                                  on 2000/06/01  08:50:07
62870         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
62871              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62872      Branch: perl
62873            + lib/Pod/LaTeX.pm
62874            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
62875            ! pod/pod2latex.PL
62876 ____________________________________________________________________________
62877 [  6186] By: gsar                                  on 2000/06/01  08:24:40
62878         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
62879              <wolfgang.laun@alcatel.at>)
62880      Branch: perl
62881            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62882            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
62883 ____________________________________________________________________________
62884 [  6185] By: gsar                                  on 2000/06/01  08:12:00
62885         Log: remove incorrect documentation about implicit split to @_ in
62886              list context, which never really worked in perl 5 (from
62887              M.J.T. Guy)
62888      Branch: perl
62889            ! pod/perlfunc.pod pod/perltrap.pod
62890 ____________________________________________________________________________
62891 [  6184] By: gsar                                  on 2000/06/01  07:52:27
62892         Log: tweak for change#6127
62893      Branch: perl
62894            ! perl.c
62895 ____________________________________________________________________________
62896 [  6183] By: gsar                                  on 2000/06/01  07:41:02
62897         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
62898              <nick@ccl4.org>)
62899      Branch: perl
62900            + t/lib/selfloader.t
62901            ! MANIFEST lib/SelfLoader.pm
62902 ____________________________________________________________________________
62903 [  6182] By: jhi                                   on 2000/06/01  00:34:42
62904         Log: Be Cleaner Part Deux.
62905      Branch: cfgperl
62906            ! Makefile.SH
62907 ____________________________________________________________________________
62908 [  6181] By: jhi                                   on 2000/06/01  00:32:09
62909         Log: Integrate with Sarathy.
62910      Branch: cfgperl
62911           !> pp.c t/op/arith.t
62912 ____________________________________________________________________________
62913 [  6180] By: jhi                                   on 2000/06/01  00:31:13
62914         Log: microperl nits from Simon Cozens.
62915      Branch: cfgperl
62916            + uconfig.h
62917            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
62918            ! unixish.h
62919 ____________________________________________________________________________
62920 [  6179] By: gsar                                  on 2000/05/31  22:37:51
62921         Log: buggy modulus on UVs introduced by change#3378 (resulted in
62922              4063328477 % 65535 amounting to 27406, instead of 27407)
62923      Branch: perl
62924            ! pp.c t/op/arith.t
62925 ____________________________________________________________________________
62926 [  6178] By: jhi                                   on 2000/05/31  21:52:41
62927         Log: Be cleaner.
62928      Branch: cfgperl
62929            ! Makefile.SH
62930 ____________________________________________________________________________
62931 [  6177] By: jhi                                   on 2000/05/31  21:47:33
62932         Log: Substitution utf8 patch from Simon Cozens.
62933      Branch: cfgperl
62934            ! pp_hot.c
62935 ____________________________________________________________________________
62936 [  6176] By: jhi                                   on 2000/05/31  21:45:34
62937         Log: Single-quoted utf8 patch from Simon Cozens.
62938      Branch: cfgperl
62939            ! toke.c
62940 ____________________________________________________________________________
62941 [  6175] By: jhi                                   on 2000/05/31  21:40:18
62942         Log: Integrate with Sarathy.
62943      Branch: cfgperl
62944           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
62945 ____________________________________________________________________________
62946 [  6174] By: jhi                                   on 2000/05/31  21:37:31
62947         Log: microperl changes from Simon Cozens; Makefile for microperl
62948              written from scratch; few casts added as microperl compilation
62949              doesn't have all prototypes available.
62950      Branch: cfgperl
62951            + Makefile.micro README.micro Todo.micro uconfig.sh
62952            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
62953            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
62954      Branch: metaconfig
62955            + U/modified/Config_h.U
62956 ____________________________________________________________________________
62957 [  6173] By: jhi                                   on 2000/05/31  20:00:24
62958         Log: metaconfig maintenance.
62959      Branch: metaconfig
62960            + U/modified/Inhdr.U U/typedefs/inotype.U
62961      Branch: metaconfig/U/perl
62962            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
62963            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
62964 ____________________________________________________________________________
62965 [  6172] By: gsar                                  on 2000/05/31  05:05:42
62966         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
62967              (from Ilya Zakharevich)
62968      Branch: perl
62969            ! regexec.c t/op/re_tests
62970 ____________________________________________________________________________
62971 [  6171] By: gsar                                  on 2000/05/31  05:01:47
62972         Log: scalar() doesn't force scalar context when used in void context
62973              (from Simon Cozens)
62974      Branch: perl
62975            ! op.c t/op/wantarray.t
62976 ____________________________________________________________________________
62977 [  6170] By: gsar                                  on 2000/05/31  04:41:33
62978         Log: change#6142 needs tweaks to tests to work where there's no symlink()
62979              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62980      Branch: perl
62981            ! t/lib/filefind.t
62982 ____________________________________________________________________________
62983 [  6169] By: gsar                                  on 2000/05/31  04:29:49
62984         Log: integrate cfgperl contents into mainline
62985      Branch: perl
62986           +> pod/perlmodlib.PL pod/perlnewmod.pod
62987           !> (integrate 42 files)
62988 ____________________________________________________________________________
62989 [  6168] By: jhi                                   on 2000/05/30  22:53:37
62990         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
62991      Branch: cfgperl
62992            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62993            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
62994            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
62995            ! win32/config.bc win32/config.gc win32/config.vc
62996            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62997            ! win32/config_h.PL win32/config_sh.PL
62998      Branch: metaconfig/U/perl
62999            ! perlxv.U
63000 ____________________________________________________________________________
63001 [  6167] By: jhi                                   on 2000/05/30  22:20:21
63002         Log: tweak todo 
63003      Branch: cfgperl
63004            ! Todo-5.6
63005 ____________________________________________________________________________
63006 [  6166] By: jhi                                   on 2000/05/30  22:11:51
63007         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
63008              in case somebody wants to write an extension for more
63009              shadow database interfaces.
63010      Branch: cfgperl
63011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63012            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
63013            ! vos/config.def vos/config.h vos/config_h.SH_orig
63014            ! win32/config.bc win32/config.gc win32/config.vc
63015            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
63016      Branch: metaconfig
63017            ! U/modified/Myinit.U
63018      Branch: metaconfig/U/perl
63019            + d_getespwnam.U d_getprpwnam.U i_prot.U
63020 ____________________________________________________________________________
63021 [  6165] By: jhi                                   on 2000/05/30  18:35:34
63022         Log: Integrate with Sarathy.
63023      Branch: cfgperl
63024           !> op.c
63025 ____________________________________________________________________________
63026 [  6164] By: jhi                                   on 2000/05/30  18:30:16
63027         Log: detypo
63028      Branch: cfgperl
63029            ! Configure config_h.SH
63030      Branch: metaconfig/U/perl
63031            ! perlxv.U
63032 ____________________________________________________________________________
63033 [  6163] By: gsar                                  on 2000/05/30  03:24:03
63034         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
63035      Branch: perl
63036            ! op.c
63037 ____________________________________________________________________________
63038 [  6162] By: gsar                                  on 2000/05/30  03:09:38
63039         Log: fix memory leak in method call optimization (change#3768);
63040              made C<eval "$x->foo()"> leak
63041      Branch: perl
63042            ! op.c
63043 ____________________________________________________________________________
63044 [  6161] By: jhi                                   on 2000/05/29  17:56:26
63045         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
63046              both from Simon Cozens.
63047      Branch: cfgperl
63048            + pod/perlmodlib.PL pod/perlnewmod.pod
63049            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
63050            ! pod/perlmodlib.pod pod/perltoc.pod
63051 ____________________________________________________________________________
63052 [  6160] By: jhi                                   on 2000/05/29  17:23:55
63053         Log: Changes for the File::Temp 0.08 (change #6159) test suite
63054              to fit better into the Perl distribution test framework.
63055      Branch: cfgperl
63056            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
63057            ! t/lib/ftmp-tempfile.t
63058 ____________________________________________________________________________
63059 [  6159] By: jhi                                   on 2000/05/29  16:55:36
63060         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
63061      Branch: cfgperl
63062            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63063            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63064 ____________________________________________________________________________
63065 [  6158] By: bailey                                on 2000/05/29  16:22:08
63066         Log: Add fallback to tmpfile for use in cases where user's relying on
63067              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
63068              Lane's patch)
63069      Branch: vmsperl
63070            ! vms/vms.c vms/vmsish.h
63071 ____________________________________________________________________________
63072 [  6157] By: jhi                                   on 2000/05/29  03:10:36
63073         Log: Regen Configure to jive with #6149.
63074      Branch: cfgperl
63075            ! Configure
63076      Branch: metaconfig
63077            ! U/modified/Getfile.U
63078 ____________________________________________________________________________
63079 [  6156] By: jhi                                   on 2000/05/29  03:01:38
63080         Log: Integrate with Sarathy.
63081      Branch: cfgperl
63082           +> ext/DynaLoader/dl_mac.xs
63083           !> (integrate 38 files)
63084 ____________________________________________________________________________
63085 [  6155] By: gsar                                  on 2000/05/28  21:15:58
63086         Log: small bug in change#6144; remove random \xA0 character that snuck
63087              in via change#6145
63088      Branch: perl
63089            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
63090 ____________________________________________________________________________
63091 [  6154] By: gsar                                  on 2000/05/28  21:04:19
63092         Log: avoid type mismatch warning
63093      Branch: perl
63094            ! perl.c
63095 ____________________________________________________________________________
63096 [  6153] By: gsar                                  on 2000/05/28  20:58:31
63097         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
63098              <nick@Bagpuss.uk.boo.com>)
63099      Branch: perl
63100            ! lib/Test/Harness.pm
63101 ____________________________________________________________________________
63102 [  6152] By: gsar                                  on 2000/05/28  20:53:42
63103         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
63104      Branch: perl
63105            ! regexec.c
63106 ____________________________________________________________________________
63107 [  6151] By: gsar                                  on 2000/05/28  20:50:28
63108         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
63109      Branch: perl
63110            ! regexec.c
63111 ____________________________________________________________________________
63112 [  6150] By: gsar                                  on 2000/05/28  20:39:58
63113         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
63114      Branch: perl
63115            ! pod/perlrequick.pod
63116 ____________________________________________________________________________
63117 [  6149] By: gsar                                  on 2000/05/28  20:35:16
63118         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
63119              <troc@netrus.net>)
63120      Branch: perl
63121            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
63122            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
63123            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
63124            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
63125 ____________________________________________________________________________
63126 [  6148] By: gsar                                  on 2000/05/28  20:21:07
63127         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
63128      Branch: perl
63129            ! lib/ExtUtils/MM_Unix.pm
63130 ____________________________________________________________________________
63131 [  6147] By: gsar                                  on 2000/05/28  20:12:41
63132         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
63133              (from Peter Prymmer)
63134      Branch: perl
63135            ! vms/subconfigure.com
63136 ____________________________________________________________________________
63137 [  6146] By: gsar                                  on 2000/05/28  20:06:15
63138         Log: doc typo
63139      Branch: perl
63140            ! lib/warnings.pm warnings.h warnings.pl
63141 ____________________________________________________________________________
63142 [  6145] By: gsar                                  on 2000/05/28  18:44:33
63143         Log: make xsubpp skip embedded pod (from Matthias Neeracher
63144              <neeri@iis.ee.ethz.ch>)
63145      Branch: perl
63146            ! lib/ExtUtils/xsubpp
63147 ____________________________________________________________________________
63148 [  6144] By: gsar                                  on 2000/05/28  18:42:49
63149         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
63150              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
63151              <neeri@iis.ee.ethz.ch>)
63152      Branch: perl
63153            ! lib/AutoSplit.pm
63154 ____________________________________________________________________________
63155 [  6143] By: gsar                                  on 2000/05/28  18:41:12
63156         Log: MacOS support, part 1 (from Matthias Neeracher
63157              <neeri@iis.ee.ethz.ch>)
63158      Branch: perl
63159            + ext/DynaLoader/dl_mac.xs
63160            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
63161            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
63162            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
63163            ! util.h
63164 ____________________________________________________________________________
63165 [  6142] By: gsar                                  on 2000/05/28  18:21:51
63166         Log: File::Find fails to chdir when chasing symlinks (from
63167              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
63168      Branch: perl
63169            ! lib/File/Find.pm t/lib/filefind.t
63170 ____________________________________________________________________________
63171 [  6141] By: jhi                                   on 2000/05/28  14:25:15
63172         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
63173              forwarded by Peter Seebach from the bsdi-users mailing list.
63174              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
63175      Branch: perl
63176            ! hints/bsdos.sh
63177 ____________________________________________________________________________
63178 [  6140] By: jhi                                   on 2000/05/28  14:11:57
63179         Log: Integrate with Sarathy.
63180      Branch: cfgperl
63181           +> (branch 30 files)
63182           !> (integrate 93 files)
63183 ____________________________________________________________________________
63184 [  6139] By: gsar                                  on 2000/05/28  10:01:48
63185         Log: revise mktables.PL for bugs and newness in Unicode 3.0
63186              (from James Bence <jbence@amgen.com>)
63187      Branch: perl
63188            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
63189            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
63190            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
63191            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
63192            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
63193            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
63194            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
63195            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
63196            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
63197            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
63198            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
63199            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
63200            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
63201            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
63202            + lib/unicode/Is/SylWU.pl
63203            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
63204            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63205            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63206            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63207            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63208            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63209            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63210            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63211            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63212            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63213            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63214            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63215            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63216            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63217            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
63218            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
63219            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
63220            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
63221            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
63222            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
63223            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
63224            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
63225            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
63226            ! lib/unicode/Makefile lib/unicode/mktables.PL
63227 ____________________________________________________________________________
63228 [  6138] By: gsar                                  on 2000/05/28  08:50:32
63229         Log: add note about the handling of negative indices to tied arrays
63230              (from Michael G Schwern <schwern@pobox.com>)
63231      Branch: perl
63232            ! pod/perltie.pod
63233 ____________________________________________________________________________
63234 [  6137] By: gsar                                  on 2000/05/28  08:46:10
63235         Log: fix bogus redeclaration warning for "our" variables in different
63236              scopes
63237      Branch: perl
63238            ! op.c t/pragma/strict-vars
63239 ____________________________________________________________________________
63240 [  6136] By: gsar                                  on 2000/05/28  08:31:20
63241         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
63242      Branch: perl
63243            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
63244 ____________________________________________________________________________
63245 [  6135] By: gsar                                  on 2000/05/28  08:17:50
63246         Log: enable Test::Harness to dynamically determine column width etc.
63247              (from Rob Napier <rnapier@employees.org>)
63248      Branch: perl
63249            ! lib/Test/Harness.pm
63250 ____________________________________________________________________________
63251 [  6134] By: gsar                                  on 2000/05/28  08:13:39
63252         Log: make Test::Harness use wait.h/WCOREDUMP if available
63253              (from Ben Tilly <ben_tilly@hotmail.com>)
63254      Branch: perl
63255            ! lib/Test/Harness.pm
63256 ____________________________________________________________________________
63257 [  6133] By: gsar                                  on 2000/05/28  08:08:05
63258         Log: elide bogus test in change#6132
63259      Branch: perl
63260            ! t/pragma/warn/9enabled
63261 ____________________________________________________________________________
63262 [  6132] By: gsar                                  on 2000/05/28  08:03:14
63263         Log: warnings::enabled() doesn't fall back to looking at $^W if
63264              caller isn't using lexical warnings (from Paul Marquess)
63265      Branch: perl
63266            ! pp_ctl.c t/pragma/warn/9enabled
63267 ____________________________________________________________________________
63268 [  6131] By: gsar                                  on 2000/05/28  07:57:47
63269         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
63270      Branch: perl
63271            ! ext/POSIX/POSIX.pm
63272 ____________________________________________________________________________
63273 [  6130] By: gsar                                  on 2000/05/28  07:29:12
63274         Log: fix places that mean C<"word" character> but say C<alphanumeric
63275              character>
63276      Branch: perl
63277            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
63278 ____________________________________________________________________________
63279 [  6129] By: gsar                                  on 2000/05/28  07:18:41
63280         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
63281      Branch: perl
63282            ! vms/test.com
63283 ____________________________________________________________________________
63284 [  6128] By: gsar                                  on 2000/05/28  07:12:55
63285         Log: new perlxstut example for passing/returning refs to arrays
63286              (from David Lowe <dlowe@pootpoot.com>)
63287      Branch: perl
63288            ! pod/perlxstut.pod
63289 ____________________________________________________________________________
63290 [  6127] By: gsar                                  on 2000/05/28  07:02:50
63291         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
63292              failed (from Gisle Aas)
63293      Branch: perl
63294            ! cop.h perl.c
63295 ____________________________________________________________________________
63296 [  6126] By: gsar                                  on 2000/05/28  06:39:53
63297         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
63298              (reworked variant of patch suggested by Simon Cozens)
63299      Branch: perl
63300            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
63301            ! pp_hot.c proto.h t/op/gv.t
63302 ____________________________________________________________________________
63303 [  6125] By: gsar                                  on 2000/05/28  05:14:55
63304         Log: enable propagating exception objects via Perl_croak() in XS code
63305              (from Gisle Aas)
63306      Branch: perl
63307            ! util.c
63308 ____________________________________________________________________________
63309 [  6124] By: gsar                                  on 2000/05/28  05:07:28
63310         Log: integrate vmsperl contents into mainline
63311      Branch: perl
63312           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
63313           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
63314           !> vms/vmsish.h
63315 ____________________________________________________________________________
63316 [  6123] By: gsar                                  on 2000/05/28  05:03:53
63317         Log: clarify gotcha with #line directives (from Rocco Caputo
63318              <troc@netrus.net>)
63319      Branch: perl
63320            ! pod/perldebug.pod pod/perlsyn.pod
63321 ____________________________________________________________________________
63322 [  6122] By: gsar                                  on 2000/05/28  04:58:29
63323         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
63324              (from Mark-Jason Dominus)
63325      Branch: perl
63326            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
63327            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
63328            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
63329            ! toke.c
63330 ____________________________________________________________________________
63331 [  6121] By: bailey                                on 2000/05/25  04:46:54
63332         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
63333              lists (based on fixes by Craig Berry)
63334      Branch: vmsperl
63335            ! lib/File/Spec/VMS.pm
63336 ____________________________________________________________________________
63337 [  6120] By: bailey                                on 2000/05/25  04:25:38
63338         Log: Add missing escape (Charles Lane)
63339      Branch: vmsperl
63340            ! t/op/lex_assign.t
63341 ____________________________________________________________________________
63342 [  6119] By: bailey                                on 2000/05/25  04:21:25
63343         Log: Quiet error messages in vmsish.t (Charles Lane)
63344      Branch: vmsperl
63345            ! vms/ext/vmsish.t
63346 ____________________________________________________________________________
63347 [  6118] By: bailey                                on 2000/05/25  04:17:57
63348         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
63349              Flatten case labels in switch statements uniformly (Charles Bailey)
63350      Branch: vmsperl
63351            ! vms/vms.c
63352 ____________________________________________________________________________
63353 [  6117] By: bailey                                on 2000/05/25  03:58:09
63354         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
63355      Branch: vmsperl
63356            ! vms/vmsish.h
63357 ____________________________________________________________________________
63358 [  6116] By: bailey                                on 2000/05/25  03:11:15
63359         Log: Miscellaneous cosmetic fixes (Charles Lane)
63360      Branch: vmsperl
63361            ! lib/ExtUtils/MM_VMS.pm
63362 ____________________________________________________________________________
63363 [  6115] By: bailey                                on 2000/05/25  03:10:36
63364         Log: Add bounds checking for several strings (Charles Lane)
63365      Branch: vmsperl
63366            ! vms/vms.c
63367 ____________________________________________________________________________
63368 [  6114] By: bailey                                on 2000/05/25  02:25:34
63369         Log: Urk -- undo previous removal of vmsish 'exit' change
63370      Branch: vmsperl
63371            ! vms/ext/vmsish.pm vms/vmsish.h
63372 ____________________________________________________________________________
63373 [  6113] By: bailey                                on 2000/05/24  02:24:40
63374         Log: Ugly workaround for version-specific RTL error
63375      Branch: vmsperl
63376            ! vms/vms.c
63377 ____________________________________________________________________________
63378 [  6112] By: bailey                                on 2000/05/24  02:19:55
63379         Log: Check for existence of file before trying to delete
63380      Branch: vmsperl
63381            ! vms/test.com
63382 ____________________________________________________________________________
63383 [  6111] By: bailey                                on 2000/05/23  23:35:13
63384         Log: Resync with mainline prior to post-5.6.0 updates
63385      Branch: vmsperl
63386           +> (branch 49 files)
63387            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
63388            ! vms/ext/vmsish.pm
63389           !> (integrate 334 files)
63390 ____________________________________________________________________________
63391 [  6110] By: jhi                                   on 2000/05/23  19:28:32
63392         Log: todo tweak
63393      Branch: cfgperl
63394            ! Todo-5.6
63395 ____________________________________________________________________________
63396 [  6109] By: jhi                                   on 2000/05/18  17:38:54
63397         Log: Integrate with Sarathy.
63398      Branch: cfgperl
63399           !> mg.c perl.h win32/perlhost.h
63400 ____________________________________________________________________________
63401 [  6108] By: gsar                                  on 2000/05/17  02:24:56
63402         Log: reenable fake signal handling on Windows, bugs and all
63403      Branch: perl
63404            ! mg.c perl.h win32/perlhost.h
63405 ____________________________________________________________________________
63406 [  6107] By: jhi                                   on 2000/05/15  18:01:41
63407         Log: Tweak the todo list.
63408      Branch: cfgperl
63409            ! Todo-5.6
63410 ____________________________________________________________________________
63411 [  6106] By: jhi                                   on 2000/05/15  13:41:48
63412         Log: The (Configure) script refuses to go on, after asking for
63413              'You may also choose to try maximal 64-bitness....'.
63414              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
63415              -- Patrick Zima
63416              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
63417      Branch: cfgperl
63418            ! hints/solaris_2.sh
63419 ____________________________________________________________________________
63420 [  6105] By: jhi                                   on 2000/05/11  14:37:43
63421         Log: Integrate with Sarathy.
63422      Branch: cfgperl
63423           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63424           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
63425 ____________________________________________________________________________
63426 [  6104] By: gsar                                  on 2000/05/11  03:39:07
63427         Log: PL_sys_intern was being initialized too late on windows
63428      Branch: perl
63429            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63430            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
63431 ____________________________________________________________________________
63432 [  6103] By: jhi                                   on 2000/05/09  19:42:20
63433         Log: Test tweaking for Unicos continues.
63434      Branch: cfgperl
63435            ! t/op/64bitint.t
63436 ____________________________________________________________________________
63437 [  6102] By: jhi                                   on 2000/05/09  16:47:27
63438         Log: The test suite tweak in #6101 wasn't quite right.
63439      Branch: cfgperl
63440            ! t/lib/complex.t
63441 ____________________________________________________________________________
63442 [  6101] By: jhi                                   on 2000/05/09  15:35:34
63443         Log: Hints and test tweaks for Unicos.
63444      Branch: cfgperl
63445            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
63446 ____________________________________________________________________________
63447 [  6100] By: jhi                                   on 2000/05/08  21:15:06
63448         Log: More compilation tweakery from Allen Smith.
63449      Branch: cfgperl
63450            ! hints/irix_6.sh
63451 ____________________________________________________________________________
63452 [  6099] By: jhi                                   on 2000/05/08  19:21:18
63453         Log: Tweaks for the cc bugs from Allen Smith.
63454      Branch: cfgperl
63455            ! hints/irix_6.sh
63456 ____________________________________________________________________________
63457 [  6098] By: jhi                                   on 2000/05/08  19:13:37
63458         Log: Add a note about other, yet unsupported, shadow password APIs.
63459      Branch: cfgperl
63460            ! pp_sys.c
63461 ____________________________________________________________________________
63462 [  6097] By: jhi                                   on 2000/05/08  18:46:34
63463         Log: Add a note about possible compilation problems from Allen Smith.
63464      Branch: cfgperl
63465            ! hints/irix_6.sh
63466 ____________________________________________________________________________
63467 [  6096] By: jhi                                   on 2000/05/08  17:33:10
63468         Log: Integrate with Sarathy.
63469      Branch: cfgperl
63470           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
63471           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
63472 ____________________________________________________________________________
63473 [  6095] By: jhi                                   on 2000/05/08  16:21:33
63474         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
63475              might be useful in future.
63476      Branch: cfgperl
63477            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63478            ! config_h.SH
63479      Branch: metaconfig
63480            ! U/installdirs/inc_version_list.U
63481      Branch: metaconfig/U/perl
63482            ! perlxv.U
63483 ____________________________________________________________________________
63484 [  6094] By: gsar                                  on 2000/05/08  14:22:22
63485         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
63486      Branch: perl
63487            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
63488            ! hints/cygwin.sh pp_sys.c
63489 ____________________________________________________________________________
63490 [  6093] By: gsar                                  on 2000/05/08  12:52:28
63491         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
63492              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
63493      Branch: perl
63494            ! pp_sys.c sv.c win32/perlhost.h
63495 ____________________________________________________________________________
63496 [  6092] By: jhi                                   on 2000/05/07  22:40:34
63497         Log: Regen perltoc with the fixed buildtoc.
63498      Branch: cfgperl
63499            ! pod/perltoc.pod
63500 ____________________________________________________________________________
63501 [  6091] By: jhi                                   on 2000/05/07  22:24:16
63502         Log: Integrate with Sarathy.
63503      Branch: cfgperl
63504           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
63505           !> t/op/substr.t toke.c
63506 ____________________________________________________________________________
63507 [  6090] By: gsar                                  on 2000/05/07  19:47:07
63508         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
63509              [NI]OK; added tests for both
63510      Branch: perl
63511            ! perl.c pp_hot.c sv.c t/op/substr.t
63512 ____________________________________________________________________________
63513 [  6089] By: gsar                                  on 2000/05/07  18:18:38
63514         Log: buildtoc tweak to fix newline lossage
63515      Branch: perl
63516            ! pod/buildtoc
63517 ____________________________________________________________________________
63518 [  6088] By: jhi                                   on 2000/05/07  16:35:36
63519         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
63520              because we do not use those.  The HAS_GETSPNAM remains,
63521              though, because we still do use that.
63522      Branch: cfgperl
63523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63524            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
63525            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
63526            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
63527            ! win32/config.vc win32/config_H.bc win32/config_H.gc
63528            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
63529 ____________________________________________________________________________
63530 [  6087] By: gsar                                  on 2000/05/07  16:05:16
63531         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
63532      Branch: perl
63533            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
63534 ____________________________________________________________________________
63535 [  6086] By: jhi                                   on 2000/05/07  15:27:07
63536         Log: Integrate with Sarathy.
63537      Branch: cfgperl
63538           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63539           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63540           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
63541           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
63542           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
63543           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
63544 ____________________________________________________________________________
63545 [  6085] By: gsar                                  on 2000/05/07  05:52:02
63546         Log: repeat operator (x) doesn't preserve utf8-ness
63547      Branch: perl
63548            ! pp.c t/op/substr.t
63549 ____________________________________________________________________________
63550 [  6084] By: gsar                                  on 2000/05/07  05:39:55
63551         Log: substr() does not preserve utf8-ness (from Stefan Eissing
63552              <Eissing@medicaldataservice.de>); added tests
63553      Branch: perl
63554            ! pp.c t/op/substr.t
63555 ____________________________________________________________________________
63556 [  6083] By: gsar                                  on 2000/05/07  05:24:46
63557         Log: note about undocumented caller() return value (from M.J.T. Guy);
63558              yet another peek.t tweak
63559      Branch: perl
63560            ! pod/perlfunc.pod t/lib/peek.t
63561 ____________________________________________________________________________
63562 [  6082] By: gsar                                  on 2000/05/07  05:08:40
63563         Log: peek.t non-portable to ithreads
63564      Branch: perl
63565            ! t/lib/peek.t
63566 ____________________________________________________________________________
63567 [  6081] By: gsar                                  on 2000/05/07  04:17:04
63568         Log: better default perlbug categories for ok reports (from Richard Foley)
63569      Branch: perl
63570            ! utils/perlbug.PL
63571 ____________________________________________________________________________
63572 [  6080] By: gsar                                  on 2000/05/07  04:08:07
63573         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
63574              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63575      Branch: perl
63576            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63577            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63578            ! AUTHORS MAINTAIN MANIFEST
63579 ____________________________________________________________________________
63580 [  6079] By: gsar                                  on 2000/05/07  04:01:38
63581         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
63582      Branch: perl
63583            ! lib/Carp/Heavy.pm
63584 ____________________________________________________________________________
63585 [  6078] By: gsar                                  on 2000/05/07  01:24:19
63586         Log: workaround for CRT bug in chdir() (from Charles Lane, via
63587              Peter Prymmer)
63588      Branch: perl
63589            ! iperlsys.h vms/vms.c vms/vmsish.h
63590 ____________________________________________________________________________
63591 [  6077] By: gsar                                  on 2000/05/07  01:22:23
63592         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
63593              and Tom Phoenix)
63594      Branch: perl
63595            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
63596 ____________________________________________________________________________
63597 [  6076] By: gsar                                  on 2000/05/06  17:36:29
63598         Log: integrate cfgperl contents into mainline
63599      Branch: perl
63600           +> t/lib/peek.t
63601           !> Configure MANIFEST Porting/Glossary Porting/config.sh
63602           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
63603           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
63604           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
63605 ____________________________________________________________________________
63606 [  6075] By: jhi                                   on 2000/05/05  18:56:10
63607         Log: Make the test more portable.
63608      Branch: cfgperl
63609            ! t/lib/peek.t
63610 ____________________________________________________________________________
63611 [  6074] By: jhi                                   on 2000/05/05  18:49:20
63612         Log: Introduce t/lib/peek.t.
63613      Branch: cfgperl
63614            + t/lib/peek.t
63615            ! MANIFEST
63616 ____________________________________________________________________________
63617 [  6073] By: jhi                                   on 2000/05/05  14:30:45
63618         Log: Complex tweaks.
63619      Branch: cfgperl
63620            ! lib/Math/Complex.pm t/lib/complex.t
63621 ____________________________________________________________________________
63622 [  6072] By: jhi                                   on 2000/05/05  12:27:13
63623         Log: Integrate with Sarathy.
63624      Branch: cfgperl
63625           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63626           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63627           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
63628           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
63629 ____________________________________________________________________________
63630 [  6071] By: gsar                                  on 2000/05/05  02:24:46
63631         Log: misformatted perllocal.pod (from Tim Jenness
63632              <t.jenness@jach.hawaii.edu>)
63633      Branch: perl
63634            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63635 ____________________________________________________________________________
63636 [  6070] By: gsar                                  on 2000/05/05  02:16:52
63637         Log: remove misleading comment (from M.J.T. Guy)
63638      Branch: perl
63639            ! t/lib/anydbm.t
63640 ____________________________________________________________________________
63641 [  6069] By: gsar                                  on 2000/05/05  02:15:13
63642         Log: File::Spec compatibility update (from Barrie Slaymaker
63643              <barries@slaysys.com>)
63644      Branch: perl
63645            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63646            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63647 ____________________________________________________________________________
63648 [  6068] By: gsar                                  on 2000/05/05  02:01:50
63649         Log: note about values()
63650      Branch: perl
63651            ! pod/perlfunc.pod
63652 ____________________________________________________________________________
63653 [  6067] By: gsar                                  on 2000/05/05  01:33:09
63654         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
63655      Branch: perl
63656            ! win32/win32.c
63657 ____________________________________________________________________________
63658 [  6066] By: gsar                                  on 2000/05/05  01:23:43
63659         Log: s/END/CHECK/
63660      Branch: perl
63661            ! perl.c
63662 ____________________________________________________________________________
63663 [  6065] By: jhi                                   on 2000/05/04  17:30:22
63664         Log: Integrate with Sarathy.
63665      Branch: cfgperl
63666           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
63667 ____________________________________________________________________________
63668 [  6064] By: gsar                                  on 2000/05/04  17:26:14
63669         Log: change#5905 wasn't quite right--it's intent only applies when arguments
63670              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
63671      Branch: perl
63672            ! pp_sys.c sv.c
63673 ____________________________________________________________________________
63674 [  6063] By: gsar                                  on 2000/05/04  16:52:29
63675         Log: tokeq() could read unallocated field in argument
63676      Branch: perl
63677            ! toke.c
63678 ____________________________________________________________________________
63679 [  6062] By: gsar                                  on 2000/05/04  16:34:51
63680         Log: additional tests for utf8.t
63681      Branch: perl
63682            ! t/pragma/utf8.t
63683 ____________________________________________________________________________
63684 [  6061] By: gsar                                  on 2000/05/04  16:09:28
63685         Log: change#5921 neglected to make eq honor "use bytes"
63686      Branch: perl
63687            ! sv.c
63688 ____________________________________________________________________________
63689 [  6060] By: jhi                                   on 2000/05/04  15:30:16
63690         Log: Integrate with Sarathy.
63691      Branch: cfgperl
63692           !> perl.c regcomp.c t/pragma/utf8.t
63693 ____________________________________________________________________________
63694 [  6059] By: jhi                                   on 2000/05/04  15:26:37
63695         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
63696              in natively 64-bit platforms where a long is a quad (no need
63697              for long longs).  Also added bias for IVs.
63698      Branch: cfgperl
63699            ! toke.c
63700 ____________________________________________________________________________
63701 [  6058] By: gsar                                  on 2000/05/04  00:19:14
63702         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
63703              (spotted by Donald Kinzer <dkinzer@premia.com>)
63704      Branch: perl
63705            ! perl.c
63706 ____________________________________________________________________________
63707 [  6057] By: gsar                                  on 2000/05/03  18:34:01
63708         Log: fix broken parsing of /\x{ab}/
63709      Branch: perl
63710            ! regcomp.c t/pragma/utf8.t
63711 ____________________________________________________________________________
63712 [  6056] By: jhi                                   on 2000/05/03  17:57:16
63713         Log: The search of infinity continues, this time simplified.
63714      Branch: cfgperl
63715            ! lib/Math/Complex.pm
63716 ____________________________________________________________________________
63717 [  6055] By: jhi                                   on 2000/05/03  17:45:30
63718         Log: Detypo.
63719      Branch: cfgperl
63720            ! hints/unicos.sh
63721 ____________________________________________________________________________
63722 [  6054] By: jhi                                   on 2000/05/02  22:28:27
63723         Log: Be more forgiving in POSIX about HUGE_VALL.
63724      Branch: cfgperl
63725            ! ext/POSIX/POSIX.xs
63726 ____________________________________________________________________________
63727 [  6053] By: jhi                                   on 2000/05/02  22:25:05
63728         Log: Integrate with Sarathy.
63729      Branch: cfgperl
63730           !> hints/irix_6.sh pod/perlop.pod
63731 ____________________________________________________________________________
63732 [  6052] By: jhi                                   on 2000/05/02  22:24:31
63733         Log: Unicos hint tweak.
63734      Branch: cfgperl
63735            ! hints/unicos.sh
63736 ____________________________________________________________________________
63737 [  6051] By: jhi                                   on 2000/05/02  22:21:26
63738         Log: Complex tweakery.
63739      Branch: cfgperl
63740            ! lib/Math/Complex.pm t/lib/complex.t
63741 ____________________________________________________________________________
63742 [  6050] By: jhi                                   on 2000/05/02  19:26:22
63743         Log: Use setxxent()/endxxent().
63744      Branch: cfgperl
63745            ! t/op/grent.t t/op/pwent.t
63746 ____________________________________________________________________________
63747 [  6049] By: jhi                                   on 2000/05/02  19:06:02
63748         Log: Test both the scalar and list contexts.
63749      Branch: cfgperl
63750            ! t/op/grent.t t/op/pwent.t
63751 ____________________________________________________________________________
63752 [  6048] By: gsar                                  on 2000/05/02  18:29:10
63753         Log: add note about how $( doesn't interpolate in REs (from
63754              Philip Newton <newton@ficus.frogspace.net>)
63755      Branch: perl
63756            ! pod/perlop.pod
63757 ____________________________________________________________________________
63758 [  6047] By: jhi                                   on 2000/05/02  17:41:24
63759         Log: Call getspnam() only iff needd.
63760      Branch: cfgperl
63761            ! pp_sys.c
63762 ____________________________________________________________________________
63763 [  6046] By: gsar                                  on 2000/05/02  17:07:25
63764         Log: libscheck has insufficient checks for n32 libs (from
63765              Albert Chin-A-Young <china@thewrittenword.com>)
63766      Branch: perl
63767            ! hints/irix_6.sh
63768 ____________________________________________________________________________
63769 [  6045] By: jhi                                   on 2000/05/02  13:57:17
63770         Log: Integrate with Sarathy.
63771      Branch: cfgperl
63772           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
63773           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
63774 ____________________________________________________________________________
63775 [  6044] By: gsar                                  on 2000/05/02  06:48:19
63776         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
63777              such that underscores are only ignored in literal numbers,
63778              "\x{...}", and hex/oct argument
63779      Branch: perl
63780            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
63781 ____________________________________________________________________________
63782 [  6043] By: gsar                                  on 2000/05/02  02:22:29
63783         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
63784      Branch: perl
63785            ! pod/perlretut.pod
63786 ____________________________________________________________________________
63787 [  6042] By: gsar                                  on 2000/05/02  02:17:51
63788         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
63789      Branch: perl
63790            ! pod/perltrap.pod
63791 ____________________________________________________________________________
63792 [  6041] By: gsar                                  on 2000/05/02  01:53:51
63793         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
63794              to compensate
63795      Branch: perl
63796            ! Porting/makerel
63797 ____________________________________________________________________________
63798 [  6040] By: gsar                                  on 2000/05/02  01:51:57
63799         Log: missing files in MANIFEST
63800      Branch: perl
63801            ! MANIFEST
63802 ____________________________________________________________________________
63803 [  6039] By: jhi                                   on 2000/05/02  00:36:46
63804         Log: Infinite problems.
63805      Branch: cfgperl
63806            ! lib/Math/Complex.pm
63807 ____________________________________________________________________________
63808 [  6038] By: jhi                                   on 2000/05/02  00:06:38
63809         Log: pwent/spent #ifdef imbalance.
63810      Branch: cfgperl
63811            ! pp_sys.c
63812 ____________________________________________________________________________
63813 [  6037] By: jhi                                   on 2000/05/01  22:50:11
63814         Log: Use HUGE_VALL if applicable.
63815      Branch: cfgperl
63816            ! ext/POSIX/POSIX.xs util.c
63817 ____________________________________________________________________________
63818 [  6036] By: jhi                                   on 2000/05/01  22:20:53
63819         Log: Correct Freudian slip.
63820      Branch: cfgperl
63821            ! pp_sys.c
63822 ____________________________________________________________________________
63823 [  6035] By: jhi                                   on 2000/05/01  21:07:38
63824         Log: Continue on the pwent/spent case.
63825      Branch: cfgperl
63826            ! pp_sys.c
63827 ____________________________________________________________________________
63828 [  6034] By: jhi                                   on 2000/05/01  17:45:14
63829         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
63830              adjustments in 6032 conflicted badly with this, will have
63831              to revisit them later.
63832      Branch: cfgperl
63833           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
63834           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
63835           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
63836           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
63837           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
63838           !> t/lib/cgi-html.t t/lib/cgi-request.t
63839 ____________________________________________________________________________
63840 [  6033] By: jhi                                   on 2000/05/01  17:40:49
63841         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
63842      Branch: cfgperl
63843            ! pp_sys.c
63844 ____________________________________________________________________________
63845 [  6032] By: gsar                                  on 2000/05/01  15:56:32
63846         Log: whitespace adjustments
63847      Branch: perl
63848            ! pp_sys.c
63849 ____________________________________________________________________________
63850 [  6031] By: gsar                                  on 2000/05/01  15:19:41
63851         Log: small nits in diagnostics.pm (from Robin Barker)
63852      Branch: perl
63853            ! lib/diagnostics.pm pod/perldiag.pod
63854 ____________________________________________________________________________
63855 [  6030] By: gsar                                  on 2000/05/01  08:39:18
63856         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
63857              for @- and @+ (from Johan Vromans)
63858      Branch: perl
63859            ! lib/English.pm pod/perlvar.pod
63860 ____________________________________________________________________________
63861 [  6029] By: gsar                                  on 2000/05/01  08:16:10
63862         Log: add CGI.pm v2.66 (from Lincoln Stein)
63863      Branch: perl
63864            + lib/CGI/Util.pm t/lib/cgi-pretty.t
63865            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
63866            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
63867            ! t/lib/cgi-html.t t/lib/cgi-request.t
63868 ____________________________________________________________________________
63869 [  6028] By: gsar                                  on 2000/05/01  06:34:41
63870         Log: Pod::Man generates groff-incompatible macro definition (from
63871              Tom Christiansen)
63872      Branch: perl
63873            ! lib/Pod/Man.pm
63874 ____________________________________________________________________________
63875 [  6027] By: gsar                                  on 2000/05/01  06:31:36
63876         Log: podlators-1.02 update (from Russ Allbery)
63877      Branch: perl
63878            ! lib/Pod/Man.pm lib/Pod/Text.pm
63879 ____________________________________________________________________________
63880 [  6026] By: jhi                                   on 2000/04/30  23:24:23
63881         Log: Integrate with Sarathy.
63882      Branch: cfgperl
63883           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63884           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
63885           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63886           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63887           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
63888           !> t/lib/syslog.t toke.c win32/win32.h
63889 ____________________________________________________________________________
63890 [  6025] By: gsar                                  on 2000/04/30  18:17:47
63891         Log: Is{Alnum,Alpha,Word} don't match titlecase
63892              
63893              TODO: IsSpace is defined recursively!
63894              
63895              (both spotted by Larry)
63896      Branch: perl
63897            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63898            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63899 ____________________________________________________________________________
63900 [  6024] By: gsar                                  on 2000/04/30  17:50:19
63901         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
63902              (from Hugo van der Sanden)
63903      Branch: perl
63904            ! toke.c
63905 ____________________________________________________________________________
63906 [  6023] By: gsar                                  on 2000/04/30  17:14:43
63907         Log: debugger stomps on $. (from M.J.T. Guy)
63908      Branch: perl
63909            ! lib/perl5db.pl
63910 ____________________________________________________________________________
63911 [  6022] By: gsar                                  on 2000/04/30  16:59:22
63912         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
63913      Branch: perl
63914            ! sv.c
63915 ____________________________________________________________________________
63916 [  6021] By: gsar                                  on 2000/04/29  21:00:08
63917         Log: remove Win2K issue in pod (fixed by change#6020)
63918      Branch: perl
63919            ! README.win32 pod/perl56delta.pod
63920 ____________________________________________________________________________
63921 [  6020] By: gsar                                  on 2000/04/29  20:51:49
63922         Log: test tweak
63923      Branch: perl
63924            ! t/lib/open3.t
63925 ____________________________________________________________________________
63926 [  6019] By: gsar                                  on 2000/04/29  20:34:27
63927         Log: windows portability tweaks
63928      Branch: perl
63929            ! t/lib/b.t win32/win32.h
63930 ____________________________________________________________________________
63931 [  6018] By: gsar                                  on 2000/04/29  19:55:24
63932         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
63933              make _PATH_LOG() return "" if unavailable
63934      Branch: perl
63935            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63936            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
63937 ____________________________________________________________________________
63938 [  6017] By: jhi                                   on 2000/04/28  22:49:46
63939         Log: Integrate with Sarathy.
63940      Branch: cfgperl
63941           !> op.c perl.c pod/perldiag.pod t/lib/b.t
63942 ____________________________________________________________________________
63943 [  6016] By: jhi                                   on 2000/04/28  22:46:14
63944         Log: Do not warn that an infinity does not look like a number.
63945      Branch: cfgperl
63946            ! sv.c
63947 ____________________________________________________________________________
63948 [  6015] By: gsar                                  on 2000/04/28  22:35:49
63949         Log: tweak test for portability
63950      Branch: perl
63951            ! t/lib/b.t
63952 ____________________________________________________________________________
63953 [  6014] By: gsar                                  on 2000/04/28  22:05:31
63954         Log: glob() loading File::Glob behind the scenes may cause syntax errors
63955      Branch: perl
63956            ! op.c
63957 ____________________________________________________________________________
63958 [  6013] By: gsar                                  on 2000/04/28  21:25:22
63959         Log: tweak change#5945 to display correct switch name in diagnostic
63960      Branch: perl
63961            ! perl.c pod/perldiag.pod
63962 ____________________________________________________________________________
63963 [  6012] By: jhi                                   on 2000/04/28  21:08:12
63964         Log: Integrate with Sarathy.
63965      Branch: cfgperl
63966           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
63967           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
63968           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
63969 ____________________________________________________________________________
63970 [  6011] By: jhi                                   on 2000/04/28  21:04:46
63971         Log: &HUGE_VAL is not defined, it exists.
63972      Branch: cfgperl
63973            ! lib/Math/Complex.pm
63974 ____________________________________________________________________________
63975 [  6010] By: gsar                                  on 2000/04/28  21:02:58
63976         Log: clarify note about shadow password support (from
63977              gellyfish@gellyfish.com)
63978      Branch: perl
63979            ! pod/perlfunc.pod
63980 ____________________________________________________________________________
63981 [  6009] By: gsar                                  on 2000/04/28  21:00:00
63982         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
63983      Branch: perl
63984            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
63985 ____________________________________________________________________________
63986 [  6008] By: gsar                                  on 2000/04/28  20:56:33
63987         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
63988      Branch: perl
63989            ! installperl vms/subconfigure.com
63990 ____________________________________________________________________________
63991 [  6007] By: gsar                                  on 2000/04/28  20:51:21
63992         Log: note about compile failures and END blocks (from M.J.T. Guy)
63993      Branch: perl
63994            ! pod/perl56delta.pod pod/perlmod.pod
63995 ____________________________________________________________________________
63996 [  6006] By: jhi                                   on 2000/04/28  20:42:14
63997         Log: Regen Configure.
63998      Branch: cfgperl
63999            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64000            ! config_h.SH
64001 ____________________________________________________________________________
64002 [  6005] By: gsar                                  on 2000/04/28  20:41:16
64003         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
64004      Branch: perl
64005            ! utils/perldoc.PL
64006 ____________________________________________________________________________
64007 [  6004] By: jhi                                   on 2000/04/28  20:28:21
64008         Log: Integrate with Sarathy.
64009      Branch: cfgperl
64010           !> Configure INSTALL Porting/Glossary Porting/config.sh
64011           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
64012           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
64013           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
64014           !> win32/config.vc win32/win32.c
64015 ____________________________________________________________________________
64016 [  6003] By: gsar                                  on 2000/04/28  20:11:20
64017         Log: allow REG_EXPAND_SZ keys in Windows registry (from
64018              John Clayton <John.Clayton@barclayscapital.com>)
64019      Branch: perl
64020            ! win32/win32.c
64021 ____________________________________________________________________________
64022 [  6002] By: gsar                                  on 2000/04/28  19:34:16
64023         Log: destructive sv_setsv() can lose UV-ness from source, causing
64024              numeric promotions/comparisons to fail to do the right thing
64025      Branch: perl
64026            ! sv.c
64027 ____________________________________________________________________________
64028 [  6001] By: gsar                                  on 2000/04/28  18:44:15
64029         Log: support additional library locations via $Config{otherlibdirs}
64030              (from Andy Dougherty)
64031      Branch: perl
64032            ! Configure INSTALL Porting/Glossary Porting/config.sh
64033            ! Porting/config_H config_h.SH epoc/config.sh perl.c
64034            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
64035            ! win32/config.bc win32/config.gc win32/config.vc
64036 ____________________________________________________________________________
64037 [  6000] By: gsar                                  on 2000/04/28  18:26:58
64038         Log: reworked otherlibdirs.U (from Andy Dougherty)
64039      Branch: metaconfig
64040            ! U/installdirs/otherlibdirs.U
64041 ____________________________________________________________________________
64042 [  5999] By: gsar                                  on 2000/04/28  18:17:07
64043         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
64044      Branch: perl
64045            ! t/pragma/warn/toke toke.c
64046 ____________________________________________________________________________
64047 [  5998] By: jhi                                   on 2000/04/28  13:32:17
64048         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
64049      Branch: cfgperl
64050            ! lib/Math/Complex.pm
64051 ____________________________________________________________________________
64052 [  5997] By: jhi                                   on 2000/04/28  13:14:04
64053         Log: Preserve $!.
64054      Branch: cfgperl
64055            ! lib/Math/Complex.pm
64056 ____________________________________________________________________________
64057 [  5996] By: jhi                                   on 2000/04/28  12:59:23
64058         Log: Integrate with Sarathy.
64059      Branch: cfgperl
64060           +> pod/perlrequick.pod pod/perlretut.pod
64061           !> (integrate 51 files)
64062 ____________________________________________________________________________
64063 [  5995] By: gsar                                  on 2000/04/28  09:37:36
64064         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
64065      Branch: perl
64066            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
64067 ____________________________________________________________________________
64068 [  5994] By: gsar                                  on 2000/04/28  09:33:26
64069         Log: fix for missed accounting for null byte in pack("Z",...) (from
64070              M.J.T. Guy)
64071      Branch: perl
64072            ! pp.c t/op/pack.t
64073 ____________________________________________________________________________
64074 [  5993] By: gsar                                  on 2000/04/28  09:30:05
64075         Log: various minor tweaks seen on p5p
64076      Branch: perl
64077            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
64078 ____________________________________________________________________________
64079 [  5992] By: gsar                                  on 2000/04/28  09:08:19
64080         Log: pod nit (from Simon Cozens)
64081      Branch: perl
64082            ! pod/perlop.pod
64083 ____________________________________________________________________________
64084 [  5991] By: gsar                                  on 2000/04/28  09:06:36
64085         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
64086      Branch: perl
64087            ! README.posix-bc hints/posix-bc.sh
64088 ____________________________________________________________________________
64089 [  5990] By: gsar                                  on 2000/04/28  08:54:52
64090         Log: use $ENV{LIB} to search for libs under Visual C compiler
64091              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
64092      Branch: perl
64093            ! lib/ExtUtils/Liblist.pm
64094 ____________________________________________________________________________
64095 [  5989] By: gsar                                  on 2000/04/28  08:27:12
64096         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
64097              itself and no other (from Tom Hughes)
64098      Branch: perl
64099            ! t/op/array.t toke.c
64100 ____________________________________________________________________________
64101 [  5988] By: gsar                                  on 2000/04/28  08:01:38
64102         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
64103              <paul@miraclefish.com>)
64104      Branch: perl
64105            ! lib/ExtUtils/MakeMaker.pm
64106 ____________________________________________________________________________
64107 [  5987] By: gsar                                  on 2000/04/28  07:53:09
64108         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
64109      Branch: perl
64110            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
64111 ____________________________________________________________________________
64112 [  5986] By: gsar                                  on 2000/04/28  07:44:17
64113         Log: add regular expressions tutorial and quick-start guide (from
64114              Mark Kvale <kvale@phy.ucsf.edu>)
64115      Branch: perl
64116            + pod/perlrequick.pod pod/perlretut.pod
64117            ! AUTHORS MAINTAIN MANIFEST
64118 ____________________________________________________________________________
64119 [  5985] By: gsar                                  on 2000/04/28  07:30:28
64120         Log: forked child may not exit correctly if it failed to open
64121              /dev/console (from Graham Barr)
64122      Branch: perl
64123            ! ext/Sys/Syslog/Syslog.pm
64124 ____________________________________________________________________________
64125 [  5984] By: gsar                                  on 2000/04/28  07:27:20
64126         Log: attributes::reftype() doesn't work on tied argument
64127      Branch: perl
64128            ! xsutils.c
64129 ____________________________________________________________________________
64130 [  5983] By: gsar                                  on 2000/04/28  07:15:04
64131         Log: numeric conversion of non-number in change#3378 tramples on
64132              OOK offset, causing segfaults
64133      Branch: perl
64134            ! sv.c
64135 ____________________________________________________________________________
64136 [  5982] By: gsar                                  on 2000/04/28  04:48:25
64137         Log: avoid error in IO::Socket::INET when given an unknown service name
64138              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
64139      Branch: perl
64140            ! ext/IO/lib/IO/Socket/INET.pm
64141 ____________________________________________________________________________
64142 [  5981] By: gsar                                  on 2000/04/28  04:31:31
64143         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
64144              prototype mismatch with CORE::glob(); update pod and tests to
64145              suit (File::Glob::glob() is still available for backward
64146              compatibility, but should be considered deprecated)
64147      Branch: perl
64148            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
64149            ! t/lib/glob-taint.t
64150 ____________________________________________________________________________
64151 [  5980] By: gsar                                  on 2000/04/28  03:47:29
64152         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
64153              <ghudson@mit.edu>)
64154      Branch: metaconfig
64155            ! U/modified/Options.U
64156      Branch: perl
64157            ! Configure
64158 ____________________________________________________________________________
64159 [  5979] By: gsar                                  on 2000/04/28  03:07:54
64160         Log: under useithreads, constant pad entries could inadvertantly be
64161              shared across threads (from Eric Blood <eblood@xmission.com>);
64162              added Eric's test case to testsuite
64163      Branch: perl
64164            ! op.c t/op/misc.t
64165 ____________________________________________________________________________
64166 [  5978] By: gsar                                  on 2000/04/27  21:13:00
64167         Log: sync version numbers in File::Spec with the ones on CPAN
64168              (from Barrie Slaymaker)
64169      Branch: perl
64170            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64171            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64172            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64173 ____________________________________________________________________________
64174 [  5977] By: gsar                                  on 2000/04/27  21:07:29
64175         Log: autoquote barewords followed by newline and arrow properly
64176              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
64177      Branch: perl
64178            ! t/pragma/warn/toke toke.c
64179 ____________________________________________________________________________
64180 [  5976] By: gsar                                  on 2000/04/27  20:41:20
64181         Log: DB_File v1.73 update (from Paul Marquess)
64182      Branch: perl
64183            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
64184            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
64185 ____________________________________________________________________________
64186 [  5975] By: gsar                                  on 2000/04/27  20:34:24
64187         Log: allow sort() reentrancy (variant of patch suggested by
64188              Hugo van der Sanden)
64189      Branch: perl
64190            ! pp_ctl.c t/op/sort.t
64191 ____________________________________________________________________________
64192 [  5974] By: gsar                                  on 2000/04/27  19:46:57
64193         Log: change#4197 somehow missed initializing PL_errors, meaning
64194              sytax error queueing wasn't working outside eval"" at all;
64195              also fixed eval"" to localize PL_error_count, so that compile-time
64196              eval's don't clobber the error state of the outer context
64197      Branch: perl
64198            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
64199            ! t/pragma/warn/toke
64200 ____________________________________________________________________________
64201 [  5973] By: gsar                                  on 2000/04/27  18:29:05
64202         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
64203      Branch: perl
64204            ! regcomp.c regexec.c t/op/re_tests
64205 ____________________________________________________________________________
64206 [  5972] By: jhi                                   on 2000/04/27  18:22:41
64207         Log: Integrate with Sarathy.
64208      Branch: cfgperl
64209           +> t/lib/b.t t/lib/syslog.t
64210           !> (integrate 31 files)
64211 ____________________________________________________________________________
64212 [  5971] By: jhi                                   on 2000/04/27  18:18:46
64213         Log: Unicos tweaks from Mark P. Lutz.
64214      Branch: cfgperl
64215            ! hints/unicos.sh lib/Math/Complex.pm
64216 ____________________________________________________________________________
64217 [  5970] By: gsar                                  on 2000/04/27  18:05:11
64218         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
64219              IV is >32bits
64220      Branch: perl
64221            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
64222 ____________________________________________________________________________
64223 [  5969] By: gsar                                  on 2000/04/27  17:50:56
64224         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
64225      Branch: perl
64226            + t/lib/syslog.t
64227            ! MANIFEST ext/Sys/Syslog/Syslog.pm
64228 ____________________________________________________________________________
64229 [  5968] By: gsar                                  on 2000/04/27  17:44:49
64230         Log: tolerate spaces in group names in test on solaris (from David Boyce
64231              <dsb@boyski.com>)
64232      Branch: perl
64233            ! t/op/groups.t
64234 ____________________________________________________________________________
64235 [  5967] By: gsar                                  on 2000/04/27  17:41:22
64236         Log: improved docs on the warn_uninit diagnostic (from David Glasser
64237              and Simon Cozens)
64238      Branch: perl
64239            ! pod/perldiag.pod
64240 ____________________________________________________________________________
64241 [  5966] By: gsar                                  on 2000/04/27  16:54:58
64242         Log: add testsuite for B backends, fix bug in B::Deparse (from
64243              Simon Cozens <simon@brecon.co.uk>)
64244      Branch: perl
64245            + t/lib/b.t
64246            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
64247 ____________________________________________________________________________
64248 [  5965] By: gsar                                  on 2000/04/27  16:10:37
64249         Log: avoid "will not stay shared" warnings for our variables (from
64250              Robin Barker)
64251      Branch: perl
64252            ! op.c t/pragma/warn/op
64253 ____________________________________________________________________________
64254 [  5964] By: gsar                                  on 2000/04/27  07:05:05
64255         Log: reformat to 72 columns (again)
64256      Branch: perl
64257            ! pod/perldiag.pod
64258 ____________________________________________________________________________
64259 [  5963] By: gsar                                  on 2000/04/27  06:28:31
64260         Log: patch from Larry to make (\&) prototype work; added tests for
64261              the same
64262      Branch: perl
64263            ! op.c t/comp/proto.t
64264 ____________________________________________________________________________
64265 [  5962] By: gsar                                  on 2000/04/27  06:15:47
64266         Log: updated README.hpux (from Jeff Okamoto)
64267      Branch: perl
64268            ! README.hpux
64269 ____________________________________________________________________________
64270 [  5961] By: gsar                                  on 2000/04/27  05:55:03
64271         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
64272      Branch: perl
64273            ! emacs/cperl-mode.el
64274 ____________________________________________________________________________
64275 [  5960] By: gsar                                  on 2000/04/27  05:49:26
64276         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
64277      Branch: perl
64278            ! INSTALL
64279 ____________________________________________________________________________
64280 [  5959] By: gsar                                  on 2000/04/27  05:33:41
64281         Log: doubled words in pods (from Simon Cozens
64282              <simon.p.cozens@jp.pwcglobal.com>)
64283      Branch: perl
64284            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
64285            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
64286            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
64287            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
64288            ! pod/perltootc.pod
64289 ____________________________________________________________________________
64290 [  5958] By: gsar                                  on 2000/04/27  05:11:39
64291         Log: change#3569 deleted some essential code, revert; avoid use of
64292              atexit() to make DynaLoader work properly on AIX under mod_perl
64293              (from Jens-Uwe Mager <jum@helios.de>)
64294      Branch: perl
64295            ! ext/DynaLoader/dl_aix.xs
64296 ____________________________________________________________________________
64297 [  5957] By: gsar                                  on 2000/04/27  04:54:51
64298         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
64299      Branch: perl
64300            ! pod/perlmod.pod
64301 ____________________________________________________________________________
64302 [  5956] By: gsar                                  on 2000/04/27  04:51:47
64303         Log: better diagnostics on failed tests (from Ilya Zakharevich)
64304      Branch: perl
64305            ! t/op/lex_assign.t
64306 ____________________________________________________________________________
64307 [  5955] By: gsar                                  on 2000/04/27  04:26:44
64308         Log: longstanding bug exposed by change#3307: sort arguments weren't
64309              compiled with the right wantarray context (ensuing runtime lookup
64310              via block_gimme() was getting the incidental context of the
64311              sort() itself)
64312      Branch: perl
64313            ! op.c t/op/sort.t
64314 ____________________________________________________________________________
64315 [  5954] By: gsar                                  on 2000/04/26  23:42:12
64316         Log: integrate cfgperl contents into mainline
64317      Branch: perl
64318           !> (integrate 30 files)
64319 ____________________________________________________________________________
64320 [  5953] By: jhi                                   on 2000/04/26  23:06:42
64321         Log: Integrate with Sarathy.
64322      Branch: cfgperl
64323           !> README.win32 ext/B/B/Deparse.pm
64324           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
64325           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
64326           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
64327           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
64328           !> utils/perldoc.PL vms/perlvms.pod
64329 ____________________________________________________________________________
64330 [  5952] By: jhi                                   on 2000/04/26  23:03:46
64331         Log: Undo "use integer" addition from 64bitint as it seems
64332              to break most of the subtests in Digital UNIX;
64333              Unicos needs to find another way.
64334      Branch: cfgperl
64335            ! t/op/64bitint.t
64336 ____________________________________________________________________________
64337 [  5951] By: jhi                                   on 2000/04/26  22:57:53
64338         Log: Be more robust on "extreme" (large absolute value)
64339              arguments.  Originally reported by Daniel Connelly
64340              as a problem with asinh() on large negative arguments,
64341              asinh() used to bail out because an argument to log()
64342              ended up being zero.  Ilya Zakharevich proposed using
64343              Taylor's series in such cases, which for such large
64344              arguments is a very good approximation.
64345      Branch: cfgperl
64346            ! lib/Math/Complex.pm t/lib/complex.t
64347 ____________________________________________________________________________
64348 [  5950] By: gsar                                  on 2000/04/25  19:13:12
64349         Log: reformat perldiag to avoid long lines
64350      Branch: perl
64351            ! pod/perldiag.pod
64352 ____________________________________________________________________________
64353 [  5949] By: gsar                                  on 2000/04/25  18:41:11
64354         Log: make perldoc use the pod2man from the same version (from
64355              M.J.T. Guy)
64356      Branch: perl
64357            ! utils/perldoc.PL
64358 ____________________________________________________________________________
64359 [  5948] By: gsar                                  on 2000/04/25  18:21:57
64360         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
64361              <kompas@kompas.usr.onet.pl>)
64362      Branch: perl
64363            ! lib/vars.pm
64364 ____________________________________________________________________________
64365 [  5947] By: gsar                                  on 2000/04/25  18:11:53
64366         Log: use &dl_error rather than &dl_load_file as the guard for calling
64367              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
64368              statically built perl)
64369      Branch: perl
64370            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
64371 ____________________________________________________________________________
64372 [  5946] By: jhi                                   on 2000/04/25  17:37:54
64373         Log: Document that tr() is not tr(1).
64374      Branch: cfgperl
64375            ! pod/perlop.pod
64376 ____________________________________________________________________________
64377 [  5945] By: gsar                                  on 2000/04/25  16:34:33
64378         Log: make module name mandatory after -M switch; reorder perldiag
64379              alphabetically (from Mark-Jason Dominus)
64380      Branch: perl
64381            ! perl.c pod/perldiag.pod
64382 ____________________________________________________________________________
64383 [  5944] By: jhi                                   on 2000/04/25  01:15:18
64384         Log: On second thoughts frexp() does have two arguments.
64385      Branch: cfgperl
64386            ! perl.h
64387 ____________________________________________________________________________
64388 [  5943] By: jhi                                   on 2000/04/24  22:56:32
64389         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
64390              Now pp_ncmp() returns undef is either operand is a NaN.
64391      Branch: cfgperl
64392            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64393            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
64394            ! vms/subconfigure.com vos/config.def vos/config.h
64395            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
64396            ! win32/config.vc win32/config_H.bc win32/config_H.gc
64397            ! win32/config_H.vc
64398      Branch: metaconfig/U/perl
64399            + d_modfl.U
64400 ____________________________________________________________________________
64401 [  5942] By: jhi                                   on 2000/04/24  19:45:17
64402         Log: Regen Configure to match #5937.
64403      Branch: cfgperl
64404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64405            ! config_h.SH
64406      Branch: metaconfig
64407            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
64408 ____________________________________________________________________________
64409 [  5941] By: jhi                                   on 2000/04/24  19:24:11
64410         Log: Further Unicos fixes for Mark Lutz.
64411      Branch: cfgperl
64412            ! hints/unicos.sh pp_ctl.c
64413 ____________________________________________________________________________
64414 [  5940] By: jhi                                   on 2000/04/24  19:09:06
64415         Log: Various Unicos 10.0.0.6 fixes.
64416              
64417              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
64418              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
64419              Reply-To: tecmpl1@triton.ca.boeing.com 
64420              To: perl5-porters@perl.org 
64421              Date: Fri, 14 Apr 2000 20:21:00 GMT 
64422              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
64423      Branch: cfgperl
64424            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
64425 ____________________________________________________________________________
64426 [  5939] By: gsar                                  on 2000/04/24  19:01:24
64427         Log: more pod nits (from Larry Virden)
64428      Branch: perl
64429            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
64430            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
64431            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
64432 ____________________________________________________________________________
64433 [  5938] By: gsar                                  on 2000/04/24  18:54:01
64434         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
64435      Branch: perl
64436            ! ext/B/B/Deparse.pm
64437 ____________________________________________________________________________
64438 [  5937] By: jhi                                   on 2000/04/24  17:39:00
64439         Log: Integrate with Sarathy.
64440      Branch: cfgperl
64441           +> (branch 31 files)
64442           !> (integrate 73 files)
64443 ____________________________________________________________________________
64444 [  5936] By: gsar                                  on 2000/04/24  17:30:06
64445         Log: additional tests for change#5934 (from Paul Marquess, who also
64446              sent in the same fix)
64447      Branch: perl
64448            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
64449            ! t/pragma/warn/5nolint t/pragma/warn/6default
64450 ____________________________________________________________________________
64451 [  5935] By: jhi                                   on 2000/04/24  17:26:05
64452         Log: Do not assume sign propagation.
64453              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
64454              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
64455              To: payner@ncifcrf.gov, perl5-porters@perl.org 
64456              Date: Tue, 18 Apr 2000 18:24:49 +0100 
64457              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
64458      Branch: cfgperl
64459            ! t/op/bop.t t/op/misc.t
64460 ____________________________________________________________________________
64461 [  5934] By: gsar                                  on 2000/04/24  17:16:54
64462         Log: propagate lexical warnings from surrounding scope correctly
64463              within string eval()
64464      Branch: perl
64465            ! pp_ctl.c t/pragma/warn/pp_ctl
64466 ____________________________________________________________________________
64467 [  5933] By: jhi                                   on 2000/04/24  17:01:07
64468         Log: Flatten the cpp jungle doing the nosuid checking.
64469      Branch: cfgperl
64470            ! perl.c
64471 ____________________________________________________________________________
64472 [  5932] By: gsar                                  on 2000/04/24  09:08:14
64473         Log: add rsignal(), whichsig() and do_join() to public API list
64474              (mod_perl uses them to good advantage)
64475      Branch: perl
64476            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
64477 ____________________________________________________________________________
64478 [  5931] By: gsar                                  on 2000/04/24  09:01:40
64479         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
64480      Branch: perl
64481            ! pp_hot.c regexec.c t/op/pat.t
64482 ____________________________________________________________________________
64483 [  5930] By: gsar                                  on 2000/04/24  08:58:33
64484         Log: small os390 tweaks (from Peter Prymmer)
64485      Branch: perl
64486            ! config_h.SH makedepend.SH
64487 ____________________________________________________________________________
64488 [  5929] By: gsar                                  on 2000/04/24  08:55:25
64489         Log: pod nits
64490      Branch: perl
64491            ! pod/perlguts.pod
64492 ____________________________________________________________________________
64493 [  5928] By: gsar                                  on 2000/04/24  08:50:13
64494         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
64495      Branch: perl
64496            ! ext/IO/lib/IO/Poll.pm
64497 ____________________________________________________________________________
64498 [  5927] By: gsar                                  on 2000/04/24  08:43:24
64499         Log: arrange for next() to resume at the unstack op rather than the
64500              loop conditional, so that scope cleanup happens correctly
64501              (from Stephen McCamant)
64502      Branch: perl
64503            ! op.c pp_ctl.c t/op/misc.t
64504 ____________________________________________________________________________
64505 [  5926] By: gsar                                  on 2000/04/24  08:18:40
64506         Log: on windows, reserve 16M of stack rather than 128M (allows more
64507              threads to run concurrently)
64508      Branch: perl
64509            ! win32/Makefile win32/makefile.mk
64510 ____________________________________________________________________________
64511 [  5925] By: gsar                                  on 2000/04/24  08:13:52
64512         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
64513      Branch: perl
64514            ! toke.c
64515 ____________________________________________________________________________
64516 [  5924] By: gsar                                  on 2000/04/24  08:08:59
64517         Log: avoid using uninitialized memory in require version check
64518      Branch: perl
64519            ! pp_ctl.c universal.c
64520 ____________________________________________________________________________
64521 [  5923] By: gsar                                  on 2000/04/24  07:20:14
64522         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
64523      Branch: perl
64524            ! ext/IO/lib/IO/Poll.pm
64525 ____________________________________________________________________________
64526 [  5922] By: gsar                                  on 2000/04/24  07:08:42
64527         Log: commentary about IoTYPE() (from Nathan Torkington)
64528      Branch: perl
64529            ! sv.h
64530 ____________________________________________________________________________
64531 [  5921] By: gsar                                  on 2000/04/24  06:58:26
64532         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
64533              by fix
64534      Branch: perl
64535            ! sv.c t/lib/charnames.t t/pragma/utf8.t
64536 ____________________________________________________________________________
64537 [  5920] By: gsar                                  on 2000/04/24  06:37:59
64538         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
64539      Branch: perl
64540            ! doop.c t/op/ver.t
64541 ____________________________________________________________________________
64542 [  5919] By: gsar                                  on 2000/04/24  06:21:58
64543         Log: Configure might miss old directories when prefix must be
64544              expanded (from Robin Barker)
64545      Branch: metaconfig
64546            ! U/installdirs/inc_version_list.U
64547      Branch: perl
64548            ! Configure
64549 ____________________________________________________________________________
64550 [  5918] By: gsar                                  on 2000/04/24  06:16:11
64551         Log: VMS nits in glob() test (from Charles Lane)
64552      Branch: perl
64553            ! t/lib/glob-basic.t
64554 ____________________________________________________________________________
64555 [  5917] By: gsar                                  on 2000/04/24  06:11:56
64556         Log: various pod nits (from Larry Virden and others)
64557      Branch: perl
64558            ! README.amiga README.hpux README.machten README.os2
64559            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
64560            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
64561            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
64562            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
64563            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
64564            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
64565            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
64566            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
64567 ____________________________________________________________________________
64568 [  5916] By: gsar                                  on 2000/04/24  05:52:43
64569         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
64570              <wjones@tc.fluke.com>)
64571      Branch: perl
64572            ! t/lib/glob-basic.t
64573 ____________________________________________________________________________
64574 [  5915] By: gsar                                  on 2000/04/24  05:07:01
64575         Log: supported platforms mixed up
64576      Branch: perl
64577            ! pod/perl56delta.pod pod/perlport.pod
64578 ____________________________________________________________________________
64579 [  5914] By: gsar                                  on 2000/04/24  04:56:08
64580         Log: caller() wasn't returning the right number of elements for
64581              eval {...}
64582      Branch: perl
64583            ! pp_ctl.c t/pragma/warn/9enabled
64584 ____________________________________________________________________________
64585 [  5913] By: gsar                                  on 2000/04/24  04:35:41
64586         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
64587              Mark-Jason Dominus)
64588      Branch: perl
64589            ! pod/perlfunc.pod
64590 ____________________________________________________________________________
64591 [  5912] By: gsar                                  on 2000/04/24  04:17:15
64592         Log: fix totally broken caching in UNIVERSAL::isa() (from
64593              Nick Ing-Simmons)
64594      Branch: perl
64595            ! t/op/universal.t universal.c
64596 ____________________________________________________________________________
64597 [  5911] By: gsar                                  on 2000/04/24  03:39:47
64598         Log: add linebreak properties from unicode/LineBrk.txt (from
64599              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
64600      Branch: perl
64601            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
64602            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
64603            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
64604            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
64605            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
64606            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
64607            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
64608            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
64609            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
64610            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
64611            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
64612            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
64613            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
64614            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
64615            + lib/unicode/Is/LbrkZW.pl
64616            ! lib/unicode/mktables.PL
64617 ____________________________________________________________________________
64618 [  5910] By: gsar                                  on 2000/04/24  03:23:10
64619         Log: typo in pod
64620      Branch: perl
64621            ! ext/Thread/Thread.pm
64622 ____________________________________________________________________________
64623 [  5909] By: gsar                                  on 2000/04/24  03:22:03
64624         Log: mode argument to do_binmode() should be file mode, not boolean
64625      Branch: perl
64626            ! pp_sys.c
64627 ____________________________________________________________________________
64628 [  5908] By: gsar                                  on 2000/04/16  16:51:08
64629         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
64630              always returns a valid GV even when the symbol is trapped by strictures
64631              (avoids coredumps)
64632              
64633              TODO: the C<package;> hack needs similar treatment
64634      Branch: perl
64635            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
64636            ! t/pragma/strict-vars
64637 ____________________________________________________________________________
64638 [  5907] By: jhi                                   on 2000/03/31  23:42:56
64639         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
64640              an assumption which #5905 demolished.
64641      Branch: cfgperl
64642            ! pp_sys.c
64643 ____________________________________________________________________________
64644 [  5906] By: jhi                                   on 2000/03/31  18:54:37
64645         Log: Typo in #5905.
64646      Branch: cfgperl
64647            ! t/op/64bitint.t
64648 ____________________________________________________________________________
64649 [  5905] By: jhi                                   on 2000/03/31  18:50:54
64650         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
64651              reported by Joseph N. Hall.  The bug was that even with use64bitint
64652              one had to use the prefixes q, L, or ll with printf/sprintf,
64653              contrary to the documentation and common sense.
64654      Branch: cfgperl
64655            ! sv.c t/op/64bitint.t
64656 ____________________________________________________________________________
64657 [  5904] By: gsar                                  on 2000/03/28  02:31:32
64658         Log: add Changes, perldelta.pod
64659      Branch: perl
64660            + Changes pod/perldelta.pod
64661 ____________________________________________________________________________
64662 [  5903] By: gsar                                  on 2000/03/28  02:03:55
64663         Log: rename Changes and perldelta.pod
64664      Branch: perl
64665           +> Changes5.6 pod/perl56delta.pod
64666            - Changes pod/perldelta.pod
64667            ! MANIFEST
64668 ____________________________________________________________________________
64669 [  5902] By: gsar                                  on 2000/03/28  01:59:14
64670         Log: create maint-5.6 branch
64671      Branch: maint-5.6/perl
64672           +> (branch 1611 files)
64673 ____________________________________________________________________________
64674 [  5901] By: jhi                                   on 2000/03/23  05:48:43
64675         Log: Integrate with Sarathy.
64676      Branch: cfgperl
64677           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
64678 ____________________________________________________________________________
64679 [  5900] By: gsar                                  on 2000/03/23  05:42:43
64680         Log: three guesses on what this is :-)
64681      Branch: perl
64682            ! Changes